<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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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="6f0dfb96-d45d-48df-8b11-8d2f3f97390f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-15T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="amir@tripdesigner.pk" Password="Key1234@" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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:804adaae-cf14-4a0c-b448-56b6108c74b9
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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|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-25T13:21:31.2813089+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6f0dfb96-d45d-48df-8b11-8d2f3f97390f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985006|sams_place_5" HotelName="Sam's Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Vibawadee Rangsit 3, Yak 5-1, Chom Phon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/67/34671213e931fab18df9aa70602f0e36dab7c0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.18" OriginalAmount="55.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754241" Longitude="100.4976189" StarRating="0" HotelCode="|172661" HotelName="Au Bon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Boonsiri Road San chao por sua Phra Nakhon Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/6/1/172661_6519b2e1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75461649" Longitude="100.4972162" StarRating="2" HotelCode="546550|au_bon_hostel" HotelName="Au Bon Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Boonsiri Road, San Chao Por Sua, Phra Nakhon, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/db/b6dbd68517f0931ca59c26cae2fa0cd1b8b44c3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.12" OriginalAmount="61.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7274293" Longitude="100.5242112" StarRating="0" HotelCode="|358180" HotelName="Hoft Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Rd, Suriwong, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/8/0/358180_d382c4d1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.87" OriginalAmount="62.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7165467" Longitude="100.5205815" StarRating="0" HotelCode="|358598" HotelName="Danee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Charoen Rat 1, Yannawa, Sathorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/9/8/358598_11a6fbe1233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|danee_hostel" HotelName="Danee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286 South Sathorn Road, Soi Charoen Rat 1, Yan Nawa, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/61/e8613c7f97403927bc44ea7ca3aab0a1342701e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.699275737142" Longitude="100.60510501709" StarRating="2" HotelCode="398682|hostel_24_3" HotelName="Hostel 24" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Sukhumvit Soi 93, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/64/b0646591ff8838aa89e039149f630e4eab0792a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72745604" Longitude="100.52427996" StarRating="2" HotelCode="583319|hoft_hostel_bangkok" HotelName="Hoft Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Road, Suriwong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/59/6d59c5809c7720a43ad0c02cd0645846a6579a14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at HOFT Hostel Bangkok in Bangkok (Bang Rak), you'll be minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71593984" Longitude="100.5893001" StarRating="0" HotelCode="876828|sleep_with_me_bangkok_bts_phra_khanong" HotelName="Sleep With Me Bangkok - BTS Phra Khanong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1040/20-21 Sukhumvit Soi 44/2, Phra Khanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/5c/145c31061b76716298f7fe6a119fa2584706c2a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|232083" HotelName="Backpack Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>24-24/1 Sukhumvit 71 Road, Soi Pridi Banomyoung 2, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a1/3fa1c224273275b96cc57fae4e0e059ada97cdb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76191004" Longitude="100.49897901" StarRating="0" HotelCode="761951|khaosan_station_adults_only" HotelName="Khaosan Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199 Thanon Phra Sumen, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/63/4c631e94340b06fa734e248ad5d62d90c36526ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.40" OriginalAmount="73.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7146" Longitude="100.59583" StarRating="0" HotelCode="|246111" HotelName="Backpack Station -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 71 Road 24-24/1 Soi Pridi Banomyoung 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/1/1/246111_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.62" OriginalAmount="73.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714358" Longitude="100.502104" StarRating="1" HotelCode="|475432" HotelName="Krung Tone Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 33 35 Soi charoennakorn 30/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/3/2/475432_45afa6c1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.84" OriginalAmount="76.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.785483" Longitude="100.570265" StarRating="3" HotelCode="|358271" HotelName="Resort V - Mrt Huai Khwang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47, Din Daeng, 10310 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/7/1/358271_770fe251035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1081267-26336379/1229874587205045222/2771" HotelName="SLEEP WITH ME BANGKOK BTS PHRA KHANONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34280000/34277300/34277254/2476c2da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.41" OriginalAmount="77.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7046791" Longitude="100.5956678" StarRating="0" HotelCode="|279461" HotelName="Vx The Fifty -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/4/6/1/279461_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78496522" Longitude="100.57079886" StarRating="3" HotelCode="758989|resort_v_mrt_huai_kwang" HotelName="Resort V MRT Huai Kwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47 Alley, Ratchadaphisek Road, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e0/9be0c7bdae9cfa91b8df6105882141f97fdf8d48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.93" OriginalAmount="78.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.803584" Longitude="100.601471" StarRating="3" HotelCode="|103600" HotelName="Fullrich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/122 Naknivas 21, Ladprao 71, Ladprao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/0/103600_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts modern studios with WiFi (free of charge) and a balcony. SITUATION: The establishment, is 15 minutes drive away from Ratchadapisek MRT the train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.47" OriginalAmount="79.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7366601" Longitude="100.5186018" StarRating="1" HotelCode="|382616" HotelName="Loftel Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/6/1/6/382616_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.18" OriginalAmount="81.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.917923" Longitude="100.579326" StarRating="3" HotelCode="|406293" HotelName="Sabai Place Donmueang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Don Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/9/3/406293_6be26311043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726678586777" Longitude="100.52098434653" StarRating="2" HotelCode="384298|o_nidra_house" HotelName="O' Nidra House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Si Praya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/97/fd97eef7b854e07dc4991611a8a430e2c3c85f81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81011346" Longitude="100.55871488" StarRating="2" HotelCode="638258|ease_hostel_3" HotelName="Ease Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1082/34-35 Phahonyothin Road, Chom Phon, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f55d9887747400d93735a82b667695871ed60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75381354" Longitude="100.53913202" StarRating="2" HotelCode="495268|paris_in_bangkok" HotelName="Paris In Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>122/72 Soi Seankarn Ratchaprarop Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/f6/5bf675cfce1d8bcd455ad1b267e1092195ae8b43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Paris In Bangkok places you in the heart of Bangkok, walking distance fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.29" OriginalAmount="85.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76283" Longitude="100.49729" StarRating="2" HotelCode="|186261" HotelName="Adamaz House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 Phra Sumen Road, Banglamphu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/6/1/186261_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91790291" Longitude="100.57931221" StarRating="3" HotelCode="787132|367860" HotelName="Sabai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Road, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb457bd1880da974fccf26c52693ca7dd33fee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|202974" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, 400 m from BTS OnNut on the left side, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/43/c343480d399d63693f5b1b0db6b44ca320b61660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.25" OriginalAmount="88.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8843208" Longitude="100.6064624" StarRating="3" HotelCode="|103395" HotelName="48 Ville Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Soi. Phaholyothin 48 , Phaholyothin Rd., Anusaowaree,Bangkhen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/9/5/103395_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated 3 kilometres away from Don Mueang Airport. ROOM: All the rooms have an air-conditioning system and mineral water.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.70" OriginalAmount="90.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80362262" Longitude="100.55641477" StarRating="2" HotelCode="329499|g9_bangkok" HotelName="G9 Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 Phaholyothin Road Soi 18/1, Ruamsirimit, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/44/2b44c21b45c04226304262761c7786f281d19cc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.70" OriginalAmount="91.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760491" Longitude="100.498028" StarRating="1" HotelCode="|472042" HotelName="Khaosan Social Capsule Bangkok - Adult Only - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>113 Thanon Tani,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/0/4/2/472042_cdb45731205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.59" OriginalAmount="93.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7404926" Longitude="100.5623758" StarRating="0" HotelCode="|278359" HotelName="3howw @ Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Sukhumvit 21 Asokemontri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/5/9/278359_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.64" OriginalAmount="94.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726748" Longitude="100.521068" StarRating="0" HotelCode="|103386" HotelName="Foresttel.bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Sipraya, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/3/8/6/103386_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Silom the street. ROOM: Guests are offered private rooms and shared rooms with an air-conditioning system and shared bathrooms. FACILITIES: Guests are offered WiFi (free of charge) and lockers (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.40" OriginalAmount="95.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92499" Longitude="100.60013" StarRating="3" HotelCode="|186646" HotelName="Don Mueang Airport Modern Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Songprapa2(Soi Kamnan pang)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/4/6/186646_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|3howw_hostel__sukhumvit_21" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Asokmontri Road Sukhumvit 21 Soi 1, Wattana, Sukhumvit, Bangkok 11110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be944dbf368c752b3b70de6aff0218ccdcb2d2e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.90" OriginalAmount="96.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.649452138125" Longitude="100.44456062049" StarRating="2" HotelCode="339585|829700" HotelName="Latin Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10/15 Takam Road, Latin Garden, Soi Takam 9/1, Samaedam, Bangkuntein, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/68/886805a7dc9495ef5c98ded3c2e3925cc758cf1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Latin Garden Apartment is a popular choice amongst travelers in Bangkok, whether exploring or just p...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967119|white_house_hostel_5" HotelName="White House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/3 Phetburi Road, Soi Phetburi 17, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/de/9cde5e5f39d63523cae5c40a03ca6c4fa5c86950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.49" OriginalAmount="98.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763912" Longitude="100.500678" StarRating="3" HotelCode="|406843" HotelName="Nakornping" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Samsen Soi 6 Pra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/8/4/3/406843_ce130131046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76870865" Longitude="100.6326783" StarRating="3" HotelCode="520019|royal_pimand_serviced_apartment" HotelName="Royal Pimand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>559 Ladprod Road Soi 130, Royal Pimand Apartment, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/40/8640530683ab81904d3f4fe5cacf13fdad141df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73477192" Longitude="100.51193909" StarRating="2" HotelCode="520004|233015" HotelName="River View Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4f/2c4f04f302644654c4945b6a5da79399c91c8f38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92633671" Longitude="100.60074447" StarRating="0" HotelCode="763344|checkin_hostel_at_donmuang_airport" HotelName="Checkin Hostel At Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soranakom 10, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e0/32e0d3bbf38ff3fd8179d2393b07ae870503bb8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.94" OriginalAmount="100.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7294684" Longitude="100.5196884" StarRating="0" HotelCode="|357873" HotelName="The Backpack" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/8/7/3/357873_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.12" OriginalAmount="101.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545" Longitude="100.52853" StarRating="0" HotelCode="|224717" HotelName="Travelier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Rd, Thung Phaya Thai, Ratchathewi district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/1/7/224717_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.34" OriginalAmount="101.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769059" Longitude="100.632677" StarRating="0" HotelCode="|391291" HotelName="Oyo 254 Royal Pimand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>559, Ladprao Road, Soi Ladprao 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/9/1/391291_39520ed1045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72947039" Longitude="100.51976834" StarRating="2" HotelCode="438698|the_backpack_hostel" HotelName="The Backpack Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c0/43c0633b50d954664a1a15a6278c8f0ae75b8c3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.55" OriginalAmount="102.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716856" Longitude="100.7649654" StarRating="3" HotelCode="|60680" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Lat Krabang 42, Lat Krabang Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/0/60680_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, 32 rooms, a lobby, a hairdresser's, a restaurant, WiFi, room service and a laundry service. SITUATION: It is 9 kilometres away fromSuvarnabhumi Airport. ROOM: The stylish rooms, have a shower, a direct line telephone, satellite or cable TV, a mini-bar, a coffee maker and a kettle. FACILITIES: Guests can relax with Thai massages. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|loftel_22_hostel" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi CharoenKrung 22, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/fc/05fc4ad153da3680e028785cdf3e54481bdf7623.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72927173" Longitude="100.56516794" StarRating="2" HotelCode="604412|1989_hostel_cafe" HotelName="1989 Sukhumvit Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>267/1 Sukhumvit Soi 22, Klongtan, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/5a/be5a0fb07d02378b983add261c9df1a6e30534a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7638375" Longitude="100.50035667" StarRating="0" HotelCode="967094|nakornping_hotel" HotelName="Nakorn Ping Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Samsen 6, Samsen Road, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/84/51844afe43de901cd1f73b1e7b3b96a1a19cf005.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.29" OriginalAmount="103.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.943" Longitude="100.59211" StarRating="0" HotelCode="|245218" HotelName="Friend's House Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>309 Terd Rachan 35 Road Sikan, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/1/8/245218_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|56496" HotelName="Metropoint Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ramkhamhaeng 81, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b28e23122a6d4f4fe00c9aeeb562bf51b2d0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located right in the heart of Bangkok. Its setting is especially ideal for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74733501" Longitude="100.49745008" StarRating="2" HotelCode="408031|bangkok_bed_and_bike" HotelName="Bangkok Bed and Bike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/6-7 Sikak Phrayasi, Wangburaphaphirom, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/67/63670dfefa533f3846351fbc62f2eb1294e9abb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.12" OriginalAmount="104.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75449023" Longitude="100.52860004" StarRating="2" HotelCode="632565|679063" HotelName="Travelier Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Road, Thung Phaya Thai, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ed/f4ed0feab9baf0ae6a6da3400ccc7dab98b5c3c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a range of facilities for a comfortable stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|the_victory_view_hostel_adults_only" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>34/2-3 Soi Ratchawithi 9, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d8/5dd85d0b65924b2c2ce9a61894636712b56d6a9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.50" OriginalAmount="105.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.785373" Longitude="100.576298" StarRating="0" HotelCode="|465256" HotelName="Rest At Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>252/3 Ratchadaphisek Road, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/5/6/465256_9e6f2541230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.05" OriginalAmount="105.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.924116" Longitude="100.598089" StarRating="2" HotelCode="|358688" HotelName="Homey-don Mueang Airport Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Songprapa Road 222/3 Seekan Sub-district, Donmueang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/8/8/358688_1f5fe1f1247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.17" OriginalAmount="105.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.823088" Longitude="100.522774" StarRating="3" HotelCode="|415147" HotelName="Yeehaa Bangsue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Pracha Chuen 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/1/4/7/415147_1d060401733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.08" OriginalAmount="106.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.857919" Longitude="100.535571" StarRating="3" HotelCode="|172957" HotelName="Vanlisut Ngamwongwan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/12 M. 2 Ngamwongwan Road, Bangkhen,nonthaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/5/7/172957_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|174375" HotelName="Don Muang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/6f/dc6f59f3695578418896babbf761bc97bb3e4e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.60" OriginalAmount="107.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7282615" Longitude="100.5296273" StarRating="0" HotelCode="|402844" HotelName="KINNON DELUXE COWORKING CAFE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 22 24 SILOM SOI 6 SILOM ROAD SURIYAWONG BANGRAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/8/4/4/402844_0a1c2b30750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2" HotelCode="438890|loftel_station" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/31/98311404a41297a66cd0ee46a26efb8be7d0a16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91274172" Longitude="100.55148192" StarRating="3" HotelCode="520024|poppular_palace_service_condo" HotelName="Poppular Palace Don Mueang Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Popular Road, T8 Building @ Impact Areena Muangthongthani Room No.446, 4th Floor, Donmuang, Bangkok 11120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/03/f60346f05e8631583b26fa9915f5c5350994dd73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Poppular Palace Don Mueang Bangkok in Pak Kret (Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758336431842" Longitude="100.49992570127" StarRating="0" HotelCode="188249|519196" HotelName="Siam Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Pradiphat 10, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7e/797ef0b008813eb3878208c632f542615b8f08e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70641507" Longitude="100.59614689" StarRating="3" HotelCode="480821|hide_bangkok_hostel" HotelName="Hide Bangkok Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>886 Sukhumvit 50 Road, Phra Khanong, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0d/930de059c82ddbec9aa29079250a456c9091a960.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76241843" Longitude="100.7476675" StarRating="2" HotelCode="601700|loft_21_apartment_romklao" HotelName="Loft 21 Apartment Romklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Soi Romklao 21, Romklao Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c293482bec053e61b8dc1570e8ce23572b809fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7281291" Longitude="100.52978379" StarRating="2" HotelCode="583554|kinnon_hostel" HotelName="Kinnon Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>39/22-24 Silom Soi 6, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bc/cabc65ec5f270034dd55968e21bf3fc8b658bbe5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72344503" Longitude="100.4958812" StarRating="2" HotelCode="616866|the_companion_hostel" HotelName="The Companion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77/8 Krungthonburi 1 Soi, Krungthonburi, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e6/30e64e8ff888f9a97b189af4a5372d672445997f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|a7_hostel_bangkok_" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>131/5-7 Sukhumvit 7/1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/82/bf82c4c9551707b806cd8620e9bb65801bef231f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.841632078392" Longitude="100.55977776163" StarRating="3" HotelCode="384273|room_at_vipa" HotelName="Room At Vipa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>71/14 Vibhawadee 44, Lad-Yao Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ce/04ce1fc6aee36976b40c59da7dc42227235a0587.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7576397" Longitude="100.51590738" StarRating="3" HotelCode="438870|sabaidee_minitel" HotelName="Sabaidee Minitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>325/72-73 Lannruang Road, Siyeakmahanark Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/aa/0faa3929020a73f2b2d41b6a873c283ddbe136ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.69" OriginalAmount="110.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76806" Longitude="100.50247" StarRating="3" HotelCode="|414406" HotelName="Lost Inn Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>250/15 , Samsen Rd . Bangkhumprom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/4/0/6/414406_3e9c53f1750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|134038-25303892/1229874587205045222/2476" HotelName="METROPOINT BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2400000/2392300/2392284/w2890h1934x0y0-eb86e5e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75673326" Longitude="100.50696436" StarRating="2" HotelCode="562416|ratana_boutique_hostel" HotelName="Ratana Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46,48 Nakhon Sawan Road, Wat Sommanat, Pom Prap Sattru Phai, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f3/56f3cab80c12c2275db59d9021daf42c95a4c77d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74274896" Longitude="100.50299183" StarRating="2" HotelCode="774904|ama_hostel_bangkok" HotelName="Ama Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 Saphan Hun, Chakrawat Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/f9/edf93c72ceb65c7e3a16ee567f218333ff21e4fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.06" OriginalAmount="111.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8035842" Longitude="100.5563627" StarRating="3" HotelCode="|172709" HotelName="G9 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 phaholyothin 18/1 Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/0/9/172709_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80797627" Longitude="100.60907106" StarRating="3" HotelCode="481562|174336" HotelName="T3 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nakniwat Road 20, Ladprao, 10230 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/70/d870f345a1bea92f6add36d5aa8abaf6923ac6e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.00" OriginalAmount="113.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7633079" Longitude="100.5020374" StarRating="3" HotelCode="|103526" HotelName="Roof View Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>90/1 Soi Samsen 6, Samsen Rd., Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/2/6/103526_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, rooms with balcony and WiFi (free of charge). SITUATION: This elegant establishment, is 700 metres away from Khaosan the road.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.26" OriginalAmount="113.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73813" Longitude="100.51901" StarRating="0" HotelCode="|243630" HotelName="Inn Stations" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road Khet Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/6/3/0/243630_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75230631" Longitude="100.52812504" StarRating="2" HotelCode="765993|timber_hostel" HotelName="Timber Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/27 Phaya Thai Road, Soi Phaya Nak, Ratchathewi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/51/8551f369ed10832a86e448b8cf5657fa7c0c4fba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.28" OriginalAmount="115.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754079422788" Longitude="100.5397939682" StarRating="3" HotelCode="168285|375379" HotelName="The Cozi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122/32-34 Rachprarop Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/8a/6f8a55304d80eac1aec5fbc97eb4fa848551fc09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the city's lively Pratunam neighbourhood, alongside Baiyoke Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77572444" Longitude="100.56481755" StarRating="0" HotelCode="958055|sound_at_sleep_hotel" HotelName="Sound@sleep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5325 Pracha Songkhro Road, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab22f0440dbca566480fa25a5e37ce2123e158.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73981986" Longitude="100.51102301" StarRating="0" HotelCode="967131|scala_hostel" HotelName="Scala Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>475-477 Yaowarat Road, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ae/12ae2c9ee5e768955d47df2834ecd8f991c77103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.94" OriginalAmount="116.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79078" Longitude="100.54331" StarRating="3" HotelCode="|186457" HotelName="At Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>169/13 Pradipat Rd. Between Soi 15-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/5/7/186457_53bb3301119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.36" OriginalAmount="116.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756875" Longitude="100.5071346" StarRating="0" HotelCode="|277617" HotelName="Ratana Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Nakhon Sawan Road, Wat Sommanat, Pom Prap Sattru Phai,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/6/1/7/277617_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73813546" Longitude="100.51903123" StarRating="2" HotelCode="585672|226012" HotelName="Inn Stations Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road, Khet Pathumwan, Kweang Rong Muang, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/97/529713bb365b80513ec48fe7ff37e9fad0ff093d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service, a bar and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2" HotelCode="613690|double_d_rooms_cafe" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>166/126 Charan Sanitwong Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/06/f106d211b9f7aa04777d61f30ef4e83495ec4519.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73198803" Longitude="100.51387104" StarRating="2" HotelCode="766426|four_sisters_homestay" HotelName="Four Sisters Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Yotha Road, Talad Noi, Sampantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/a3/ada3ae6412556c8fdf322408f3c374209d1c8430.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Four Sisters Homestay offers accommodation with free Wi-Fi, located in the heart of Bangkok. It is 6...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.94" OriginalAmount="117.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75126" Longitude="100.74868" StarRating="0" HotelCode="|244551" HotelName="I-beyond Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3/1 Soi Romklao 21/7 Romklao Road Klongsamprawet, Ramkhamhang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/5/5/1/244551_eb3ce851635.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715039439579" Longitude="100.51476889727" StarRating="2" HotelCode="379036|house_of_phraya_jasaen" HotelName="The House of Phraya Jasaen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57, Yannawa, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/b2/83b257a1daade098906533aafee8b4cc3b5010ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740617828852" Longitude="100.48402311195" StarRating="3" HotelCode="362685|baan_khun_nine_at_wangdoem" HotelName="Baan Khun Nine Hostel Wangdoem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>274/7 Itsaraphap Road, Wang Doem, Wat Arun, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ed/71ed15b327040058cea9844ed42ad33506e37a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.38" OriginalAmount="118.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7341931" Longitude="100.5137671" StarRating="2" HotelCode="|103657" HotelName="Riverview Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/7/103657_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to Bangkok the train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79087319" Longitude="100.54345481" StarRating="3" HotelCode="348062|bangkok_condotel" HotelName="Bangkok Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>169/13 Pradipat Road, between Soi 15-17, Sapankwai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/44/c244ece6d600e38f53dab2238365752c29549ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.61" OriginalAmount="119.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7295548" Longitude="100.5322001" StarRating="0" HotelCode="|358649" HotelName="Ekanek Bangkok - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/17 Surawong Road Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/4/9/358649_1a883ba1242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.80" OriginalAmount="119.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7064527" Longitude="100.5961891" StarRating="0" HotelCode="|277980" HotelName="Hide Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>886., Sukhumvit 50 Rd., Phra Khanong, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/7/9/8/0/277980_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75423687" Longitude="100.49845262" StarRating="0" HotelCode="876689|boxpackers_hostel_phranakorn" HotelName="Boxpackers Hostel Phranakorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Thanon Tanao, San Chao Pho Sua, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/84/e984ff9d00a9d250bd74106e05976c36fc812a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.31" OriginalAmount="120.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7946433" Longitude="100.5493341" StarRating="2" HotelCode="|358441" HotelName="Le Bonheur Poshtel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1575/33-34 Phahonyothin Road, Samsen Nai, Payathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/4/4/1/358441_f80f4b31208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.35" OriginalAmount="121.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.925638" Longitude="100.5984161" StarRating="3" HotelCode="|279094" HotelName="Don Muang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Don Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/9/4/279094_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.854104985501" Longitude="100.53504679539" StarRating="3" HotelCode="305997|161329" HotelName="Riski Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>178/2 Ngamwongwan, Soi 8, Bangkhen, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3f/9c3f618a9642f22c34b653761a6960ab9c0a5dff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73435359" Longitude="100.56805662" StarRating="2" HotelCode="617096|click_hostel" HotelName="Click Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>12/12 Sukhumvit 33 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/2c/332cbb6d73bb8616eee3aa0ec7a0f92faaa54801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76333717" Longitude="100.5025115" StarRating="0" HotelCode="968170|rich8_hostel" HotelName="Rich8 Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Soi Woraphong, Thanon Wisut Kasat, Ban Phan Thom, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a3/61a302ebc898f9e2ba0c51a72283b849d40063b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.80" OriginalAmount="122.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748657" Longitude="100.499366" StarRating="1" HotelCode="|456141" HotelName="Ti Thong Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Ti Thong Road, Wat Ratchabophit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/1/4/1/456141_80cce931752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|zeds" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Thanon Samsen, Wat Sam Phraya, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a4/aba40c01d1fe9e3d9cc0f90989d80e3914be95b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.01" OriginalAmount="123.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76906" Longitude="100.62208" StarRating="3" HotelCode="|187196" HotelName="Yotaka Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>246/7 soi Mahadtai, Ladpraw 122 road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/9/6/187196_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71887347" Longitude="100.52821088" StarRating="0" HotelCode="954935|a_sleep_bangkok_sathorn" HotelName="A Sleep Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Sathorn Soi 9, Yan Nawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/12/641291cb7eaa014a1d7c7ee8259350118ff68d39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.73" OriginalAmount="124.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748876" Longitude="100.48376" StarRating="0" HotelCode="|532479" HotelName="Poonsuk Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>263/6 Arun Amarin Road, Sirirat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/9/532479_035e8d91031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.83" OriginalAmount="124.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78733" Longitude="100.57706" StarRating="3" HotelCode="|186638" HotelName="Diamond Residence Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Soi Hatsadisevi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/3/8/186638_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.20" OriginalAmount="124.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.689398" Longitude="100.608203" StarRating="3" HotelCode="|405561" HotelName="Spacy Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 64 Sukhumvit Rd Bangchak Phrakhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/6/1/405561_41ef2f81125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.53" OriginalAmount="124.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.03492" Longitude="99.51728" StarRating="3" HotelCode="|205554" HotelName="Sam's House Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Maenamkwai Road, T. Thamakam, A. Muang Kanchanaburi-River Kwai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/5/5/4/205554_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75129988" Longitude="100.52831807" StarRating="2" HotelCode="625952|baansu_hostel" HotelName="Baansu Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>661 Bantadthong Road, Soi Phayanak, Ratchathewi, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/df/5ddff0ae365fa91da9c5272944b1e8b01743d221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.80" OriginalAmount="125.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752398" Longitude="100.528278" StarRating="0" HotelCode="|408269" HotelName="Timber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>291/27 SOI PHAYA NAK PHAYATHAI ROAD THANON PHETCHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/6/9/408269_159024d1853.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.93" OriginalAmount="125.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786376" Longitude="100.570622" StarRating="0" HotelCode="|172862" HotelName="Siamaze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Ratchadapisek 17, Ratchadapisek Rd., Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/6/2/172862_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872429|mams_house_khaosan" HotelName="Mam's House Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Samsen Road</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/ff/f1ffe745afe8e66545540a8a3e680aae5e368dd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.05" OriginalAmount="126.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74547657385" Longitude="100.52008777857" StarRating="3" HotelCode="8976|27584" HotelName="Twin Towers" 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,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rong Muang, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6d/2a6d5fc0931b9f420989fa59b745b476e135fbdb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located close to the city centre, on New Rama VI Road. Consequently, it i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.57" OriginalAmount="126.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.701864" Longitude="100.637442" StarRating="0" HotelCode="|391211" HotelName="SLT Apartment Bangkok  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, Soi Dara Chai 1/1, 902/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/1/391211_261386e1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|57435" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Charoenkrung Road, 1179/42 Soi Charoenkrung, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180348/180348a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1080825-26335639/1229874587205045222/2592" HotelName="LOFTEL 22 HOSTEL (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9780000/9777000/9776979/15a29f60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|phurahong_homestay" HotelName="Phurahong Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Phaholyothin Yak 52 Moo 4, Soi 52, Saphanmai, Klongthanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/80/dd80eb3633f05cd8dd68d3e8983237f6396fda23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74113862" Longitude="100.49553056" StarRating="2" HotelCode="585210|the_onion_hostel_at_flower_market" HotelName="The Onion Hostel At Flower Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>131/1 Soi Thaklang, Jakapetch Street, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c8/25c83e29f63fc0a66962f2294d559e0d24380d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.42" OriginalAmount="128.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789465" Longitude="100.564444" StarRating="3" HotelCode="|535397" HotelName="Cher Hostel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>573/1-2 Soi Inthamara 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/9/7/535397_31c70981153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.88" OriginalAmount="129.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72973597" Longitude="100.53216289" StarRating="2" HotelCode="625978|692194" HotelName="Ekanek Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>37/17 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/1f/051f9f06a3d6b48cf5c2affde63caec8ad99d359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82023104" Longitude="100.58340869" StarRating="2" HotelCode="951171|casa_luxe_hotel_and_resident" HotelName="Casa Luxe Hotel And Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadapisek 36, Yak 19-1, Chandrakasem, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/4576d411190f68e454ad2b1ec2aafcb7a14bc403.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.90" OriginalAmount="130.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743839" Longitude="100.635933" StarRating="2" HotelCode="|532932" HotelName="Siam Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Rama IX 57, Phatthanakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/3/2/532932_15e33fd1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|siamaze_hostel" HotelName="Siamaze Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>90 Ratchadapisek 17, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/42/7e42d0977457ae359eff0efdeda644dd621e0cbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76278008" Longitude="100.54084246" StarRating="2" HotelCode="569587|at_victory_hostel" HotelName="At Victory Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>440/21 Soi Ratchawithi 3, Ratchawithi Road, Phayathai, Rajthewee, Pathumwan, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/98/46980d183330a9d42cfc1f861547c409d0505dbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service and a laund...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.04" OriginalAmount="131.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546892" Longitude="100.5659999" StarRating="0" HotelCode="|358105" HotelName="X9hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/0/5/358105_c6138de1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73678894" Longitude="100.6321129" StarRating="2" HotelCode="449074|around_the_world_bed_and_breakfast__hostel" HotelName="Around The World Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2043 Phatthanakan Road, Suan Luang, Bangkok, 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a1/5aa1536d4debbc1c363d82bab5ee6e6b0cba16d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71687015" Longitude="100.73120617" StarRating="3" HotelCode="901778|the_paragon_inn" HotelName="Paragon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Moo 15, Lat Krabang 22, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/eb/b5ebc1210ea4e97685db42fbbb8c1bbf7283ff63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719105910096" Longitude="100.75642392039" StarRating="3" HotelCode="72875|convenient_resort_suvarnabhumi" HotelName="Convenient Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Lat Krabang Soi 38, Lat Krabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/75/2d7595e1b153759070a1bbcfd2d122680bd3c03c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located just 5 minutes away from Suvarnabhumi airport and 25 minutes from Bangkok city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75393066" Longitude="100.50250626" StarRating="2" HotelCode="513027|zen_rooms_siripong_road" HotelName="Sri Krungthep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Road, Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/f1/00f10a8af9f02a964e49f6d4146d6c8dbf41b5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71464693" Longitude="100.58144913" StarRating="2" HotelCode="585764|the_art_hostel_bangkok" HotelName="The Art Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3757/13-14 Soi Sangchan, Sukhumvit 40 Road, Phakanong, Klongteay, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1a/f21a442ae6f1c409b0d03e01005ee69f15f9a716.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and a laundry service. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.08" OriginalAmount="133.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76262" Longitude="100.49637" StarRating="0" HotelCode="|247145" HotelName="Bedspread - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Thanon Phra Sumen Trok kai chae Phra Nakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/1/4/5/247145_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.67" OriginalAmount="133.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7146354" Longitude="100.5814058" StarRating="0" HotelCode="|358493" HotelName="The Art Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3757/13-14 Soi Sangchan,Phakanong, Sukhumvit 40 Road ,Klongteay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/4/9/3/358493_19180341157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77657672" Longitude="100.57479872" StarRating="3" HotelCode="867278|ratch_66" HotelName="Ratch 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pracha Rat Bamphen 6 Alley 8-3, Sunthon Siri 4 Alley, Ratchadaphisek Road, Huaykwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a630450f35655aa55870d930beb2e0285398d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|186594-25372001/1229874587205045222/2407" HotelName="OYO 75385 WIN LONG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5268700/5268686/7e0648db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75316705" Longitude="100.49748745" StarRating="3" HotelCode="551683|siri_poshtel_bangkok" HotelName="The Siri Poshtel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>114 Phraeng Sanphasat Road, San Chao Pho Sua, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/ab/34ab5efa7d9ea59c20d42abd0374c614d85e4181.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.42" OriginalAmount="135.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789326" Longitude="100.57496" StarRating="2" HotelCode="|557724" HotelName="Pastel House - Adults Only - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1312,Soi Udomsuk 1,Sutthisan Winitchai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/2/4/557724_09c182d1105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543748" Longitude="100.6117414" StarRating="3" HotelCode="150141|jl_bangkok" HotelName="JL Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkhamhaeng 23, Ramkhamhaeng Road, Soi Wat Pra Kraisri 1, Huamark, Bangkapi, Bangkok, Bangkok Province 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3ec6ed23a2a109806b6a1074604a473a978b7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75469318" Longitude="100.56600729" StarRating="2" HotelCode="583601|x9hostel" HotelName="X9 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang, Bangkok, Bangkok Province 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ec/90ecd66a86fdd15be68cc9d1671e603c4ce816e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.38" OriginalAmount="136.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726635" Longitude="100.516863" StarRating="3" HotelCode="|103718" HotelName="Super Oyo 75385  Win Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1179/42 Soi Charoenkrung47, New Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/1/8/103718_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a spa, rooms with a TV and WiFi (free of charge). SITUATION: This establishment, is in Bangkok the business area of Silom 5 minutes away, guests can find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.43" OriginalAmount="136.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7571499" Longitude="100.5640366" StarRating="3" HotelCode="|66690" HotelName="Centric Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI YUCHAROEN , ASOKE - DINDANG RD, DINDANG 502/29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/0/66690_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 126 rooms, This air-conditioned establishment has a lobby, a reception, a safety deposit box service, a lift, a cafÃ©, a restaurant, internet, room service and a laundry service. nearby, there is a car park. SITUATION: This urban hotel, Sukhumvit it is situated 2 kilometres away from near the establishment, guests will find shops, the metro station, is situated 18 kilometres away from Don Mueang Airport it is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The modern rooms, have a satellite TV, a safe, a writing desk, a direct line telephone, a mini-bar, a terrace, a bathroom with a shower, a hairdryer, a double bed, WiFi, a coffee maker, a kettle and individual air-conditioning. OBSERVATIONS: Customers have security, a reception and wifi. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.14" OriginalAmount="137.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753154" Longitude="100.4974475" StarRating="3" HotelCode="|358139" HotelName="Siri Poshtel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Prangsanphasart lane, Tanao Road, Pranakorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/3/9/358139_dfef9b91003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|56422" HotelName="Centric Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/29 Soi Yucharoen, Asoke-Dindaeng Road, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c5/b9c5231564f184e1e50ba633e6575001a8ab37e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated within around 2 km of Sukhumvit. Guests will find shops within a 5-minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78942087" Longitude="100.5749766" StarRating="2" HotelCode="639628|271477" HotelName="Pastel House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1312 Soi Udomsuk 1, Sutthisan Winitchai, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c4/28c4557a6dbb256aa97acfb8eecd05919d49cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77575589" Longitude="100.54344572" StarRating="2" HotelCode="780492|19a_hostel" HotelName="19A Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>268 Phahonyothin Road, Khwaeng Samsen Nai, Khet Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/49/2549a44f4c568432027e02829bf309a9b9e7e6c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.55" OriginalAmount="139.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7861641" Longitude="100.5695477" StarRating="3" HotelCode="|172665" HotelName="Bangkok 68" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Soi Ratchada 17 (Soi Intamara 45) Dindaeng, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/6/5/172665_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.14" OriginalAmount="139.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7581975" Longitude="100.5250634" StarRating="3" HotelCode="|358270" HotelName="Bangkok Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24,Thung Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/7/0/358270_1_4786.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75058427" Longitude="100.54657537" StarRating="3" HotelCode="434909|metro_pratunam_boutique_hotel" HotelName="Metro Pratunam Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1091/189-191 Soi Petchburi 35, New Petchburi Road, Makkasan, Rajathevi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e1785140c00e0dddcc425174a3cd3466b192a64b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Bangkok. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75065555" Longitude="100.52902441" StarRating="2" HotelCode="584598|checkin_my_hostel" HotelName="Check In My Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>927/4 Petchaburi Road, Soi Phaya Nak, Ratchathewi, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d2/34d220459de88e178d5685bfec73ef95bc7d053d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.92" OriginalAmount="140.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7758" Longitude="100.543" StarRating="0" HotelCode="|408267" HotelName="19a Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>268 Phahonyothin road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/6/7/408267_4d1164c1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75442769" Longitude="100.53229847" StarRating="2" HotelCode="545845|restiny_hostel" HotelName="Restiny Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>240/5 Phayathai Road, Phayathai, Ratchathewi, Bangkok 10400, Bangkok Province</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/eb/faeb0f40bd30f567b1e0af42e713768008cf4fb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|rest24_hostel" HotelName="Rest24 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Maha Nakorn Road, Maha Phruttharam, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/29/d029fb479b43990361f1882eb2921915dfc283ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|128949-28551022/1229874587205045222/880" HotelName="CENTRIC PLACE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2560000/2559000/2558979/b70c0e3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75197723" Longitude="100.53607591" StarRating="2" HotelCode="583160|glur_central_pratunam" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e1/48e15e37607a3893a034bb4cfef241d16b06fce0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75698007" Longitude="100.56437347" StarRating="2" HotelCode="618983|phobphanhostel" HotelName="Phobphanhostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>304/15 Soi Kiattichai Alley, Asoke-Dindaeng Road, Dindaeng District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/f7/e2f7b64a62e453e2667e6dd21b2c69e2970b61c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75810606" Longitude="100.52539071" StarRating="2" HotelCode="766003|bangkok_oasis_hotel" HotelName="Bangkok Oasis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/30/2830565937777e68bef705cfde7aeec85d524dad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok and with The Jim Thompson House reachable within a 12-minute walk, Bangkok Oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.61" OriginalAmount="143.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829475" Longitude="100.5712348" StarRating="3" HotelCode="|164155" HotelName="Sena House Paholyothin30" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road Chankasem Chatuhak Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/1/5/5/164155_39c06151109.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Major Ratchayothin it is 3 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.74" OriginalAmount="143.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754343" Longitude="100.531172" StarRating="0" HotelCode="|358374" HotelName="Diff" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>236/41 Soi Senakit, Phayathai Road, Thung Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/7/4/358374_f14fa9c1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723016731171" Longitude="100.52349871709" StarRating="2" HotelCode="398339|panpan_hostel" HotelName="PanPan Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50/31 Pan Road, Silom, Bangrak, Bangkok, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/23/bf238e51e9ac63cd444f4b75b58014116bdeeaf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.32" OriginalAmount="144.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751771" Longitude="100.638415" StarRating="0" HotelCode="|446401" HotelName="Mintel Huamark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17/3 Hua Mak Rd, Hua Mak, Bang Kapi District, Bangkok 10240</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/1/446401_aff30bf1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74682361" Longitude="100.50318122" StarRating="2" HotelCode="547270|cacha_bed" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>156 Mahachai Road, Wangburaphapirom, Phara Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/57/375796457d0ed28add95e191cedf6a3000cb165b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|the_moon_night_hostel" HotelName="The Moon Night Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road, Taradyod Phrana khon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/48/a84886917b1aed32e6d9f57f15aae339bb9b9b0b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72904014" Longitude="100.52386272" StarRating="2" HotelCode="782928|simply_sleep_hostel" HotelName="Simply Sleep Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/3-4 Nares Road, Sripraya Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a8/aaa87bd47c6e12fe3f873b6aa366eea02400fc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.91" OriginalAmount="146.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.770775" Longitude="100.581296" StarRating="3" HotelCode="|410598" HotelName="Nest By Sangob" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Utit 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/9/8/410598_9955d931509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.00" OriginalAmount="146.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74311" Longitude="100.50901" StarRating="0" HotelCode="|586812" HotelName="Exoresidence The Heart of Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Charoen Krung Road Station one yaowarat 5 floors</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/8/1/2/586812_711bedb1941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.47" OriginalAmount="147.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719413" Longitude="100.518005" StarRating="3" HotelCode="|172833" HotelName="Pas Cher , Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/5 Charoen Wieng Road, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/8/3/3/172833_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.95" OriginalAmount="147.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8706582" Longitude="100.5587167" StarRating="3" HotelCode="|358086" HotelName="The Journey" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47, Yaek 44, Lak Si</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/0/8/6/358086_1_7124.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.05" OriginalAmount="147.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.83846" Longitude="100.63329" StarRating="3" HotelCode="|187101" HotelName="Media and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>599 Pradit Manutham road, Don Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/0/1/187101_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.12" OriginalAmount="147.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8320257" Longitude="100.5593729" StarRating="2" HotelCode="|103637" HotelName="Super Oyo Capital O 564 Nature Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/19 Soi Vipavadee-Rangsit 38, Vipavadee Rangsit, Ladyao, Jatujuk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/3/7/103637_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers WiFi (free of charge), modern rooms, a restaurant and private parking (free of charge). SITUATION: This establishment, is near the main avenue, JJ the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.17" OriginalAmount="147.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78458" Longitude="100.56385" StarRating="3" HotelCode="|243739" HotelName="Ck2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi 22 Inthamara Sutthisarn Din Daeng, Ratchadaphisek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/7/3/9/243739_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.43" OriginalAmount="147.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7697084" Longitude="100.5828412" StarRating="2" HotelCode="|358262" HotelName="Mok Mek 72" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Soi Pracha Uthit 24 Pracha Uthit Road Huai Khwang Bangkok, Ratchada, Krung 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/2/6/2/358262_df65a371243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829496104833" Longitude="100.57128135536" StarRating="3" HotelCode="340639|sena_house" HotelName="Sena House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road, Chankasem Chatuhak Bangkok, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b5/7bb5792fb1fa973b0e4c2c7fa6ea541d84d35aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.34" OriginalAmount="148.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.879291" Longitude="100.593795" StarRating="3" HotelCode="|439476" HotelName="B2 Don Mueang Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1/8 Soi Chaeng Watthana 4, Anusawari, Bang Khen, Bangkok, 10220</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/4/7/6/439476_1403ef51028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72497751" Longitude="100.6568477" StarRating="3" HotelCode="639664|lhotel_bangkok" HotelName="L'Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>155-156 Moo 6 Phatthanakarn Road, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/8d/b48d98f1b0d99161303908fdf9f1472c1d0c661e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A baggage storage service is available to guests....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|the_journey_hotel" HotelName="The Journey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47 Yaek 44, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a534670df7a413d7cad3ee8996b0b5b5ae9e64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.77" OriginalAmount="149.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750539" Longitude="100.546492" StarRating="3" HotelCode="|402278" HotelName="Metro Pratunam Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/189-191 Soi Petchburi 35, New Petchburi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/2/7/8/402278_6f7500e0211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.90" OriginalAmount="149.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.838665632739" Longitude="100.63315842274" StarRating="3" HotelCode="398544|703041" HotelName="Media Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>599 Pradit Manutham Road, Don Mueang, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/91/129162f68a4b72497ad63e9d09e125f62df0c421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The numerous facilities and services at the resort ensure guests a comfortable and relaxing stay. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.95" OriginalAmount="149.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754619" Longitude="100.5359378" StarRating="0" HotelCode="|242953" HotelName="Cubic Bed Pratunam -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2 Phethburi 13, Rachthewee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/9/5/3/242953_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764402714402" Longitude="100.49948331846" StarRating="2" HotelCode="380584|tara_place" HotelName="Tara Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113,117 Samsen Road, Samphraya, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a9/02a9d25664bfbdcc0296d1b6d7a11be1238ac34b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78455692" Longitude="100.56380687" StarRating="2" HotelCode="516174|ck2_hotel" HotelName="CK2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Intamara 22, Suthisan, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877f112c60e4675871d7ca64e96a2e939dc6d68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.83" OriginalAmount="151.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77508" Longitude="100.4805" StarRating="2" HotelCode="|246014" HotelName="Sudyod Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Rd. Bangbumru, Bangphlat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/0/1/4/246014_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.24" OriginalAmount="151.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7863" Longitude="100.57271" StarRating="3" HotelCode="|205615" HotelName="Watana Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>209 Ratchadapisek Road, Soi 17, Ratchadapisek Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/6/1/5/205615_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1080759-28536118/1229874587205045222/1387" HotelName="LOST INN BKK (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27050000/27050000/27049979/ab1c63d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75361475" Longitude="100.78939943" StarRating="3" HotelCode="603633|pn_home_service" HotelName="PN Home Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road, Happy Place Village 2, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/91/2a91bbd6aee56041c7ce29b1a221ca294a97dcdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75444657" Longitude="100.536188" StarRating="2" HotelCode="496006|cubic_bed_pratunam_hostel" HotelName="Cubic Bed Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2, Phethburi 13, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d6/afd647e308b4fab6efd178d6057b1006ce632d9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;CUBIC BED A modern designed dorms located on the 8/Fl.,? of CUBIC Pratunam. Dorms are equipped with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.91" OriginalAmount="155.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468519" Longitude="100.5287077" StarRating="3" HotelCode="|103658" HotelName="Lub D Bangkok Siam Square " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road Wangmai Patthumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/8/103658_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the shopping area, the leisure area, Close to restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.91" OriginalAmount="155.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70508" Longitude="100.50573" StarRating="0" HotelCode="|245937" HotelName="Longzhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/9/3/7/245937_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.44" OriginalAmount="155.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73928" Longitude="100.48469" StarRating="0" HotelCode="|235522" HotelName="Issara House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260/37-39 Itsaraphap Road Watarun Bangkok Yai, Thonburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/2/2/235522_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719077527249" Longitude="100.51771356882" StarRating="3" HotelCode="343784|pas_cher_hotel_de_bangkok" HotelName="Pas Cher Hotel de Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/5 Charoen Wieng Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/37/393714c6faeb7ad70d9da7b2e95c820242ff19dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="983579|siam_best_hotel" HotelName="Siam Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Petchaburi 15, Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/d2/42d28a514a686727abd2be665cb83ab967fb66c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.31" OriginalAmount="156.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752945" Longitude="100.536747" StarRating="3" HotelCode="|407403" HotelName="Siam Best" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Petchaburi 15 Phayathai Road Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/4/0/3/407403_85cafe41205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.70" OriginalAmount="156.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7240592" Longitude="100.5483408" StarRating="3" HotelCode="|54033" HotelName="Pinnacle Lumpinee Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 SOI NGAM DUPHIL, RAMA 4 ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/3/54033_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, a hairdresser's and a restaurant. The establishment also offers room service, a laundry service, a medical care service and a car park. SITUATION: This welcoming hotel is in an excellent location. Nearby, you will find Lumpini Train Station. Clients can also find a park, the stadium and the bazaar. ROOM: The comfortable rooms have an air-conditioning system, a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safe. FACILITIES: The establishment has a swimming pool, a terrace, deck chairs and parasols. The establishment also offers a jacuzzi, a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72590676" Longitude="100.56458839" StarRating="2" HotelCode="492210|sleepbox_sukhumvit_22_hostel" HotelName="Sleepbox Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3, Sukhumvit 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b8/c7b8c12b27a9ca659789cc9d302abc11d9e62db0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70508933" Longitude="100.5056414" StarRating="2" HotelCode="520113|long_zhu_guesthouse" HotelName="Long Zhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road, Phrayakrai, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/9c/629cf4e05d60c9d53846f736f896ea24ecc0d429.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|20284" HotelName="I Residence Hotel Sathorn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/82/5482fedc779cbd76ed49d1ef52bf1344dde9b0c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the heart of the business area of Bangkok. Its location offers convenie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753293" Longitude="100.543938" StarRating="3" HotelCode="255717|shadi_home__residence" HotelName="Shadi Home &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38/5 Soi Wattanawong Ratchaprarop Road, Makasan, Patunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/e9/d8e9f85b9e86084dc5e47559f3368351d1a943ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.15" OriginalAmount="158.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7231971" Longitude="100.5216481" StarRating="3" HotelCode="|62885" HotelName="For You Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>839 SILOM ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/8/5/62885_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has business facilities and leisure areas. ROOM: The Asian in style rooms, have different decorative styles.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.48" OriginalAmount="158.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754177" Longitude="100.537144" StarRating="3" HotelCode="|409471" HotelName="Theme Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49/38 - 40 Phetchaburi 15 Alley Phrayathai Ratchathe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/7/1/409471_bd0f4c21621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.97" OriginalAmount="159.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|27304" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e4/dae4dde076637d7689774a2f2334f31e35752b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This friendly hotel enjoys a convenient location within walking distance of the Lumpini MRT subway s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.98" OriginalAmount="159.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7612" Longitude="100.49901" StarRating="0" HotelCode="|246810" HotelName="The Moon Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road Taradyod Phrana khon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/8/1/0/246810_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.09" OriginalAmount="159.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754958" Longitude="100.535487" StarRating="2" HotelCode="|103605" HotelName="Dt  Pratunam (dream Town)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Petchburi 11, Petchburi Road, Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/0/5/103605_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Phaya Thai the skytrain station of. ROOM: The rooms have a flat-screen television and a mini-bar. FACILITIES: Guests also have access to a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.31" OriginalAmount="159.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754582" Longitude="100.539561" StarRating="3" HotelCode="|472418" HotelName="De Lux Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sangkarn Alley,thanon Phaya Thai, 78/1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/1/8/472418_3be9eed1255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.84453625" Longitude="100.66362633" StarRating="3" HotelCode="359708|viva_residence" HotelName="Viva Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Khubon Road (Soi Ramintra71), Khannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/4f/594ffe7d96f1f5f5763519939d6c8cca10d6f039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.09" OriginalAmount="160.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7588889" Longitude="100.5344444" StarRating="2" HotelCode="178085|138128" HotelName="Dream Town Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Petchburi 11, Petchburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7e/f97eb57ef880d8aaa850797ce8433a54bb1df12a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Bangkok, just a 5-minute drive from the Phayathai BTS ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.97" OriginalAmount="161.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7638" Longitude="100.499" StarRating="0" HotelCode="|391212" HotelName="Oyo 730 Meedee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 Samsen Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/2/391212_26a5d961026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.07" OriginalAmount="161.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79325" Longitude="100.584371" StarRating="0" HotelCode="|468580" HotelName="Abc@48 And Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>863 Soi Lat Phrao 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/8/0/468580_4ee11851850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.33" OriginalAmount="161.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.820256" Longitude="100.583398" StarRating="3" HotelCode="|408293" HotelName="Casa Luxe hotel resident" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadaphisek 36, Lane 19-1, Bangkok 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/2/9/3/408293_50d9a411844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72344504" Longitude="100.75368571" StarRating="3" HotelCode="351106|lilac_relaxresidence" HotelName="Lilac Relax-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Lat Krabang 7,, On-nut Lat Krabang Road, Lat Krabang District, Lat Krabang, 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e2/9ae27505e8b8340fc945d2f440e469c067314c4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Airport Suvarnabhumi / Bang Na, Lilac Relax Residence is a perfect starting point from wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7264943" Longitude="100.53827548" StarRating="2" HotelCode="624465|cloud_on_saladaeng" HotelName="Cloud on Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Saladaeng Road, Silom Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d4/08d4ff15454d9b294c86f8f6e01d37601b85d1d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.54" OriginalAmount="162.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754694" Longitude="100.540104" StarRating="3" HotelCode="|172927" HotelName="Le Touché Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis Ratchaprarop Rd. Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/2/7/172927_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1080672-28543689/1229874587205045222/1653" HotelName="SIRI POSHTEL BANGKOK (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17250000/17242300/17242285/204184ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91286705" Longitude="100.59312101" StarRating="3" HotelCode="696277|the_prima_residence" HotelName="The Prima Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>44 Wireless Road, 2nd Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/68/0d6814f6c27cfb86f8f28db9546fb9ab8744caf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok (Don Muang), The Prima Residence is convenient to Air Technical Training School a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="876616|time_sabai_134_hostel" HotelName="Time Sabai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>134/6 Ban Phan Thom Road</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/46/f646913d18c6a3dc791b1d5d454a3315f4864b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.45" OriginalAmount="163.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7163747" Longitude="100.5885683" StarRating="1" HotelCode="|279041" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1036/12 Sukhumvit Soi 42/1 (300 meter from BTS Prakanong Station on the left hand side), Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/0/4/1/279041_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1442275-28846752/1229874587205045222/2891" HotelName="TIANG CAPSULE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88790000/88788900/88788876/96e0fc3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79741785" Longitude="100.57168906" StarRating="3" HotelCode="569335|baan_tanwa_mrt_ratchadapisek" HotelName="Baan Tanwa MRT Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81 Ratchadapisek 19, Vibhavadi Rangsit 16/35, Dindang, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab8566a66aa4afa77cbf6d373cfbde57b53e9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel offers a hairdresser. Wireless internet access in public areas allows guests to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.11" OriginalAmount="164.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7186" Longitude="100.516" StarRating="3" HotelCode="|408704" HotelName="Sathorn Terrace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>210 North Sathorn Rd., (Next To Sathorn Church), Silom, Bangkok, 10550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/0/4/408704_fd23b2f1609.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.63" OriginalAmount="165.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742492" Longitude="100.562721" StarRating="4" HotelCode="|172376" HotelName="Icheck Inn Residences Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>413/1 Soi. Narathiwat 24 Wat Pho Man, Sathupradit Road Chong nonsi, Yannawa, Silom-Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/3/7/6/172376_27d600c1419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712167" Longitude="100.475015" StarRating="3" HotelCode="188195|376855" HotelName="Jolly Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421 Soi Ratchada Thaphra 13, Rim Thang Rod Fai Rd, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138107/138107a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Pinklao. The total number of units is 136. Those who dislike animals may e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77704633" Longitude="100.58313722" StarRating="3" HotelCode="866113|376890" HotelName="Nice Hotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>416/8 Soi Pracharath Bumphen 20, Huaikwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/90/e090d3fb1af90513508bb73fd0de87a6907b4b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="959259|qbox_hotel_bangkok_blossom" HotelName="Q-Box Bangkok Blossom Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/29/f9296ef9e03505732c557229084ca1e4a3321483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.12" OriginalAmount="166.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77544" Longitude="100.480904" StarRating="3" HotelCode="|461681" HotelName="Sudyod" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Road Soi 2/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/6/8/1/461681_eddbd4f0849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415102-27596219/1229874587205045222/2931" HotelName="TORI CROWN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98280000/98271400/98271364/3769b04c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.60" OriginalAmount="167.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6817821" Longitude="100.6325568" StarRating="2" HotelCode="|278355" HotelName="Good Houses Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Udomsuk 41, Sukhumvit 103 Road, PhraKhanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/3/5/5/278355_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.94" OriginalAmount="167.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736834" Longitude="100.63209" StarRating="3" HotelCode="|172659" HotelName="Around The World Bandb" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2043 Phatthanakan Rd., (Orange Building between Phatthanakan 43 y 45 ) Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/9/172659_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|138409-25309014/1229874587205045222/2491" HotelName="I RESIDENCE SATHORN (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2544000/2543951/bfb24901_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76991179" Longitude="100.58116625" StarRating="3" HotelCode="545851|sangob_hotel" HotelName="Sa-Ngob Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Uthit 16, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d06c1b9d8b4b8bad8b3a1e7a3bc44420649b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.89" OriginalAmount="168.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.711786" Longitude="100.47495" StarRating="3" HotelCode="|131313" HotelName="Jolly Suites and Spa Thaphra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421/35 - 36 Soi Rachada - Thaphra 13 Ratchada -Thaphra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/3/131313_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Thonburi it is in Close to Phra Mall the shopping centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71849763" Longitude="100.51638211" StarRating="3" HotelCode="539230|sathorn_terrace_apartment_2" HotelName="Sathorn Terrace Apartment &amp; Escape B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>210 North Sathon Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/dc/bbdc15f1a0739e22a03821e309d702fbf030b18c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.81" OriginalAmount="169.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7275693" Longitude="100.5245784" StarRating="3" HotelCode="|357908" HotelName="Kokotel Bangkok Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>181/1-5, Surawong Rd, Suriwong, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/9/0/8/357908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.82" OriginalAmount="169.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7883739" Longitude="100.5749135" StarRating="3" HotelCode="|172704" HotelName="Double Dd House At Mrt Sutthisarn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Udomsuk Alley 4 Suthisanvinichai Samsennok Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/7/0/4/172704_9ce196f1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75243081" Longitude="100.50466954" StarRating="3" HotelCode="398062|63977" HotelName="Tim House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Road, Samranrat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/0d/660d59c68caf885280eb824534cfd5c224169aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|207827-28488154/1229874587205045222/1705" HotelName="TEJA LAKE VIEW APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18480000/18471700/18471647/0195bb26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.39" OriginalAmount="170.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74707" Longitude="100.52468" StarRating="2" HotelCode="|460584" HotelName="Siam Stadium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Rama I Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/8/4/460584_34e698b2100.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72368497" Longitude="100.46311779" StarRating="2" HotelCode="378944|173227" HotelName="Bed by Tha-Pra Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>134/12-14 Petchakasem Road, Soi 26/1 Pakkhlong Phasi Choroen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/a4/70a48e9351da046c26b2986657ce97eb2b2de4c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="884757|my_home_at_bangkok" HotelName="My Home At Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49/25-26 Soi 15</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/25/ac255b605dd5f140bd33249f876e07fe8efb4d39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.45" OriginalAmount="171.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7323476" Longitude="100.5984737" StarRating="3" HotelCode="|103675" HotelName="Sabai Sabai @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Sukhumvit 71 Road Soi Preedee Panomyong 40, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/5/103675_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a spa, WiFi (free of charge) and a transfer service to the station. SITUATION: This establishment, Sukhumvit Road it is in 5 minutes away from the establishment, clients can find Link Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.58" OriginalAmount="171.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.784297" Longitude="100.513172" StarRating="3" HotelCode="|172949" HotelName="Uma Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>580 Si Yan Soi 1 Nakhonchaisi Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/9/172949_f1b5b7b1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.61" OriginalAmount="171.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763272" Longitude="100.503098" StarRating="1" HotelCode="|566882" HotelName="Marni BKK Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>354/6-7 soi worapong, wisutkasat road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/8/2/566882_2f9dff11103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718923678654" Longitude="100.76419466681" StarRating="3" HotelCode="586514|223518" HotelName="Gold Airport Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotels,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Ladkrabang Soi 40/2, Ladkrabang Road, Lat Krabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/05/590540d4552b488d7d25a48b4d8da42ec2d4eef0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1081180-28473373/1229874587205045222/641" HotelName="SIAMAZE HOSTEL (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7740000/7737000/7736947/5b17d4c5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|207529-25405375/1229874587205045222/2784" HotelName="TARA PLACE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6260000/6252100/6252083/76a78f1f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1080755-26335515/1229874587205045222/2905" HotelName="TIME SABAI 134 HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45390000/45387700/45387672/6ab93d59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.31" OriginalAmount="172.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758332" Longitude="100.504262" StarRating="3" HotelCode="|416714" HotelName="Nappiness" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>517 Phra Sumen Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/1/4/416714_d53412f1021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.45" OriginalAmount="172.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79723" Longitude="100.57127" StarRating="3" HotelCode="|244298" HotelName="Baan Tanwa - Mrt Ratchadapisek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>81 Ratchadapisek Soi 19 (Soi Vibhavadi Rangsit 16/35) Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/9/8/244298_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.62" OriginalAmount="172.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768312" Longitude="100.6319959" StarRating="3" HotelCode="|103705" HotelName="Metro Point Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ladprao Road, Klongjun, Ramkhamhaeng 81</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/5/103705_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008. SITUATION: This establishment, is 20 minutes away from Suvarnabhumi Airport Close to places of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72180214" Longitude="100.78394556" StarRating="2" HotelCode="701757|mariya_lady_hostel_at_suvarnabhumi_airport_female_only" HotelName="Lady M Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2418/2 Latkrabang Road, Latkrabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/6e/296e649b7858828104b1f2e31b40323fdca4655e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.22" OriginalAmount="174" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|264714-32731925/1229874587205045222/2984" HotelName="DE LUX BANGKOK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/9000000/8150000/8144300/8144266/a7b26035_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78650903" Longitude="100.57135713" StarRating="3" HotelCode="585362|stay_hotel_bangkok" HotelName="Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadapisek 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e5/d5e5ab81d451cf2da50966937314e9e9b4fa4003.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.70" OriginalAmount="174.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236" Longitude="100.76657" StarRating="2" HotelCode="|554744" HotelName="B9 Airport Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1473/3 Soi Lat Krabang 9/1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/4/4/554744_bba8c0c1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.91641088" Longitude="100.59824749" StarRating="2" HotelCode="585661|sleep_owl_hostel" HotelName="Sleep Owl Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>199/153 Soi Cherdwuthakard 9, Kwang Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/af/9bafe65030d1261e0759dd520ff60ac190fa7e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73192659" Longitude="100.56828183" StarRating="3" HotelCode="584079|my_hotel_herrity" HotelName="My Hotel Herrity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>595/16,17,18,19 Sukhumvit 33/1, Klongton Ru, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/5d/ab5dc56aaf24d1db09976db4c44ff9d440750f17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.20" OriginalAmount="175.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7367567" Longitude="100.5532169" StarRating="3" HotelCode="|29229" HotelName="Royal Ivory Sukhumvit Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT ROAD, NANA SOI 4 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/2/2/9/29229_a67f4c90930.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 99 rooms, 1 Presidential Suite, a lobby, a safety deposit box service, a cafÃ© and a bar. SITUATION: It is situated near the shopping area, the business area and embassies. ROOM: The establishment has superior rooms, All the rooms have a bathroom, a safe, a kettle and a coffee maker. Guests also have available deluxe rooms with a small kitchen and internet. Guests are offered two bedroom presidential suites with telephone, satellite or cable TV, a small kitchen, a dining room and a sitting area. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment boasts a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers and international cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.26" OriginalAmount="175.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725719" Longitude="100.52517" StarRating="4" HotelCode="|59462" HotelName="Furama Silom Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>533 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has fantastic views, attentive service, a fitness centre with features that offer you the maximum level of comfort, a swimming pool, a restaurant, a bar, a lounge, room service, business service, meeting facilities and conference rooms. SITUATION: It is well-connected with the railway station, this hotel Bangkok it is in Patpong Night Market it is located close to near the establishment, you will find the tourist attractions, the shopping area and the leisure area. ROOM: The establishment has 175 rooms, with beautiful views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720506" Longitude="100.737268" StarRating="3" HotelCode="166059|48837" HotelName="Sinsuvarn Airport Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Soi Latkrabang 30, On-Nut Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/b3/dcb3a4035aeaf404112feafb1d3cfd12a6775a90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at Ladkrabang Road soi 30. It has easy access to Bangkok city centre and to Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769105632967" Longitude="100.62286745615" StarRating="3" HotelCode="392582|yotaka_boutique_hotel" HotelName="Yotaka Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Ladpraw 122 Road, Soi Mahadtai, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5d/a75d3005d20bf3866fb60edc390f61395376183c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A café is among the facilities. Wireless internet access is available to guests in the public areas....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.09" OriginalAmount="176.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7235618" Longitude="100.4630192" StarRating="2" HotelCode="|103564" HotelName="Bed By Tha-pra  and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134/12-14 Petchakasem Road Soi 26/1 , Pakkhlong Phasicharoen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/6/4/103564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a transfer service to, the station and (free of charge). a lobby and daily newspapers (free of charge). SITUATION: This establishment, is in Bangkok the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.788291494619" Longitude="100.57503626024" StarRating="3" HotelCode="378790|double_dd_house_" HotelName="Double DD House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Sutthisanvinichai, Udomsuk Alley 4, Samsennok, Huaikhwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ec/03ecd6ee4b6522770c7bd39421c68c4340f6c0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.01" OriginalAmount="177.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775511" Longitude="100.480931" StarRating="3" HotelCode="|416574" HotelName="@42 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Soi Borommaratchachonnani 2/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/7/4/416574_e45b9f91040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.12" OriginalAmount="177.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726503" Longitude="100.729069" StarRating="3" HotelCode="|411308" HotelName="Qg Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 3, 85/5 Prachakorn Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/3/0/8/411308_ce42b3e1610.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|prince_palace_hotel" HotelName="Prince Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Damrongrak Road, Bo Bae Tower, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b7e673205a2551ce14849b817262d0e8305d7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is located close to China Town. The direct vicinity offers a typic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727029716711" Longitude="100.5222239456" StarRating="3" HotelCode="53390|beanstalk_bangkok" HotelName="New Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>299-301 Surawongse Road, Suriyawong Subdistrict, Bang Rak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/92/1592a9711dd32d9427c4b6b3fa3404a5dc26bf42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The New Fuji Hotel Bangkok provides affordable accommodation in the Silom central business district,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.47" OriginalAmount="178.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719894" Longitude="100.538699" StarRating="3" HotelCode="|168697" HotelName="I Residence Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/9/7/168697_9c70e9c1148.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, a car park, a transfer service, has a gym, a steam bath and a business centre. ROOM: All the rooms have a balcony, an air-conditioning system, cable television, a satellite television, a safe, a kettle, a coffee maker and a DVD player (available on request). RESTAURANT: Clients can enjoy an international restaurant with local dishes. SITUATION: This hotel is a 10-minute walk away from the night market of Patpong. A transfer service to the railway station and free of charge and the Station of MRT de Silom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.55" OriginalAmount="178.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756196" Longitude="100.542982" StarRating="3" HotelCode="|416518" HotelName="Ordinary Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Ratchataphan Makkasan Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/1/8/416518_c46c59a0552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.16" OriginalAmount="178.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7543146" Longitude="100.6133096" StarRating="3" HotelCode="|103582" HotelName="Regent Ramkhamhaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22 Bangkapi Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/2/103582_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from Ramkhamhaeng the university.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727589055608" Longitude="100.52459989207" StarRating="3" HotelCode="414188|kokotel_surawong" HotelName="Kokotel Surawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>181/5 IF Surawong Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9c48dcc797d7f37094f7d128b3f8d6aa35fbe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75334023" Longitude="100.53844401" StarRating="3" HotelCode="438876|cloud_9_lodge" HotelName="Cloud Nine Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79/6-7 Soi Julladis, Petchaburi 19, Thanon-Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/4c/494ccc43a35ab53ce3fb142872bd2349ef6f197d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.68177411" Longitude="100.63259062" StarRating="0" HotelCode="738112|good_house_apartment" HotelName="Goodhouses Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Garden,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>139 Soi Udomsuk 41, Sukhumvit 103 Road, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b9/1bb9fa469bbf185a16deafd6d4d250419d674dd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Good Houses Apartment is conveniently located in the popular Airport Suvarnabhumi / Bang Na area. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.35" OriginalAmount="180.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76607" Longitude="100.49782" StarRating="3" HotelCode="|406665" HotelName="Bangkok Saran Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Soi Samsen 3 Samsen Road Wat Samphraya Phrana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/6/6/5/406665_0741cc11127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1081141-28473371/1229874587205045222/1686" HotelName="SLEEP BOX SUKHUMVIT 22" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14990000/14989300/14989255/b4d43a7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71793094" Longitude="100.50127728" StarRating="3" HotelCode="635653|the_pattern_boutique_hotel" HotelName="The Pattern Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>547-553 Soi Krungthonburi 6, Krungthonburi Road, Banglamphoolang Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/0e/240ecce817f46654460ccb7c46eeac8b1cb91600.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.49" OriginalAmount="181.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71955" Longitude="100.739559" StarRating="4" HotelCode="|446209" HotelName="Grand BS Airport Hotel Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>836/11 Soi ladkrabang 30/4 ladkrabang, 10520 Lat Krabang, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/0/9/446209_142f3040708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.67" OriginalAmount="181.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7895192" Longitude="100.5374993" StarRating="3" HotelCode="|104730" HotelName="Grand Tower Inn Rama Vi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>402 Soi Rewadee, Rama 6 Road, Samsen Nai, Phayathai, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/0/104730_1_181.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes drive away from Chatuchak the Market of. ROOM: Customers have modern rooms with air-conditioned. FACILITIES: The establishment boasts a swimming pool and a gym. The establishment also offers a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.79" OriginalAmount="181.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786427010674" Longitude="100.57268627681" StarRating="3" HotelCode="343879|253360" HotelName="Watana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>209/17 Ratchadapisek Soi, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/35/7c356dccd85514955d05dfce143b9a6f4ad5b6f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Watana Hotel offers comfort and convenience whether you're on business or holiday in Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.39" OriginalAmount="181.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717892" Longitude="100.50126" StarRating="3" HotelCode="|411695" HotelName="The Pattern Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Krungthonburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/6/9/5/411695_39ccad11657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447269-30247280/1229874587205045222/2723" HotelName="AIRBUS HOTEL AT PHAWANA STATION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112160000/112157700/112157638/050a4bca_edited_a950_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|royal_ivory_sukhumvit_nana_by_compass_hospitality" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 4, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2a/1b2a49089d4df4a180aa2113c9c122011a778cf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location is within walking distance of business centres, shopping centres, hospitals, and embass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75286157" Longitude="100.5311815" StarRating="2" HotelCode="407897|monomer_hostel_bangkok" HotelName="Monomer Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b3/a3b3f6ad513764d5b6ac3f318f985d1385f696e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.40" OriginalAmount="182.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73328" Longitude="100.51449" StarRating="0" HotelCode="|186940" HotelName="Loftel 22" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi Charoenkrung 22, Talad Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/4/0/186940_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|sabai_sabai_sukhumvit_hotel" HotelName="Sabai-Sabai @ Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Soi Pridipanomyong 40, Sukhumvit 71 Road, Prakanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/18/6418d7a3fb737879616fdfb60fa8ab13b5a1e7ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming city hotel is located at the centre of Sukhumvit Road. It is very convenient for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.55" OriginalAmount="183.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7524" Longitude="100.50457" StarRating="3" HotelCode="|187825" HotelName="Tim Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Rd,Samranrat Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/8/2/5/187825_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="962574|hide_and_seek_hometel" HotelName="Hide And Seek Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>44/8 Soi Sukhumvit 46, Phra Khanong, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c92b75ee02344646e4c0bfd8e66b154e531cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.80" OriginalAmount="184.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716567" Longitude="100.505696" StarRating="3" HotelCode="|406662" HotelName="U Sabai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 22 Chunchi Lak Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/6/6/2/406662_99df1741249.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.06" OriginalAmount="184.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746816" Longitude="100.551544" StarRating="0" HotelCode="|386249" HotelName="iCheck inn Skyy Sukhumvit 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klong Toey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/4/9/386249_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.27" OriginalAmount="184.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545728" Longitude="100.5393038" StarRating="3" HotelCode="|359117" HotelName="De Lavender Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122/73, Ratchaprarop Rd, Phaya Thai Rd., Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/1/7/359117_5f4bc0a1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.70" OriginalAmount="185.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8918533" Longitude="100.5790194" StarRating="0" HotelCode="|403614" HotelName="Wayha Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Chaeng Watthana 10, Yaek 9-3, Thoongsonghong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/1/4/403614_997bda61117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.26" OriginalAmount="185.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725911" Longitude="100.564593" StarRating="2" HotelCode="|555297" HotelName="Sleep Box Sukhumvit 22 - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/9/7/555297_2ce7d741516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.53" OriginalAmount="185.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.816972" Longitude="100.683725" StarRating="4" HotelCode="|389772" HotelName="SureStay by Best Western Bangkok Ramintra" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/2/389772_eaa24841358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.57" OriginalAmount="185.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7353902" Longitude="100.5553337" StarRating="3" HotelCode="|103480" HotelName="Tèja  Bangkok At Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>167 Soi 4, Sukhumvit Rd, Klongtoey, Sukhumvit,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/0/103480_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sukhumvit the heart of. ROOM: Customers have modern rooms, with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746393235411" Longitude="100.55184556138" StarRating="3" HotelCode="438551|271455" HotelName="iCheck inn Skyy Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 1, Ruenrudee, Khlong Toei Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/80/fc80274ae156c967ec94216995fed62a739e8ca2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.58" OriginalAmount="186.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69983" Longitude="100.5342" StarRating="3" HotelCode="915496|nara_suite_residence_bangkok" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road, Naradthiwas Rajanagarindra 24, Chongnonsi, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/94/f294926fb7d37554d79868f546aa181276c27425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.85" OriginalAmount="186.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74384" Longitude="100.583766" StarRating="3" HotelCode="|440670" HotelName="Kokotel Bangkok Dheva Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Petchaburi Rd, Bang Kapi, Huai Khwang, Bangkok, 10310, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/7/0/440670_c172f491033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.25" OriginalAmount="186.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7305483" Longitude="100.5864608" StarRating="0" HotelCode="|358119" HotelName="The Bob" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/6 sukhumvit 63 (ekamai), Klongton nuer, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/1/9/358119_c8c9bd11220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73986161" Longitude="100.50959493" StarRating="2" HotelCode="769899|tian_tian_hostel" HotelName="Tian Tian Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>29-33 Padsai Road, Samphantawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3b/163bd464573164a23afa7d57c19ede23bd23e8db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.91" OriginalAmount="188.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7506378" Longitude="100.5458799" StarRating="3" HotelCode="|62900" HotelName="Pratunam City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1091/209 PETCHBURI ROAD; SOI 33 RAJTHEVEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/0/62900_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 70 rooms, with air-conditioning, also has a reception, a safety deposit box service, a lift, a television room, a breakfast room and a laundry service. SITUATION: This urban hotel is situated in Pratunam the heart of it has good links to the business area, the leisure areas, is situated 35 kilometres away from Don Mueang Airport it is situated 50 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, heating, curtains, (available for a fee) a kettle, a coffee maker, satellite or cable TV, WiFi, a safety deposit box, a mini-bar, a bathroom with a shower and a hairdryer. FACILITIES: Customers can enjoy Thai massages. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746779" Longitude="100.528683" StarRating="3" HotelCode="189379|lub_d_bangkok__siam_square" HotelName="Lub d Bangkok Siam Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road, Wangmai, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fe/a5fe30bfe224475e02659450c6ef46f8d6efaa15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75445439" Longitude="100.53140824" StarRating="2" HotelCode="585426|diff_hostel" HotelName="Diff Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>236/41Phayathai Road  Soi Senakit, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ce/9ecee536b21f7212d5b0420d6b3530048993001f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71057717" Longitude="100.49811145" StarRating="2" HotelCode="624492|pama_house_boutique_hostel" HotelName="Pamahouse Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1645 Charoennakhon Road, Banglumpoo Language, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1c/5e1c04e55c160d32e3a49d947ee018b4b4594a2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76081975" Longitude="100.50193225" StarRating="2" HotelCode="770836|4j_lodgebangkok" HotelName="4J Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129/1 Soi Kasemsri, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/55/53553e9c04c5dd98fd6195e3fdd3ccccb26bdeea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.85" OriginalAmount="189.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7355356" Longitude="100.55520534" StarRating="2" HotelCode="434543|358156" HotelName="Teja Lake View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167  Sukhumvit road, soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358156/358156a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|561020-25713887/1229874587205045222/2587" HotelName="STAY HOTEL BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19780000/19776000/19775912/495f85e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|w22_by_burasari" HotelName="W22 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Bar,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pomprabsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel. Hotel is in Chinatown-Old City. The hotel features a total of 123 guests rooms....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|bangkok_saran_poshtel" HotelName="Bangkok Saran Posh­tel" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Sam­sen Soi 3, Sam­sen Road, Wat Sam Phraya, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/46/bb462a88b3a3f3cf9659fc6a8252acbc5c4ccb33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.70" OriginalAmount="190.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.812785" Longitude="100.608814" StarRating="2" HotelCode="|553009" HotelName="Kiatthada Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhonthasawat Road, Lat Phrao,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/0/9/553009_1922a861233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741058" Longitude="100.555648" StarRating="3" HotelCode="188207|maxims_inn" HotelName="Maxim S Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c4/87c4f48ffc177d85058e3c3ad2fe0152522636f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.713176842971" Longitude="100.58488570437" StarRating="3" HotelCode="308182|boss_mansion" HotelName="Boss Mansion Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Prakanong, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9a/0f9a669d3891c323f60a15e93377e2aae65fa150.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.68" OriginalAmount="191.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766695" Longitude="100.6436866" StarRating="3" HotelCode="|103593" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3530 Soi 144, Ladphrao Road, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/3/103593_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is next to The Mall Bangkapi the department stores. HOTEL: The establishment boasts a shopping gallery, Thai massage (for a fee), a car park (free of charge) and apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.11" OriginalAmount="192.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740827" Longitude="100.511316" StarRating="0" HotelCode="|407198" HotelName="Lhong Yaowarat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Phadung Dao Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/1/9/8/407198_51773481257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.58" OriginalAmount="193.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.843809" Longitude="100.645988" StarRating="3" HotelCode="|172903" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>112/26 Ramintra 40 yeak 19 (Nuanchan) Buengkum Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/0/3/172903_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.82" OriginalAmount="194" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72276064" Longitude="100.73693622" StarRating="3" HotelCode="357410|58489" HotelName="Golden Jade Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>869/2 Soi Ladkrabang 1/12, On-Nut Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/95/4c950aa4e4e3fde4a1d45283064cb087e3faa0f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748603364276" Longitude="100.4982382381" StarRating="3" HotelCode="167000|feung_nakorn_balcony_rooms_and_cafe" HotelName="Feung Nakorn Balcony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Fueang Thong, Fueang Nakhon Road, Kwang Watratchabopit, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/45/c245721a93515530445c37793d5bf4be2ccc968b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly situated amongst many historical attractions. It is where the classic grandeu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545366" Longitude="100.53781007" StarRating="0" HotelCode="967398|the_prestige_bangkok_hotel" HotelName="The Prestige Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi 15, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/93/3b932f3dae2c12542ce28750b5fc08b74e519dac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.04" OriginalAmount="194.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75252" Longitude="100.58884" StarRating="0" HotelCode="|311725" HotelName="The Kinn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>578 Soi Rama IX 26 Bang Kapi, Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/1/7/2/5/311725_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16095-25202015/1229874587205045222/2007" HotelName="PRINCE PALACE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910514/5e059bbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.94" OriginalAmount="195.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.893114" Longitude="100.562461" StarRating="2" HotelCode="|172530" HotelName="Jumbotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>34/41 Chaengwattana Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/3/0/172530_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69964061" Longitude="100.68172903" StarRating="3" HotelCode="496347|173860" HotelName="Summer Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Road, Dokmai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2d/3e2dbcc1434bab4fbd1139814fe164e18d592da3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="972537|sukhumvit_50_hostel" HotelName="Sukhumvit 50 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>544 Soi Sukhumvit 50, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/9c/8f9cbaf66da15653c41dfe46c4f95c82260d4fbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.71" OriginalAmount="196.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8931195" Longitude="100.5619118" StarRating="3" HotelCode="188196|680211" HotelName="Jumbotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>34/41 Chaengwattana Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/9f/779fbc8317a7170975cf7b5123d65df7301a1610.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.89" OriginalAmount="196.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7129857" Longitude="100.584737" StarRating="3" HotelCode="|103487" HotelName="Boss Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Phrakanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/7/103487_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, a swimming pool and WiFi (free of charge). SITUATION: This establishment, is a 15-minute walk away from Ekkamai the Railway Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|521357-28572426/1229874587205045222/1403" HotelName="KUUN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18700000/18699900/18699824/a429dd15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.89210734" Longitude="100.58075436" StarRating="2" HotelCode="625417|wayha_hostel_don_mueang_airport" HotelName="Wayha Hostel Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/599 Soi Chaeng Watthana 10 Lane 9-3, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c7/7cc7c40d2ce434c71d1692c321187e3f2e17624f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.50" OriginalAmount="197.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.926366" Longitude="100.595892" StarRating="4" HotelCode="|389762" HotelName="B Your Home Donmueang Airport Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sorranakhom 3, Songprapa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/2/389762_91950371145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.56" OriginalAmount="197.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753083" Longitude="100.49735" StarRating="1" HotelCode="|524667" HotelName="Phra Nakhon Poshtel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Phraeng Sanphasat Rd,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/6/7/524667_68ceae80928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.58" OriginalAmount="197.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7524223" Longitude="100.5265086" StarRating="3" HotelCode="|104758" HotelName="Diamond City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>594/23 Soi Payanak, Rama 6 Road, Phayathai, Rajthevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/5/8/104758_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes drive away from Siam the square MBK the market. ROOM: The rooms have an air-conditioning system and WiFi (free of charge). FACILITIES: The establishment has a covered swimming pool and living rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.72" OriginalAmount="198.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743463" Longitude="100.55448" StarRating="4" HotelCode="|389773" HotelName="GLOW Sukhumvit 5 by Centropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5 Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/3/389773_35d71221129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.81" OriginalAmount="199.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754602" Longitude="100.539466" StarRating="3" HotelCode="|62873" HotelName="Citin Pratunam Bangkok  By Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>117 Soi Sangkarn, Thanon Phaya Thai, Ratchathewi,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/3/62873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has 126 studios, 8 floors, with air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a kiosk and WiFi. Regarding the food and beverage offering, the establishment has a restaurant and a cafÃ©. The establishment also offers room service and a laundry service. SITUATION: This urban hotel is in Pratunam the heart of 15 minutes away from the establishment, guests will find the market, the shopping centres, Around the establishment, clients can find the tourist area and the shopping area. 200 metres away, there is a public transport stop, is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: studios superior rooms, have a direct line telephone, a satellite or cable television, internet, a mini-bar, an air-conditioning system, a bathroom with a shower or bath, a hairdryer, a safe, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast, buffet lunch and dinner and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.14" OriginalAmount="201.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.779008" Longitude="100.52265" StarRating="4" HotelCode="|446215" HotelName="YANH RATCHAWAT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1376/1 Nakhon Chaisi Rd., Nakhon Chaisi, Dusit, Bangkok, Bangkok, 10300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/5/446215_d72ed680755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.63" OriginalAmount="201.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7319137" Longitude="100.5661972" StarRating="3" HotelCode="|403595" HotelName="O'shea's Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>595/16,17,18,19 Sukhumvit33/1,Klongton Rue,Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/9/5/403595_0204f031002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.74" OriginalAmount="201.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|102477" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/19 Ratchaprarop Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a4811fac2d796d94d273f2a31ee4e086d0ecf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Pratunam, one of the most popular shopping and business ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.11" OriginalAmount="202.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754731" Longitude="100.539527" StarRating="3" HotelCode="|536841" HotelName="Amber Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>115/5-7 Petburi17 Pratunam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/8/4/1/536841_d4a32302028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.27" OriginalAmount="202.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7756" Longitude="100.565" StarRating="3" HotelCode="|409238" HotelName="Sound At Sleep" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5325 Prachasongkroh Rd Dindang Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/2/3/8/409238_0d6cd481205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.47" OriginalAmount="202.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7539961" Longitude="100.5027165" StarRating="2" HotelCode="|279425" HotelName="Sri Krungthep" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Rd. Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/4/2/5/279425_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.98" OriginalAmount="202.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7841956" Longitude="100.5842705" StarRating="3" HotelCode="|103646" HotelName="Mestyle Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 20 Mituna-13 Road, Huay Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/4/6/103646_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Bangkok the centre of. ROOM: Customers can find modern rooms with a balcony. FACILITIES: The establishment has an outdoor swimming pool, a gym and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.61018" Longitude="-121.5125" StarRating="3" HotelCode="0|376895-28513524/1229874587205045222/1313" HotelName="KOKOTEL SURAWONG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2555 VENTURE OAKS WAY, SACRAMENTO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13340000/13337300/13337298/e5f196f7_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in Sacramento, Springhill Suites by Marriott Sacramento Airport Natomas is near the airport and close to California State Railroad Museum, Sacramento Convention Center, and California State Capitol. Nearby points of interest also include Crocker Art Museum and Historic Governor's Mansion.    Hotel Features.   Recreational amenities include an indoor pool, a spa tub, and a fitness facility. This 3-star property has a 24-hour business center and offers a meeting/conference room. Complimentary wireless Internet access is available in public areas and the hotel has an Internet point. This Sacramento property has 29 square meters of event space. The hotel serves a complimentary hot and cold buffet breakfast each morning in the breakfast area. The property has a complimentary airport shuttle (available on request). Guest parking is complimentary. Additional property amenities include laundry facilities, express check-in, and express check-out. Extended parking privileges may be offered to guests after check-out (surcharge). This is a smoke-free property.    Guestrooms.     95 air-conditioned guestrooms at Springhill Suites by Marriott Sacramento Airport Natomas feature coffee/tea makers and complimentary weekday newspapers. Beds come with pillowtop mattresses, triple sheeting, and premium bedding. All rooms include separate living rooms and are furnished with double sofa beds and desks. Kitchenettes include microwaves, refrigerators, and kitchen linens. Bathrooms feature shower/tub combinations, designer toiletries, complimentary toiletries, and hair dryers. Wired high-speed and wireless Internet access is complimentary. Guestrooms offer speakerphones with voice mail, as well as free local calls (restrictions may apply). LCD televisions are available in guestrooms. Windows that open, blackout drapes/curtains, and electronic check-out are also provided. Guests may request extra towels/bedding and wake-up calls. Housekeeping is available daily.     Room Info:       Notifications and Fees:      This property offers transfers from the airport. Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.   There are no room charges for children 18 years old and younger who occupy the same room as their parents or guardians, using existing bedding.           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:   A tax is imposed by the city: USD 1.25 per accommodation, per night  .065 percent tourism fee will be charged   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.     The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation.     Property Information:  Check-in time starts at 3 PM  Pets not allowed   Check-out time is noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|the_victory_executive_residences_bangkok" HotelName="The Victory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Kitchen,Laundry,Restaurant,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Soi Sri Ayuthaya 12, Sri Ayuthaya Road, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/49/6f493ddcb1a7d32ef72220edaf39ff1606057494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on a small, quiet lane in the city centre, within walking distance of Vict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.46" OriginalAmount="203.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737702" Longitude="100.55335" StarRating="3" HotelCode="|471754" HotelName="Omni Tower Direct Rooms Sukhumvit Soi 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>69/25 Sukhumvit 4 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/5/4/471754_f0c556c2032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582842-28514508/1229874587205045222/925" HotelName="BANGKOK OASIS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25100000/25095500/25095408/13c53e36_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752018874406" Longitude="100.63423941143" StarRating="3" HotelCode="346121|the_xtreme_hotel" HotelName="The Xtreme Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Huamark Road, Huamark, Amphoe Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/be/0bbe6fecfebdf102c2e2b8320943ab0f3cdb132d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72252486" Longitude="100.5313535" StarRating="3" HotelCode="440638|cordia_residence_sathorn" HotelName="Cordia Residence Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>88/1-3 Soi Sathorn 8, Sathorn Nua Road, Bangrak, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d0/38d06b1fb3d4d8c9db53fd927d2ddab061848eae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|nimit_boutique_hotel_collection" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/7f/317f55d8f764eeb50912a1067527c2d23eb56d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415107-27590525/1229874587205045222/1952" HotelName="YANH RATCHAWAT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88320000/88311200/88311103/e109bc39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|b_your_home_hotel_donmueang_airport_bangkok" HotelName="B your home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22  Saranakhom 3 Soi, Songprapa Road, Seegun, Donmuang 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/6c/646c0adf9c04aa35b4c2f63b65db0c1c1afe6a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a 10-minute drive from Don Mueang International Airport, B-yourhome offers fitness cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.93756668" Longitude="100.69581269" StarRating="3" HotelCode="603248|n_siri_resort_hotel" HotelName="Nsiri Resort &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/304/1 Lumlookka Road, Lad Sawai, Lam Luk Ka, Bangkok 12150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/32/f2328d936c0cacc0b64bfa087c8c1ea46181c5fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.60" OriginalAmount="206.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7836532" Longitude="100.5005915" StarRating="4" HotelCode="|35528" HotelName="The Royal River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CHARANSANITWONG ROAD, BANGPLAD 66/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/2/8/35528_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 436 standard rooms and suites, a lobby with a reception, express check-out, air-conditioning, a breakfast room, a dining room, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a nightclub, internet, room service, a laundry service, a car park and indoor parking. SITUATION: It is situated close toChao Phraya the river near the establishment, you will find the tourist attractions, is 30 minutes away from Bangkok Airport. ROOM: The spacious rooms, have heating, a shower, a bath, a hairdryer, a double or king-size bed, a hairdryer, a direct line telephone, satellite and cable television, a radio, a stereo, a mini-bar, a safety deposit box (available for a fee), a mini-bar, satellite or cable TV, a direct line telephone, a radio, a Hi-Fi, a coffee maker, a kettle, room service and a balcony or terrace. FACILITIES: The establishment boasts a jacuzzi, a swimming pool with an outdoor bar, a sauna, a steam bath, a terrace and a massage service. it is 5 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers all meals in a buffet format, Guests are offered an Ã  la carte lunch and barbecues. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|58642" HotelName="Dheva Residence Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Phetchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e1/8ce1dce7c5f7a783716a2ec9cfe4969e51d04c6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.27" OriginalAmount="209.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.773674336599" Longitude="100.54090932261" StarRating="4" HotelCode="225560|bangkok_patio_apartment" HotelName="Bangkok Patio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Phaholyothin Road, Phaholyothin Soi 3, Samsen Nai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/56/e7569341492ac389e6bf2f82297ea6350410829c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.77" OriginalAmount="209.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7528709" Longitude="100.5311459" StarRating="0" HotelCode="|278602" HotelName="Monomer Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi (Ratchathewi-BTS Skytrain Station)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/6/0/2/278602_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75346822" Longitude="100.53856439" StarRating="3" HotelCode="638308|271438" HotelName="De Lavender Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>122/73-74 Radchaparob Road, Phaya Thai Roa, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b42b45f45a5eb1d4e5366446242fd45a03d43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74345198" Longitude="100.55450264" StarRating="4" HotelCode="784854|367619" HotelName="Glow Sukhumvit 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Babysitting,Bar,Designated Smoking Area,Laundry,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/b6/f1b68d733894d572cca352e3beb84c1f23507427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Sukhumvit area, GLOW Sukhumvit 5 is the ideal point of departure for your excursions ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.08" OriginalAmount="210.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720207" Longitude="100.532552" StarRating="3" HotelCode="|71459" HotelName="Yellow Ribbon Hills, Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI PRAPINIJ,SATHORN-TAI RD,BANGKOK 33/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/5/9/71459_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2009, has room service, air-conditioning, 80 rooms, has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a kiosk, a TV room and a restaurant. It also has internet, At an additional cost, you can enjoy a laundry service, a car park and an indoor car park. SITUATION: The hotel is in Bangkok the heart of Sathorn it is in it has good links to the business area, 5 minutes away from the establishment, clients can find the train station, is 10 minutes away from the metro station. ROOM: Each apartment has a bathroom with a shower, a bath, a hairdryer, a double bed, satellite or cable TV, internet, a safety deposit box, a kitchenette, a microwave, a coffee maker, a kettle, a washing machine, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: For a fee, you can enjoy a gym and a massage service. it is situated 20 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72135435" Longitude="100.73311768" StarRating="3" HotelCode="421356|at_residence_suvarnabhumi" HotelName="At Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>458/4-5 Soi Ladkrabang 24/1, Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/8f/be8ffca7d49a635fc30141dbda699e18596fe082.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star At Residence offers comfort and convenience whether you're on business or holiday in Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.85" OriginalAmount="212.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71968" Longitude="100.4958" StarRating="0" HotelCode="|240380" HotelName="The Star Of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4 Kongtonsai, Klong San</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/8/0/240380_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|2178" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Rajadamnern Road, in the heart of the old town of Bangkok, where many touri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|938-28525408/1229874587205045222/1039" HotelName="PINNACLE LUMPINEE PARK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1848300/1848249/7d39b351_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415090-27601721/1229874587205045222/2537" HotelName="NJOY PRESTIGE GRAND HOTEL DON MUEANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105360000/105352900/105352896/2d28c726_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1262331-28490083/1229874587205045222/773" HotelName="BEANSTALK BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67380000/67377300/67377203/3673b79d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.42" OriginalAmount="214.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71816374" Longitude="100.7889819" StarRating="3" HotelCode="584223|pongsakorn_boutique_resort" HotelName="Pongsakorn Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>81/7-8 Soi LuangPang 2, Thap Yao, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d0/9ed0612ad0b8e02ee74c93568ed3775f820c33c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.09" OriginalAmount="214.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726442" Longitude="100.538076" StarRating="2" HotelCode="|482344" HotelName="Cloud on Saladaeng Silom Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Soi Sala Daeng 1/1 Bangrak Silom,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/3/4/4/482344_545c95f1348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.14" OriginalAmount="214.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761355" Longitude="100.55932" StarRating="2" HotelCode="|172495" HotelName="Bu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2 Asoke Dindang Rd, Dindang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/9/5/172495_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754288" Longitude="100.613385" StarRating="3" HotelCode="188234|regent_ramkhamhaeng" HotelName="Regent Ramkhamhaeng and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d7/4dd770bd9f52e90d06113ca3a5afb5dcbc61278c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81008867" Longitude="100.50974967" StarRating="4" HotelCode="622840|bella_b_hotel" HotelName="Bella B Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Internet,Laundry,Parking,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/45 Charansanithwong Road, Bang Kruai, Bangkok 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/3d/d43dc049db503389d8e668d4766e6f2d6b4d2b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel offers a total of 180 rooms. The year of construction of this establishment dates back to 2017...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|180610-28510728/1229874587205045222/1429" HotelName="MESTYLE PLACE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4440000/4435900/4435815/60745f4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.718247" Longitude="100.531911" StarRating="3" HotelCode="118738|yellow_ribbon_hills_executive_mansion" HotelName="Yellow Ribbon Hills Executive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Soi Naradhiwas 7 (Prapinij), Naradhiwas Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c4/5bc4b6084ce0358318658c5fbada81a79375a764.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located right in the heart of Bangkok, in the Sathorn Area, with easy acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.92" OriginalAmount="216.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8097529" Longitude="100.7222961" StarRating="3" HotelCode="|403532" HotelName="The Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98,98/1 Sihaburanukit Rd Minburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/5/3/2/403532_608d2a90808.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.13" OriginalAmount="216.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7410958" Longitude="100.5558018" StarRating="3" HotelCode="|103497" HotelName="Maxim's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Sukhumvit Rd., Klongtoey Nua, Wattana.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/9/7/103497_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a restaurant and rooms with cable TV. SITUATION: This establishment, Sukhumvit it is in 2 minutes away, guests can find Skytrain Nana the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.41" OriginalAmount="216.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79669" Longitude="100.715" StarRating="3" HotelCode="|60675" HotelName="Siam Piman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO. 8; RAMKHAMHAENG ROAD; SOI 170 MINBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/7/5/60675_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was built in 2008, has 48 rooms, 6 floors, air-conditioning, a garden, a terrace, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant, WiFi, room service, a laundry service and a car park. SITUATION: The hotel is near the shopping centres, has good links to the motorway, is 3 minutes away from the city centre, Safari Park 10 minutes away from the establishment, you can find 20 minutes away from the establishment guests have a nightclub, Sukhumvit it is 30 minutes away from this hotel is 15 minutes away from Suvarnabhumi Airport. ROOM: Guests are offered standard rooms and suites with a balcony and internet. All the accommodation options have a bathroom with a shower or bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet, a small kitchen, a mini-bar, a microwave, an individual air-conditioning system and a safe. FACILITIES: Clients can enjoy play ping-pong, is located 10 minutes away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|646950-25824615/1229874587205045222/2968" HotelName="FEUNG NAKORN BALCONY ROOMS AND CAFE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4470000/4462200/4462188/2b22cb1e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.24" OriginalAmount="218.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757314" Longitude="100.534576" StarRating="2" HotelCode="|172075" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Phaya Thai Road Ratchathewi Bangkok 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/0/7/5/172075_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.38" OriginalAmount="218.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717874" Longitude="100.508457" StarRating="0" HotelCode="|557049" HotelName="The Cosy River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Charoen Nakhon Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/4/9/557049_38284121012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.84" OriginalAmount="219.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748514" Longitude="100.506867" StarRating="3" HotelCode="|220829" HotelName="W22 By Burasari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittraphan Road, Pomprab, Pomprabsattupai 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/8/2/9/220829_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.92" OriginalAmount="220.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71959" Longitude="100.54865" StarRating="3" HotelCode="|186396" HotelName="Baan Sabai Rama Iv" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>106/2 Soi Sri Bumphen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/9/6/186396_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.05" OriginalAmount="220.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|27414" HotelName="Royal Princess Larn Luang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269 Larn Luang Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4a/7d4a8f95bd8398a43353dcc05c2c945852c2878c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is located in Bangkok's Rattanakosin Island, a historic district of Thailand's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="957237|u_sabai_hotel" HotelName="U Sabai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Chunchi Lak Alley, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/fc/bafc5b3228e18db0b2c0db1d30e40c56de303af8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.89" OriginalAmount="221.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7613428" Longitude="100.5588121" StarRating="3" HotelCode="|103614" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>565 Ratchadapisek Road, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/1/4/103614_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Ratchadapisek Road (Bangkok) the heart of Ratchadapisek Road (Bangkok). HOTEL: The hotel has an outdoor pool, a restaurant and a gym. You are also offered large standard rooms with balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7535615" Longitude="100.53820299" StarRating="3" HotelCode="853404|376856" HotelName="Kim Korner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37/5-6 Phetchaburi Road, Thanon Phaya Thai, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359306-28518335/1229874587205045222/1294" HotelName="REGENT RAMKHAMHAENG 22" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11780000/11779600/11779567/876270c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|101379-25277105/1229874587205045222/2884" HotelName="CITIN PRATUNAM BANGKOK BY COMPASS HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2390000/2382100/2382082/b82fdce5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757388" Longitude="100.546014" StarRating="3" HotelCode="188194|interchange_tower_serviced_apartment" HotelName="Interchange Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Soi Ratchtapan, Rajaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/19/0c195b7fac1d612d423fcd90d6ac5036969b47de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="738434|aspira_residence_ruamrudee" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee 2, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/36/f036145ac44ee62cb35839a7fe01a870eccaaa23.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Aspira Residence Ruamrudee is situated in Bangkok, 700 m from Arab Street. This property is set a sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755617" Longitude="100.538342" StarRating="3" HotelCode="401568|the_best_bangkok_house" HotelName="Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68/1-4 The End of Soi 15 Petchaburi Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/93/7493d498731819365b2dab1546360f9ac376d10e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the garment and computer markets. There are many exciting attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|eastin_easy_siam_piman_bangkok" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to one of Bangkok's largest shopping malls and the local Thai market. Also, it ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|josh_hotel" HotelName="Josh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Phahon Yothin Road, Soi Ari 4 Nuea, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d19d99522963cd301b45378edbda54e6a89c82c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.50" OriginalAmount="224.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.755546" Longitude="100.538381" StarRating="3" HotelCode="|36633" HotelName="The Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI 15 ,PETCHBURI RD,SOI 15, PRATUNAM 68/1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/3/36633_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2006, has 33 rooms and 7 floors. The establishment has a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant and internet. At an additional cost, you can enjoy WiFi and a laundry service. SITUATION: It is situated near the markets, 10 minutes away from the establishment, you can find the tourist attractions, is 10 minutes away from Siam the centre of It is situated 15 minutes away from the metro station, is situated 20 kilometres away from Don Mueang Airport it is situated 30 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an air-conditioning system, a bathroom, a hairdryer, a double or king-size bed, a satellite television, internet, a mini-bar, individual air-conditioning and a safety deposit box. deluxe rooms, have a coffee maker, a kettle, a large bathroom, a hydromassage bath, a shower, a hairdryer and a direct line telephone. FACILITIES: For a fee, you can enjoy Thai massages. MEALS: Regarding the food and beverage offering, the establishment offers American and continental breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752522" Longitude="100.546604" StarRating="3" HotelCode="95920|21772" HotelName="Ecotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1091/333-4 New Petchburi Road 35, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/65/49659314b290dcaf7499c273bec097ef03f87670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the centre of Bangkok, and within walking distance of many popular shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732595" Longitude="100.522185" StarRating="3" HotelCode="933166|57917" HotelName="iSanook Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Soi Songphra, Siphraya Road, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a5/53a57f68e7c77b25beca3d483d1de4b7966805ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 80 rooms. A restaurant, a bar, a transfer service and room service ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415087-27602045/1229874587205045222/2689" HotelName="MOJI DON MUEANG AIRPORT HOTEL - BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105870000/105866800/105866744/fc84c2a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.76" OriginalAmount="225.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|139194" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1, Charoenkrung 50, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd115751e0823dccab315b6fe8fa906a87736f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Doing business around town is a breeze as guests are in the hub of business activity, as well as the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.01" OriginalAmount="225.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748989" Longitude="100.527566" StarRating="3" HotelCode="|472152" HotelName="S3 Siam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Kasem San 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/5/2/472152_60089492028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.47" OriginalAmount="225.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73608" Longitude="100.58748" StarRating="3" HotelCode="|187400" HotelName="Park 19 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>459 Soi Ekkamai 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/0/0/187400_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75462349918" Longitude="100.54119171328" StarRating="3" HotelCode="337249|kc_place_2" HotelName="Kc Place Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Ratchaprarop Road, Soi 5, Pratunam, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2dc1311bd664f2e26ed6eff9fea3409c3b6eee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723476642254" Longitude="100.5276436974" StarRating="4" HotelCode="380536|sabai_sathorn_service_apartment" HotelName="Sabai Sathorn Exclusive Hotel &amp; Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 Sathorn Soi 10, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/95/f4954c6cd4e2eb6bc1adbcb5f15bd7f59ecdb365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.09" OriginalAmount="228.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.777232" Longitude="100.575352" StarRating="2" HotelCode="|391217" HotelName="Oyo 137 Kitzio House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Pracha Rat Bamphen 6 Alley, Lane 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/1/2/1/7/391217_282b1ae1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546648" Longitude="100.5412552" StarRating="3" HotelCode="|103672" HotelName="Kc Place  Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Rachaparop Soi 5, Rachaparop Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/7/2/103672_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Pathumwan it is in 100 metres away from the establishment, you can find the railway station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.00" OriginalAmount="229.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.838484" Longitude="100.599779" StarRating="4" HotelCode="|173059" HotelName="Sky Dome Resotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 prasertmanukij road. , jorakhae bua, ladphroa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/5/9/173059_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.53" OriginalAmount="229.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710667" Longitude="100.503922" StarRating="3" HotelCode="|439761" HotelName="Kowtha Rivertel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>102-108, 110-112 Soi Charoennakorn 35, Charoennakorn Road, Banglumpoo-lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/6/1/439761_c8590991744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.81" OriginalAmount="230.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7699642" Longitude="100.5703658" StarRating="4" HotelCode="|103482" HotelName="Prom Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>558 Soi Nathong7, Ratchada Rd, DinDang Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/8/2/103482_a0d9b7b1136.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Ratchada it is in Where customers can find pubs and shopping centres. ROOM: The rooms have, WiFi, (free of charge). FACILITIES: Regarding the food and beverage offering, there is a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.82" OriginalAmount="230.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7318055" Longitude="100.5221677" StarRating="4" HotelCode="|131304" HotelName="Isanook Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>118, Soi Songphra Siphraya Road Kwang Maha Pruttaram, Khet Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/0/4/131304_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 10-minute walk away from MRT de Samyan Train Station, about 15 minutes away (by car) from the pier of Si Phraya and 20 minutes away from the shopping centre Siam Paragon. Around 2 kilometres away you can find the Chinatown District and the Patpong districts. ROOM: The rooms have a balcony, an air-conditioning system, a television, a safety deposit box, a bathroom with toiletries and a hairdryer. RESTAURANT: The establishment offers breakfast service. Also available to clients a restaurant with regional cuisine and Occidental cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.75" OriginalAmount="232.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760678" Longitude="100.536996" StarRating="3" HotelCode="|104822" HotelName="The Victory Executive Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Sriayuthaya 12, Rangnam Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/2/2/104822_13a88441347.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 165 studios and suites, a lobby, a reception, a lift, a restaurant, WiFi, a laundry service and a car park. SITUATION: This urban hotel is in the city centre, Where you can find monuments, the metro station, restaurants, hospitals, a park, a commercial centre, a theatre and the bus stop. ROOM: They have a sofa, table, a microwave, a fridge, kitchen utensils, kitchenware and wooden furniture. They also have a bathroom with a shower, a double bed, a direct line telephone, a satellite television, internet, a safety deposit box, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment also offers a balcony or terrace, a gym (free of charge), a swimming pool, a sauna and a steam bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.20" OriginalAmount="233.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7434801" Longitude="100.5555623" StarRating="4" HotelCode="|403058" HotelName="Dazzle Sukhumvit 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit, Bangkok, Th, Bangkok, Thailand, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/5/8/403058_6b4e0310319.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|255741-28514350/1229874587205045222/987" HotelName="ICHECK INN RESIDENCES SATHORN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7570000/7564200/7564109/702fc489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.37" OriginalAmount="234.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.792017" Longitude="100.543395" StarRating="3" HotelCode="|27820" HotelName="Elizabeth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PRADIPAT ROAD, SAPHANKWAI PHAYAT 169/51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/0/27820_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 17 floors and 275 standard rooms and suites. In the entrance, you can find a cosy hall, a safety deposit box service and lifts. Regarding the food and beverage offering, the establishment has a bar and a restaurant. There are many services available at the establishment, including a laundry service. SITUATION: Bangkok Is situated in it is in Phaya Thai the District It is 30 minutes away from the international airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, a safety deposit box (available for a fee), an iron, an ironing board, a coffee maker, a teapot and an individual air-conditioning system. Clients are offered spacious suites and with a living room. Some rooms have a balcony. OBSERVATIONS: Check-out is at 12:00. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.41" OriginalAmount="234.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741" Longitude="100.557" StarRating="0" HotelCode="|131299" HotelName="Armoni Hotel Sukhumvit Soi 11 by Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155/17-22 Soi Sukhumvit 11/1 Road Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/2/9/9/131299_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, a tailor's shop, an internet cafÃ© and meeting room. SITUATION: This establishment, Bangkok it is in Close to Nana the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359219-28536241/1229874587205045222/1642" HotelName="PARK 19 RESIDENCE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11100000/11093200/11093145/0c1cf99f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.05" OriginalAmount="235" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|255746-25477638/1229874587205045222/2051" HotelName="ISANOOK RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6880000/6880000/6879976/749986a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729537121098" Longitude="100.56116759203" StarRating="2" HotelCode="378730|the_hostel_16" HotelName="The Hostel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/6 Sukhumvit 16, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec2b3966d9ef515493d3751cc07c134e63e1d81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a bar, f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.05" OriginalAmount="235.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7584243" Longitude="100.54101249" StarRating="0" HotelCode="971975|castle_black_bangkok_hostel" HotelName="Castle Black Bangkok Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>116/31-33 Soi Ruam Chit, Rang Nam Road, Thanon Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/19/6319a1f2ed77b03dd08b084643ca3aa463e2cc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.31" OriginalAmount="235.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82513" Longitude="100.56711" StarRating="3" HotelCode="|238751" HotelName="The Plimplace 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Rd. Chomphon Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/7/5/1/238751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76682344" Longitude="100.64651519" StarRating="3" HotelCode="522784|173807" HotelName="Pantip Hotel Ladphrao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3191/1-428 127 Ladprao, Klongchan Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0a/960a670618c8410ac0977e156bae920356de496d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757170519061" Longitude="100.50282888041" StarRating="3" HotelCode="380531|ratchadamnoen_residence" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Dam Noen klang Nuea, Ratchadamnoen Klang Road, Bowon Nivet, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/31/54319fc2f1a8a402e3ffb86b792e96021a16f8e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.20" OriginalAmount="236.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.648235" Longitude="100.444058" StarRating="0" HotelCode="|358767" HotelName="Eurna Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/1 soi 9/1 Thakam Rama 2 Samedam Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/7/6/7/358767_28272501256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.64" OriginalAmount="236.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7523366" Longitude="100.5468517" StarRating="3" HotelCode="|62875" HotelName="The Ecotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>NEW PRTCHBURI ROAD 35, RAJTEVEE,1091/333-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/5/62875_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 155 standard rooms and air-conditioning. In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a restaurant, room service, a laundry service and a car park. SITUATION: This urban hotel is in the centre of Bangkok. Nearby, you will find the shopping centres. It is situated 5 minutes away from Suvarnabhumi Airport. ROOM: Standard rooms and suites have a double or king-size bed, an air-conditioning system, cable television, a direct line telephone, a fridge, a bathroom with a shower, internet, a safe, a coffee maker and a kettle. MEALS: Regarding the food and beverage offering, the establishment offers Tom Yum Restaurant and a coffee shop. The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|186465-28531488/1229874587205045222/924" HotelName="CITIN SUKHUMVIT 11 NANA BANGKOK BY COMPASS HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6890000/6882100/6882094/d70ef6f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|564881-25715741/1229874587205045222/1907" HotelName="W22 BY BURASARI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27030000/27021200/27021170/2916af17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.688950977979" Longitude="100.60795426369" StarRating="3" HotelCode="75136|convenient_park_bangkok_hotel" HotelName="Convenient Park Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Sukhumvit 62/3, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ec/e1eceb252e5b3968d778dd0bc271fc2a0938e550.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in Sukhumvit, an area that, in many ways, epitomises modern Bangkok: It is char...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.82508862" Longitude="100.56724766" StarRating="3" HotelCode="520177|the_plim_place_" HotelName="The Plimplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/05/2026" HotelFacility="24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Road, Chomphon Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e5/54e50326346224dbc0bd92bfc5668a5ce0b60e6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Chatuchak, The Plim Place 2 is a perfect starting point from which to explore Bangkok. Bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|66233-28550997/1229874587205045222/1109" HotelName="EASTIN EASY SIAM PIMAN (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2240000/2234400/2234337/450c1784_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|42879" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155/17-21 Sukhumvit Soi 11, Wattana, Khlongtoey Nua, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/cd/a7cd9fbe3c0f9eeb8087dbd5f1d2ec22158e5e54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the heart of Bangkok on Sukhumvit Soi 11/1, the hotel is just a few steps away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|207208-25405089/1229874587205045222/2312" HotelName="SABAI SATHORN SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7820000/7810200/7810136/257fe566_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.20" OriginalAmount="240" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.295356" Longitude="28.046186" StarRating="3" HotelCode="0|206136-25404123/1229874587205045222/2470" HotelName="KC PLACE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> PALM BEACH HOTEL, GOLDEN SANDS, GOLDEN SANDS, BG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7768700/7768609/eb4a4b78_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located just 30 metres from the beach, in the Golden Sands resort, amongst the most beautiful natural scenery on the Bulgarian Black Sea coast. Guests will find the nearest bars, restaurants, nightspots and shops a 5-minute walk away (Golden Sands) and it is 500 metres to the nearby aqua park. Further attractions in the surrounding area include Varna Dolphinarium and Varna Archaeological Museum (both 25 minutes by car) and the Botanical Gardens are a 50-minute drive. This hotel enjoys a beachfront location and at the same time is surrounded by a natural landscape. It is ideal for business travellers and holidaymakers a like and offers air-conditioned accommodation. The younger guests can let off steam in the children's playground and refreshments may be had at the bar and the restaurant. They can also take advantage of the  laundry, ironing and dry cleaning services and there is a doctor on call.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.21" OriginalAmount="240.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74359945" Longitude="100.55531414" StarRating="3" HotelCode="631717|655026" HotelName="Dazzle Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 18, Khlong Toei Nuea, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e4/15e43c9d159e7d89320f76bf293fdf5974c439ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.51" OriginalAmount="242.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7233727" Longitude="100.5274322" StarRating="4" HotelCode="|103530" HotelName="Sabai Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Sathorn 10/Silom 9, Sathorn Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/3/0/103530_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 3-minute walk away from BTS Chong Nonsi the railway station. HOTEL: The establishment has apartments, a swimming pool on the roof terrace and a yoga room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.57" OriginalAmount="242.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.767723" Longitude="100.504089" StarRating="0" HotelCode="|479683" HotelName="Phranakorn Nornlen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Thewet soi 1, Krung Kaseam Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/6/8/3/479683_162efa31526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.29" OriginalAmount="243.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75936987" Longitude="100.49645371" StarRating="3" HotelCode="338359|dang_derm_hotel" HotelName="Dang Derm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6d/fe6d27e2e3df4e42e915ecf32cb1623ec396ec8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="250.70" OriginalAmount="243.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|CAU646300" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Rajanakarin Rd, Chongnonsi, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e8/0be8faa2fab984a3c9505f4ecc044d0600b143c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.93" OriginalAmount="243.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7455" Longitude="100.551" StarRating="3" HotelCode="|408707" HotelName="B1 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>220/5 Soi Sukhumvit 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/7/0/7/408707_40457b61552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.792754464603" Longitude="100.57394385338" StarRating="3" HotelCode="166759|201824" HotelName="Lantana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 Ratchadaphisek Road, Bangkok 10400, Din Daeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/73/e5730a567577576e26a455d06a620885e16c228a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Ratchadaphisek Road, one of Bangkok’s commercial, shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.20" OriginalAmount="244.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.662493" Longitude="100.624425" StarRating="3" HotelCode="|416731" HotelName="Pompom Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Lasalle41, Sukhumvit105, Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/3/1/416731_abaa2211711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.29" OriginalAmount="244.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7603316" Longitude="100.4964836" StarRating="3" HotelCode="|103405" HotelName="Baan Chart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrabongse Rd, Talat Yot, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/5/103405_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 2 minutes away from Khaosan the Street of leisure areas. ROOM: Each room has an air-conditioning system and a bathroom. FACILITIES: Guests are offered a swimming pool, a restaurant and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|16661" HotelName="Grand China" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road, Samphantawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/a7/a8a7edd960666a7159c26c25f22ef51cc48fb268.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok's Chinatown. It is close to Bangkok attractions such as The Grand Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.35" OriginalAmount="245.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77580576" Longitude="100.54310891" StarRating="3" HotelCode="617476|boonrumpa_condotel" HotelName="BoonRumpa Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Condos,Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1121 Phahonyothin, Khwaeng Samsen Nai, Khet Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/19/081937f56a3d992817b77b1d6c7ab0bb055acbed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|gold_orchid_bangkok" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 Vibhavadibi Rangsit Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/af/45afa555062d1882c33e01c113863aabd5626aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set amidst the booming new corporate and airlines business district, on the Vibhavadi R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150449-25324704/1229874587205045222/1898" HotelName="YELLOW RIBBON HILLS EXECUTIVE MANSION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1760000/1753900/1753880/1b35ae9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791923519838" Longitude="100.54334533876" StarRating="2" HotelCode="56165|elizabeth" HotelName="Elizabeth Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169/51 Pradiphat Road, Sam Sen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ce/51ce15cf8ae1e5156b173df77549f3e9e095da18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Phaya Thai district of Bangkok. Don Muang Airport is around 30 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.44" OriginalAmount="248" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77722504" Longitude="100.57535206" StarRating="0" HotelCode="856445|417779" HotelName="Kitzio House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Pracha Rat Bamphen 6, Lane 4, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1100298/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.26" OriginalAmount="248.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7638047" Longitude="100.5387363" StarRating="3" HotelCode="|403928" HotelName="Yello Rooms Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakorn Sawan Road, Pomprabsattrupai, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/9/2/8/403928_bd6b9a80949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.47" OriginalAmount="249.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75918863" Longitude="100.49650392" StarRating="3" HotelCode="349121|dd_inn" HotelName="D&amp;D Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/af/a4af3515ba7272e113515e12ff8b79c45aebbd73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.98" OriginalAmount="249.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.167153" Longitude="100.932426" StarRating="3" HotelCode="|205424" HotelName="J - Town Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>92 Sukhumvit Road Sriracha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/4/2/4/205424_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75446765" Longitude="100.53945441" StarRating="3" HotelCode="758784|sleepstation_at_pratunam" HotelName="Sleepstation @Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/3 Soi Sangkarn, Ratchaprarop Road, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e4/6be4eb0a1b240da48352f5fc4877090b637dcfc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.99" OriginalAmount="250.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.758466" Longitude="100.514982" StarRating="4" HotelCode="|403075" HotelName="Loogchoob Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>463/5-8 Luk Luang road, Si Yaek Mahanak, Dusit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/0/7/5/403075_de544900522.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.16" OriginalAmount="250.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7928496" Longitude="100.5739612" StarRating="3" HotelCode="|83193" HotelName="Lantana Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPHISEK ROAD 229</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/9/3/83193_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This ecological hotel, with air-conditioning, has 65 rooms, a lobby, a reception, express check-out and a lift. The establishment offers room service, a babysitting service, car service, a games room, a cafÃ©, a bar and a restaurant. Guests can also find conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This hotel Ratchadaphisek Road it is in Where you can find shopping areas, 120 metres away, clients have Sutthisarn the Station of 10 minutes away from the establishment, you can find Chatuchak the Market of it is 10 minutes away from Makkasan the Station of it is 14 kilometres away from Don Mueang Airport 23 kilometres away, you can find Suvarnabhumi Airport. ROOM: Each room has a bathroom with a shower, a bath, a hairdryer, a double bed, an individual air-conditioning system, a direct line telephone, a satellite TV, internet, a safety deposit box, a mini-bar, a coffee maker and a kettle. FACILITIES: Guests are offered a games room and billiards. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast, Ã  la carte lunch and dinner and a bar. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OBSERVATIONS: A reception tourist information.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.38" OriginalAmount="250.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7457196" Longitude="100.5515567" StarRating="4" HotelCode="|82539" HotelName="Aspira Skyy Sukhumvit 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klongtoey-Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/3/9/82539_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from BTS Sky the Railway Station of. ROOM: All the rooms have a television and large windows. FACILITIES: Guests are offered WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.48" OriginalAmount="250.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754113" Longitude="100.515698" StarRating="4" HotelCode="|26179" HotelName="Prince Palace  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOBAE TOWER, DAMRONGRAK ROAD 488/800</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/9/26179_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1995 and has 306 rooms. Some of the establishment facilities on offer are a lobby with a lift, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment has a shopping centre, a mini-market, a hairdresser's, 2 Ã  la carte restaurants, Chinese cuisine, Thai cuisine, a conference room and a car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This urban hotel is in a central area. It is close to Chinatown near the establishment, guests will find a market. It is situated 3 kilometres away from Siam Square the establishment is 4 kilometres away from the city centre. 45 minutes away from the establishment guests have the international airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: Guests can enjoy a swimming pool that has an area for children, a sauna, a body care centre, a gym and live music. MEALS: The establishment offers all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.55" OriginalAmount="251.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.786288658556" Longitude="100.61348046646" StarRating="2" HotelCode="383271|231249" HotelName="Synsiri 3 Ladprao 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Ladprao Road Ladprao 83, Wangthonglang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/ae/6eae62d917b34135a490ca5bfe46573f64ff5209.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.59" OriginalAmount="253" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|264734-25490389/1229874587205045222/1895" HotelName="VICTORY EXECUTIVE RESIDENCES (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3070000/3067000/3066934/599c3683_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.770222259184" Longitude="100.57062274571" StarRating="3" HotelCode="255715|prom_ratchada_residence__spa" HotelName="Prom Ratchada Residence &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Nathong Soi 558 Ratchadapisek Soi 7, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4f/374f304ea898506e06ce62793c8a7d0e4e0e0dfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.12" OriginalAmount="254.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7586733" Longitude="100.4964784" StarRating="3" HotelCode="|103553" HotelName="Dandd Inn Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/3/103553_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Khaosan Road the Street of. FACILITIES: This establishment a spa, an internet cafe and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617148-28572909/1229874587205045222/1482" HotelName="GLOW SUKHUMVIT 5 BY CENTROPOLIS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30420000/30417900/30417827/a94d1e22_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|893542-28582479/1229874587205045222/1730" HotelName="ORDINARY BANGKOK (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44520000/44516500/44516467/1670368f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.70" OriginalAmount="256.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734485" Longitude="100.568087" StarRating="0" HotelCode="|439656" HotelName="Nimit Boutique Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/5/6/439656_ac466261716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|437048-25610388/1229874587205045222/2641" HotelName="THE PANTIP LADPHRAO (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16370000/16368800/16368739/21021c33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740793" Longitude="100.551826" StarRating="5" HotelCode="100182|icheck_inn_ploenchit_2" HotelName="iCheck inn Sukhumvit Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/81/5e81262925d19f530bd17ffd874aa408cbe038b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Sukhumvit Soi 2 just down the road from the city's main shopping and enterta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.80" OriginalAmount="257.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7866365" Longitude="100.5713928" StarRating="4" HotelCode="|358542" HotelName="Stay Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadaphisek 17, Ratchadaphisek Rd., Dindeang, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/4/2/358542_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.97" OriginalAmount="257.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7350443" Longitude="100.552159" StarRating="4" HotelCode="|172656" HotelName="Alt  Nana By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 (Nana), Sukhumvit Rd.,Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/5/6/172656_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.44" OriginalAmount="257.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74734" Longitude="100.5035" StarRating="3" HotelCode="|591564" HotelName="Lub d Bangkok Chinatown - Steps from Sam Yod MRT Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7777 Maha Chai Rd, Wangburapapirom, Pranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/5/6/4/591564_c5e50d32033.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.54" OriginalAmount="257.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545049" Longitude="100.5395519" StarRating="3" HotelCode="|359221" HotelName="Sleepstation At Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101/3, Soi Sangkarn , Ratchaprarop Rd , Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/2/1/359221_a6122731118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.73" OriginalAmount="257.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7836413" Longitude="100.5440371" StarRating="4" HotelCode="|358160" HotelName="Josh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Soi Ari 4 Nuea, Phahon Yothin road.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/6/0/358160_1_6986.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|58631" HotelName="Nanatai Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Sukhumvit 4 Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c47a1ad12303823938975ec2b023627fb07e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.46" OriginalAmount="258.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.5922874" Longitude="100.8290005" StarRating="4" HotelCode="|172022" HotelName="Paeva Luxury Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/88 Moo 7 Soi Number One, Bangna-trad Rd. KM.26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/0/2/2/172022_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.59" OriginalAmount="258.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7069937" Longitude="100.5357387" StarRating="3" HotelCode="|60681" HotelName="Forum Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2 Road,Thungwatdon, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/8/1/60681_17e0df31039.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors, a swimming pool, meeting rooms, a business centre, a gym, a sauna, a massage service and karaoke. The establishment has a reception with air-conditioning, a sitting area and stairs. SITUATION: The hotel is situated in Chan 2 the street it is near a bazaar, 15 minutes away from the establishment clients have a public transport stop, is 60 minutes away from the airport, The establishment offers a transfer service to, the shopping centre, free of charge. ROOM: The modern rooms, have wooden floors, a balcony, an air-conditioning system, a television, a mini-bar, a coffee maker, a kettle, coat, slippers, a safety deposit box, a bathroom and a bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a cafÃ©, The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233841-25442378/1229874587205045222/2445" HotelName="THE NARATHIWAS RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7340000/7332700/7332643/b58bc560_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.11" OriginalAmount="261.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7791589" Longitude="100.575857" StarRating="3" HotelCode="|82616" HotelName="Myhotel Cmyk Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Pracharajbumpen Soi 5, Pracharajbumpen Rd., Huay Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/1/6/82616_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 5-minute walk away from MRT Huay Kwang the train station. ROOM: The modern rooms have a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75453916" Longitude="100.49827063" StarRating="2" HotelCode="587918|boon_street_hostel" HotelName="Boon Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Bunsiri Road, Sanjaoporsue, Pranakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/23/cb23863c07d001003473857dcb010050fb7768b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.88" OriginalAmount="262.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7538834" Longitude="100.5290146" StarRating="3" HotelCode="|26181" HotelName="Samran Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEW PETCHABURI ROAD, RATCHATHEWI 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/1/26181_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 24 rooms, In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Guests can also find a mini-market, a bar and an Ã  la carte restaurant with air-conditioning, with highchairs, There are many services available at the establishment, including a laundry service, room service, a medical care service and a car park. SITUATION: This hotel is in the central area, nearby, you will find shops, leisure areas and entertainment. in front of the establishment, guests have public transport services. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and a mini-bar. Are also furnished with a double bed, tiled floors, fitted carpets, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Guests are offered a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard. 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="94" TotalAmount="270.01" OriginalAmount="262.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75537" Longitude="100.5386" StarRating="3" HotelCode="|404895" HotelName="Tori Prestige Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/9/5/404895_58c79321240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.14" OriginalAmount="262.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746008" Longitude="100.703471" StarRating="3" HotelCode="|172948" HotelName="U Tiny Boutique Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek Road, Khwaeng Saphan Sung Khet Saphan Sung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/8/172948_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.33" OriginalAmount="262.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753297" Longitude="100.541369" StarRating="4" HotelCode="|26161" HotelName="Indra Regent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAJAPRAROP ROAD, PRATUNAM 120/126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/1/26161_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 438 standard rooms and suites, a lobby with air-conditioning, a reception, a safety deposit box service, a currency exchange service, a cloakroom, lifts, a car hire desk and flight reservation. The establishment boasts boutiques, a hairdresser's, a mini-market and shops. The establishment also has a cosy coffee shop, 3 bars, 3 national and international restaurants with highchairs, conference facilities, a business centre and a car park. SITUATION: It is inBangkok the centre of it is near the commercial area, the tourist attractions, In the surrounding area, you can find shops and monuments. It is situated 20 kilometres away from the airport. ROOM: The cosy, comfortable rooms, a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, a safe (available for a fee) and individual air-conditioning. spacious suites and have a sitting room. FACILITIES: The establishment has a wonderful garden with a swimming pool, a spa with a sauna, a steam bath and a jacuzzi. Guests can also enjoy a massage service, body care treatments, a gym, enjoy tennis and playing billiards. OBSERVATIONS: Customers can use internet, room service and laundry service. Guests have at their disposal medical care and a babysitting service. Children have at their disposal a playground. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have buffet breakfast and lunch and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754406" Longitude="100.537996" StarRating="2" HotelCode="165844|48401" HotelName="White Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Petchburi 15, Somprasong 3, Phayathai, Rajtavee, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/10005454e5b625694eeb9a310eafc7920b5a3dba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located right in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.95" OriginalAmount="265.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.664400897467" Longitude="100.61845013499" StarRating="3" HotelCode="338453|lasalle_suite_hotel" HotelName="Lasalle Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Lasalle 33 Sukhumvit 105, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/88/7d889271d72072b62e124aca45e8e26af5b9a779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.95" OriginalAmount="265.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75926787" Longitude="100.49640846" StarRating="3" HotelCode="530770|dang_derm_in_the_park" HotelName="Hotel Dang Derm in The Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/86/b186dce4d0495744d1a92f3dd88b06cf8cf5fda0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.84" OriginalAmount="265.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6773944" Longitude="100.6063927" StarRating="0" HotelCode="|131318" HotelName="Lily Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68 Sukhumvit Road Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/8/131318_2b5ef0e1047.jpg</HotelPictures>
        <HotelDescription>FACILITIES: This hotel has a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746477" Longitude="100.562042" StarRating="4" HotelCode="185911|asoke_residence_sukhumvit" HotelName="Asoke Residence Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 / 20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/eb/18ebfe18174773346a4184a957d54f900798566e.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the City of Angels, Bangkok. It is located in a prime location ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.09" OriginalAmount="267.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.764536" Longitude="100.544045" StarRating="0" HotelCode="|524761" HotelName="VDA Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Ratchwithi 2 Ratchawithi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/7/6/1/524761_95518950913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.83" OriginalAmount="268.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.2414515" Longitude="99.9780697" StarRating="4" HotelCode="|205237" HotelName="Away Beach Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>602 Moo.4 Prachuab Khiri Khan, 77120 Sam Roi Yot, Tailandia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/2/3/7/205237_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.43" OriginalAmount="269.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7595042" Longitude="100.4965848" StarRating="3" HotelCode="|82566" HotelName="Dang Derm Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Pranakorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/6/6/82566_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Khaosan Road it is in. ROOM: They offer stylish rooms and with flat-screen TV. FACILITIES: Clients have access to a swimming pool on the roof terrace, a restaurant and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.13" OriginalAmount="271" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.678018" Longitude="100.608028" StarRating="3" HotelCode="178088|57543" HotelName="Lily Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68, Sukhumvit Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4a01bfe9d4415b2d444c576f644254e8be36af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at Soi Sukhumvit 68, just 200 m from the main Sukhumvit Road. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|utiny_boutique_home_suvarnabhumi_bangkok" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek, Khwaeng Saphan Sung, Khet Saphan Sung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25b52a100b122b13cecad6bad557b51ec3611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.89" OriginalAmount="271.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|81534" HotelName="Forum Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2, Thungwatdon, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/5e/a25ec86cded3d0e115818403dc6ba667ea7a832d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only minutes away from both Sathorn Road and Silom Road, as well as the Chong Nonsi BTS...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.07" OriginalAmount="271.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760156" Longitude="100.497464" StarRating="4" HotelCode="|450608" HotelName="Tinidee Trendy Bangkok Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Soi Ram Buttri, Khwaeng Talat Yot</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/8/450608_526bb561254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1381960-27588097/1229874587205045222/2856" HotelName="THE FIG LOBBY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/75000000/74992100/74992051/e133f32a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|the_vertical_suite" HotelName="The Vertical Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/4e/f14e511d3079265963f864d8a5041a4cccba4e33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743299333333" Longitude="100.557806" StarRating="2" HotelCode="915516|miami_bangkok" HotelName="Miami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road, Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/75/20757349db5a255c8024d4c99b094245fa3dbbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.39" OriginalAmount="272.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9264964" Longitude="100.5959192" StarRating="0" HotelCode="|358581" HotelName="B-yourhome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Saranakhom 3 soi, Songprapa rd. Seegun, Donmuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/5/8/1/358581_1_868.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|945-25188567/1229874587205045222/2095" HotelName="ROYAL PRINCESS LARN LUANG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3300/3254/f593e8a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205038-25402965/1229874587205045222/2119" HotelName="BAAN CHART (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9150000/9140300/9140293/fb301dc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77883812554" Longitude="100.57628585276" StarRating="4" HotelCode="429538|amaranta_suites" HotelName="Amaranta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi 5 Pracharatbumpen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/9d/ac9de84d578183beef9da13469d58970f043f01e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75605853" Longitude="100.53347088" StarRating="2" HotelCode="582589|the_posh_phayathai" HotelName="The Posh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>55/21-23 Phayathai Road, Phayathai, Ratchathewi, Bangkok 10400, Pathumwan</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a1/9ca1f19713e5365469168835bd8ef2b30fb0bccd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and a laundr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.94" OriginalAmount="273.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77389" Longitude="100.57394" StarRating="3" HotelCode="|62871" HotelName="Cha Da Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 RATCHADAPISEK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/1/62871_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has restaurants and coffee shops. It also has a swimming pool, a spa and a business centre. SITUATION: Is situated inBangkok Ratchadaphisek the road of close to the establishment, clients can find Huai Khwang the underground station of It is located near the tourist attractions, the commercial area. ROOM: The modern rooms large, have an air-conditioning system, a mini-bar, a satellite TV and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.74" OriginalAmount="274.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7584161" Longitude="100.6127353" StarRating="4" HotelCode="|389784" HotelName="Witz Bangkok Ramkhamhaeng" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/4/389784_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.21" OriginalAmount="274.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72613" Longitude="100.541811" StarRating="0" HotelCode="|440407" HotelName="The Cotton Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sathon 2, North Sathorn Road, Bangkok, Bangkok, 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/0/7/440407_2f0ebaa0835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74078679" Longitude="100.51105116" StarRating="3" HotelCode="943368|nornyaowarat_hostel" HotelName="Norn Yaowarat Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-8, 10, 12 Padungdao Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6d/616d2a8a85dbf38313aef1b12b26cf9ee6567a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.67" OriginalAmount="275.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7378746" Longitude="100.5519829" StarRating="4" HotelCode="|62860" HotelName="Aspen Suites  Sukhumvit 2 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>65/1 SUKHUMVIT SOI 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/6/0/62860_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Aspen Suites is rated four stars. It is perfect for families and couples. The establishment boasts a swimming pool, a fitness centre and room service. The establishment offers guests a concierge, a dry cleaner's and a laundry service and has a reception and a babysitting service (for a fee). SITUATION: It is located close to the shopping area. Near the establishment, guests will find the tourist attractions. It is 1,5 miles away from Lumphini Park, Pratunam Market and Queen Sirikit National Convention Center this hotel is 2 miles away from Siam Square and Suan Pakkard Palace ROOM: The establishment has 59 modern rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77404947507" Longitude="100.57399749756" StarRating="4" HotelCode="8975|9417" HotelName="Bangkok Cha-Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Ratchadaphisek Road, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/de/43de4fa13e25cae32901c005c7ed4cee4b9f9467.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Rachadapisek Road, right in the heart of Bangkok’s business, commercial and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|907-28567179/1229874587205045222/702" HotelName="GRAND CHINA (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11970000/11968800/11968783/1d07a0f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.76" OriginalAmount="276.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717993" Longitude="100.565809" StarRating="4" HotelCode="|446294" HotelName="The Fig Lobby Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Rimtangrodfaisaipaknam Road, Khlongtoey.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/9/4/446294_3854c261416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.20" OriginalAmount="276.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72061" Longitude="100.7377" StarRating="5" HotelCode="|587218" HotelName="The Airport Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Latkrabang Soi 30/1 Latkrabang Rd., Latkrabang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/2/1/8/587218_6bcfbb71043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.42" OriginalAmount="277.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761413411072" Longitude="100.54016244451" StarRating="3" HotelCode="431686|480341" HotelName="Le Tada Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Ratchathewi, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/b0/aeb03a7536454373f80cf425a8f7d7674da1cacf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.774037" Longitude="100.5738649" StarRating="4" HotelCode="|95450" HotelName="Graph  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ratchadapisek Road,188</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/5/0/95450_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a cafÃ©, a swimming pool and a gym. SITUATION: This 3 star hotel is in Bangkok the city centre of Close to. ROOM: The establishment has 215 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.88" OriginalAmount="278.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74348" Longitude="100.5553" StarRating="3" HotelCode="|410659" HotelName="Residence One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 7. Klong Toey Nua,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/5/9/410659_a80b2ce1256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.05" OriginalAmount="278.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7385919" Longitude="100.5531275" StarRating="3" HotelCode="|131474" HotelName="S M Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/4/7/4/131474_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Sukhumvit Road it is in is situated in Bangkok the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.92" OriginalAmount="279.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466767" Longitude="100.5619636" StarRating="4" HotelCode="|104749" HotelName="Asoke Residence Sukhumvit By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235/20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/4/9/104749_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bangkok the centre of it is situated 5 minutes walk away from Phetchaburi the underground station of. ROOM: The establishment has modern apartments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.40" OriginalAmount="280" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|52082" HotelName="Alt Hotel Nana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 Nana, Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d1/55d115950b8de027f7418e2dc1667f52d6a3296c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.708497520951" Longitude="100.64519493092" StarRating="4" HotelCode="352039|grand_lord_boutique_hotel" HotelName="Grand Lord Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>919/1 Srinakarin Road, Amphoe Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5d/6d5d3d6e7762bc1364e6c2ec510d55791a7ee5d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.68" OriginalAmount="280.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8834683" Longitude="100.5657149" StarRating="4" HotelCode="|103408" HotelName="Centara Life Government Complex  and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Moo 3 Chaeng Watthana Convention Centre Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/8/103408_17394110919.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 10 minutes away from Laksi the Railway Station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.43" OriginalAmount="281" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|563879-28533394/1229874587205045222/1691" HotelName="SLEEPSTATION AT PRATUNAM (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25830000/25823400/25823396/9f80302b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768558" Longitude="100.597361" StarRating="3" HotelCode="|64891" HotelName="Jazzotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39 Prachautit Road, Wangtongrang Bangkok 10310 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/8/9/1/64891_5f2644a1051.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has communal areas, shops and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747582" Longitude="100.554288" StarRating="3" HotelCode="188212|nana_hiso_hotel" HotelName="Nana Hiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit Road. Soi 3, Klongtoey, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2b/422b2d35439fa7fdc0f48575bd530c919c953bce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.81" OriginalAmount="281.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736513" Longitude="100.578762" StarRating="0" HotelCode="|396334" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak (Sukhumvit 49)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/3/4/396334_b03e9040536.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.52" OriginalAmount="282.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74299" Longitude="100.55093" StarRating="3" HotelCode="|168663" HotelName="Citichic Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 SUKHUMVIT SOI 13 SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/6/3/168663_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary establishment, has WiFi (free of charge) and a swimming pool on the rooftop. SITUATION: This elegant hotel is in Sukhumvit 13, is situated in the city centre. A transfer service to the railway station and free of charge. Near the establishment, you will find restaurants, bars and shops. 1 minute away from the establishment clients have Airport Suvarnabhumi. ROOM: All the rooms have wooden floors, a bathroom with flatscreen television, a kettle and a coffee maker. Some rooms have a terrace. FACILITIES: There is a range of facilities and services available at the establishment, including a gym, a car park (free of charge), a reception, room service and a launderette. MEALS: The establishment offers an American breakfast and meal services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.31" OriginalAmount="283.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70465" Longitude="100.59928" StarRating="3" HotelCode="|210577" HotelName="Kokotel Bangkok Sukhumvit 50" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Sukhumvit 50, Phrakanong, Klongtoei, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/7/7/210577_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.55" OriginalAmount="285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|893895-26125486/1229874587205045222/2614" HotelName="THE COTTON SALADAENG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48510000/48503700/48503653/9b609ebd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71773075" Longitude="100.50860701" StarRating="3" HotelCode="523283|naga_residence" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17, Charoennakorn Road, Banglumpoo-Lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6d/346ddb171179ce6a517e3c6407cf760a14e64d9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.93" OriginalAmount="285.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75345504" Longitude="100.53616043" StarRating="3" HotelCode="495626|677481" HotelName="NAP Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phetchaburi 13, Phethburi Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/c9/83c9c58f6a7615aaf59be8d39d83a1df5c8d59c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.58" OriginalAmount="286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74969142" Longitude="100.53098594" StarRating="3" HotelCode="738399|siam_nitra_boutique_hotel" HotelName="Siam Nitra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road, Khet Rachatevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/0b/860b3ff4493544ab954e3cc220dd996b82ede4e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.98" OriginalAmount="286.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7464189" Longitude="100.5235149" StarRating="0" HotelCode="|358130" HotelName="168" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1230 Thanon Banthat Thong Rong Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/3/0/358130_cac9dfe1222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.24" OriginalAmount="286.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.98165" Longitude="100.54291" StarRating="3" HotelCode="|33147" HotelName="Tinidee Bangkok Golf Club" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2,TIWANON ROAD,BANGKADI,MUANG, 99/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/7/33147_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex with features that offer you the maximum level of comfort, has a fire protection system and a spa. SITUATION: 30 minutes away from the establishment you haveBangkok the city centre of it is situated 20 minutes away from Don Mueang Airport. ROOM: The large, comfortable rooms with views, individual air-conditioning, a bath, hydromassage shower and a satellite TV with pay channels, They also have a direct line telephone and a mini-bar. FACILITIES: The establishment boasts a health club fully-equipped, a massage service, aerobics and a sauna. The establishment also offers a hydromassage bath, a steam bath, massage cabins, beauty treatments and body treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.27" OriginalAmount="286.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75712" Longitude="100.49582" StarRating="4" HotelCode="|55485" HotelName="Royal Rattanakosin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/5/55485_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 300 rooms, a lobby with express check-out, a reception, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a restaurant, conference facilities, internet, room service, a laundry service (for a fee) and a car park. SITUATION: The hotel Rajadamnern Road it is in it is in the historic centre, Where you can find the tourist attractions, is situated 40 kilometres away from Don Mueang Airport this hotel is situated 45 kilometres away from Suvarnabhumi Airport. ROOM: They have fitted carpets, a bathroom, cold water, hot water, bath or shower, a hairdryer, a double or king-size bed, a direct line telephone, cable television, internet, a mini-bar, a central air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool with an open-air bar, a billiards table, a massage service and hairdresser. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.39" OriginalAmount="286.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74969" Longitude="100.531" StarRating="3" HotelCode="|409424" HotelName="Siam Nitra Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road Khet Rachatevee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/4/2/4/409424_ad0dfea1605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.54" OriginalAmount="286.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7533592" Longitude="100.5360705" StarRating="4" HotelCode="|358194" HotelName="Klub" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13 Phayathai Rajthevee,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/1/9/4/358194_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74716" Longitude="100.587057" StarRating="4" HotelCode="61990|aone_bangkok_hotel_2" HotelName="A-One Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Soonvijai 4, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f4/14f493b178df09c57a0dccab20dcea0178309371.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the lively north-eastern part of Bangkok city centre, just 5 minutes away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|anantara_bangkok_sathorn_3" HotelName="Anantara Sathorn Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Naradhiwas Rajanagarindra Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/09/e3099cd388fc11831cf09fc242867ddb646d7894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Bangkok's business district and within a stone's throw from sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.768167" Longitude="100.597351" StarRating="3" HotelCode="410346|jazzotel" HotelName="Jazzotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39, Prachautit Road Wangtongrang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/3c/8d3cc3f3765309a674b7410bc1de3d623ba4924d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated near to Ramkamheng Markets, 20 minutes away from Raminthra Expres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|48276" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/41/5e4142dc3b015535fbd0d86923b08d0eb5cf6320.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.504912" Longitude="-64.221713" StarRating="3" HotelCode="0|101792-28551014/1229874587205045222/1291" HotelName="ICHECK INN SUKHUMVIT SOI 2 (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>288 ROUTE 132, GOC 2LO, PERCE, QUEBEC, CANADA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2926000/2925958/ac2ba4fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751817243475" Longitude="100.52999784552" StarRating="3" HotelCode="338959|siam_swana_hotel" HotelName="Siam Swana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/77/cf77c848662bcb75691bd5c26beeefa8423c55a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759782631402" Longitude="100.49766908466" StarRating="3" HotelCode="36348|3464" HotelName="ibis Styles Bangkok Khaosan Viengtai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>42 Rambuttri Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/b5/d0b59d76234bbf02c00e9ec16718759f3ec4eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the inner city of old historical Bangkok and is just a 1-minute walk to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.08" OriginalAmount="291.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7561" Longitude="100.53347" StarRating="2" HotelCode="|244072" HotelName="The Posh Phayathai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55/21-23 Phayathai Road Thanon Phayathai, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/0/7/2/244072_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|206087-28572774/1229874587205045222/633" HotelName="GRAND TOWER INN RAMA VI (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2420500/2420436/41088aa8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.883412" Longitude="100.565411" StarRating="3" HotelCode="933174|centra_government_complex_hotel__convention_centre" HotelName="Centra Government Complex Hotel and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Mu 3, Chaeng Watthana Road, Convention Centre Building, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/06/d70664bcf0d0b6921973f1ef6e565fa86c68aea4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 204 rooms. Services and facilities at the hotel include a restaurant,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.82" OriginalAmount="294.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|citadines_sukhumvit_8_bangkok" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Sukhumvit 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f3/85f391d87ad6ff71917f352b24b1106033a9f92a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the city's central yet tranquil residential areas, just a 5-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.82" OriginalAmount="294.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73907842" Longitude="100.55372294" StarRating="4" HotelCode="591529|citrus_suites_sukhumvit_6_by_compass_hospitality" HotelName="Citrus Suites Hotel Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi  6, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/48/8e48231c69f99deb8aecd37cb94c67a7e8b6e730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.46" OriginalAmount="295.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6906768" Longitude="100.6467912" StarRating="4" HotelCode="|131558" HotelName="Lumen Bangkok Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/8/131558_1_1512.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers have modern rooms with a sitting room, a dining room, a balcony, a flat-screen television and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74179791" Longitude="100.55403088" StarRating="4" HotelCode="469975|202952" HotelName="Grand 5 Hotel &amp; Plaza Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road Soi 5, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/68/86689cedb16a63dca832957ad567939f9cf1beb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.35" OriginalAmount="296.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74182" Longitude="100.554033" StarRating="4" HotelCode="|209978" HotelName="Grand 5 and Plaza Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road, Soi 5, Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/9/7/8/209978_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.53" OriginalAmount="296.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7360698" Longitude="100.5785438" StarRating="3" HotelCode="|358322" HotelName="La49" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/2 Soi Paompak, Klongtan Nuea, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/3/2/2/358322_821c7b11126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.87" OriginalAmount="296.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7468423" Longitude="100.5867219" StarRating="4" HotelCode="|33000" HotelName="A-One Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soonvijai 4, New Petchaburi Road, Bangkapi, Huay Kwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/0/0/33000_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has air-conditioning, a lobby with a reception, a safety deposit box service, a lift, a restaurant, conference facilities, internet, room service and a laundry service. nearby, there is a car park. SITUATION: This urban, business hotel is in Bangkok the centre of it is near the airport, has good links to the business area, the leisure areas ,Sukhumvit Road, Ratchada Phisek and Royal City Avenue it has good links to it is situated 20 kilometres away from Suvarnabhumi Airport it is situated 25 kilometres away from Don Mueang Airport. ROOM: standard rooms, deluxe rooms, business rooms and suites, have a direct line telephone, a mini-bar, satellite and cable television, films, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a radio, internet, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool, a terrace, sunbeds and parasols. The establishment boasts a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.91" OriginalAmount="297" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1460019-32638553/1229874587205045222/2957" HotelName="ELEGANT AIRPORT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/83000000/82990000/82982900/82982832/9b846c59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7046433" Longitude="100.59919893" StarRating="3" HotelCode="469974|kokotel_bangkok_sukhumvit_50_2" HotelName="Amaze Sukhumvit Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley Soi Sukhumvit 50S, Phrakanong Klongtoei, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/24/ca248548bed8157ff76000456dc735a3c0f92deb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.26" OriginalAmount="297.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.717946" Longitude="100.501295" StarRating="2" HotelCode="|358855" HotelName="The Pattern Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>547 Soi Krung Thonburi 6 Banglambhoolang, Khlongsarn, 10600 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/8/5/5/358855_3120c4b1205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.76" OriginalAmount="297.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|138044" HotelName="Riverfront Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>912 SV City, Rama III Road, Bangpongpang, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/89/51895014455c4e2ab94060ccb5f2a00def2fb8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located on the banks of Chao Phraya River on the Rama III Road and enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|36184" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/1 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/11/7d111647730974bb4661e9da578158d3d52c382d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet lane off Sukhumvit Road and provides guests with a sense of privacy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="50.72336959838867" Longitude="-1.8393199443817139" StarRating="4" HotelCode="0|373076-25559358/1229874587205045222/2175" HotelName="AMARANTA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 GLEN ROAD, BOSCOMBE MANOR, BOURNEMOUTH, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9550000/9549400/9549389/ccfe196a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Boscombe Spa Hotel is located in Bournemouth's Boscombe neighborhood, close to Fitness First Stadium, Russell-Cotes Art Gallery and Museum, and St. Peter's Church. Nearby points of interest also include Bournemouth Pier and Bournemouth Lower Gardens.    Property Features.    Boscombe Spa Hotel features self parking.  Wireless Internet access (surcharge) is available in public areas.     Guestrooms.     All guestrooms at Boscombe Spa Hotel feature coffee/tea makers.     Room Info:  Name: Double ensuite private patio Description:    One Double Bed   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.     Name: Double ensuite Description:    One Double Bed   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.     Name: Single ensuite Description:    One Single Bed   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.     Name: Triple ensuite Description:    One Double Bed  One Single Bed   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.     Name: Twin ensuite Description:    One Double Bed  One Single Bed   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.     Name: Twin ensuite private patio Description:    Two Single Beds   The television is offered for your entertainment. A coffee/tea maker is supplied. The room has an ensuite bathroom. This room is Non-Smoking.       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.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.59" OriginalAmount="298.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7682253" Longitude="100.6038927" StarRating="3" HotelCode="|32847" HotelName="Sc Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMKHAMHAENG 39, WANGTHONGLANG 474</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/4/7/32847_e369d190931.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting complex, has 220 rooms, 12 executive suites and 3 junior suites. In the establishment entrance, guests will find a lobby, express check-out and a reception. Some of the facilities that the establishment offers to guests include WiFi, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a bar, a cafÃ©, a restaurant, a television room and conference facilities. There are many services available at the establishment, including room service and a laundry service. nearby, you can find a car park. SITUATION: Is situated in an excellent location, is in Ratchadapisek, Ramkamhaeng and Rama IX the centre of nearby, you will find the Galeries 20 minutes away fromBangkok the tourist centre of it has good links to the roads, is situated 40 kilometres away from Don Mueang Airport It is situated 25 kilometres away fromSuvarnabhumi Airport. ROOM: The rooms with air-conditioning, a bathroom with a shower or bath, a mini-bar, a coffee maker, a kettle, satellite or cable TV, a direct line telephone, a double bed, a safe, a hairdryer, internet and a balcony or terrace. FACILITIES: Clients can enjoy a well-equipped gym, an outdoor swimming pool with a children's area, a sauna and a massage service. Clients can enjoy activities such as aerobics and play squash. it is near a golf course. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy American breakfast and buffet lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.97" OriginalAmount="299" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181665-28580741/1229874587205045222/738" HotelName="ASPIRA SKYY SUKHUMVIT 1 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22610000/22608400/22608378/e2e70416_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.17" OriginalAmount="299.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760600045389" Longitude="100.56444991595" StarRating="3" HotelCode="380583|646142" HotelName="Tanatawey Places" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>504/1 Asok-Dindang Road, Tanatawey Place Building, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253108/253108a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including room service and a laundry service, fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.72" OriginalAmount="299.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741233" Longitude="100.55755" StarRating="3" HotelCode="114175|138076" HotelName="Citichic Sukhumvit 13 Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/38/c538c57731f91d74765c7e4a226935432081cebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient central location, close to The Queen Sirikit National Convention Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.96" OriginalAmount="299.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73199" Longitude="100.5876214" StarRating="3" HotelCode="|103472" HotelName="Nice Residence  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188/8 Sukhumvit 63 (Soi Ekamai 14) Klongtunnua</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/7/2/103472_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Ekamai it is in it is situated 15 minutes walk away from Ekamai the Railway Station of It has excellent transport links to the shopping centres and leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.96" OriginalAmount="299.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731398" Longitude="100.563791" StarRating="1" HotelCode="|439336" HotelName="Rembrandt Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit 20 Alley Sukhumvit Road, Klong Toei, Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/3/6/439336_6f6ad2a1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="19.06691" Longitude="72.82997" StarRating="4" HotelCode="0|409667-28581870/1229874587205045222/696" HotelName="GRAND 5 HOTEL &amp;amp; PLAZA SUKHUMVIT BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>331, DR. AMBEDKAR ROAD, PALI HILL, BANDRA (WEST), MUMBAI, INDIA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658100/15658086/f49808ed_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Executive Enclave is located in Mumbai, close to Bandstand Promenade, Juhu Beach, and Mt. Mary Church. Nearby points of interest also include Bandra Kurla Complex and University of Mumbai.    Hotel Features.   Dining options at Executive Enclave include a restaurant and a coffee shop/café. Room service is available 24 hours a day. The hotel serves a complimentary buffet breakfast. Recreational amenities include a fitness facility. This 3-star property has a business center and offers audio-visual equipment. This Mumbai property has event space consisting of banquet facilities and conference/meeting rooms. The property has a shuttle from the airport to the hotel, which is complimentary.  Concierge services and tour assistance are available. Additional property amenities include dry cleaning/laundry services.    Guestrooms.     Air-conditioned guestrooms at Executive Enclave feature minibars and coffee/tea makers. In addition to safes, guestrooms offer phones. LCD televisions have cable channels.      Room Info:       Notifications:      There are no room charges for children 9 years old and younger who occupy the same room as their parents or guardians, using existing bedding.           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 1 PM  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.48" OriginalAmount="301.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.762503" Longitude="100.564896" StarRating="4" HotelCode="|450658" HotelName="Best Western Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>322/433 Ratchadaphisek 3, Din Daeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/5/8/450658_88ef23a1424.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|154321-28509287/1229874587205045222/1438" HotelName="FURAMA SILOM (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2800000/2795000/2794915/751a2267_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.89" OriginalAmount="302.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.911224495017" Longitude="100.59169084008" StarRating="3" HotelCode="392615|665920" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Chang Akart Uthid 3 Yak 4, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/0d/a60db59fea23ca7ce7f22cbeba71897d82b7dca5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="303.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|montara_serviced_apartment_thonglor_25" HotelName="Montara Serviced Apartment Thonglor 25" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52/1 Soi Prompak, Sukhumvit 49/6 Road, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/8b/9d8b2cdb4c1dada7c16988af58f316ab0a76cf97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.28" OriginalAmount="303.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7520633" Longitude="100.5299882" StarRating="3" HotelCode="|103505" HotelName="Siam Swana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Phayathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/0/5/103505_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 700 metres away from the railway station. FACILITIES: Guests are offered a swimming pool, spa treatments and an internet area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|188615-28597064/1229874587205045222/1301" HotelName="VERTICAL SUITE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/6000000/5999700/5999685/8fefacd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74647837" Longitude="100.52349041" StarRating="2" HotelCode="552338|168_hostel" HotelName="168 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1230 Banthat Thong Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdb49ce70da1d9daba56626bee2533768acc3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel features various services and facilities, including a baggage storage service and a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.69" OriginalAmount="304.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6734739" Longitude="100.542465" StarRating="4" HotelCode="|104798" HotelName="Riverfront Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SV City, 912 Rama 3 Road, Bangpongpang, Yannawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/9/8/104798_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Chao Phraya the river. ROOM: The establishment has apartments with kitchen. FACILITIES: The establishment has a swimming pool, a gym and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.77" OriginalAmount="304.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6648062" Longitude="100.6432679" StarRating="3" HotelCode="|449968" HotelName="De Botan Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1748 Debaratna Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/8/449968_c7ccfd61239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="313.84" OriginalAmount="304.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3" HotelCode="943350|85070223" HotelName="Klub Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13, Phayathai Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/74/5d74e146e7bae28cd463d2d90b5e9b32e0a13486.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|206197-28511432/1229874587205045222/1385" HotelName="LASALLE SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7670000/7660900/7660876/f9406ed5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|de_prime_at_rangnam" HotelName="De Prime At Rangnam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/0a/d50a601e684789b50ddf72b322a7249ca92ba554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731897034175" Longitude="100.56339187004" StarRating="4" HotelCode="905939|rembrandt_towers_serviced_apartments_2" HotelName="Rembrandt Towers Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 20, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/02/9b026bf8d1ef79df68039c58fba413442ec27d60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.34" OriginalAmount="307.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7375519" Longitude="100.5520898" StarRating="3" HotelCode="|45770" HotelName="Icheck Inn Residence Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI2 , KLONGTOEY 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/7/0/45770_bc645a31008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 9 floors, was built in 2007, renovated in 2008, it offers a lobby, with express check-out, a reception, a safety deposit box service, a restaurant, room service and a laundry service. SITUATION: Sukhumvit Soi 2 Is situated in it has good links to the railway station, is 10 minutes away from the tourist attractions, is situated 18 kilometres away from Don Mueang Airport it is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a wardrobe, parquet flooring, large windows, a balcony, a bathroom, bath or shower, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. PAYMENT METHODS: Customers can pay using credit cards, American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.54" OriginalAmount="308.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74184" Longitude="100.51282" StarRating="3" HotelCode="|587729" HotelName="Oldthaiheng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>368 Thanon Santiphap ??????????? ????????????</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/7/2/9/587729_46d53fd1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="318.05" OriginalAmount="308.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|1012588" HotelName="First House Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchburi 19 Road, Soi Juldis, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/41/d54192747edaa56f6e627471795734235ba9b008.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel reserves a very friendly welcome for its guests, a typical part of Thai hospitality, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.05" OriginalAmount="309.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75268" Longitude="100.54755" StarRating="4" HotelCode="|33149" HotelName="Bangkok Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/336 New Petchburi Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/9/33149_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has an indoor car park. ROOM: All the rooms have laundry service and room service. FACILITIES: Clients can enjoy a jacuzzi and a sauna. The establishment also has a hairdresser. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|891-20628479/1229874587205045222/173" HotelName="BELAIRE BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523400/523359/02dcfbb5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73542402" Longitude="100.56846292" StarRating="2" HotelCode="337922|at_home_place" HotelName="Nandha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14/11-14 Sukhumvit 33, Klong Ton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c8/cec80cca530403a16cce8ffd536fa98a42859a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.33" OriginalAmount="311.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.97965403" Longitude="100.63642587" StarRating="3" HotelCode="425284|bangkok_resort_rangsit" HotelName="Bangkok Resort Rangsit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Moo 3 Rungsit, Nakornayok 32 Thayaburi, Pathunthani Ban Khlong Sam, Bangkok 12130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/fa/28fa29e34e4e223fe0b660d050f5b5605eeaa11c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangkok Resort Rangsit is conveniently located in the popular Don Mueang area. Both business travele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.94" OriginalAmount="313.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.693156" Longitude="100.644967" StarRating="4" HotelCode="|396933" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Srinakarin Road, Soi Supaphong 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/3/3/396933_a7728180955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.42" OriginalAmount="314" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454606-32420260/1229874587205045222/1182" HotelName="LUB D BANGKOK CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108570000/108567600/108567570/80b0c382_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.75" OriginalAmount="314.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745736" Longitude="100.555626" StarRating="4" HotelCode="|154955" HotelName="Citrus Sukhumvit 11 Bangkok By Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11 Klongtoie-Nue Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/9/5/5/154955_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays. SITUATION: This establishment, is in Sukhumvit Road the area It has excellent transport links to taxis, the bus, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.99" OriginalAmount="314.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727389" Longitude="100.531667" StarRating="3" HotelCode="|439794" HotelName="Ibis Styles Bangkok Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>289 Silom Road Silom, Bangrak District, Bangkok, 10500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/9/4/439794_efaccdc1059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.45" OriginalAmount="315" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.6175922" Longitude="2.6635687" StarRating="4" HotelCode="0|66216-25237067/1229874587205045222/2263" HotelName="RIVERFRONT RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34 MONTURIOL, CALELLA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/70200/70154/f6ca6eac_b.jpg</HotelPictures>
        <HotelDescription>This apartment complex is located in a peaceful area of Calella de la Costa. The complex is located just 350 metres away from the beach. A bus stop can be found just 250 metres away. Guests can enjoy a wide variety of bars, restaurants and nightclubs close to the complex. This charming complex enjoys a wonderful design. The apartments offer comfort and convenience in a relaxed, peaceful setting. The apartments are tastefully designed, and come complete with modern conveniences for added comfort. Featuring a range of exemplary facilities and services, this complex delivers the utmost in comfort and convenience, complemented by impeccable attention to detail and warm hospitality.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.18" OriginalAmount="315.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7347482" Longitude="100.5804464" StarRating="4" HotelCode="|104770" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Thonglor Soi 13, Sukhumvit 55 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/0/104770_11.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has modern suites. FACILITIES: The establishment has a swimming pool, a gym, a restaurant and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.48" OriginalAmount="316" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|93625-28577946/1229874587205045222/720" HotelName="ASPEN SUITES SUKHUMVIT 2 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1960000/1960000/1959968/305b6c2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.51" OriginalAmount="317" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|180605-25365959/1229874587205045222/2524" HotelName="LILY RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5510000/5508700/5508624/52aa6dbe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744208" Longitude="100.555012" StarRating="4" HotelCode="43778|belaire_bangkok" HotelName="BelAire Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Road Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3b/243b58f27c5733af7be076008ada9cd74ecf1e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet street off Bangkok’s Sukhumvit Road. It is within walking distance o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="787155|bangkok_voyage_boutique" HotelName="Bangkok Voyage Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10/27-28 Soi Phaholyothin 5, Rajakru, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/91/e391d7f0550c29c2c3efe7f93574f2fe988f90e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.97" OriginalAmount="317.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.52698" StarRating="0" HotelCode="|224315" HotelName="A Room Bangkok Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/19 Sathron 9 Yan Nawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/1/5/224315_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.57" OriginalAmount="319" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76982682" Longitude="100.62186711" StarRating="3" HotelCode="562126|174393" HotelName="Yotaka Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Soi Latprao 122, Wangthonglang, Bang Kapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8e/95/8e956971debb2521190dd8dd208ef267719637a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|citadines_sukhumvit_11_bangkok" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Sukhumvit 11, Sukhumvit Road, Klongtoey Nue, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/00251e5fe6d7edace2d578337520b71edafb23e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in soi 11, this apartment hotel offers its guests a winning location. Emerging as an area re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.60" OriginalAmount="320" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|206987-25404931/1229874587205045222/2406" HotelName="RATCHADAMNOEN RESIDENCE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8730000/8725700/8725637/3c9b53ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.60" OriginalAmount="320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745699180713" Longitude="100.55585259236" StarRating="4" HotelCode="934260|citrus_sukhumvit_11" HotelName="Hotel Citrus Sukhumvit 11 by Compass Hospitality" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11, Klongtoie-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/97/0497371f8110cfd607e67d178f41bb9074544edc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.38" OriginalAmount="322.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7284428" Longitude="100.5705139" StarRating="4" HotelCode="|103417" HotelName="Arize  Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Rd. Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/1/7/103417_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts stylish rooms, WiFi (free of charge), a swimming pool and a reception. SITUATION: This hotel is a 2-minute walk away from the railway station BTS/Prompong.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.69" OriginalAmount="323" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101950-28511448/1229874587205045222/605" HotelName="ROYAL RIVER (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13570000/13561200/13561168/d2e509f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78842336" Longitude="100.5474576" StarRating="3" HotelCode="434568|the_capital_mansion" HotelName="Capital Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1371 Phaholyothin Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/44/ba4463669eaf114a2a286fea2a77686e9ef0559a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.72" OriginalAmount="324" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|516302-28582146/1229874587205045222/942" HotelName="CITRUS SUITES SUKHUMVIT 6 BY COMPASS HOSPITALITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20360000/20357000/20356956/d4dfb8a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76524111" Longitude="100.50163453" StarRating="3" HotelCode="857381|peace_land_khaosan" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>105 Soi-Wat Mai, Witsutkasat, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/8b/e18b1793aaf2a0ee8bdc3d5e5b4d57a7b97c25ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peace Land Khaosan provides accommodation set in Bangkok, 1.5 km from Khao San Road and 2.3 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|233376" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Sukhumvit 3 Nana-nue, Klongtoey-nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/96/d596f97a7cd8e8a02125dedadb8f0c31096ee518.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.87" OriginalAmount="325.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721912" Longitude="100.774913" StarRating="4" HotelCode="|389786" HotelName="Canalis Suvarnabhumi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1599/1 Lat Krabang soi 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/8/6/389786_ff69e831151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|arize_hotel_sukhumvit" HotelName="Arize Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/02/90025c43f6f29183b144b42004a9140e1f8c18d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.84" OriginalAmount="328" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|55652" HotelName="Urbana Lungsuan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/65/cb652388b32a88b8548240b8c38bf2404b9c4bbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Bangkok's bustling commercial city, this serviced residence is withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.84" OriginalAmount="328" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|560543-28552998/1229874587205045222/1516" HotelName="KLUB (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17680400/17680328/36172fba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.30" OriginalAmount="329.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.771515" Longitude="100.5565204" StarRating="3" HotelCode="|27822" HotelName="Princeton Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Mitmaitri Road, Din Daeng District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/2/2/27822_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, renovated in 2006, has 270 suites and 14 floors. The establishment has a lobby with express check-out, a safety deposit box service, a lift, a cafÃ©, a restaurant, conference facilities, internet, room service, a laundry service and a car park. SITUATION: It is situated 15 minutes away fromDon Mueang Airport it is 30 minutes away from Suvarnabhumi Airport Is situated inMitmaitri the road of it is well-connected with Sukhumvit the city centre, the tourist attractions. ROOM: Superior and Deluxe rooms, and Premier, Executive and Princeton suites, a bathroom with a shower, a bath, a hairdryer, a television, an iron, a double bed, a safe and internet. They also have an open-plan kitchen, a mini-bar, a coffee maker, a kettle, a microwave, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a sauna, spas, a massage service and a gym. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Guests can book half-board or full-board, Regarding the food and beverage offering, clients can enjoy a buffet breakfast and Ã  la carte or buffet lunch. Clients also have at their disposal Chinese food, Thai cuisine and European cuisine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.90" OriginalAmount="330" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|138405-25309008/1229874587205045222/3038" HotelName="DIAMOND CITY (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3906600/3906535/26442323_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.59" OriginalAmount="332.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7349206" Longitude="100.6009543" StarRating="0" HotelCode="|82638" HotelName="Refill now" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Pridi, BhanomYong 42, Yak 5, Sukhumvit 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/3/8/82638_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, (free of charge), a swimming pool and a massage service. SITUATION: This establishment, is 10 minutes away from Phra Khanong the Station of 5 minutes away, you can find restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.19" OriginalAmount="333.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7397187" Longitude="100.5435692" StarRating="4" HotelCode="|38602" HotelName="Urbana Langsuan Bangkok, Thailand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/2/38602_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, has 36 floors and 129 apartments. This apartment complex with air-conditioning, has a lobby, with a reception, a safety deposit box service, a lift, a restaurant, WiFi, room service and a laundry service. nearby, you can find a car park. SITUATION: The establishment, is situated in Bangkok the centre of it is a few minutes' walk away from Lumpini park Where you can find the shopping centres and restaurants. it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has studios and one-, two- or three-bedroom apartments and four bedroom attics. All the accommodation options have a shower, a hairdryer, a direct line telephone, a satellite television, a radio, internet, a safety deposit box, a kitchen with fridge, an oven, a microwave, a coffee maker, a kettle, a washing machine, an iron and an individual air-conditioning system. FACILITIES: Outdoors, guests have access to a swimming pool that has an area for children, an outdoor bar and parasols. You also have at your disposal hydrotherapy treatments, a hydromassage bath, a solarium and a gym. The establishment has a tennis court and a basketball court. MEALS: Clients can book bed and breakfast, Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OBSERVATIONS: Clients have a reception and a security service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344.02" OriginalAmount="334" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|42071" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Soi 1, Langsuan Road, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/01/6e01632934b54eb9996043cf3548079a7bb996a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langsuan is a vibrant entertainment area where guests will be next to the best restaurants featuring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="344.02" OriginalAmount="334" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|869468-26079295/1229874587205045222/2409" HotelName="REMBRANDT SUKHUMVIT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44220000/44218300/44218212/8f821b64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.99" OriginalAmount="334.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7336652" Longitude="100.567991" StarRating="4" HotelCode="|83091" HotelName="The Bless  and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/9/1/83091_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern suites. SITUATION: 3 minutes away, you can findPhromphong the Railway Station of Sukhumvit is situated in Next to the establishment, guests will findThe Emporium the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.05" OriginalAmount="335.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73608146" Longitude="100.57858461" StarRating="3" HotelCode="758229|la_residence_49" HotelName="L.A. Residence 49" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22/2 Soi Prompak, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/a5/78a5ee8bb9a6c90b2039b42f9d5102518d7afcc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.63" OriginalAmount="335.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.856932" Longitude="100.582117" StarRating="0" HotelCode="|439592" HotelName="4Share" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Soi Phahonyothin 47 yaek 12, Ladyao Chatuchak, Bangkok, 10900</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/9/2/439592_4ea783c0910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.04" OriginalAmount="335.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738816" Longitude="100.572616" StarRating="3" HotelCode="|416356" HotelName="Pacific Residence 39" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Soi Sukhumvit 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/3/5/6/416356_2ee41c31706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754220108786" Longitude="100.53888201714" StarRating="3" HotelCode="255921|grand_alpine_hotel" HotelName="Grand Alpine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/04/4004ba136a27a38dc49ab4a01def0f45d443a4b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="954048|central_old_town_cottage" HotelName="Central Old Town Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 Tanao Road, Khwaeng Wat Bowon Niwet, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/56/da56b0fe5b17256409b6c947bb262cb9d586f4f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.71" OriginalAmount="336.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.699599" Longitude="100.537235" StarRating="4" HotelCode="|173071" HotelName="The Narathiwas and Residence Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Soi 24, Sathupradit, Chongnonsee, Yannawa,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/3/0/7/1/173071_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="347.11" OriginalAmount="337" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76215-28596494/1229874587205045222/1616" HotelName="URBANA LANGSUAN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1350000/1347800/1347708/6913921b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.14" OriginalAmount="337.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753402" Longitude="100.5373693" StarRating="0" HotelCode="|172687" HotelName="Boxpackers Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/3 Soi Petchburi 15 , Petchburi Rd., Payathai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/8/7/172687_7fb66301135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|205012-28551760/1229874587205045222/969" HotelName="NANDHA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16120000/16114000/16113996/15cad5bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753406193097" Longitude="100.53739400114" StarRating="2" HotelCode="380534|boxpackers_hostel" HotelName="Boxpackers Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>39/4 Phetburi 15, Petchburi Road, Rajathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7d/6d7dccb6fdb727f148cccc81c45f2cecbd6690d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|ari_hills" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Road in front of Soi 10, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/23/d3235edd321ef4f6c8acc98e24a1891023bedcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351908-28598229/1229874587205045222/1561" HotelName="URBANA SATHORN, BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1351908/2023127111941833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|264716-25490379/1229874587205045222/2605" HotelName="THREE SUKHUMVIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18420000/18415800/18415756/3cefca60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413325-27600916/1229874587205045222/2453" HotelName="ARNI SKYE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103910000/103908600/103908557/0eb81457_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.29" OriginalAmount="343.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.856886" Longitude="100.582126" StarRating="0" HotelCode="780205|4share_hostel_adults_only" HotelName="4Share Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Soi Phahonyothin</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/75/ee7503a8c8b5ee75f4a1058e1608e1b029236ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|48652" HotelName="Bless Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33, North Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/75/737571018662e13a2bd51ba72bf768736eba6cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bangkok's business district. Getting around the city wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763732" Longitude="100.503604" StarRating="3" HotelCode="64964|33279" HotelName="Trang Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Wisutkasat Road, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/04/17042497ff2fac6c3a939aa2663d5bae081351f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Witsutkasat Road, only 5-10 minutes by car from sights such as the Grand P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1355155-28486022/1229874587205045222/800" HotelName="BEST WESTERN RATCHADA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91640000/91637200/91637183/35627e65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.38" OriginalAmount="346.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74682" Longitude="100.58671" StarRating="4" HotelCode="185975|aone_boutique_hotel" HotelName="A-One Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Soonvijai 4, New Petchburi Road, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a7/7ba7f5d26ef0d820743c21df2e772737f63e2899.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.41" OriginalAmount="347" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73878181" Longitude="100.58067323" StarRating="3" HotelCode="569312|223103" HotelName="Aspira Hana Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23, Khlongtan Nuer, Watthana, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625436/625436a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.61" OriginalAmount="347.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7323467" Longitude="100.563084" StarRating="4" HotelCode="|66657" HotelName="Rembrandt Towers Serviced " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT 20, SUKHUMVIT ROAD, KLONGTOEY 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/5/7/66657_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex was built in 1994, has 231 standard rooms, a security service, a fire protection system, a laundry service, a business centre, a limousine service and a mini-market. You are also offered a reception, a safety deposit box service, a cloakroom, a lift, a playground, a cafÃ©, a bar, restaurants, WiFi, room service and a car park. SITUATION: The hotel is in Sukhumvit Soi 20 Road, 7 minutes away from the Asoke BTS and Sukhumvit MRT stations. Near the establishment, you will find a commercial centre and public transport services. It is just 25 kilometres away from Don Mueang Airport and 35 kilometres away from Airport Suvarnabhumi. ROOM: The establishment has studios and one and two bedroom apartments with telephone, a television, a DVD player, a safe, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a radio, an iron and an individual air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.64" OriginalAmount="347.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7426203" Longitude="100.5071106" StarRating="4" HotelCode="|32603" HotelName="Grand China Bangkok - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road Samphanthawong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/0/3/32603_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="19.1354" Longitude="72.902" StarRating="3" HotelCode="0|409691-28513557/1229874587205045222/1213" HotelName="LE TADA RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> #2 And 3B, Near Chinmayanand Ashram, Powai  Mumbai  400 087  India </AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14670000/14668100/14668022/3e12eaa9_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Marriott Executive Apartments, Lakeside Chalet Mumbai is a business-friendly apartment located in Mumbai's Central Suburbs neighborhood, close to Powai Lake, Hiranandani Business Park - Powai, and Santacruz Electronic Export Processing Zone. Additional points of interest include Film City and MIDC Industrial Estate.    Property Features.   Dining options at Marriott Executive Apartments, Lakeside Chalet Mumbai include a coffee shop/café and a snack bar/deli. A poolside bar and a bar/lounge are open for drinks. Room service is available 24 hours a day. The apartment serves buffet breakfasts each morning in the coffee shop (surcharges apply). Recreational amenities include an outdoor pool, a children's pool, an outdoor tennis court, a sauna, and a fitness facility. The property's full-service health spa has body treatments, facials, and beauty services. This 4.5-star property has a 24-hour business center and offers secretarial services, technology support staff, and limo/town car service. Wireless Internet access (surcharge) is available in public areas. This Mumbai property has event space consisting of a conference center, banquet facilities, conference/meeting rooms, and a ballroom. For a surcharge, shuttle services include a shuttle from the hotel to the airport (available on request) and a train station pick-up service.  Business services, wedding services, tour/ticket assistance, and tour assistance are available. Valet parking and self parking are complimentary. Additional property amenities include a concierge desk, a children's club, and an arcade/game room. This is a smoke-free property.    Guestrooms.     171 air-conditioned guestrooms at Marriott Executive Apartments, Lakeside Chalet Mumbai feature minibars and CD players. Accommodations offer lake or mountain views. Beds come with pillowtop mattresses, Frette Italian sheets, and premium bedding. All rooms include separate living rooms and desks. Kitchenettes include stovetops, microwaves, refrigerators, and separate dining areas. Bathrooms feature showers with rainfall showerheads. They also offer bidets, makeup/shaving mirrors, and bathrobes. Wired high-speed and wireless Internet access is available for a surcharge. In addition to complimentary weekday newspapers and safes, guestrooms offer multi-line phones with voice mail. 32-inch LCD televisions have premium satellite channels, DVD/VCRs, and pay movies. Rooms also include coffee/tea makers, complimentary bottled water, slippers, and hair dryers. Guests may request hypo-allergenic bedding, extra towels/bedding, and wake-up calls. A nightly turndown service is offered and housekeeping is available daily.     Room Info:       Notifications and Fees:      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 apartment prior to arrival, using the contact information on the booking confirmation.   Children 12 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.  All guests staying in hotel guestrooms must be registered with the hotel.            The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet deposit: INR 1000 per stay  Fee for high-speed Internet (wired) in business center: INR 5000 per day (rates may vary)  Fee for wireless Internet in business center: INR 450 per day (rates may vary)  Fee for in-room high-speed Internet (wired): INR 1000 per day (rates may vary)  Buffet breakfast fee: INR 550 per person (approximately)  Rollaway bed fee: INR 1500 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    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:  Pets allowed   Check-in time starts at 3 PM  Check-out time is noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101378-25277103/1229874587205045222/2867" HotelName="CITADINES BANGKOK SUKHUMVIT 8 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2110000/2110000/2109916/c49b9a96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="359.47" OriginalAmount="349" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|123396-25292555/1229874587205045222/2889" HotelName="CITICHIC BY ICHECK INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3190000/3187400/3187376/3a62e69d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|spittze_hotel" HotelName="Spitze Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Soi 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/11/d811fcc10aecae3a377228d7800ced41ad731266.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.20" OriginalAmount="350.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759248" Longitude="100.49655" StarRating="3" HotelCode="|410674" HotelName="Dang Derm In The Park Khaosan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/7/4/410674_7fd746b1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.81" OriginalAmount="351.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73909" Longitude="100.54336" StarRating="4" HotelCode="|177512" HotelName="Centre Point Chidlom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 60, Soi 1 Langsuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/7/5/1/2/177512_1_1597.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.68" OriginalAmount="352.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73873" Longitude="100.58065" StarRating="0" HotelCode="|245205" HotelName="Aspira Hana Executive Apartment Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23 Khlongtan Nuer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/2/0/5/245205_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.01" OriginalAmount="352.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7649214" Longitude="100.5036241" StarRating="3" HotelCode="|35583" HotelName="Trang Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WISUTKASAT RD, BANGKHUNPHROM,PHRA NAKORN 99/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/8/3/35583_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban establishment, has meeting facilities, a lobby, a safety deposit box service, a currency exchange service, a restaurant, internet, room service, a laundry service and a car park. SITUATION: Is situated inWitsutkasat the street it is near the tourist attractions, 7 kilometres away from the establishment, guests will find the railway station situated 10 minutes away from the shopping area, is situated 30 kilometres away from Suvarnabhumi Airport it is situated 60 kilometres away from Don Mueang Airport. ROOM: The rooms have a central air-conditioning system, fitted carpets, a satellite TV, a fridge, a mini-bar, a bathroom with a shower or bath, cold water and hot water. FACILITIES: The establishment has a swimming pool and a sauna. MEALS: Regarding the food and beverage offering, the establishment offersMei Sien the Cantonese restaurant. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.59" OriginalAmount="353.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722949265227" Longitude="100.53604960442" StarRating="4" HotelCode="89147|urbana_sathorn_bangkok" HotelName="Urbana Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/93/1393330bcddee9d2f8a290f1067e012811781fd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bangkok's prime residential district along Sathorn Road, this apartment hotel is in close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.59" OriginalAmount="353.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.66886923" Longitude="100.61432171" StarRating="3" HotelCode="293440|thomson_residence_hotel" HotelName="Thomson Residence - Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna Trad Road, Soi 4, Bangna, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c6/53c61b32b8c9374389095c6b9e7eb93773445c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.59" OriginalAmount="353.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73679639" Longitude="100.51454046" StarRating="3" HotelCode="573020|the_unforgotten_bb" HotelName="The Unforgotten B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Sukorn2, Trimitr Road, Taladnoi, Sumpantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4e/124e0cfcf99d355ac4a175987b5c33f9c6e6a55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="8.91666" Longitude="99.90303" StarRating="4" HotelCode="0|421838-28550494/1229874587205045222/1444" HotelName="MII HOTEL SRINAKARIN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>39/2 Moo 5, Tumble Sao Pao ,Nakhon Si Thammarat,  80340</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15870000/15868200/15868181/5a888e56_b.jpg</HotelPictures>
        <HotelDescription>Stop at Ekman Garden Resort to discover the wonders of Nakhon Si Thammarat. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Take advantage of the hotel`s free Wi-Fi in all rooms, luggage storage, Wi-Fi in public areas, car park, room service. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. Entertain the hotel`s recreational facilities, including outdoor pool, fishing, massage, pool (kids), table tennis. Friendly staff, great facilities and close proximity to all that Nakhon Si Thammarat has to offer are three great reasons you should stay at Ekman Garden Resort. &lt;br /&gt;Guests over 6 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.90" OriginalAmount="357.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7503157" Longitude="100.5429101" StarRating="5" HotelCode="|131059" HotelName="The Berkeley Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratprarop Road, Makkasan, Rachatewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/5/9/131059_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is next toPalladium World the commercial centre 15 kilometres away from and skytrain BTS the Station of the Grand Palace 6 kilometres away from it is 29 kilometres away from the airport. FACILITIES: There is a variety of facilities and services available at the establishment, including a reception, a restaurant, a bar, a cafÃ©, a swimming pool, a jacuzzi, a gym, a massage service (available for a fee), business centre, meeting facilities and WiFi. ROOM: All the rooms have a bathroom with a bath or shower, a hairdryer, a television, a direct line telephone, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.26" OriginalAmount="357.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72431" Longitude="100.53196" StarRating="0" HotelCode="|235841" HotelName="Silom Lofts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/4/1/235841_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.74" OriginalAmount="358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704279177069" Longitude="100.50511467737" StarRating="3" HotelCode="429542|the_sunreno_serviced_apartment" HotelName="The Sunreno Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>341 Charoenkrung Road, Opposite Asiatique, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/53/0d53d3be9d7693b1db7f3122e92033bfea3ca7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Sunreno Serviced Apartment in Bangkok Bangkok Riverside, you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.14" OriginalAmount="358.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7845376" Longitude="100.5465229" StarRating="4" HotelCode="|359217" HotelName="The Quarter Ari By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Soi 10 Phahonyothin Road Samsaen Nai Phaya Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/2/1/7/359217_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="369.77" OriginalAmount="359" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559604-25709664/1229874587205045222/2421" HotelName="THE QUARTER ARI BY UHG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22800000/22795200/22795128/d400955d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.77" OriginalAmount="359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742759" Longitude="100.477051" StarRating="3" HotelCode="186276|sivalai_place" HotelName="Sivalai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Isaraphab Soi 33 Isaraphab rd, Thra Pra, Bangkok-Yai Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/bf/74bf839b7c3226c5446e55b000c03e3e88d60c8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located among the residential neighbourhood of Thonburi, approximately 5 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.77" OriginalAmount="359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|aranta_airport_hotel_3" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Lat Krabang 1/8, Onnuch-Latkrabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc86acc6b529b09bfe2550f0efd3695aeaf2a16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.07" OriginalAmount="359.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3" HotelCode="409505|80319" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/40/0b401488e395995c4df9a1e761d4088c08211a80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 15 km from Bangkok International Suvarnabhumi Airport, in the Srinakarin-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.11" OriginalAmount="360.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.804979" Longitude="100.564484" StarRating="4" HotelCode="|358615" HotelName="V20boutique Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit road, Chatuchak Chompon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/6/1/5/358615_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.83" OriginalAmount="361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7371465" Longitude="100.56386017" StarRating="3" HotelCode="399254|tints_of_blue_hotel" HotelName="Tints of Blue Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 27 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d6/f6d62cbaeb0c68a525d589c51eef1fdab65604a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a safe, room service and a laundry service. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.49" OriginalAmount="362.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.759131" Longitude="100.540483" StarRating="4" HotelCode="|389849" HotelName="De Prime@rangnam, Your Tailor Made Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/9/389849_8f7c4c21115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.78" OriginalAmount="362.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75478" Longitude="100.53604" StarRating="3" HotelCode="|386658" HotelName="Spittze Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>26/1, Soi Phetchaburi 11, Phetchaburi Road, Ratchathevi, Pratumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/5/8/386658_1_1980.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="373.89" OriginalAmount="363" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|280094-28566639/1229874587205045222/573" HotelName="ALT NANA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8740000/8735400/8735314/008c96cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.17" OriginalAmount="363.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72178" Longitude="100.57124" StarRating="4" HotelCode="|446229" HotelName="Oakwood Studios Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi 70, Sukhumvit 36, Klongton Sub-district, Klongtoey, 10110, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/2/9/446229_60534370820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.78" OriginalAmount="363.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731569" Longitude="100.463896" StarRating="3" HotelCode="|413619" HotelName="Bang Luang House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1378 Charunsanitwong Soi 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/6/1/9/413619_19e9d871757.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.92" OriginalAmount="364" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16115-25201381/1229874587205045222/2886" HotelName="GOLDEN TULIP ESSENTIAL VASU (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5800000/5795000/5794980/dd7aaf27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.92" OriginalAmount="364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754535365563" Longitude="100.54088741266" StarRating="2" HotelCode="337890|siam_star_hotel" HotelName="Siam Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop Road, Rajprarop 5, Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15169498d129571f68f6dc97fd64581caf145744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.95" OriginalAmount="365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734962687405" Longitude="100.60084791066" StarRating="3" HotelCode="153447|refill_now_hostel" HotelName="Refillnow! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Pridi, Sukhumvit 71, BhanomYong 42, Yak 5, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/24/1024e6b588b2ac5381792c419f707e795b1d9ac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;REFILL NOW! offers comfortable and clean accommodation at affordable rates!.We design flexible share...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.95" OriginalAmount="365.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73642939" Longitude="100.5600161" StarRating="3" HotelCode="569373|14_place_sukhumvit_suites" HotelName="14 Place Sukhumvit Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>14/2 Soi Sukhumvit 14, Klong Toey District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/08/c9086b4bd8ded6490259aa8492f0598f0515cb0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is available to travellers. Wireless internet access is available to guests in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745103306615" Longitude="100.55743176089" StarRating="4" HotelCode="522447|solitaire_bangkok" HotelName="Solitaire Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Sukhumvit 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/be/64be3f3104d064f9e2270e2afe86b815cd3b3b4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.13" OriginalAmount="366.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70157" Longitude="100.603299" StarRating="4" HotelCode="|446235" HotelName=" Ramada By Wyndham Bangkok Sukhumvit 87 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 87 Sukhumvit Road, Bangchak, Bangkok, 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/5/446235_d3857da1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.48" OriginalAmount="366.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7075182" Longitude="100.50613" StarRating="4" HotelCode="|26177" HotelName=" Ramada Plaza by Wyndham Bangkok Menam Riverside " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAROENKRUNG ROAD 2074</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/7/26177_d575cf71125.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has and 16 floors, 727 rooms. In the entrance, guests are offered a lobby, 4 lifts, a reception with safety deposit boxes and a currency exchange service. The establishment also has a bar, a cafÃ©, an Ã  la carte restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including room service, a laundry service and a car park. SITUATION: This hotel is situated in front of Chao Phraya the river it is in the southern area, Oriental Pier, River City Pier and Silom Road it has good links to. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a mini-bar, a double bed and an air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool and deck chairs. For a fee, you can enjoy a sauna, a steam bath, a massage service, a gym and aerobics classes. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.73" OriginalAmount="366.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72334" Longitude="100.5272" StarRating="3" HotelCode="|403978" HotelName="Niagara Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Silom 9 (soi suksavithya) silom Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/9/7/8/403978_a2bd6f41046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.22" OriginalAmount="367.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7501168" Longitude="100.5794952" StarRating="4" HotelCode="|439353" HotelName="Maitria Rama 9 Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>908 Rim Klong Samsen Road, Bangkapi, Huay Kwang, B, 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/3/439353_e1ebb310113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.04" OriginalAmount="368.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|picnic_hotel_bangkok" HotelName="Picnic Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.04" OriginalAmount="368.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72435632" Longitude="100.53200781" StarRating="3" HotelCode="517795|silom_lofts_luxury_service_apartment" HotelName="Silom Lofts Luxury Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road, Silom, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/81/d28127d5e77d4ef89badd9d4f386d054a636a15e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|172166-28569843/1229874587205045222/820" HotelName="BLESS RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4550000/4544700/4544659/9c927ba8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437860-27930924/1229874587205045222/2899" HotelName="SOMERSET SUKHUMVIT 71 BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110190000/110185900/110185833/0fa71d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.10" OriginalAmount="370.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.81123256887" Longitude="100.60364461969" StarRating="3" HotelCode="440548|murraya_residence" HotelName="Murraya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 4 (Nakniwas 37) Nakniwas Road, Ladprao 71, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1a/f71abf485ce540ef38d1e71f00ce97334a5e3ca1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.92" OriginalAmount="370.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744637" Longitude="100.555514" StarRating="3" HotelCode="|405133" HotelName="Avatar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 7, Klongtoey Nua, Wattana, Wattan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/3/3/405133_99b46500313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="382.13" OriginalAmount="371" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|48418" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>248 Ratchadapisek Road, Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9f/fa9f6e7191ea4a36770da385a2a00a2b68ab188b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="383.16" OriginalAmount="372" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617713-28501982/1229874587205045222/1497" HotelName="KOKOTEL BANGKOK SUKHUMVIT 50 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37290000/37285100/37285005/8b1c51ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.94" OriginalAmount="372.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7449505" Longitude="100.5573474" StarRating="4" HotelCode="|220796" HotelName="Travelodge Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11, Khwaeng Klongtoey-Nua, Khet Wattana, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/9/6/220796_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="384.19" OriginalAmount="373" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436634-25610184/1229874587205045222/2795" HotelName="DANG DERM IN THE PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16790000/16781900/16781832/da38c814_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.19" OriginalAmount="373.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74010706" Longitude="100.56001221" StarRating="4" HotelCode="510545|arte_hotel_5" HotelName="Arte Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road Soi 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c51f110450ce5da9996a1ae1a23a68a8c78606.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|205695-25403639/1229874587205045222/2832" HotelName="DANG DERM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11290000/11281900/11281884/cc7ff6f5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.22" OriginalAmount="374.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7202902" Longitude="100.53133426" StarRating="3" HotelCode="744134|serena_sathorn_suites" HotelName="Serena Sathorn Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Narathiwas Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f6/46f666e0b61e69475ef3e06bb96a69cea54f0608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.84" OriginalAmount="374.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715633" Longitude="100.53035" StarRating="5" HotelCode="|66693" HotelName="Jc Kevin Sathorn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NARATHIWAS - RATCHANAKARIN ROAD, YANNAWA, SATHORN 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/9/3/66693_31cc5ac1241.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers studios and suites, The establishment boasts comfortable facilities and is ideal for holidays or business trips. SITUATION: This hotel is in Bangkok the centre of It has excellent transport links to the shops, restaurants and entertainment areas. it is close to the train.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.25" OriginalAmount="375" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101375-25277099/1229874587205045222/2690" HotelName="CITADINES BANGKOK SUKHUMVIT 11 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2160000/2156400/2156381/de2c5fb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="386.43" OriginalAmount="375.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7618982" Longitude="100.5427963" StarRating="4" HotelCode="|26174" HotelName="Century Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 RATCHAPRAROP RD. PRATUNAM VICTORY MONUMENT 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/4/26174_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 floors and 380 rooms. Some of the facilities that the establishment offers to guests include a lobby with a lift, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a kiosk, a mini-market, a bar, a hairdresser's, a television room and an Ã  la carte restaurant with air-conditioning, highchairs, It also has a conference room, internet, a playground and a car park. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This urban hotel is in a central area, is in Pratunam the district of Victory Monument near the establishment, you will find it has good links to the airport, is situated a few minutes walk from the metro station, is surrounded by a wonderful park, You can find shops, restaurants, bars, pubs and nightclubs. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, tiled floors, fitted carpets, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a swimming pool with deck chairs, parasols, a snack bar, a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment offers all meals in a buffet format and Ã  la carte lunch and dinner. dietary restrictions can be accommodated Customers have at their disposal special dishes can be made. PAYMENT METHODS: Customers can pay by American Express, Visa, JCB, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.28" OriginalAmount="376" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415076-27590435/1229874587205045222/2581" HotelName="CASA 17 HOTEL BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88080000/88077800/88077718/c5bb365a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="387.40" OriginalAmount="376.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73516" Longitude="100.56071" StarRating="3" HotelCode="|407060" HotelName="China Cozy Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8/25-28 Khong Toey, Klong Toei, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/0/6/0/407060_aa0805b1418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="388.57" OriginalAmount="377.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|413986" HotelName="The Berkeley Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratcharaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/f0/70f008a7333387b593c4a1c79baf207d5fca7198.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.34" OriginalAmount="378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735428" Longitude="100.560182" StarRating="3" HotelCode="205226|tune_hotel_asoke_bangkok" HotelName="Red Planet Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/32/be32703a394c0ee25765d9aba97e8ca0afd0d447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.75" OriginalAmount="379.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7962198" Longitude="100.5517918" StarRating="3" HotelCode="|404047" HotelName="Boutique Poo-yai Lee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Phaholyothin Soi 18, Phaholyothin Road, Jompol</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/4/7/404047_6da2d8d1217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.40" OriginalAmount="380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240459-25456169/1229874587205045222/2772" HotelName="SUNRENO SERVICED APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6550000/6545800/6545752/fe102ac9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.73" OriginalAmount="381.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7292394" Longitude="100.5638966" StarRating="4" HotelCode="|100718" HotelName="Golden Tulip Mandison Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70/1 SOI 20; SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/0/7/1/8/100718_2.jpg</HotelPictures>
        <HotelDescription>FACILITIES: The establishment has a restaurant, an outdoor swimming pool, a bar and WiFi (free of charge), The establishment also offers a transfer service to the train station, a gym, a concierge service and meeting facilities. SITUATION: The hotel Sukhumvit 20 it is in a 10-minute walk away from Emmporium the shopping centre the establishment is a 10-minute drive away from Queen Sirikit the convention centre Bumrungrad International the hospitals of. ROOM: The spacious rooms, have a flat-screen television, a DVD player and a bathroom area. RESTAURANT: Customers can enjoy a restaurant and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.46" OriginalAmount="382.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715606" Longitude="100.591118" StarRating="4" HotelCode="903960|jasmine_resort_hotel" HotelName="Jasmine Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1511 Sukhumvit Rd, Phrakhanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7e/d77ed11960975e45e7056c649cafcd56244b1082.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to BTS Phakhanong Station from where guests can explore the city in a mat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.64" OriginalAmount="382.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7127252" Longitude="100.5842966" StarRating="5" HotelCode="|131312" HotelName="Jasmine Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road Phrakhanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/1/2/131312_0a4bc5c1010.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have a balcony and WiFi. FACILITIES: Guests are offered a swimming pool, a reception, a restaurant and a tennis court. The establishment also offers a gym, a swimming pool, a hydromassage pool, a steam bath and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.93" OriginalAmount="382.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7394268" Longitude="100.5842435" StarRating="4" HotelCode="|357781" HotelName="The Residence On Thonglor By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 55 (Thonglor), Sukhumvit Rd., Klongtoey, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/7/8/1/357781_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731895272842" Longitude="100.46319450013" StarRating="2" HotelCode="344288|232089" HotelName="Bangluang House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Beauty Salon,Designated Smoking Area,Housekeeping,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1378 Soi Jaransanitwong 3, Thapra, Bangkok Yai, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e6/f6e6b3e467425259151858b20245c62f6c2e0db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bangluang House is ideal romantic place on local riverside in center of Bangkok. Away from busy town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73203257" Longitude="100.58763008" StarRating="3" HotelCode="943358|nice_residence" HotelName="Nice Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188/8 Sukhumvit 63, Ekkamai 14, Klongtun-Nua Wattan, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/82/d8825ddb684c730abad30a98288acdffad1abe4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.34" OriginalAmount="383.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73486" Longitude="100.557477" StarRating="4" HotelCode="54629|139074" HotelName="Centre Point Sukhumvit Soi 10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi 10, Sukhumvit Rd., Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/3d/6a3db451a909df061c060ef3f3725c4888e314d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a popular shopping district close to leading department stores. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.52" OriginalAmount="384.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721069" Longitude="100.565615" StarRating="4" HotelCode="65099|president_park_bangkok" HotelName="President Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Village" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 Sukhumvit Soi 24, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/e4/f7e4e2cde83cd07aeac4db8cb364cfd59a8568fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a more exclusive residential area within immediate reach of expressways to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.92" OriginalAmount="386.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757091" Longitude="100.640194" StarRating="4" HotelCode="|34317" HotelName="Kantary House and Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi,, Bangkapi, 10240 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/3/1/7/34317_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel airport, has 184 one or two bedroom apartments, The establishment has room service, WiFi in communal areas, an executive lounge, air-conditioning, a hall with a reception, a safety deposit box service, a lift, a restaurant, conference rooms, an electronic key, security, a car park, room service and a laundry service (for a fee), Children can enjoy a playground. SITUATION: It is situated 15 kilometres away fromSuvarnabhumi Airport Srinakarin-Ramkamhaeng it is in Around the establishment, clients can find shopping centres, hospitals and restaurants. It is 15 minutes away fromMall the shopping centre of the stadium. ROOM: The rooms have a sitting room, a dining room, sheets, kitchenware, cable television, a stereo, a bathroom with a shower or bath, a hairdryer, internet, a kitchen with fridge, a hob, a microwave, a king-size bed, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients have access to a heated swimming pool, Guests can enjoy a sauna and a steam bath. Clients can enjoy activities such as playing billiards and play ping-pong. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.07" OriginalAmount="386.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757045" Longitude="100.5033945" StarRating="3" HotelCode="|103695" HotelName="Sourire@Rattanakosin Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235 Rajdamnern Bavornniwet, Pra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/9/5/103695_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Bangkok the heart of Close to tourist points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.41" OriginalAmount="386.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7528988" Longitude="100.5467485" StarRating="4" HotelCode="|36634" HotelName=" Ramada by Wyndham D MA Bangkok " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEW PETHCHABURI RD, RAJHTEVEE 1091/388</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/4/36634_74407591136.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has facilities for disabled guests and attentive service. This urban hotel, has 294 rooms and 26 floors. This air-conditioned establishment has a lobby, a currency exchange service, a breakfast room, room service, a laundry service and a car park. SITUATION: It is inBangkok the centre of the hotel Nakorn Luang Plaza it is in New Petchburi Road It is in near the establishment, you will find Pratunam the Market of Clients can also find situated 30 minutes away fromSuvarnabhumi Airport. ROOM: The spacious rooms, have a bathroom, a shower, a direct line telephone, a satellite TV with films, a mini-bar, a hairdryer, a central air-conditioning system, an alarm clock, a radio, internet and a safe. FACILITIES: The establishment has a swimming pool with an outdoor bar, a gym and a sauna. MEALS: Clients can book bed and breakfast, Guests are offered a set-menu lunch. PAYMENT METHODS: The establishment accepts JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73942878" Longitude="100.58428252" StarRating="4" HotelCode="516719|204528" HotelName="The Residence On Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 55, Sukhumvit Road, Amphoe Klongtoey, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84bb9fd3d84c84dbe888af08aea898b9172d1e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|23318-25213143/1229874587205045222/2038" HotelName="SOLITAIRE BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19850000/19849300/19849250/04af9636_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="398.61" OriginalAmount="387" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|869609-26079459/1229874587205045222/2601" HotelName="MAITRIA HOTEL RAMA 9 BANGKOK (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/51000000/50560000/50557900/50557809/c8b0a02e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="399.64" OriginalAmount="388" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|882-28566635/1229874587205045222/574" HotelName="A ONE BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1584500/1584462/bed6457f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.90" OriginalAmount="389.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8113344" Longitude="100.7219401" StarRating="3" HotelCode="|82528" HotelName="The Canal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>559/1 Moo 13 Srihaburanukit Rd Minburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/5/2/8/82528_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated 2 kilometres away from Minburi the Market of. ROOM: The rooms have an air-conditioning system and a balcony. FACILITIES: Guests are offered a restaurant and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.73" OriginalAmount="391.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.774294" Longitude="100.542057" StarRating="3" HotelCode="169905|all_seasons_bangkok_victory" HotelName="Vic3 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Phahon Yothin, Soi 3 Phaya Thai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7d/7a7dfbf0b37af88fb80891e8f1e1a4705e09aa8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This premium 3-star hotel is situated in the heart of Bangkok close to the Victory Monument. It has ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.54" OriginalAmount="391.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7373385" Longitude="100.5571467" StarRating="4" HotelCode="|36680" HotelName="Centre Point Sukhumvit 10" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI 10, SUKHUMVIT RD., KLONG TOEY 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/8/0/36680_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern apartment complex, has 234 rooms, 30 floors, air-conditioning, a lobby, a reception, a reception, a safety deposit box service, a currency exchange service, a lift, a mini-market, a shop, a restaurant, conference facilities, internet (for a fee), room service, a laundry service and a car park (for a fee). SITUATION: Is situated in the commercial area, is near the shops, the railway station situated 200 minutes away from the bus station, is situated 30 kilometres away from Munag Airport. ROOM: Clients are offered boutique, colonial, oriental and tropical rooms, Each room has a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a kitchen, a coffee maker, a kettle, an iron, a double or king-size bed, individual air-conditioning, a safety deposit box and a balcony or terrace. FACILITIES: Outdoors, guests have access to a heated swimming pool, At an extra cost, you can find a gym, a steam bath and a sauna. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.56" OriginalAmount="393.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.8121053" Longitude="100.5621089" StarRating="4" HotelCode="|359114" HotelName="The Quarter Ladprao By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon, Chatuchak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/1/1/4/359114_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.17" OriginalAmount="394.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.788466" Longitude="100.479759" StarRating="3" HotelCode="|553340" HotelName="Shewin de Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>295 Soi Sirinthorn 7, Khwaeng Bang Bumru</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/3/4/0/553340_59756441337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.85" OriginalAmount="395.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|bp_place" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Phahonyothin Soi 18, Jomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f7558a15fcef747928bcc93c8ebb302a9590d99b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="407.07" OriginalAmount="395.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729161" Longitude="100.591485" StarRating="0" HotelCode="|446327" HotelName="Thea Private Suites By Th District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Ekamai 10 (or 12), Sukhumvit 63, Klongton Nue, Wattana, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/2/7/446327_16e3dea1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="408.91" OriginalAmount="397" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|425696-25601537/1229874587205045222/2042" HotelName="ARTE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16220000/16219800/16219789/d17df290_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="412.00" OriginalAmount="400" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9437-25191136/1229874587205045222/2743" HotelName="CENTURY PARK (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1584500/1584484/452fa770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="413.03" OriginalAmount="401" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|917-28551885/1229874587205045222/1264" HotelName="INDRA REGENT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7900/7900/73ef1268_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.96" OriginalAmount="401.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757056" Longitude="100.5033942" StarRating="2" HotelCode="|172629" HotelName="Sourire At Rattanakosin Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>235 Rajdamnern Avenue, Bavornniwet, Pra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/6/2/9/172629_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="415.09" OriginalAmount="403" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165507-28570350/1229874587205045222/1506" HotelName="OAKWOOD RESIDENCE SUKHUMVIT THONGLOR (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2670000/2664000/2663953/04f2eb1b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="404" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751016" Longitude="100.535696" StarRating="4" HotelCode="0|123404-28514257/1229874587205045222/1566" HotelName="KANTARY HOUSE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>40/1 PETCHBURI 15 RD., BANGKOK, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1870000/1866700/1866697/1a5ccdcb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.12" OriginalAmount="404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724548807411" Longitude="100.53264695744" StarRating="3" HotelCode="339077|silom_convent_garden" HotelName="Silom Convent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Pipat 2, Convent Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e1/38e1867d34724ef1ab29537489a968c82dae246c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.12" OriginalAmount="404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72904308" Longitude="100.59068859" StarRating="0" HotelCode="784677|thea_serviced_apartment_ekamai" HotelName="Thea Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Dining,Garden,Kids Play Area,Kitchen,Laundry,Printer,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Soi Ekamai 10-12, Sukhumvit 63, Klongton Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/2d/b62dee7bf3e63a6cfb66ed77920cf392842019f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Comfort and Quality Living
Homely and Peaceful Ambience in the Heart of Bangkok
Ideally located on E...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.00" OriginalAmount="404.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76676" Longitude="100.64652" StarRating="0" HotelCode="|243211" HotelName="The Pantip Ladprao Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3191 Ladprao 127, Klongchan Bangkapi Klongchan, Bangkapi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/2/1/1/243211_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.18" OriginalAmount="406" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|233835-25442370/1229874587205045222/2299" HotelName="JASMINE GRANDE RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6200000/6197700/6197634/a173587b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.18" OriginalAmount="406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.722398171052" Longitude="100.57530105114" StarRating="3" HotelCode="73110|napa_place_bed__breakfast" HotelName="Napa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11/3 Napa Place Sukhumvit 36, Soi Napha Sab 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/93/e393bd17f3883c9b2bd8bf113e10c41e5cbed261.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sukhumvit 36 road, offering direct and immediate access to Thong Lor BTS Sky...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.18" OriginalAmount="406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70724535" Longitude="100.60125776" StarRating="3" HotelCode="337907|the_green_bells_onnut" HotelName="Qiu Hotel Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/f2/3cf25e05b78fd450745129f2f4ddf958cfd0054e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.18" OriginalAmount="406.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735928" Longitude="100.583233" StarRating="4" HotelCode="401564|centre_point_sukhumvit_thonglo" HotelName="Centre Point Serviced Apartment Thong Lo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Soi Sukhumvit 55 Thong Lo 8-10, North Klongton, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc4b35a07f7717dc9fa401a5a9481667d08d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Soi Thong Lo (Sukhumvit 55), the most popular expatriate residential area. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.21" OriginalAmount="407" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|564719-25715655/1229874587205045222/2933" HotelName="TINTS OF BLUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12820000/12813500/12813411/d4ea98c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.12" OriginalAmount="407.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716535" Longitude="100.583931" StarRating="0" HotelCode="|439777" HotelName="42 Grand Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit 42 Alley, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/7/7/439777_cd75b311749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="420.29" OriginalAmount="408.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|689070" HotelName="V20 boutique hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit Road, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/3f/373fa7ead166b82df93f271ec51a689b5ebe64b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.16" OriginalAmount="409.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7298758" Longitude="100.5612367" StarRating="4" HotelCode="|55488" HotelName="Shama Lakeview Asoke Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cl No 41 Sukhumvit 16, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/8/55488_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park, air-conditioning, a lobby with a reception, a currency exchange service, a lift, a restaurant, room service, a laundry service and a car park. The establishment has 350 large studios and four bedroom apartments. SITUATION: It is located nearQueen Sirikit the Convention Centre You can find cafÃ©s, libraries, shops and leisure areas. it is situated 20 kilometres away from Don Mueang Airport it is situated 30 kilometres away from Bangkok the International Airport of. ROOM: The rooms have a kitchen, with fridge, a microwave, a coffee maker, a kettle, a washing machine, an iron, contemporary furniture, a bathroom, a satellite or cable television, a radio, internet, an individual air-conditioning system, a safety deposit box and a balcony or terrace. FACILITIES: The establishment has a swimming pool with a children's area, a covered pool with a section for children, deck chairs, a jacuzzi, a sauna, a solarium, a steam bath and a massage service. Guests can enjoy play squash and a gym. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.30" OriginalAmount="410" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712612240306" Longitude="100.51548244048" StarRating="3" HotelCode="188179|57061" HotelName="Miloft Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Yannawa Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/1793205a2270a5762c458b4dbfee482cbed8d555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.568271" StarRating="3" HotelCode="114188|hope_land_executive_serviced_apartment" HotelName="Hope Land Executive Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sukhumvit 24, Klongtoei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/771971a98ccfd69877e112df0d3abe23f392e974.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The nearest station is Phrom Phrong, located right next to Emporium. Otherwise, there is the option ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="423.51" OriginalAmount="411.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7451548" Longitude="100.5567817" StarRating="3" HotelCode="|131098" HotelName="Chaidee Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/3-5 Sukhumvit Soi 11 Klongtoey Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/9/8/131098_1_118.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has lifts, security services, a swimming pool snack bar, a garden, a playground and a games room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.36" OriginalAmount="412.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73435796" Longitude="100.56096537" StarRating="4" HotelCode="420535|clover_asoke_hotel" HotelName="Hotel Clover Asoke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Sukhumvit 16 (Sammit), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/99/6499793bbcc76c549f548e33ffe940d9355b2da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Offering quality accommodations in the restaurants, nightlife, shopping district of Bangkok, Hotel C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.88" OriginalAmount="413.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745374" Longitude="100.5574449" StarRating="4" HotelCode="|55483" HotelName="Solitaire Bangkok Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Soi Sukhumvit 13 Sukhumvit Road, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/3/55483_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 13 floors, The establishment has an Ã  la carte restaurant, a library and a lounge bar. Guests can enjoy Ananda the spa a swimming pool, a gym with features that offer you the maximum level of comfort and conference rooms. The hotel has 134 exclusive rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73655308" Longitude="100.57336768" StarRating="4" HotelCode="599532|232061" HotelName="Aspira Parc 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phromsri, Sukhumvit 39 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/770152/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101827-25277643/1229874587205045222/2112" HotelName="RAMADA D'MA BANGKOK" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/990000/983400/983385/b8edba4a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.42" OriginalAmount="414" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|72391-25243834/1229874587205045222/2943" HotelName="CENTRE POINT SUKHUMVIT SOI 10 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1492600/1492595/3e77c7e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.42" OriginalAmount="414.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733072329768" Longitude="100.56256171468" StarRating="4" HotelCode="163974|oakwood_apartments_trilliant_sukhumvit_18" HotelName="Maitria Hotel Sukhumvit 18 - A Chatrium Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 18, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/08/ca08c681fda0620c20c7c1acdc4240b96d39b99e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a residential street only 250 m from Sukhumvit Road and the pulsating life of central Ban...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="427.24" OriginalAmount="414.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69786" Longitude="100.61057" StarRating="4" HotelCode="|245859" HotelName="Siam Tharadol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Sukhumvit Road Soi Sukhumvit 97/1, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/5/9/245859_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.58" OriginalAmount="416.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7071816" Longitude="100.6011495" StarRating="4" HotelCode="|103586" HotelName="Qiu  Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom) Phrakhanong Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/6/103586_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 3-minute walk away from BTS Skytrain the train station. ROOM: Customers have large rooms with satellite television. FACILITIES: The establishment has a swimming pool and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.97" OriginalAmount="416.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7470231" Longitude="100.5033928" StarRating="4" HotelCode="|103659" HotelName="Miramar Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>777 Mahachai Rd., Wangburaphapirom, Phanakorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/9/103659_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: This hotel Khaosan Road it is 10 minutes away from. ROOM: The rooms have internet, a bathroom and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.59" OriginalAmount="417.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741188058079" Longitude="100.54161250591" StarRating="4" HotelCode="66480|60854" HotelName="Courtyard by Marriott Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1, Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2e/612e6ce91f03fbb80213c837e4660ac69a5bd978.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Bangkok on Rajdamri Road with Bangkok's main shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.57" OriginalAmount="418.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712548" Longitude="100.515609" StarRating="3" HotelCode="|103621" HotelName="Miloft Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Charoenkrung Rd., Yannawa, Sathorn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/1/103621_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a buffet breakfast and rooms with WiFi. SITUATION: This establishment, is in Bangkok the business area of Close to the main roads.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.18" OriginalAmount="418.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73388" Longitude="100.561147" StarRating="4" HotelCode="|218659" HotelName="Clover Asoke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 16 (Sammitr), Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/6/5/9/218659_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.80" OriginalAmount="419.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704286" Longitude="100.505309" StarRating="3" HotelCode="|172939" HotelName="The Sunreno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Charoen Krung Rd., Watprayakrai, Bangkoleam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/3/9/172939_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.90" OriginalAmount="419.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73646" Longitude="100.57339" StarRating="4" HotelCode="|245814" HotelName="Metropolis Suites Bangkok, Tapestry Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phrom Si 1 Sukhumvit 39, Khwaeng Khlong Tan Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/1/4/245814_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="432.60" OriginalAmount="420" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|235194-24265680/1229874587205045222/1796" HotelName="THE BERKELEY PRATUNAM - SHA EXTRA PLUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39610000/39600900/39600806/0a7ef9b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.63" OriginalAmount="421" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737263" Longitude="100.55252" StarRating="4" HotelCode="903973|45237" HotelName="Lohas Residences Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/dc/cadc75b247da2fb5dbda74d9f0223c19dfeb7097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a convenient location near a variety of major business and shopping area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.63" OriginalAmount="421.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726317" Longitude="100.540566" StarRating="4" HotelCode="70776|at_ease_saladaeng" HotelName="At Ease Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Saladaeng 1, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/04/9104e0b951a7fbc1c5f64b1cc101236b99cd7015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a prime location in Soi Saladaeng 1, near the junction between the Silom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.99" OriginalAmount="421.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716107" Longitude="100.531175" StarRating="5" HotelCode="|104736" HotelName="Oaks Bangkok Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Narathiwat-Ratchanakarin Road, Yannawa, Sathorn,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/3/6/104736_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in the business district.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.06" OriginalAmount="421.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.766029" Longitude="100.497117" StarRating="0" HotelCode="|446339" HotelName="Hiranyakul House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/3/9/446339_1a2427a1738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="434.11" OriginalAmount="421.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|54404" HotelName="Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Ratchadapisek Road, Din Daeng, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78006cf00ba67454c9261c5e7a24956c437e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of one of Bangkok's busiest commercial and entertainment hubs and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.76" OriginalAmount="422.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753244" Longitude="100.53062" StarRating="4" HotelCode="|451303" HotelName="The Quarter Ratchathewi by UHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>388 Phetchaburi Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/0/3/451303_8828ce31212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.69" OriginalAmount="423.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741044218854" Longitude="100.55644676846" StarRating="3" HotelCode="392736|eleven_avenue_suites" HotelName="Eleven Avenue Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/30-31 Soi 11, Soi Chaiyot, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/16/5316e6e6692ba934b179e009d93d55451260b800.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers travellers a range of facilities for a relaxing and revitalising stay. Indi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.79" OriginalAmount="423.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7546118" Longitude="100.5408212" StarRating="2" HotelCode="|103589" HotelName="Siam Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop 5 Rajprarop Rd, Rajthevee, Pratunam, 10400</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/8/9/103589_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Pathumwan (Bangkok) area Pathumwan (Bangkok), 200 metres from the Station of Ratchaprarop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.97" OriginalAmount="423.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74114" Longitude="100.55634" StarRating="4" HotelCode="|386286" HotelName="Eleven Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Sukhumvit 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/8/6/386286_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.97" OriginalAmount="423.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.716598" Longitude="100.58486" StarRating="0" HotelCode="|446416" HotelName="Wyndham Garden Bangkok Sukhumvit 42" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit 42 Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/6/446416_44ada811028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.18" OriginalAmount="423.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742267" Longitude="100.624222" StarRating="0" HotelCode="|172940" HotelName="Third Rock" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.11 Soi Rama9 41, Yaek 18, Suanluang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/9/4/0/172940_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="437.75" OriginalAmount="425" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1413316-27602838/1229874587205045222/2623" HotelName="CASSIA RAMA 9 BANGKOK BY BANYAN GROUP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107420000/107417100/107417022/8ad80779_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.75" OriginalAmount="425.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729086647388" Longitude="100.56430653348" StarRating="4" HotelCode="267692|gm_serviced_apartment" HotelName="GM Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road 47, Sukhumvit 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0c/5e0ca287347ab6f9701b79eb0961cf55864c2bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.81" OriginalAmount="427" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20481-28577936/1229874587205045222/1431" HotelName="FORUM PARK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1367300/1367278/5964528e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.29" OriginalAmount="427.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7414912" Longitude="100.5112292" StarRating="3" HotelCode="|405199" HotelName="ASAI BANGKOK CHINATOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>531 Charoen Krung Rd, Bangkok 10100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/9/9/405199_000e0f70844.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="445.99" OriginalAmount="433" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|890-25188562/1229874587205045222/2102" HotelName="BANGKOK PALACE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905000/904910/855ef80b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447.02" OriginalAmount="434" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|199659" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Ekamai Soi 2, Sukhumvit 63 Road, Phra Khanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7aabd876f5306b8057f3e36cf1798056b5b764.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.02" OriginalAmount="434" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401579-27715506/1229874587205045222/2580" HotelName="HOMM SUKHUMVIT34 BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/81000000/80190000/80186700/80186631/f01e2731_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|montien_hotel_bangkok" HotelName="The Montien Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/9a/e19acfc54926bd0b0025a7c57a73ec1ed865703a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is centrally situated in the heart of Bangkok, in the shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.11" OriginalAmount="437.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.683774" Longitude="100.64965" StarRating="4" HotelCode="|172579" HotelName="The Park Nine  Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Soi Premier 1, Srinakarin Road Nongbon, Pravet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/7/9/172579_f0356a60928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="451.14" OriginalAmount="438" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|282242-28572804/1229874587205045222/927" HotelName="CITRUS SUKHUMVIT 11 BY COMPASS HOSPITALITY (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8990000/8987300/8987284/328cd3ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.20" OriginalAmount="440" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|66124-20588742/1229874587205045222/175" HotelName="CENTRE POINT CHIDLOM (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1494100/1494084/2cb7d2f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.20" OriginalAmount="440" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617141-25781080/1229874587205045222/2644" HotelName="ELEVEN (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38900000/38891100/38891044/072af70c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.26" OriginalAmount="442.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.683501446687" Longitude="100.64936599464" StarRating="4" HotelCode="115855|the_park_9_a_living_serviced_residence" HotelName="Park 9 Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Srinakarin 59 Road, Behind Paradise Park, Nongbon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e8/79e8a81a17cfa533918c67b52740163606535eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.13" OriginalAmount="442.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737279" Longitude="100.642013" StarRating="3" HotelCode="|554249" HotelName="Diya Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>595 Srinakarin Road, Phattanarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/4/9/554249_96302ce1350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="456.29" OriginalAmount="443" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4" HotelCode="188244|48275" HotelName="Shama Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8a/a38a512b367184d215ec0aaeed4f484741c43c60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="456.29" OriginalAmount="443" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351864-26644836/1229874587205045222/1971" HotelName="VALIA BANGKOK, SUKHUMVIT 24" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87560000/87555200/87555119/52c4d573_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.14" OriginalAmount="443.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|297355" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55/8-14 Soi Charoenkrung 42/1, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/62/d462e4ee3e96c61b08d6e236943476bf6048d24e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From the hotel it is only a short distance to the many major commercial centres on the Bangkok Mass ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="458.35" OriginalAmount="445" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16070-28514203/1229874587205045222/882" HotelName="BOSSOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10460000/10450300/10450270/1c489c98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="459.38" OriginalAmount="446" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|145080-28551555/1229874587205045222/1428" HotelName="NORTHGATE RATCHAYOTHIN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3545500/3545468/6d577908_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="459.38" OriginalAmount="446" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|617169-25781118/1229874587205045222/2852" HotelName="DE PRIME@RANGNAM, YOUR TAILOR MADE HOTEL (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24400000/24397600/24397583/1fa285a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="459.39" OriginalAmount="446.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736931" Longitude="100.552153" StarRating="4" HotelCode="|129715" HotelName="Lohas Residences Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2 Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/7/1/5/129715_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the centre of it is in a quiet area, Close to shopping areas and the business area. FACILITIES: Guests are offered a fitness centre with a sauna, a swimming pool on the roof terrace, a reception, internet zone, WiFi (free of charge), a smoke detector, facilities for disabled guests, a concierge service, a car park, a babysitting service, a launderette, a pharmacy and a limousine service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="459.96" OriginalAmount="446.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761482" Longitude="100.504396" StarRating="4" HotelCode="|446439" HotelName="Centara Life Hotel Bangkok Phra Nakhon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Prajatipatai Road, Ban Phan Thom, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/9/446439_32f267c0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.94" OriginalAmount="447.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7207775" Longitude="100.5658535" StarRating="4" HotelCode="|27873" HotelName="The Davis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHHUMVIT 24, KLONGTEOY 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/7/3/27873_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 174 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a kiosk, a shop, a hairdresser's, a cafÃ©, a dining room, a bar, a restaurant with air-conditioning, with highchairs, a conference room and internet. There are many services available at the establishment, including room service and a laundry service. Outdoors, guests have access to a playground, The establishment also has a car park. SITUATION: Is situated inBangkok the heart of it is close to shops, is situated 23 kilometres away from the airport. ROOM: The comfortable rooms, have fitted carpets, a bathroom, a sitting area, a double or king-size bed, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, a fridge, a mini-bar and a safety deposit box (available for a fee), They also have internet, a kettle, a coffee maker, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool, The establishment has a jacuzzi, a sauna and a gym. MEALS: Guests are offered all meals in a buffet format and Ã  la carte and menu lunch. Guests can book half-board or full-board. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.23" OriginalAmount="447.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.773773" Longitude="100.541049" StarRating="4" HotelCode="|66643" HotelName="Abloom Exclusive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAHONYOTHIN ROAD SOI3, PHAYATHAI 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/4/3/66643_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.47" OriginalAmount="449.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737643612183" Longitude="100.51531252861" StarRating="4" HotelCode="187109|centra_central_station_bangkok" HotelName="Prime Hotel Central Station Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/34-35 Trimitr Road Taladnoi, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in Hua Lampong, Bangkok's Chinatown district, just a 5-minute walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.05" OriginalAmount="449.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72274" Longitude="100.575993" StarRating="4" HotelCode="|446230" HotelName="Karaarom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Napasup 2, Sukhumvit 36 Rd., Klongtan, Klongtoey, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/0/446230_e129c550849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="463.50" OriginalAmount="450" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|674009-28586696/1229874587205045222/797" HotelName="HOPE LAND SUKHUMVIT 24 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/674009/20204113910368.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.43" OriginalAmount="450.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|491702" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk, Rama 9 Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/491702/491702a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Bangkok.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.53" OriginalAmount="451.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|centre_point_hotel_pratunam" HotelName="Centre Point Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi 15 Petchburi Road, Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e3/a6e326f6e082b07797d95036eded0310ef14b2d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, within easy reach of superior department stores, a g...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.80" OriginalAmount="451.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7406345" Longitude="100.5524787" StarRating="4" HotelCode="|103669" HotelName="Shama Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Khongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/6/9/103669_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 2 it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.69" OriginalAmount="452.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.791367" Longitude="100.54207" StarRating="3" HotelCode="|172533" HotelName="Karnmanee Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Pradipat, 15 Pradipat Str, Phaya Thai, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/3/3/172533_3b68de71127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.84" OriginalAmount="453.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7390458" Longitude="100.6470763" StarRating="4" HotelCode="|239603" HotelName="The Silver Palm - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk Rama 9 Road, Suan Laung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/0/3/239603_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.62" OriginalAmount="454" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165441-28587217/1229874587205045222/579" HotelName="ALOFT BANGKOK SUKHUMVIT 11" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4425200/4425151/4b4d3fa0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761521" Longitude="100.504474" StarRating="3" HotelCode="89517|hotel_de_moc" HotelName="De Moc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Prajatipatai Road, Pra-Nakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/9c/f59c857cc5b94ec5dcdd33a39e07b5b81b6e19c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Prajatipatai Road at the corner of Visutkasatra Junction, opposite Tri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.65" OriginalAmount="455.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720979390732" Longitude="100.5659455061" StarRating="4" HotelCode="33840|the_davis_bangkok_hotel_2" HotelName="Davis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/19/15192fecc1929da5c98f244dc3c93a7c4b687735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at Sukhumvit Soi 24, the hotel can be accessed from both Sukhumvit Road and Rama IV Road, p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.71" OriginalAmount="457" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|29837" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>New Sathon Road, 291 Soi Naradhiwas Rajanagarindra 24, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5e/c05e7c897bfdfdd01d806e491a7783006903efbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is located on Soi Naradhiwas Rajanagarindra 24 (also known as Chong Nonsi or New Sat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.71" OriginalAmount="457" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="4" HotelCode="535104|204500" HotelName="Grand Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ff/5fff80cd12956b74787b0491a710583cb6e13a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.91" OriginalAmount="457.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72887" Longitude="100.59021" StarRating="3" HotelCode="|241001" HotelName="Ramada by Wyndham Bangkok Ten Ekamai Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road Klongton-nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/0/0/1/241001_1_9976.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="471.74" OriginalAmount="458" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|43957" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/36 Phahonyothin Soi 3, Phaythai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/00/3600e9470244af8f605cb8b80083c76a49e63d9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.80" OriginalAmount="460.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.70556641" Longitude="100.60120649" StarRating="5" HotelCode="951948|avani_sukhumvit_bangkok_hotel" HotelName="Avani Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road, Phra Khanong Nuea, Wattana, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b4593134bd6fc3da446a77f76a2cba229c65e55d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="475.81" OriginalAmount="461.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726994" Longitude="100.568229" StarRating="3" HotelCode="|104801" HotelName="Hope Land  Sukhumvit 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SOI SUKHUMVIT 24, SUKHUMVIT RD, KLONGTOEI 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/0/1/104801_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Phrakhanong the skytrain station of it is situated close to the shopping centres and the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.89" OriginalAmount="463.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7268108" Longitude="100.57803934" StarRating="3" HotelCode="522442|volve_hotel_bangkok" HotelName="Volve Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit 53, Klongtan Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/38/0638ba524bcfd8d29856c0000b0b00638e559f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="477.92" OriginalAmount="464" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="48.5929" Longitude="17.8503" StarRating="4" HotelCode="0|376583-25560948/1229874587205045222/2875" HotelName="CLOVER ASOKE (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SPA ISLAND, PIESTANY, SK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12890000/12883200/12883153/bda5410d_edited_a7b5_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Balnea Splendid is a business-friendly Piestany hotel in a regional park and close to Eva Swimming Pool, House of Arts, and Spa Museum. Additional points of interest include Kolonadovy Most.    Hotel Features.   Dining options at Balnea Splendid include 3 restaurants. A bar/lounge is open for drinks. Recreational amenities include a golf course. Also located on site are an outdoor pool, an indoor pool, a fitness facility, and a steam room. The property's full-service health spa has body treatments, facials, and beauty services. This 3-star property has a business center and offers audiovisual equipment. High-speed (wired) Internet access (surcharge) is available in public areas. This Piestany property has event space consisting of a conference center, banquet facilities, conference/meeting rooms, and a ballroom.  Guest parking is complimentary. Additional property amenities include a library, multilingual staff, and gift shops/newsstands. This is a smoke-free property.    Guestrooms.     143 guestrooms at Balnea Splendid feature minibars and safes. Balconies offer golf course, city, or river views. Bathrooms feature bathrobes and hair dryers. In addition to desks, guestrooms offer phones. Televisions have satellite channels and pay movies. Also included are windows that open and clock radios. Housekeeping is offered daily and guests may request wake-up calls.     Room Info:       Notifications and Fees:      There are no room charges for children 3 years old and younger who occupy the same room as their parents or guardians, using existing bedding.   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:   A tax is imposed by the city: EUR 1 per person, per night   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.  The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Pet deposit: EUR 11 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    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 allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="479.86" OriginalAmount="465.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7308106" Longitude="100.531659" StarRating="5" HotelCode="|26183" HotelName="Montien Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 SURAWONG ROAD, SILOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/8/3/26183_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban building, with air-conditioning, has 17 floors, 475 standard rooms, a spacious hall with elevators, conference rooms, a reception, a safety deposit box service and a currency exchange service. Guests can also find a cafÃ©, a mini-market, shops, a hairdresser's, a cosy bar, 3 restaurants, internet, room service, a laundry service and a car park. SITUATION: This hotel is in the centre of Bangkok. It has good links to public transport services. Near the establishment, guests will find Silom, Sathorn, Rama IV and Surawongse it is close to the tourist area. 5 minutes away, there is a public transport stop. 40 minutes away from the establishment you have the airport. ROOM: The luxurious rooms have an air-conditioning system, a large bathroom, a hairdryer, satellite or cable TV, a mini-bar (available for a fee), a safety deposit box (available for a fee) and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.61" OriginalAmount="469.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729082869031" Longitude="100.5138194561" StarRating="5" HotelCode="8973|27394" HotelName="Royal Orchid Sheraton Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Charoen Krung Road, Captain Bush Lane, Soi 30, Siphya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b9/67b9e86aa5d480ae866412db7e34f127dbdebd94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive conference hotel is close to the city centre and directly next to the Chao Phraya Riv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.13" OriginalAmount="471.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73949819" Longitude="100.55197407" StarRating="4" HotelCode="255995|hotel_icon_bangkok_2" HotelName="Icon Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 2, KhlongToey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b6d1135877cc286b156b437b238214eee1cec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.42" OriginalAmount="472.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.754121" Longitude="100.504035" StarRating="3" HotelCode="|66958" HotelName="13 Coins Tower Tiwanon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>9/99 MOO 3 BANMAI PAKKRET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/9/5/8/66958_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a reception, a restaurant, a bar, a conference room, internet, a luggage room and a car park. SITUATION: Is situated inTiwanon Street the business district this hotel Nonthaburi it is in It is situated 15 kilometres away fromMuang Airport the establishment is 20 kilometres away from the city centre. ROOM: The rooms a bathroom, a television, a direct line telephone, an air-conditioning system and heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.99" OriginalAmount="472.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7349927" Longitude="100.5653275" StarRating="4" HotelCode="|60691" HotelName="Novotel Living Bangkok Sukhumvit Legacy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 SUKHUMVIT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/9/1/60691_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Legacy Suites is rated four stars and has attentive service. SITUATION: It is situated in front of the street Sukhumvit. It is in the heart of Bangkok. Close to the establishment, clients can find the train station Skytrain de Phong Phram and the commercial area. Clients can find shops, restaurants and leisure areas. ROOM: The establishment has 108 studios and suites with an air-conditioning system and a fully-equipped kitchen. FACILITIES: Customers can enjoy gardens, an outdoor swimming pool, a jacuzzi, a gym and enjoy tennis. OTHERS: Regarding the food and beverage provision, the establishment offers the traditional restaurant TenSui.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.12" OriginalAmount="474.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.703594" Longitude="100.53748" StarRating="4" HotelCode="|36639" HotelName="Chatrium Residence Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>291 SOI NARADHIWAS RAJANAGARINDRA 24,NEW SATHORN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/3/9/36639_1_1288.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This apartment complex has air-conditioning, a lobby, a reception, a safety deposit box service, a lift, a playground, a bar and a restaurant. The establishment has room service, a laundry service and a car park. SITUATION: Soi Naradhiwas Rajanagarindra 24 Is situated in it is near Chong Nonsi the Railway Station of It is situated 10 kilometres away fromBangkok the Railway Station of it is situated 25 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: studios and one-, two-, three- or four-bedroom apartments, The apartments a bathroom with a shower, a bath and a hairdryer. All the rooms have a double bed, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a safety deposit box, a mini-bar, a coffee maker and a kettle. apartments and have an individual air-conditioning system. FACILITIES: The establishment boastsClub One a gym a massage service, a spa, a steam bath, a sauna, a hydromassage bath and aerobics. Guests can enjoy a swimming pool, a garden area and deck chairs. OBSERVATIONS: The establishment offers a concierge service, security guard and maintenance service. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.16" OriginalAmount="474.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7754211" Longitude="100.5726166" StarRating="4" HotelCode="|35468" HotelName="Emerald Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RATCHADAPISEK RD,DIN DAENG 99/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/4/6/8/35468_c08f0241128.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has air-conditioning, rooms, a lobby with a reception, a safety deposit box service, a restaurant, room service, a laundry service and a car park. SITUATION: The hotel is in a commercial area, Rachadapisek Road it is in it is situated 15 kilometres away from Bangkok Airport. ROOM: Clients are offered standard rooms and suites, All the accommodation options have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, a coffee maker, a kettle, a double or king-size bed, an individual air-conditioning system and a safety deposit box. FACILITIES: Outdoors, guests have access to a swimming pool. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.34" OriginalAmount="478" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731120739714" Longitude="100.56394227354" StarRating="4" HotelCode="325206|95221" HotelName="Well Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 20, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/af/af01273e99830db8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sukhumvit, Bangkok’s most popular area, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="492.34" OriginalAmount="478" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.476562" Longitude="-89.767593" StarRating="4" HotelCode="0|175328-27179939/1229874587205045222/1808" HotelName="SHAMA SUKHUMVIT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>626 W Pine Street, Baraboo, 53913, WI, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6090000/6084000/6083924/5187c7cf_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Moderate. Property Type: Hotel. Total rooms: 84. Floors: 5. Property description- Get together at the Clarion Hotel and Convention Center in Baraboo, WI, located near the University of Wisconsin Baraboo - Sauk County Center. Nearby attractions include HO-Chunk Casino, International Crane Foundation, Circus World Museum and Devil's Lake State Park. Enjoy easy access to the Wisconsin Dells and after a long day, hotel amenities like free WiFi, an indoor heated pool, an exercise room and a business center. All rooms include a flat-screen TV, hair dryer, coffee maker, desk and more. We make all of your business and social gatherings possible. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800252-7466. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="495.43" OriginalAmount="481" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24983-25212418/1229874587205045222/2763" HotelName="DAVIS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1073800/1073739/676046e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="497.49" OriginalAmount="483" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415098-27603287/1229874587205045222/2911" HotelName="THE QUARTER RATCHAYOTHIN BY UHG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108500000/108497100/108497044/3f7948b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="497.49" OriginalAmount="483.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="5" HotelCode="148395|grand_mercure_bangkok_asoke_residence" HotelName="Grand Mercure Bangkok Asoke Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/93/1d930e3c0d322fd55ec71af4079116ed2eff1f65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the city centre, near the junction of the Asoke and Sukhumvit precincts. M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.12" OriginalAmount="483.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7655549" Longitude="100.5677628" StarRating="4" HotelCode="|103596" HotelName="Amanta  and Residence Ratchada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77/88 Ratchadapisek soi 5, Ratchadapisek Rd., Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/9/6/103596_24512da0932.jpg</HotelPictures>
        <HotelDescription>APARTMENTS: The comfortable apartments have a kitchen with full kitchenware. FACILITIES: Guests are offered a gym and WiFi (free of charge). SITUATION: This apartment complex is a 5-minute walk away from MRT de Thailand Cultural Centre the train station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.77" OriginalAmount="484.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9427258" Longitude="100.5439426" StarRating="3" HotelCode="|104830" HotelName="13 Coins Hotel Tiwanon (Impact Arena)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/9 Moo 3 Banmai Road, Bakret</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/3/0/104830_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the business district Muang Thong Thane it is 5 minutes away from close to the establishment, clients can find the shopping centres and the leisure area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.55" OriginalAmount="485.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|siamsiam_design_hotel__spa" HotelName="Siam@Siam Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Wang Mai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/67/a667bb332c77e7e6a333f58ea6d48a39701be60a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, allowing guests to take in the sights and boundless experiences ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.58" OriginalAmount="486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734823211023" Longitude="100.56535786012" StarRating="4" HotelCode="118730|legacy_suites_hotel_" HotelName="Legacy Suites Sukhumvit by Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Sukhumvit Soi 29, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/38/c7380e30939a8821fd8673bac043f208478ac519.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on the hip Sukhumvit Road at Sukhumvit Soi 29, the hotel is a short 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.00" OriginalAmount="486.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7504417" Longitude="100.5386702" StarRating="4" HotelCode="|33949" HotelName="Grand Diamond Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PETCHBURI ROAD, PETCHBURI RAJTHEVI, 888</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/4/9/33949_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.73" OriginalAmount="487.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7428813" Longitude="100.5568804" StarRating="4" HotelCode="|104880" HotelName="Pipa Bangkok Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/8/0/104880_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Sukhumvit 11 it is in it is situated 5 minutes walk away from Nana the Station of. ROOM: The establishment has fully-equipped studios and with kitchen. FACILITIES: Guests are offered a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.84" OriginalAmount="487.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729099" Longitude="100.561534" StarRating="4" HotelCode="|446238" HotelName="Gardina Asoke and Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Sukhumvit 16 (Sammitr), Sukhumvit Rd, Khwaeng Khlong Toei, Khet Khlong Toei, Bangkok, 10110, Thailand.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/3/8/446238_ddb69191013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.13" OriginalAmount="488.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7159" Longitude="100.5067" StarRating="4" HotelCode="|446419" HotelName="Away Bangkok Riverside Kene" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1, Soi Charoen Nakhon 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/9/446419_2ede78d1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.07" OriginalAmount="489.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726326" Longitude="100.540481" StarRating="0" HotelCode="|36662" HotelName="At Ease Saladaeng By Aetas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI SALADAENG 1, SILOM RD., BANGKOK 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/6/2/36662_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 69 rooms and air-conditioning. In the entrance, guests are offered a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a restaurant, conference facilities, internet, room service, a laundry service and a car park. SITUATION: This establishment, Soi Saladaeng 1 is situated in it is near Silom, Sathorn and Rama IV the road of it has good links to the metro station, the railway station and the airport. it is near the business district, Where guests can enjoy the tourist attractions and the leisure areas. it is situated 30 kilometres away from Don Mueang Airport it is situated 40 kilometres away from Suvarnabhumi Airport. ROOM: Guests are offered large, one bedroom apartments with a bathroom with a shower, a bath, a hairdryer, an air-conditioning system, large bed, a direct line telephone, satellite or cable TV, a mini-bar, an oven, a coffee maker, a kettle, an iron, a safety deposit box and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a heated swimming pool, The establishment has a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="504.70" OriginalAmount="490" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|39722" HotelName="Siri Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/4d/c04dc0a89be1c1e957fe02383791a3a1399e62f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet, safe street, near the junction of Silom, Sathorn and Rama IV Roads,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="505.73" OriginalAmount="491" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415084-27589040/1229874587205045222/2645" HotelName="KARAAROM HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78470000/78460800/78460710/46ea2c60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="506.24" OriginalAmount="491.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747969" Longitude="100.527265" StarRating="4" HotelCode="|389776" HotelName="Daraya Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Kasem San 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/6/389776_72d93ae1130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.84" OriginalAmount="493.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7466149" Longitude="100.5496751" StarRating="4" HotelCode="|103407" HotelName="Arcadia Suites Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Soi Nai Lert, Wireless Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/4/0/7/103407_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 7 minutes away from Ploenchit the Station of. ROOM: The establishment has suites with kitchen and a washing machine. FACILITIES: Guests are offered a swimming pool, a gym and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.82" OriginalAmount="494.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|arcadia_suites_bangkok" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wireless Road 15, Soi Nai Lert, Lumpini Sub-district, Pathumwan District, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/11/f811a7ad51da41bbd3bca7229b103eee49dc5037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.91" OriginalAmount="497.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.71257873" Longitude="100.59452014" StarRating="3" HotelCode="587160|ibis_styles_bangkok_sukhumvit_phra_khanong" HotelName="Ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4f87ea22fa1b91dca538687654fedcd5bdebb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="512.94" OriginalAmount="498" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256494-25478616/1229874587205045222/2283" HotelName="ICON (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8100000/8097000/8096911/faba495a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="513.97" OriginalAmount="499" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|72414-25243848/1229874587205045222/2276" HotelName="LEGACY SUITES (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1794800/1794792/w3000h2249x0y0-77664aae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.25" OriginalAmount="499.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7374153" Longitude="100.515531" StarRating="4" HotelCode="|83139" HotelName="The Quarter Hualamphong By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRIMITR RD.TALADNOY, SAMPANTHAWONG 23/34-35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/3/9/83139_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This welcoming hotel is in Bangkok, 5 minutes walk away, you can find an underground station. It is near Bangkok Station, close to shops, bars and restaurants. Around 30 kilometres away you can find Suvarnabhumi Airport. HOTEL: This elegant hotel rooms, has leisure facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.77" OriginalAmount="500.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729043" Longitude="100.513653" StarRating="5" HotelCode="|26167" HotelName="Royal Orchid Sheraton  and Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 CHAROEN KRUNG RD., SOI 30, (CAPTAIN BUSH LANE)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/7/26167_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1982 and renovated in 2004 has 28 floors, 744 standard rooms, 274 single rooms, 400 double rooms and 70 suites. In the establishment entrance, guests will find a lobby with an elevator, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment boasts shops, 2 bars, a hairdresser's, a kiosk, a television room, 4 Ã  la carte restaurants, with air-conditioning with highchairs, a conference room, WiFi and a bicycle storage room. It also has a car park and an indoor car park. There are many services available at the establishment, including room service, a medical care service and a laundry service. SITUATION: This conference hotel is close to the tourist area and the city centre. It is in front of the Chao Phraya River. Around the establishment, clients can find restaurants, bars, nightclubs and shops. A few minutes walk away, there is a public transport stop. 45 minutes away, guests can find the airport. ROOM: The inviting rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet and a mini-bar. Are also equipped with a double bed, tiled floors, fitted carpets, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a swimming pool with a children's area, a snack bar, deck chairs, parasols, a jacuzzi, a sauna, a Turkish bath, a massage service and body care treatments. Clients can enjoy activities such as tennis and mini-golf. Our guests can also use the gym. It is 30 kilometres away from a golf course. MEALS: The establishment offers all meals in a buffet format and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.90" OriginalAmount="500.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7220541" Longitude="100.5753948" StarRating="0" HotelCode="|40401" HotelName="Napa Place Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 36, YAEK 2 KLONGTOEY 11/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/1/40401_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays and has 12 large rooms, This air-conditioned establishment has a lobby, a reception, a games room, a breakfast room, WiFi, internet, a laundry service and a car park. SITUATION: Sukhumvit 36 road Is situated in it has good links to the railway station, near the establishment, you will find the shopping centres, the leisure areas and restaurants. it is situated 25 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered recently renovated rooms, have an individual air-conditioning system, a fridge, a coffee maker, a kettle, 2 telephones, internet, cable television, a hairdryer, a bathroom with a bath, bathroom items, an iron, a smoke detector, a king size or double bed, a balcony and a terrace. OBSERVATIONS: Reception is not open 24 hours a day. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant with breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="517.06" OriginalAmount="502" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|378089-28581798/1229874587205045222/1268" HotelName="THE SILVER PALM RAMA 9 AT HUA MAK STATION (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13480000/13480000/13479992/f0546b63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.09" OriginalAmount="503" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.765666" Longitude="100.567967" StarRating="4" HotelCode="95925|48407" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77, 88 Ratchadapisek Road, Dindaeng, 10407 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/50/f3505937e058013d1eb506d224f4b356fb3d7fad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located within walking distance of shopping centres, banks, embassies and ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518.09" OriginalAmount="503" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742628862232" Longitude="100.55675894022" StarRating="4" HotelCode="67969|6147" HotelName="Grand President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, 16 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29452ea05d80d36121771b4f76d292287e5110.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment residence is ideally located in the most desirable downtown location, within easy rea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="518.97" OriginalAmount="503.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72690381" Longitude="100.53667025" StarRating="3" HotelCode="600351|674513" HotelName="21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Saladaeng, Bangrak, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6b/246b8bd37e2d8fdc4bfb37eeb0a67ae099189c61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.12" OriginalAmount="504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73755153" Longitude="100.64163058" StarRating="3" HotelCode="613603|zayn_hotel_bangkok" HotelName="Zayn Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>593/595 Srinagarinda Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/b8/fdb8b3374b48b275a1e6f65c674ab2e91ce1c0e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="520.17" OriginalAmount="505.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725247" Longitude="100.581502" StarRating="5" HotelCode="|389635" HotelName="Jasmine 59 " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59 (Boonchana), Sukhumvit Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/5/389635_9b682481139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.18" OriginalAmount="506.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743688236141" Longitude="100.55338049779" StarRating="3" HotelCode="345159|the_prestige_nana_" HotelName="The Prestige Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8/5-6 Soi Sukhumvit 3, Nana Nua, Sukhumvit Road, Bangkok 10110, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/47/e047f072e22129e9716b68ff6788a93c17e846c2.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="525.30" OriginalAmount="510" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|436379-25610060/1229874587205045222/2206" HotelName="SOMERSET EKAMAI BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15900000/15896700/15896672/f0be613b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733163164021" Longitude="100.52731096745" StarRating="4" HotelCode="14526|mandarin_hotel_managed_by_center_point" HotelName="Mandarin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0a6e3ee88d9bd06b3fece20c8a7c78a5fc9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Rama IV Road, from where guests can easily reach shopping and entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528.39" OriginalAmount="513" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72524251" Longitude="100.58145277" StarRating="4" HotelCode="787548|363623" HotelName="Jasmine 59 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59, Boonchana, Sukhumvit Road, Klongtan-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b8/13b80c12f00ee34b758a3bb3b51d04c485902edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Bangkok, 2.5 km from Emporium Shopping Mall, Jasmine 59 Hotel features an outdoor swimmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.01" OriginalAmount="514.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7256585" Longitude="100.5387855" StarRating="4" HotelCode="|55487" HotelName="The Quarter Saladaeng by UHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/7/55487_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel and has excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.61" OriginalAmount="515.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720739669427" Longitude="100.52844822407" StarRating="4" HotelCode="68288|244856" HotelName="Ascott Sathorn Bangkok" 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,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/e3/2ce3abbf78a1a4f9da54b2d6846312e468b12341.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on South Sathorn Road, this hotel is set in the heart of Bangkok's business and financial di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.57" OriginalAmount="519" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76225-28577967/1229874587205045222/962" HotelName="CHATRIUM SATHON BANGKOK (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521500/521418/2efd8fc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.57" OriginalAmount="519" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|204942-25402855/1229874587205045222/2132" HotelName="ARCADIA SUITES (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5530000/5521500/5521413/f4bcea6e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="539.15" OriginalAmount="523.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74323240922" Longitude="100.55679791812" StarRating="4" HotelCode="33838|1990535" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 11, Nana, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/55/8655f4cf29cc3655eafd28937ac8e5465c436667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers guests convenience and comfort. It is located only moments from the thriving shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.75" OriginalAmount="525" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|674549-25847798/1229874587205045222/2448" HotelName="NT PLACE SUKHUMVIT SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42080000/42077400/42077346/d518ae89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="541.78" OriginalAmount="526" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|616897-25780800/1229874587205045222/1955" HotelName="AVANI SUKHUMVIT BANGKOK (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34470000/34462600/34462542/w5120h3834x0y6-c31b9f4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="545.50" OriginalAmount="529.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.735568" Longitude="100.542429" StarRating="4" HotelCode="|95455" HotelName="Luxx Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Luangsaun Lumphini, Pathumwan,82/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/5/4/5/5/95455_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 7 floors, a swimming pool, a bar and WiFi in communal areas, It also has a fitness room, a business centre and an exercise room. SITUATION: This hotel Bangkok it is in it is located close to restaurants, bars, Lumphini park Bangkok the Park of. ROOM: The rooms have wooden furniture and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="545.78" OriginalAmount="529.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|80377" HotelName="Grand Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>888 Petchburi Road, Rajthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a9/b9a9551b4a7b4a533165ed452761f8652a0f27cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of the shopping district of Pratuman. In the immedia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.11" OriginalAmount="530.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7268848" Longitude="100.536958" StarRating="0" HotelCode="|103704" HotelName="At 21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Saladaeng Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/7/0/4/103704_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has deluxe apartments, a swimming pool, a gym and 2 restaurants. SITUATION: This establishment, is 5 minutes away from Saladaeng the Railway Station of Close to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.62" OriginalAmount="530.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7291978" Longitude="100.5640846" StarRating="4" HotelCode="|104725" HotelName="Gm Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit Road, Sukhumvit 20, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/2/5/104725_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a gym and a swimming pool. SITUATION: This establishment, is in Bangkok the heart of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="547.22" OriginalAmount="531.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7070192" Longitude="100.5999228" StarRating="4" HotelCode="|449401" HotelName="INNSiDE by Meliá Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1472 Sukhumvit Road, Phrakanong, Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/0/1/449401_226e2491318.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.96" OriginalAmount="532.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732812" Longitude="100.560672" StarRating="4" HotelCode="164176|column_bangkok" HotelName="Column Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/1d/711dbd02dd07cc70cf93354b5a51ac16d115690d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of the city between Ratchadapisek Road and Sukhumvit Soi ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.99" OriginalAmount="533" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721540910874" Longitude="100.53825572133" StarRating="4" HotelCode="68297|10086" HotelName="Somerset Park Suanplu Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Suanplu, South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/90/d59071b5184621fc5a11af6d2cc222f83b55770e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can experience the vibrant city of Bangkok whilst indulging in the comfort and security of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="548.99" OriginalAmount="533" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1313613-28768011/1229874587205045222/195" HotelName="WYNDHAM BANGKOK QUEEN CONVENTION CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74210000/74207200/74207145/853f02a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="548.99" OriginalAmount="533" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5099416058605" Longitude="23.9650440216064" StarRating="3" HotelCode="0|561206-25713963/1229874587205045222/1892" HotelName="ZAYN HOTEL BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Kato Galatas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21200000/21194500/21194472/46bd2ef3_b.jpg</HotelPictures>
        <HotelDescription>Located in the area of Kato Galatas on a hill next to the small harbour, not far away from shops and taverns. 

The facilities and services include reception with limited opening hours, outdoor pool with children?s section, pool bar, internet corner (extra charge) and parking. 

The apartments are equipped with bath/shower, TV, telephone, safe (extra charge) kitchenette and balcony or terrace.

**Air conditioning is working from June to September with extra charge.**

** Reception with limited opening hours. When booking this accommodation please advise your flight number and arrival time. **

Address: Kato Galatas 73100 Chania, Crete, Greece. Located in Kato Galatas close to the beach.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="550.02" OriginalAmount="534" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75186398" Longitude="100.58464856" StarRating="3" HotelCode="779467|367466" HotelName="Amp Am House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Currency Exchange,Housekeeping,Internet,Kitchen,Laundry,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sun Wichai 5, Bangkapi Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cc/28cc83680106744bd1afa3bab879248c17487493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Amp Am House Hotel set close to Bangkok Hospital by walking distance on 5 minute , Amp Am House Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.20" OriginalAmount="540" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|72392-28567209/1229874587205045222/913" HotelName="CENTRE POINT SUKHUMVIT THONGLO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1492600/1492588/088b0255_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.20" OriginalAmount="540" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|604046-25759919/1229874587205045222/2343" HotelName="JASMINE 59 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27180000/27176300/27176298/b2970bb8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.35" OriginalAmount="545" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|22571" HotelName="Dream Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumwit Soi 15, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ce/cef3a02cf90d095e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Sukhumvit, Bangkok's pulsing centre for fashion, entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="565.08" OriginalAmount="548.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7211157" Longitude="100.5655119" StarRating="5" HotelCode="|54032" HotelName="Valia Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 Sukhumvit Soi 24, Khwaeng Klongton, Khet Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/2/54032_ae0d5091214.jpeg</HotelPictures>
        <HotelDescription>ROOM: The establishment has executive studios, deluxe studios and suites. All the accommodation options have internet, a fridge, a microwave, cutlery, kitchen utensils, a bathroom and a shower. FACILITIES: The establishment has a leisure and entertainment area, fitness facilities, a health centre, a swimming pool and a business centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.32" OriginalAmount="549.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7374159" Longitude="100.6419815" StarRating="4" HotelCode="|246482" HotelName="Zayn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>593, 595, Srinagarinda Road Suan Luang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/4/8/2/246482_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="567.81" OriginalAmount="551.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742706" Longitude="100.556679" StarRating="4" HotelCode="|444367" HotelName="Aira Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Sukhumvit 11, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/6/7/444367_9c95bfb1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="569.28" OriginalAmount="552.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7406929" Longitude="100.5587496" StarRating="4" HotelCode="|33661" HotelName="Night  Bangkok - Sukhumvit 15" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 15, KLONG TOEY NUA, WATTANA 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/6/6/1/33661_1_1031.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.81" OriginalAmount="553.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.734921889961" Longitude="100.54391384125" StarRating="4" HotelCode="168281|140130" HotelName="Luxx XL at Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/8 Langsuan, Lumphini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/24/9324d7751e83c2c891aff3759a7377437999353e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the quiet and stylish road of Lang Suan, the hotel is at the heart of Bangkok's shopping,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="570.62" OriginalAmount="554" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|159378-28580357/1229874587205045222/1400" HotelName="LOHAS RESIDENCES SUKHUMVIT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4200000/4191200/4191189/723c74d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.90" OriginalAmount="554.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7517645" Longitude="100.5844865" StarRating="3" HotelCode="|403442" HotelName="Amp Am House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Soonvijai 5, Bangkapi, Huai Khwang Bangkok, 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/4/4/2/403442_9b6e64d0635.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77606" Longitude="100.571985" StarRating="3" HotelCode="409502|palazzo" HotelName="Palazzo Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Niam-utit, Ratchadapisek Road, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/5d/e65d7c51acc2091f1525cabc80e5097e124dce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located on Ratchadapisek Road, one of Bangkok's new main commercial distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74254767" Longitude="100.5109822" StarRating="2" HotelCode="771847|live_local" HotelName="Live Local" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 22 Karakadakhom Circle, Santhiphap Road, Pom Prap Sattru Phai, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a7/42a75740417eac9ef9eeaa3dc97d61d3645a9bc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="579.25" OriginalAmount="562.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757019" Longitude="100.534455" StarRating="4" HotelCode="|389848" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Rd, Khwaeng Thanon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/4/8/389848_8121f3c1101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="580.11" OriginalAmount="563.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736471" Longitude="100.548518" StarRating="0" HotelCode="|446410" HotelName="The Quart Ruamrudee By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38/3 Soi Ruamrudee, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/1/0/446410_09d0b4b1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.92" OriginalAmount="564.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757" Longitude="100.5047" StarRating="3" HotelCode="165846|old_bangkok_inn" HotelName="Old Capital Bike Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Nightclub,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>607 Pra Sumen Road, Pra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/48/2b48a48c87329bc467b30912a6303fcbcaf84c00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Rattanakosin Island (Bangkok's historical and cultural quarters), this hotel is very clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="584.93" OriginalAmount="567.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745474" Longitude="100.557701" StarRating="5" HotelCode="|449698" HotelName="Nysa Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>73/7-8 Soi Sukhumvit 13, Khwaeng Khlong Toei Nuea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/9/8/449698_91b9fc31029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="588.13" OriginalAmount="571" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|60306-25234565/1229874587205045222/2024" HotelName="NIGHT HOTEL BANGKOK - SUKHUMVIT 15" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521000/520962/2e6547b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="589.65" OriginalAmount="572.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7267683" Longitude="100.5781009" StarRating="4" HotelCode="|278160" HotelName="Volve Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit Soi 53, Klongtan Nua, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/1/6/0/278160_1_5277.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="591.22" OriginalAmount="574" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|240622-28572668/1229874587205045222/1529" HotelName="PARK 9 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8390000/8386600/8386523/a08454a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.24" OriginalAmount="574.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.745456" Longitude="100.553602" StarRating="0" HotelCode="|472427" HotelName="The Rich Residences Sukhumvit Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Sukhumvit 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/4/2/7/472427_5ae7fe72158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.28" OriginalAmount="576.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728032819945" Longitude="100.56994467974" StarRating="4" HotelCode="89149|oakwood_residence_sukhumvit_24_bangkok" HotelName="Oakwood Residence Sukhumvit 24 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit Soi 24, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebc3c3161261c1edad5933baa160301c4313059.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the business district, near the Emporium shopping centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.31" OriginalAmount="577.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729110773853" Longitude="100.5614387021" StarRating="4" HotelCode="380543|gardengrove_suites" HotelName="Gardengrove Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>51 Sukhumvit, Soi 16, Sammitr, Sukhumvit Road, Klong Toey, Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/c8/8ec858a3936156e25a7565e94bc56f3ba63396df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a transfer ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.40" OriginalAmount="580" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401561-27598141/1229874587205045222/2922" HotelName="TRIBE LIVING BANGKOK SUKHUMVIT 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100960000/100952200/100952185/3517833f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="599.46" OriginalAmount="582" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|893476-28590453/1229874587205045222/558" HotelName="AMANTA HOTEL AND RESIDENCE SATHORN (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41350000/41346700/41346698/9cb655a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="599.46" OriginalAmount="582" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9440-25191138/1229874587205045222/2774" HotelName="GRAND DIAMOND SUITES (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1590000/1584500/1584422/d3820f69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="603.54" OriginalAmount="585.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6898401" Longitude="100.7293388" StarRating="3" HotelCode="|36690" HotelName="Siam Mandarina Bangkok Suvarnabhumi Airport  (free Shuttle)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO.6, KINGKAEW RD., RAJATHEVA, BANGPLEE 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/9/0/36690_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 143 rooms and luxurious suites. It has a reception, a currency exchange service, a restaurant and internet in communal areas, (for a fee), The establishment also offers room service, a laundry service and a car park. SITUATION: This hotel is in Bangkok the outskirts of is situated in the industrial area, 15 minutes away, you can find Suvarnabhumi Airport it is near the business area, Clients can also find tourist points of interest. ROOM: The establishment has superior and deluxe rooms and suites. All the rooms have a bathroom with a bath or shower, a hairdryer, a mini-bar, a coffee maker and a kettle. They also have a satellite TV, internet and an individual air-conditioning system. FACILITIES: The establishment has a massage service (available for a fee). PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy American buffet breakfast, buffet lunch and an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606.67" OriginalAmount="589" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.712862489297" Longitude="100.5867284081" StarRating="4" HotelCode="387571|64247" HotelName="Qiss Residence By Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road, Prakanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7d/897d73aa765e1ca1b9e4b18a17b7d3585652dc67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="607.70" OriginalAmount="590" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|359291-28572008/1229874587205045222/1071" HotelName="QISS RESIDENCE BY BLISTON (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11630000/11626600/11626561/33e397e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="607.70" OriginalAmount="590" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1081534-26336855/1229874587205045222/2222" HotelName="CANALIS SUVARNABHUMI AIRPORT HOTEL (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44220000/44218900/44218814/812f6bfc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="611.82" OriginalAmount="594" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|561464-28566644/1229874587205045222/659" HotelName="AMP AM HOUSE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30370000/30367700/30367670/689f5dfa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="611.82" OriginalAmount="594" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1384251-26688119/1229874587205045222/2377" HotelName="AIRA HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72970000/72964100/72964051/7e28f513_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.90" OriginalAmount="594.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74739" Longitude="100.58249" StarRating="3" HotelCode="|244898" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11/99 Petchaburi Rd, Soi Petchaburi 47 Bangkapi Huaykwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/9/8/244898_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="615.21" OriginalAmount="597.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.700167" Longitude="100.602867" StarRating="4" HotelCode="|446409" HotelName="The Quarter Onnut By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Sukhumvit 58 Sukhumvit Rd., Phra Khanong, Bangchak,, 10260 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/0/9/446409_fa1f42b1014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.97" OriginalAmount="599" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1317398-26628734/1229874587205045222/2990" HotelName="GARDINA ASOKE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74640000/74632100/74632010/f82c4f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="617.03" OriginalAmount="599.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7419878" Longitude="100.546832" StarRating="5" HotelCode="|36653" HotelName="Grande Centre Point Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>WIRELESS ROAD, LUMPINI, PATUMWAN 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/5/3/36653_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel, has air-conditioning, a lobby with express check-out, a safety deposit box service, a restaurant, room service, a laundry service and a car park. SITUATION: It is in the city centre, Where clients can find the shopping centres, embassies, banks and the business area. it has good links to Ploenchit Skytrain the Station of it is situated 30 kilometres away from Bangkok Airport. ROOM: large apartments, have a double bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a television, a radio, a mini-bar, a mini-bar, a coffee maker, a kettle and a central air-conditioning system. FACILITIES: Outdoors, clients can enjoy a swimming pool and an outdoor bar. Clients can enjoy a jacuzzi, a steam bath and a gym. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="620.06" OriginalAmount="602" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359183-28512021/1229874587205045222/1517" HotelName="OLD CAPITAL BIKE INN (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12070000/12063800/12063727/2edfe172_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="621.09" OriginalAmount="603" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|673194-25846804/1229874587205045222/2798" HotelName="THE QUARTER PHROMPHONG BY UHG (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44980000/44979900/44979866/42318eae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="626.24" OriginalAmount="608" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|134004-25303868/1229874587205045222/2439" HotelName="HOPE LAND EXECUTIVE SERVICED APARTMENT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18330000/18327800/18327754/fe58bb63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.24" OriginalAmount="608.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736935940646" Longitude="100.54881691933" StarRating="4" HotelCode="370558|centre_point_ploenchit" HotelName="Centre Point Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Wireless Road, Lumpini, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075a789580f5e8ece6de2bb3f7f5a102e875eac0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal setting in the heart of town, with department stores, embassies, banks an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="627.27" OriginalAmount="609" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69177101" Longitude="100.60809344" StarRating="5" HotelCode="348072|223118" HotelName="Baan Montida" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Internet,Kitchen,Laundry,Parking,Restaurant,Shopping Arcade,Spa,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3029 Sukhumvit Road, Prakhanong, Bangchak, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/27/7b2724b06932047c572964b2759f735df7d6650d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Baan Montida is within walking distance near a whole range of shopping and dining outlets with offic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="627.27" OriginalAmount="609" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21199-28567182/1229874587205045222/1027" HotelName="PIPA HOTEL BANGKOK SUKHUMVIT 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521000/520975/33772d98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="627.55" OriginalAmount="609.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737606" Longitude="100.566503" StarRating="4" HotelCode="|389779" HotelName="The Quarter Phromphong by UHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Soi Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/7/9/389779_9a1ac461110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.36" OriginalAmount="612.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74549" Longitude="100.556646" StarRating="4" HotelCode="71483|fraser_suites_sukhumvit" HotelName="Fraser Suites Sukhumvit, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38/8 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e0/58e031cc6b099e519d50871c8e4d8b21a81dce63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bangkok’s bustling Sukhumvit area in Soi 11, which is home to many well-know...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.39" OriginalAmount="613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145071-28569375/1229874587205045222/1233" HotelName="LUXX XL AT LUNGSUAN (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2850000/2844300/2844233/fb7da46e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.45" OriginalAmount="615.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72107847" Longitude="100.55997247" StarRating="4" HotelCode="497288|modena_by_fraser_bangkok" HotelName="Modena by Fraser Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama IV Road, FYI Center, at the junction with Ratchadaphisek Road, Khlong Toei District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d5/3bd55d2400b3b158ebdaa93bfb6a9e6322ba5c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.60" OriginalAmount="621.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7418043" Longitude="100.5411711" StarRating="5" HotelCode="|39568" HotelName="Grande Centre Point Ratchadamri - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI MAHATLEK LUANG 1, RATCHADAMRI ROAD, PATHUMWAN 153/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/6/8/39568_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban complex, is ideal for holidays or business trips and has 526 rooms, This air-conditioned establishment has a lobby, with a reception, a currency exchange service, a cloakroom, a lift, a mini-market, a living room, an entertainment room with lcd television, a restaurant, conference facilities, a reading room, internet, WiFi (for a fee), room service, a laundry service and a car park. Children can enjoy a games room and a playground. SITUATION: The hotel Ratchadamri Road it is in Close to the railway station, is situated 25 kilometres away from Don Mueang Airport 35 kilometres away from Suvarnabhumi Airport. ROOM: Clients are offered apartments with WiFi (free of charge), LCD flatscreen television, a stereo, a DVD player, satellite or cable TV, a direct line telephone, a fax machine, a keycard locking system, a kitchen, glassware, a microwave, an oven, a fridge, a coffee maker, a kettle, a washing machine, tumble drier, an iron, a bathroom with a shower or bath, a hairdryer, a double or king-size bed and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="643.75" OriginalAmount="625" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|16756" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153/2 Mahatlek Luang Soi 1, Ratchadamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/df/9adf63e95ecf5267799090b59984107827126673.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located on Ratchadamri Road, one of the city's most famous boulevards linking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="643.75" OriginalAmount="625" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138404-25309006/1229874587205045222/2827" HotelName="COLUMN BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3980000/3978700/3978633/ad4b4dc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.81" OriginalAmount="627" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|6427" HotelName="The Sukosol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>477 Si Ayuthaya Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/de/8fdecd7c547d160c676fe5b2e217179bf46a7b3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 30 minutes away from Don Muang International airport. It is reached alo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="647.82" OriginalAmount="628.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733205" Longitude="100.564012" StarRating="5" HotelCode="|221468" HotelName="Tastoria Collection Hotel Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, KlongTeoy,, Khlong Toei, 10110 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/6/8/221468_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="650.81" OriginalAmount="631.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|231409" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>889 Soi Sukhumvit 55, Thonglor, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/58/825833385d93d494b860e7c96609ea9bda7b1262.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="654.20" OriginalAmount="635.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.69171" Longitude="100.60854" StarRating="3" HotelCode="|169997" HotelName="Bangkok, Sukhumvit 101 - Marriott Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3029 Sukhumvit Road, Phra Kanong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/7/169997_600fe021832.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a safety deposit box service, a lift, a laundry service, a medical care service and a car park. SITUATION: This establishment, Bangkok it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.14" OriginalAmount="638" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559685-28572494/1229874587205045222/1525" HotelName="V20 BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20171500/20171410/dbe420af_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="658.17" OriginalAmount="639" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|15131" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>318 Phayathai Road, Ratchathewi, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ff/21ff6f258cd05331fcbeb5900fb8d5a1360bb943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 2-minute walk to BTS Ratchathewi Station and 8-minute walk to Siam Paragon shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="661.96" OriginalAmount="642.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740041661466" Longitude="100.55197119713" StarRating="4" HotelCode="59570|60713" HotelName="Double Tree by Hilton Bangkok Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/9a/2b9aa06f95d27b9db2bd9f9a45eb1ef42703fa24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish hotel enjoys a convenient central location, close to the Queen Sirikit National Convent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="662.67" OriginalAmount="643.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7403868" Longitude="100.5517748" StarRating="0" HotelCode="|31018" HotelName="Doubletree By Hilton Bangkok Ploenchit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 2 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/1/8/31018_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 251 rooms, 25 floors, a cafÃ©, a terrace, a lounge bar, room service and a laundry service. SITUATION: It is in the business and commercial area, near the establishment, you will find Sirikit National Convention Centre the embassies, the banks, is 30 minutes away from the airports. ROOM: The luxurious, modern rooms, a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a kettle, a coffee maker and a safety deposit box (available for a fee). FACILITIES: The establishment has a swimming pool, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.25" OriginalAmount="643.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7043576" Longitude="100.5941194" StarRating="3" HotelCode="|585506" HotelName="Methvanont Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>908 Sukhumvit Road Soi 50, Phra Khanong, Khlong Toei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/5/5/0/6/585506_b86eca31752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.41" OriginalAmount="647" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.568924000000000" Longitude="9.965491000000000" StarRating="4" HotelCode="0|66132-25237049/1229874587205045222/2538" HotelName="GRANDE CENTRE POINT PLOENCHIT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>49 SCHAEFERKAMPSALLEE, HAMBURG, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1492600/1492587/e6fd798f_b.jpg</HotelPictures>
        <HotelDescription>Being only minutes from the city centre by public transportation, this hotel enjoys a central location with easy access to all city attractions. Bars and pubs, and restaurants are a short walk away. Facilities include a lobby with 24-hour reception, hotel safe and lift access. Business travellers will appreciate the WLAN Internet access and guests may use the room and laundry services (for an additional fee), and there is a covered garage (charges apply).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="667.44" OriginalAmount="648" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1399812-27592236/1229874587205045222/2648" HotelName="INNSIDE BY MELIA BANGKOK SUKHUMVIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91590000/91580800/91580787/b08b7105_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.44" OriginalAmount="648.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|alix_bangkok_hotel" HotelName="Alix Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.26" OriginalAmount="649.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750788" Longitude="100.5306096" StarRating="4" HotelCode="|104786" HotelName="Evergreen Place Siam By Uhg - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>318 Phaya Thai Road, Ratchathewi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/8/6/104786_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Phaya Thai Road the street it is situated 2 minutes walk away from Ratchathewi the Station of. FACILITIES: The hotel has aerobics lessons, a swimming pool and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.68" OriginalAmount="656" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|951-25189217/1229874587205045222/2128" HotelName="THE SUKOSOL HOTEL, BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13700/13619/8973d492_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="677.55" OriginalAmount="657.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741038" Longitude="100.543528" StarRating="4" HotelCode="|36652" HotelName="Cape House Langsuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOI LANSUAN, PLOENCHIT ROAD, LUMPINI, PATHUMWAN 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/5/2/36652_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 117 standard rooms, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a lift, a restaurant, a cafÃ©, room service, a laundry service and WiFi (free of charge). At no extra cost you can use meeting rooms. The establishment boasts a car park. SITUATION: This aparthotel is in the business district. It is situated 10 minutes away from Chidlom Train Station, the shopping centres, restaurants and bars. Nearby, you will find Lumpini Park. It is 30 minutes away from the historic places, 25 kilometres away from Airport Don Mueang and 28 kilometres away from Airport Suvarnabhumi. ROOM: The comfortable rooms have a small kitchen with fridge, a microwave, a coffee maker, a kettle, a safe, a bathroom with a bath, a shower, a hairdryer, a direct line telephone, a television, a radio, a stereo, WiFi, an iron, a double or king-size bed, an individual air-conditioning system and a balcony or terrace. Guests are offered daily cleaning, towel change and bedding is changed three times a week.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="679.80" OriginalAmount="660" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|72412-25243846/1229874587205045222/2202" HotelName="GRANDE CENTRE POINT RATCHADAMRI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1950000/1942000/1941991/3c029b7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="680.97" OriginalAmount="661.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725978" Longitude="100.518981" StarRating="5" HotelCode="|449478" HotelName="Grande Centre Point Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>299 Thanon Surawong, Bang Rak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/7/8/449478_057f6041145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="681.88" OriginalAmount="662.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748344" Longitude="100.542858" StarRating="0" HotelCode="|454145" HotelName="Moxy Bangkok Ratchaprasong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 Ratchadamri Road, Lumphini</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/4/5/454145_8d6acba1249.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.39" OriginalAmount="665.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7386445" Longitude="100.5425738" StarRating="0" HotelCode="|103627" HotelName="Rongratana Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Langsuan, Ploenchit Road, Lumphini subtrict, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/2/7/103627_9.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have a kitchen and an entertainment system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.85" OriginalAmount="665.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7577529" Longitude="100.5363048" StarRating="5" HotelCode="|31020" HotelName="The Sukosol - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SI AYUTHAYA ROAD 477</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/0/31020_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Siam City is rated five stars, has wonderful views, attentive service, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: Close to the establishment, clients can find the leisure area. It is close to the commercial district. It is located near the commercial area and the historic centre. Nearby, you will find Siam Paragon and Khao San Road, a few minutes away from the establishment, you can find the commercial area and the leisure areas. Is situated in the heart of Bangkok. ROOM: The establishment has large and luxurious rooms. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment boasts a fitness centre well-equipped and a spa. Guests are offered a babysitting service (available for a fee). With regards to the food and beverage offering, there is a restaurant, a bar and a lounge. OBSERVATIONS: Pets are not allowed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693.19" OriginalAmount="673" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737569" Longitude="100.560385" StarRating="5" HotelCode="186272|42876" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 19, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a2158fee3d01574ba2d9fd5a9c465801271011a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A new landmark establishment within the bustling Bangkok area of Sukhumvit, the hotel is located rig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="693.66" OriginalAmount="673.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.761158" Longitude="100.566561" StarRating="5" HotelCode="|389638" HotelName="Somerset Rama 9 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Ratchadaphisek Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/8/389638_d55a0bd1137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="695.25" OriginalAmount="675" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|552170-28597319/1229874587205045222/1720" HotelName="TASTORIA COLLECTION SUKHUMVIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/22000000/21620000/21617100/21617065/7fe29a14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="696.28" OriginalAmount="676" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738708843745" Longitude="100.54122017791" StarRating="4" HotelCode="900180|43960" HotelName="Dusit Suites Hotel Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/13/5613b3e785ce180f7dfe004262605fd6b705dff4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="696.74" OriginalAmount="676.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739193" Longitude="100.553779" StarRating="4" HotelCode="161094|133009" HotelName="Phachara Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/87/43874ae6bc4ec99cb519167393eb03c8d0006717.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Soi 6 and moving around is a breeze with the Nana Skytrain, which is within ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="701.43" OriginalAmount="681.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733385" Longitude="100.56409112" StarRating="4" HotelCode="613595|akyra_sukhumvit_bangkok" HotelName="Akyra Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, Klong Teoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/34/7f34e217733207526ac6df623192fcab24d97481.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="704.52" OriginalAmount="684" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|562499-25714547/1229874587205045222/2553" HotelName="NAGA RESIDENCE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16525300/16525203/c22347fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="704.52" OriginalAmount="684" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|128955-25297725/1229874587205045222/2859" HotelName="EVERGREEN PLACE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3730000/3727000/3726926/c51505b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="704.77" OriginalAmount="684.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72295" Longitude="100.535469" StarRating="0" HotelCode="|446219" HotelName="Ascott Embassy Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 59 South Sathorn Road, Thungmahamek, Sathorn, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/9/446219_94ad7b51000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="705.55" OriginalAmount="685" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72888374" Longitude="100.59017889" StarRating="3" HotelCode="439160|174340" HotelName="Ten Ekamai Suites Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road, Klongton-nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c5/a9c5c9684154b27f8c6bbf62ca25a31bd58db99d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a safe. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.61" OriginalAmount="687" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|60305-25234563/1229874587205045222/2037" HotelName="ASCOTT SATHORN (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1560000/1551500/1551452/01750c16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="709.67" OriginalAmount="689" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|63925-25236055/1229874587205045222/2337" HotelName="SOMERSET PARK SUANPLU (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/81100/81070/034b5fdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="710.09" OriginalAmount="689.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749765080179" Longitude="100.54060638525" StarRating="4" HotelCode="178442|TH000034" HotelName="Novotel Bangkok Platinum Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>220 Petchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/22/14224d55b17dff59b36799faeb03b96f5fe6041d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of the city of angels, Bangkok, this top class international hotel enjoys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="710.89" OriginalAmount="690.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738879" Longitude="100.541245" StarRating="5" HotelCode="|66673" HotelName="Dusit Suites Ratchadamri, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/7/3/66673_b21fcbc0806.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Anantara Baan Rajprasong Servieced Suites is rated four stars, has a cafÃ©, a swimming pool and a gym. SITUATION: It is situated in the centre of Bangkok. It has good links to Ratchadamri BTS Station, ROOM: The establishment has 97 rooms with mini-bar, a hairdryer, a safety deposit box, an ironing set and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="712.76" OriginalAmount="692" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="-16.4448" Longitude="-39.0628" StarRating="4" HotelCode="0|559667-28582246/1229874587205045222/1130" HotelName="TRANZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>AV. DOS NAVEGANTES, 100, PORTO SEGURO, BR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24070000/24065300/24065270/a250aa86_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Rooms   Make yourself at home in one of the 24 air-conditioned rooms featuring minibars. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment.   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as an outdoor pool, or other amenities including complimentary wireless Internet access and tour/ticket assistance.   Business, Other Amenities   Free parking is available onsite.   Room Info:    Know Before You Go       Parents traveling with a child under 18 must present the child’s birth certificate and photo ID (passport for foreign visitors) upon check-in. If only one parent or legal guardian is traveling with the child, that parent or legal guardian must also present a notarized consent of travel signed by both parents. Visitors who plan to travel with children should consult with a Brazilian consulate office prior to travel for further guidance.       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.    Checkin Time:  2:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="713.79" OriginalAmount="693" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|186571-28580504/1229874587205045222/1100" HotelName="QIU HOTEL SUKHUMVIT 79" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15060000/15056000/15055938/d3311cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="715.82" OriginalAmount="694.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7497814" Longitude="100.5403464" StarRating="4" HotelCode="|94521" HotelName="Novotel Bangkok Platinum - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220 PETCHABURI ROAD; RATCHATEWEE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/4/5/2/1/94521_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 2 bars, a restaurant, meeting rooms, conference rooms and internet (free of charge), It also has a games room and a restaurant. SITUATION: The hotel is in Bangkok the heart of the establishment is 30 kilometres away from Suvarnabhumi Airport it is situated 25 kilometres away from Don Mueang Airport. ROOM: The establishment has 283 rooms with an air-conditioning system, a bathroom and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool that has an area for children and a gym. Guests are offered a spa, a hammam, a Turkish bath and treatments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="717.91" OriginalAmount="697" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747810994147" Longitude="100.57026386261" StarRating="4" HotelCode="200871|24946" HotelName="AVANI Atrium Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f6/dff6c7c264b2782e7614d2e5dd99926f3e51d53d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within a few minutes of the busy commercial and shopping district of Sukhumvit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="718.94" OriginalAmount="698.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|cape_house_serviced_apartments" HotelName="Cape House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43 Soi Langsuan Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d5/47d529bd4c176527daaeda286255c6be0bef2346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the central business district area, less than a 10-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="722.93" OriginalAmount="701.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7470957" Longitude="100.570159" StarRating="5" HotelCode="|31019" HotelName="Grand Mercure Bangkok Atrium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/1/9/31019_3a90de70846.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is perfect for business and holiday stays, has attentive service and excellent service. SITUATION: This hotel New Petchburi Road it is in is situated in Bangkok the centre of Close to the business area and Sukhumvit Road the shopping centres of it is situated 24 kilometres away from Don Mueang Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="730.81" OriginalAmount="709.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7390195" Longitude="100.5537456" StarRating="4" HotelCode="|83098" HotelName="Parkroyal Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 6, KLONGTOEY 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/9/8/83098_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009, is ideal for holidays or business trips, has 194 rooms, air-conditioning, a lobby with a reception and express check-out. Some of the facilities that the establishment offers to guests include a safety deposit box service, a lift, a cafÃ© and a restaurant. It also has conference facilities, a business centre and internet. For an additional charge cost offers WiFi, room service and a laundry service. The establishment has a car park. SITUATION: The hotel Soi 6 it is in near the establishment, you will find the train, The hotel is near shops, supermarkets, the nightlife, the Congress Centre and hospitals. this hotel is situated 45 kilometres away from Suvarnabhumi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="733.36" OriginalAmount="712" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436898-28581926/1229874587205045222/1571" HotelName="VOLVE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16540000/16536900/16536872/w3997h2500x3y0-a6ecaf4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="736.45" OriginalAmount="715" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|568085-28506456/1229874587205045222/626" HotelName="ALIX BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26670000/26667400/26667361/0e31800e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="738.58" OriginalAmount="717.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7233819" Longitude="100.537208" StarRating="5" HotelCode="|104790" HotelName="Sathorn Vista, Bangkok - Marriott Executive Apartments Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3 South Sathorn Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/9/0/104790_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Bangkok the centre of. FACILITIES: The establishment has a swimming pool, a gym, 3 restaurants and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="738.81" OriginalAmount="717.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7316247" Longitude="100.5818905" StarRating="5" HotelCode="|210575" HotelName="Grande Centre Point Sukhumvit 55" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Sukhumvit Soi 55 (Thong Lo) Klongton Nua, Wattana,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/7/5/210575_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="743.53" OriginalAmount="721.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763647" Longitude="100.50139" StarRating="0" HotelCode="|522432" HotelName="De Phanakron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45/3 Soi Vorapong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/3/2/522432_909e1941004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="745.72" OriginalAmount="724" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|645577-25823359/1229874587205045222/2533" HotelName="SOMERSET RAMA 9 BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45040000/45039000/45038988/2518046d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="751.24" OriginalAmount="729.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73243" Longitude="100.56403" StarRating="5" HotelCode="|587391" HotelName="GM Estate and Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Sukhumvit 20 Alley, Sukhumvit Road, Khlong toey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/7/3/9/1/587391_eb20ce92059.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.14" OriginalAmount="738.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.76241" Longitude="100.499418" StarRating="3" HotelCode="62532|nouvo_city_hotel" HotelName="Nouvo City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Samsen Road, 2 Samsen 2, Pranakorn, Banglamphu, Bangkok, 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d4344c51fb3606c16c579f71c6e42bc77d551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Bangkok and in a quiet location of Banglampoo Canal. A brief st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="761.68" OriginalAmount="739.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730734" Longitude="100.58177" StarRating="5" HotelCode="|73083" HotelName="MUU Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 55, NORTH KLONGTON, WATTANA DISTRICT 88/333</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/8/3/73083_e2699711030.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 13 floors, 148 rooms, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a lift, a games room and a television room. The establishment also has a cafÃ©, a restaurant and Pacific the lounge The establishment boasts WiFi, room service, a laundry service and a car park. SITUATION: This aparthotel, Sukhumvit Soi 55 and Petchburi Road it is between the Emporium shopping centre it is 800 metres away from this establishment, is situated 26 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have a large bathroom, a shower, a hairdryer, a double or king-size bed, an LCD TV, a radio, a Hi-Fi, internet and a safety deposit box. They also have a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, a washing machine, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool with a children's area, an outdoor bar and a terrace. Guests can also enjoy a hydromassage bath, a sauna, hydrotherapy, a massage service and a gym. Clients can enjoy activities such as playing billiards and play football. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts credit cards, American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 14:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="762.06" OriginalAmount="739.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7430709" Longitude="100.5576805" StarRating="0" HotelCode="|449454" HotelName="Floral Court &amp; Residence Sukhumvit 13" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, 21/1, 21/3, 21/4 Soi Sukhumvit 13, Sukhumvit Road Klongtoey, Nua, Watthana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/4/449454_41aba151313.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="765.01" OriginalAmount="742.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750762" Longitude="100.583503" StarRating="3" HotelCode="|389766" HotelName="Alix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Soonvijai 7 Bangkapi, Huai Khwang, Bangkok, Bangkok, 10310</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/7/6/6/389766_d7bbfbd1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="767.35" OriginalAmount="745" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|123394-25292553/1229874587205045222/2018" HotelName="CAPE HOUSE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4561300/4561283/7f8dd2cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="770.44" OriginalAmount="748.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|sathorn_vista_bangkok__marriott_executive_apartments" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c5/c2c5daf2a55c1269327a83ec34e549c94d4e8012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.29" OriginalAmount="755.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738151" Longitude="100.567009" StarRating="0" HotelCode="|524645" HotelName="The Alberti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/4/5/524645_64a37350924.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="780.56" OriginalAmount="757.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.6688925" Longitude="100.6142612" StarRating="3" HotelCode="|131518" HotelName="Thomson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna-Trad Soi 4 Bangna-Trad Road, Bangna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/1/8/131518_92533e11030.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern facilities, a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="780.74" OriginalAmount="758" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348889-26644143/1229874587205045222/2364" HotelName="ASCOTT EMBASSY SATHORN BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78320000/78313600/78313589/w800h529x0y4-a5520229_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="781.77" OriginalAmount="759" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724235" Longitude="100.566841" StarRating="5" HotelCode="142231|30296" HotelName="Marriott Executive Apartments Sukhumvit Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 24, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6d/3e6de5992a0ab9a4a5adddb42d27403999826a49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime area at Sukhumvit Soi 24, close to offices and Bangkok landmarks suc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="781.77" OriginalAmount="759.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747128387047" Longitude="100.54745972157" StarRating="5" HotelCode="13332|swissotel_nai_lert_park_bangkok" HotelName="Movenpick BDMS Wellness Resort Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f13271d0248c39410dd7ce22f5870ace3a2ecb15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Bangkok's diplomatic and business district and situated on Wireless Road, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="784.25" OriginalAmount="761.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.570003" StarRating="4" HotelCode="65094|202998" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Sukhumvit Soi 26, Khlong Ton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/17/14171c6d8e39b72726def63caf3ed77a658e5e36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the hub of one of Bangkok's fast-growing business and entertainment areas....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="785.09" OriginalAmount="762.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7284554" Longitude="100.5703006" StarRating="4" HotelCode="|125841" HotelName="Doubletree By Hilton Sukhumvit Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Soi Sukhumvit 26,Sukhumvit Road, Khlong Ton, Khlong Toei.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/5/8/4/1/125841_1_2439.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a restaurant, a swimming pool, a fitness centre, room service and WiFi in communal areas. SITUATION: This establishment, is in Bangkok the business district the leisure areas, is close to Emporium the leisure area of and Phrom Pong BTS Skytrain the train station. ROOM: Customers have elegant, spacious rooms with LCD TV, WiFi, a writing desk and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="785.89" OriginalAmount="763" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|410000-27179357/1229874587205045222/1797" HotelName="TEN EKAMAI SUITES BY ASPIRA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/15000000/14900000/14895800/14895703/39103e51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.04" OriginalAmount="768" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1331190-26642160/1229874587205045222/2460" HotelName="ASCOTT THONGLOR BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76600000/76598800/76598783/f487241e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="803.60" OriginalAmount="780.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|248236" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit 55, North Klongton, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fb/49fbe29f33d9bbbca77727221ff016503688f368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is nestled between Sukhumvit Soi 55 and Petchburi Road, 2 bustling areas in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="807.52" OriginalAmount="784" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175314-25357894/1229874587205045222/2327" HotelName="GRANDE CENTRE POINT TERMINAL 21 (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4690000/4683600/4683502/caa3af53_edited_a9f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="808.55" OriginalAmount="785" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415079-27602969/1229874587205045222/3013" HotelName="GM ESTATE HOTEL AND EXECUTIVE APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107620000/107614300/107614239/2a711573_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="810.61" OriginalAmount="787" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115853" Longitude="55.195999" StarRating="4" HotelCode="0|172322-25357053/1229874587205045222/1944" HotelName="NOVOTEL BANGKOK PLATINUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 A Street, Dubai, 283825, United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4610000/4608400/4608400/2bd3b11b_b.jpg</HotelPictures>
        <HotelDescription>This 3 star hotel is located in the city centre of Dubai and was established in 2009. It is a short drive away from the Madinat Jumeirah and the nearest station is Mall Of Emirates Metro Station. The Hotel has a coffee shop, an outdoor swimming pool and a fitness centre/gym. All 180 rooms are equipped with minibar, hairdryer, safe, trouser press, ironing set and air conditioning. category: Deluxe style: Modern year Built: 2009 restaurant Count: 0&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="812.49" OriginalAmount="788.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74869" Longitude="100.56736" StarRating="5" HotelCode="|386210" HotelName="Lancaster Bangkok - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/1/0/386210_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.94" OriginalAmount="798.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74870928" Longitude="100.56728438" StarRating="5" HotelCode="451848|lancaster_bangkok" HotelName="Lancaster Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/54/69540a74cf5f0f0819238bde5c1d060baa0e5daa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.06" OriginalAmount="802.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74444624" Longitude="100.5542258" StarRating="4" HotelCode="933614|graceland_bangkok_by_grace_hotel" HotelName="Graceland Bangkok by Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua, Sukhumvit Road, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/08/2c08774471c79d3b363ea54b55a05734b4a52998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="833.27" OriginalAmount="809" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|424388-25600937/1229874587205045222/2662" HotelName="GRANDE CENTRE POINT SUKHUMVIT 55 (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15810000/15800700/15800656/74a5b7b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="847.56" OriginalAmount="822.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7414934" Longitude="100.5585261" StarRating="4" HotelCode="|36675" HotelName="SAMALA Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43 Sukhumvit Soi 15, Sukhumvit</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/5/36675_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 186 studios and suites, a cleaning service, a laundry service (for a fee), a reception, express check-out and a concierge. The establishment boasts a lobby, a safety deposit box service, a lift, a games room, a television room, a restaurant, internet, room service (for a fee) and a car park. SITUATION: It is inSukhumvit the heart of it is situated 45 kilometres away from Suvarnabhumi Airport. ROOM: apartments, have cable television, video, films, a stereo with CD, electronic safe, a dining area, a sitting area with desk, a direct line telephone, a kitchen, a fridge, a microwave, glassware, cutlery, a bathroom with a bath, a shower, a hairdryer, a double or king-size bed, a radio, internet, a mini-bar, a washing machine and an individual air-conditioning system. FACILITIES: Guests can enjoy a gym, a swimming pool, a sauna (available for a fee), theatre, a karaoke room and a billiards table. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy American buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="854.58" OriginalAmount="829.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|69643" HotelName="Millennium Hilton Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Charoennakorn Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/da/2dda91b9936d7f5cbe261a2e6e593a4b768784da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Chao Phraya river, with stunning views over Bangkok, Thaila...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="854.90" OriginalAmount="830" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145085-25319375/1229874587205045222/2401" HotelName="MUU BANGKOK HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3050000/3040500/3040483/cf3b9814_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.08" OriginalAmount="836" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748028" Longitude="100.584811" StarRating="4" HotelCode="163965|43959" HotelName="Amari Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai 3, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/51/40517f3ca91b416025ff58b4bad3302c277c4343.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These residences are located beside the vibrant New Petchburi Road and are within easy reach of Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="863.14" OriginalAmount="838.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4" HotelCode="570559|137_pillars_residences_bangkok" HotelName="137 Pillars Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da074d7a81dd6303debd26100efaaf9406341908.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="865.67" OriginalAmount="840.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7480083" Longitude="100.584866" StarRating="4" HotelCode="|104777" HotelName="Shama Petchburi 47 Bangkok (former Amari Residences Bangkok)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai, New Petchburi Road Bangkapi, Huay Kwang Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/7/7/7/104777_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to New Petchburi the road it is situated 19 kilometres away from Suvarnabhumi Airport. ROOM: Customers can find large rooms with kitchen. FACILITIES: The establishment offers a gym and a swimming pool. The establishment also has WiFi and a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="878.59" OriginalAmount="853.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.710972" Longitude="100.509509" StarRating="5" HotelCode="100186|chatrium_riverside_bangkok_hotel" HotelName="Chatrium Hotel Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Charoenkrung Soi 70, Bangkholame, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60f529b4a666058d4f22dcb868d4550a44449f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a refreshing city atmosphere on the banks of the majestic Chao Phraya River, a perf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="886.15" OriginalAmount="860.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.720143" Longitude="100.517435" StarRating="4" HotelCode="|172413" HotelName="The Grand Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/4/1/3/172413_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="887.86" OriginalAmount="862" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72797102" Longitude="100.58067637" StarRating="0" HotelCode="973315|405566" HotelName="Staybridge Suites Bangkok Thonglor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55, Thonglor, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e321c09ac39e15d208e261bd435c12371438e943.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.89" OriginalAmount="863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|137_pillars_suites_bangkok" HotelName="137 Pillars Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2c/022c11acd5f8dd67db57b0c9a002a5c4de713000.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="894.04" OriginalAmount="868" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719009" Longitude="100.521053" StarRating="4" HotelCode="309802|60694" HotelName="The Grand Sathorn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/3986114d87ff26cb422a5d3cbe809acfcfb12ac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="895.11" OriginalAmount="869.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73599" Longitude="100.5635" StarRating="0" HotelCode="|451145" HotelName="Sotetsu Grand Fresa Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7, Sukhumvit 25 Alley, Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/4/5/451145_fb4c21f1343.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.16" OriginalAmount="871.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741374" Longitude="100.543053" StarRating="4" HotelCode="|396397" HotelName="Sindhorn Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Langsuan Road, Lumphini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/3/9/7/396397_e01949f1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="909.49" OriginalAmount="883" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.160661" Longitude="-80.665916" StarRating="3" HotelCode="0|255735-28581435/1229874587205045222/660" HotelName="GRACELAND BANGKOK BY GRACE HOTEL (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4400 Belmont Avenue, Youngstown, OH, 44505, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8690000/8680100/8680091/cef128c8_b.jpg</HotelPictures>
        <HotelDescription>The Hampton Inn Youngstown North is conveniently located off Ohio Interstate 80, at exit 229, with easy access to I-76.  Just minutes from downtown Youngstown, Ohio, Youngstown State University and the Youngstown Reserve Air Station, our hotel is guaranteed to meet the needs of any traveler.  Our hotel is located near the business district, where a variety of restaurants and shopping options are available.     All rooms are equipped with hair dryers, irons, ironing boards, coffeemakers and televisions with HBO.  Guests visiting Ohio will enjoy our complimentary On the House hot breakfast, served daily.  A hotel fitness center, indoor pool and a wonderful meeting facility, located near the lobby, are also available at the Hampton Inn Youngstown North.  In addition, complimentary wireless high-speed internet access is available throughout the hotel.    We love having you here in Ohio at the Hampton Inn Youngstown North!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="917.73" OriginalAmount="891.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|novotel_bangkok_ploenchit_sukhumvit" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit Road, Lumpimi, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/82/8682d61769d35c0d059c533f7531d4de5f88f6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in central Bangkok in the business and commercial district just me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="926.81" OriginalAmount="899.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740088" Longitude="100.552448" StarRating="3" HotelCode="|172596" HotelName="Rajah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Sukhumvit2 Sukhumvit Road Klongtoey</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/2/5/9/6/172596_1_7010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="931.12" OriginalAmount="904.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|metropolitan_by_como_bangkok" HotelName="COMO Metropolitan Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/5a/b95af114b970d1869aaf3702f436ee49bf6e47fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COMO Metropolitan Bangkok is located at the city’s heart in the Central Business District, minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.67" OriginalAmount="907.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7100262" Longitude="100.5111223" StarRating="5" HotelCode="|45749" HotelName="Chatrium Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAROENKRUNG RD. 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/4/9/45749_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has river views and views of Los ngeles. The establishment offers a transfer service (free of charge). SITUATION: This establishment is situated next to the Chao Phraya River and el RÃ­o de los Reyes. ROOM: Customers can find spacious rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.84" OriginalAmount="907.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750022" Longitude="100.534869" StarRating="5" HotelCode="|446223" HotelName="Chatrium Grand Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>728 Phetchaburi Road, Thanon Phetchaburi, Ratchathewi, Bangkok 10400 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/2/3/446223_76c42ed0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="943.43" OriginalAmount="915.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|80455" HotelName="Conrad Bangkok Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87/3 Wireless, All Seasons Place, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ff/1dffec70789db9dcef81a2414ad3f7e124fe906f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="944.49" OriginalAmount="916.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.729048996553" Longitude="100.58048576117" StarRating="4" HotelCode="166760|119796" HotelName="Somerset Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 Sukhumvit 55, Thonglor, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc2088d0e8887992232751decdb8d0961a227e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in an upscale and exclusive district, this aparthotel is a refreshing alternative choice amo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="946.57" OriginalAmount="919" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.719627849418" Longitude="100.52162791777" StarRating="4" HotelCode="177487|42433" HotelName="Mode Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b6/4db6c294d5072835e823112398dd63e1d65678ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok's main business district, offering guests luxury and c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="954.38" OriginalAmount="926.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731883" Longitude="100.509917" StarRating="4" HotelCode="|446212" HotelName="The Quarter Chaophraya By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1190 Soi Somdet Chao Phraya 17, Kwaeng Somdet Chao Phraya Road, Khet Klong San Subdistrict, Klong San District, Bangkok 10600, Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/1/2/446212_a70f28c0751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="958.10" OriginalAmount="930.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728063" Longitude="100.580479" StarRating="4" HotelCode="|439334" HotelName="Staybridge Suites Bangkok Thonglor, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55 (Thonglor Road) Khwaeng Khlong Tan Nuea, Khet Watthana Bangkok, 10110 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/3/4/439334_f03232f0544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="962.02" OriginalAmount="934" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1415078-27596300/1229874587205045222/3027" HotelName="FLORAL COURT HOTEL &amp;amp; RESIDENCE SUKHUMVIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98520000/98517700/98517619/74bf999a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="963.05" OriginalAmount="935" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|673480-24654331/1229874587205045222/122" HotelName="SINDHORN MIDTOWN BANGKOK, VIGNETTE COLLECTION - AN IHG" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40230000/40226000/40225944/abf59bcb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="963.05" OriginalAmount="935.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737937989122" Longitude="100.54443944952" StarRating="3" HotelCode="422037|tonson_residence" HotelName="Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Convenience Store,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Tonson Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8e/818ea7809eecd35f281c669a288b2eaff9db347f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tonson Residence offers a family friendly service apartment. Each unit provides  3 spacious en suite...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="963.05" OriginalAmount="935.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.75095536" Longitude="100.58345891" StarRating="3" HotelCode="442598|chiva_residence_bangkok" HotelName="Chiva Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Soonvijai 7 New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/16/eb16144cb5e646d70fe7759a087289b398a847da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="972.32" OriginalAmount="944" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1387486-27596728/1229874587205045222/2656" HotelName="MAISON HOTEL BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99590000/99589100/99589008/8084bd68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="985.71" OriginalAmount="957" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|646967-25824625/1229874587205045222/1958" HotelName="137 PILLARS RESIDENCES BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15860000/15859800/15859750/075001eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="988.80" OriginalAmount="960" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|553280-28599998/1229874587205045222/768" HotelName="BANGKOK MARRIOTT THE SURAWONGSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21480000/21472600/21472564/a8d3ae89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="989.83" OriginalAmount="961.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|bangkok_marriott_hotel_the_surawongse" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7a/c07aa29fbe62271245ba09b5cb1af5df0f1c4909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Get the celebrity treatment with world-class service at Bangkok Marriott Hotel The Surawongse
Featur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1004.25" OriginalAmount="975" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437859-27931253/1229874587205045222/3048" HotelName="GRANDE CENTRE POINT LUMPHINI BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111520000/111511400/111511311/66d2a678_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1011.46" OriginalAmount="982" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|297890-28514371/1229874587205045222/1045" HotelName="THE GRAND SATHORN (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9540000/9533600/9533510/ded242b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1022.79" OriginalAmount="993" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1411778-27399519/1229874587205045222/307" HotelName="HILTON GARDEN INN BANGKOK RIVERSIDE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.92" OriginalAmount="998.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|169828" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/72/f17264da01f26b4da0188f5bdc5c1aca74960dd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property stands majestically among the many fine buildings that make up Bangkok's colourful skyl...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1032.10" OriginalAmount="1002.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721349" Longitude="100.517043" StarRating="5" HotelCode="|54039" HotelName="Lebua At State Tower - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/3/9/54039_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Lebua At State Tower is rated five stars. It has a business centre and a fitness centre. SITUATION: This hotel is situated in Bangkok ROOM: The establishment has suite rooms have a sitting room, a bathroom with a shower, a kitchen, a fridge, an iron, a flat-screen television, a DVD player, internet and a work space.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1036.18" OriginalAmount="1006" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|76216-25245858/1229874587205045222/2630" HotelName="FRASER SUITES SUKHUMVIT BANGKOK - SHA EXTRA PLUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1775600/1775599/3bcf3beb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.45" OriginalAmount="1015.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|oriental_residence_bangkok" HotelName="Oriental Residence Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd127c4bd847c802a9aa9bc045fad1aa7833d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1050.60" OriginalAmount="1020" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756836" Longitude="100.564823" StarRating="4" HotelCode="21437|28220" HotelName="Grand Mercure Bangkok Fortune" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b1/92b1a3ea79c759491bcbe9acb37717c4d7bd175b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel forms part of a complex and is linked to the largest shopping centre in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1054.72" OriginalAmount="1024" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|101365-25277081/1229874587205045222/2216" HotelName="CHATRIUM HOTEL RIVERSIDE BANGKOK (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2560000/2559000/2558980/08ed5f30_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1057.17" OriginalAmount="1026.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7421954" Longitude="100.5497085" StarRating="4" HotelCode="|103654" HotelName="Four Points by Sheraton Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/6/5/4/103654_4ce62a61020.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities and modern rooms. SITUATION: This establishment is situated next to Ploenchit Railway Station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1065.65" OriginalAmount="1034.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739823" Longitude="100.544733" StarRating="5" HotelCode="|389639" HotelName="Kimpton Maa-Lai Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Soi Tonson Lumpini Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/9/389639_ea5cb381158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1075.32" OriginalAmount="1044.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744635" Longitude="100.548229" StarRating="5" HotelCode="905851|sivatel_bangkok" HotelName="Sivatel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53, Wittayu Road, Lumpini, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/74/e674022af3c762966c8b94a8053a44ad47171aa4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Downtown Bangkok, near the Phloenchit BTS SkyTrain station, whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1077.38" OriginalAmount="1046" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|489590-25652095/1229874587205045222/1975" HotelName="LANCASTER BANGKOK (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15070000/15068200/15068158/f03c01db_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1078.41" OriginalAmount="1047" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|178665-24877495/1229874587205045222/205" HotelName="ORIENTAL RESIDENCE BANGKOK (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4668700/4668642/a61c4ff1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1083.56" OriginalAmount="1052.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|hua_chang_heritage_hotel" HotelName="Hua Chang Heritage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/09/b3091900661e44b078c99a142d7aaf7be5a1ff96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1090.77" OriginalAmount="1059" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16078-25202781/1229874587205045222/2008" HotelName="AVANI RATCHADA BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/76900/76890/c1cc009d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1095.33" OriginalAmount="1063.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725626" Longitude="100.568024" StarRating="5" HotelCode="|449452" HotelName="SILQ And Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit 24 Soi Kasem Sukhumvit Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/2/449452_8245dd51210.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1111.37" OriginalAmount="1079" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145094-25319381/1229874587205045222/2157" HotelName="SOMERSET SUKHUMVIT THONGLOR (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2810000/2803500/2803401/a8cbe01f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1127.85" OriginalAmount="1095" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1402959-28590904/1229874587205045222/1379" HotelName="FLORAL COURT HOTEL &amp;amp; RESIDENCE SUKHUMVIT 13" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/website/common/img/no-image.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1134.03" OriginalAmount="1101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|151660-28580270/1229874587205045222/1392" HotelName="FOUR POINTS BY SHERATON BANGKOK PLOENCHIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4110000/4100200/4100174/ea230c37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1141.24" OriginalAmount="1108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165535-25341552/1229874587205045222/2057" HotelName="SIVATEL BANGKOK (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3980000/3978100/3978004/3cd9125e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1152.24" OriginalAmount="1118.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|223075" HotelName="Hilton Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhumvit Soi 24, Klongton Klongt, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/24/d52476d0b5a0130ed7366bb53798ee941962a135.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.72" OriginalAmount="1124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|jw_marriott_hotel_bangkok" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ac/87ac651d7a627d54a84f91b5c896aec9426df3b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the business and commercial district, within 30 minutes of Bang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1161.99" OriginalAmount="1128.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743649" Longitude="100.557932" StarRating="4" HotelCode="|535382" HotelName="Floral Court and Residence Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 13 Sukhumvit 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/8/2/535382_28c581e1144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1166.99" OriginalAmount="1133" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59332-25232724/1229874587205045222/1976" HotelName="LEBUA AT STATE TOWER (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065000/1064957/222c1930_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1191.64" OriginalAmount="1156.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.74205" Longitude="100.5867" StarRating="3" HotelCode="|152848" HotelName="The Euro Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Sukhumvit Soi 31, Klongton-Nua, Wattana, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/8/4/8/152848_1_9722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby and a lounge. SITUATION: This establishment, is in Sukhumvit the city centre of Bangkok it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1201.51" OriginalAmount="1166.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.731012" Longitude="100.576533" StarRating="0" HotelCode="|439657" HotelName="Mayu Bangkok Japanese Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80/3, Sukhumvit 49/2, Klongtan Nua, Bangkok, Bangkok, 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/6/5/7/439657_ad1c2e61717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1202.78" OriginalAmount="1167.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7449562" Longitude="100.5561213" StarRating="3" HotelCode="|36671" HotelName="Le Fenix Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 11, KLONG TOEY NUA, WATTANA 33/33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/6/7/1/36671_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 147 rooms, The hotel is ideal for holidays or business trips, was built in 2007, has a lobby, with a reception, a safety deposit box service, a cafÃ©, a kiosk, a bar, a restaurant, a laundry service and a car park. SITUATION: It is inBangkok the centre of it is 3 minutes away from the railway station, is situated 40 kilometres away from Suvarnabhumi Airport It is situated 10 minutes away fromSiam the Square of. ROOM: The rooms a bathroom with a shower, a direct line telephone, a satellite or cable television, internet, a mini-bar, an individual air-conditioning system, a safe and a double or king-size bed. FACILITIES: The establishment boasts a covered pool with a hydromassage bath and fitness equipment. MEALS: Regarding the food and beverage offering, the establishment offersLe Rendezvous the restaurant L'Escale the restaurant Le Rendezvous Out the restaurant Guests are offered a buffet breakfast and lunch service. Clients have at their disposal a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1205.10" OriginalAmount="1170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.730178" Longitude="100.568646" StarRating="4" HotelCode="65092|emporium_suites" HotelName="Emporium Suites by Chatrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/16/ab16dba25dab9183698a12f02b1cd69ed8c3a813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located atop the Emporium shopping complex on the central Sukhumvit road, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1216.43" OriginalAmount="1181" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73787" Longitude="100.56692" StarRating="3" HotelCode="71474|38101" HotelName="Hotel NIDA Sukhumvit Prompong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249 Sukhumvit Soi 31, Khlongtan Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/99/ad990f7d8255a31b1c5b5bf362f9a8372d0fb61f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Sukhumvit area, within a 5-minute walk of Bangkok's centre with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1218.42" OriginalAmount="1182.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.756517" Longitude="100.5647556" StarRating="4" HotelCode="|26152" HotelName="Grand Fortune  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/2/26152_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to MRT Rama 9 Station and Fortune IT Shopping Centre. It is situated 5 minutes walk away from Grand Central Rama 9 and about 10 minutes away (by car) from the leisure complex Esplanade and the Siam Niramit Cultural Centre. 30 minutes away from the establishment, guests will find Suvarnabhumi Airport. ROOM: The establishment has rooms and suites. They have an air-conditioning system, a sitting room, a television, a safe, a mini-bar, a bathroom with a shower and complimentary bathroom items. FACILITIES: The establishment has a reception, a meeting room, business centre, a sauna, car rental and nursery. RESTAURANT: The establishment also has restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1227.36" OriginalAmount="1191.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7245425" Longitude="100.5670416" StarRating="5" HotelCode="|66719" HotelName="Sukhumvit Park, Bangkok - Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 24, KLONGTON, KLONGTOEY 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/7/1/9/66719_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 2009, has 300 rooms, 44 apartments, 72 studios and 144 suites. The establishment has air-conditioning, a lobby, a lift, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. It has a games room, a TV room, a cafÃ©, a bar, a restaurant and conference rooms. For an extra cost you can enjoy WiFi, room service, a laundry service and a car park. SITUATION: The hotel Sukhumvit Soi 24 it is in it is near the convention centre, the markets, 20 minutes away, guests can find Wat Pho the Palace of 10 minutes away from the establishment clients have an underground station, is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have an LCD television, a DVD player, a washing machine, tumble drier, a safe, wardrobes, a bathroom, a bath, a shower, a kitchen, a fridge, a hob, a microwave, a work space and a relaxation area. They also have a hairdryer, a double bed, a direct line telephone, a radio, a Hi-Fi, internet, a coffee maker, a kettle, an iron and individual air-conditioning. Clients are offered disabled access rooms, The rooms have soundproofed windows. FACILITIES: The establishment has a swimming pool, a children's swimming pool, a terrace, a gym, a jacuzzi and a steam bath. Clients can enjoy activities such as enjoy tennis, squash, badminton, playing billiards and play golf (available for a fee), For a fee, guests can enjoy a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, Guests are offered a breakfast, lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1236.00" OriginalAmount="1200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1447456-30248844/1229874587205045222/489" HotelName="KROMO BANGKOK, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110850000/110845700/110845669/w3837h2355x3y3-a4e22421_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1262.73" OriginalAmount="1225.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73880636" Longitude="100.54816796" StarRating="5" HotelCode="26442|79012" HotelName="Conrad Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road, Phatumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9d/0f/9d0f316e56c09a0d94d3a9728bbbf665baad2171.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Bangkok at the stylish All Seasons Place, the hotel is close to major embass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1269.99" OriginalAmount="1233.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.721370240161" Longitude="100.51697909832" StarRating="5" HotelCode="906454|tower_club_at_lebua_3" HotelName="Tower Club at Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/zz/71ad7ab6c3ec5fb51b6e089e55af434e9ea4d45e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1274.11" OriginalAmount="1237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437861-27931254/1229874587205045222/2492" HotelName="PUBLIC HOUSE HOTEL - SUKHUMVIT 31" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/90000000/89994100/89994009/6c3e624d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1282.31" OriginalAmount="1244.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737929" Longitude="100.566829" StarRating="4" HotelCode="|471801" HotelName="Public House - Sukhumvit 31" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>249 Soi Sukhumvit 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/8/0/1/471801_12d60d91138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.88" OriginalAmount="1246.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7506686" Longitude="100.531961" StarRating="5" HotelCode="|62908" HotelName="Vie Bangkok - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Rd. Ratchathewi, Bangkok 10400 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/0/8/62908_3d028c31217.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel and has 154 rooms, The hotel was built in 2007, renovated in 2008, with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a pub, restaurants and conference facilities. It also has WiFi (for a fee), room service, a laundry service and a car park. SITUATION: The hotel is in the commercial area, Siam Paragon, Siam Square and Central World it is close to In the surrounding area, you can find the leisure areas, is situated 100 metres away from the railway station, the establishment is 1 kilometre away from the metro station, this hotel is situated 25 kilometres away from Don Mueang Airport it is situated 35 kilometres away from Suvarnabhumi Airport. ROOM: The establishment has 66 luxurious rooms, 88 suites a bathroom with a shower, with a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a safe. FACILITIES: The establishment has a gym, a spa, a massage service, beauty treatments, a swimming pool with a snack bar, a terrace and deck chairs. For a fee, you can enjoy aerobics classes, a sauna and a steam bath. MEALS: Guests are offered buffet breakfast and lunch and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1288.53" OriginalAmount="1251" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|20480-20770342/1229874587205045222/219" HotelName="EMPORIUM SUITES BY CHATRIUM (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1340000/1331000/1330920/b83120a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1292.02" OriginalAmount="1254.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236255" Longitude="100.5397644" StarRating="5" HotelCode="|26157" HotelName="Banyan Tree Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21/100 SOUTH SATHON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/5/7/26157_de757290842.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This first class hotel, was built in 1996 and renovated in 2002 it has a main 60-storey building, a 20-storey annexed building and 216 suites. In the entrance, guests are offered an elegant hall with elevators, a reception with safety deposit boxes, a cloakroom and a currency exchange service. Some of the facilities that the establishment offers to guests include a kiosk, shops, a hairdresser's, conference rooms with features that offer you the maximum level of comfort, internet, a cafÃ©, a bar, 4 A-La-Carte restaurants specialising in Sea-food, Grill and Barbeque with beautiful city views, room service, a laundry service, a medical care service, indoor parking and a car park. Children can enjoy a mini-club. SITUATION: This establishment is in the Bangkok shopping centre. Is situated in Sathorn Road Street. Close to the establishment, clients can find Silom Road and Skytrain the metro station. ROOM: All the rooms have an air-conditioning system, a bathroom with a hairdryer, a direct line telephone, satellite and cable television, video, a radio, a stereo, internet, a mini-bar, large beds, tiled floors, fitted carpets, a safe and a sitting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1315.11" OriginalAmount="1276.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7509372" Longitude="100.5829013" StarRating="3" HotelCode="|203366" HotelName="Chiva Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Soonvijai 7, New Petchburi Road, Bangkapi, Huaykwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/6/6/203366_1acaf181138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1352.98" OriginalAmount="1313.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|105493" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/45/24451fc03f8aae95af85f7f34799ebbc79047a69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the corporate and shopping centre of Bangkok, next to Sra Prathum Palace and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1357.54" OriginalAmount="1318" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|489047-27580785/1229874587205045222/2996" HotelName="CHIVA BANGKOK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13316100/13316070/088ab47f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1361.54" OriginalAmount="1321.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7392662" Longitude="100.5490851" StarRating="5" HotelCode="|33505" HotelName="Conrad Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road , Bangkok 10330 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/0/5/33505_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 391 rooms and suites. The establishment boasts air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a restaurant, a cafÃ©, a nightclub, conference facilities, room service, a laundry service, WiFi (for a fee) and a car park. SITUATION: This establishment, is in Bangkok the heart of All Seasons Place it is in Close to the embassies, shopping centres and Lumphini park it is 30 minutes drive away from the international airport. ROOM: The establishment has executive rooms and with internet. Each room has an air-conditioning system, individual heating, a double bed, a bathroom with a shower or bath, a safety deposit box, a hairdryer, a direct line telephone, satellite or cable TV, a radio, a balcony or terrace, a kitchen, a mini-bar, a coffee maker, a kettle, a washing machine and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1427.58" OriginalAmount="1386.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723408142857" Longitude="100.58037328571" StarRating="5" HotelCode="263689|marriott_executive_apartments_bangkok_sukhumvit_thonglor" HotelName="Marriott Executive Apartments Sukhumvit Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 57, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/53/8b532e0031e82806d43ab8443b1709faf7d263c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Bangkok. The nearest airport is Bangkok (BKK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1440.97" OriginalAmount="1399" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|24949" HotelName="The Landmark Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Sukhumvit Road, 10110 bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/41/97414ee97ea44b655f389885f522e50554db7903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the shopping and business district of the city, directly in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1441.52" OriginalAmount="1399.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7236811" Longitude="100.5803962" StarRating="4" HotelCode="|187086" HotelName="Marriott Executive Apartments Bangkok, Sukhumvit Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 57 Klongton Nu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/8/6/187086_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1456.42" OriginalAmount="1414" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.547449" StarRating="5" HotelCode="188157|34409" HotelName="Aetas Lumpini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1030/4 Rama 4 Road, Thungmahamek, Satorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b3/d8b3d8997125fdc8773ca7f2781767df18bbbe35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Bangkok, minutes away from business districts, Silom, Sathorn ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1469.81" OriginalAmount="1427.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|pathumwan_princess_hotel" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 MBK Center, Phayathai Road, Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/36/6836731ba5d779a2437e868ad49ddee010bb60a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located adjacent to Siam Square, only a few minutes from the Mah Boon Krong shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1473.93" OriginalAmount="1431.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|shanghai_mansion_best_value_hotel_in_asia" HotelName="Shanghai Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479-481 Yaowaraj Road, Samphantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/aa/53aa9a30e365598ccf10992c5459377599aaf141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bangkok’s Chinatown on the exciting Yaowarat Road. It is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1475.45" OriginalAmount="1432.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7224327" Longitude="100.5812847" StarRating="5" HotelCode="|450901" HotelName="InterContinental Bangkok Sukhumvit, an IHG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sukhumvit 59, Sukhumvit Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/0/1/450901_37eac8c1039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1480.65" OriginalAmount="1437.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7412694" Longitude="100.5541613" StarRating="5" HotelCode="|26171" HotelName="The Landmark Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 SUKHUMVIT ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/7/1/26171_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2002, has 31 floors, 414 rooms and 55 suites. In the establishment entrance, guests will find a lobby, a reception with safety deposit boxes, a currency exchange service and lifts. The establishment also has shops, bars, a restaurant with air-conditioning and internet. There are many services available at the establishment, including room service, a laundry service, a medical care service and a car park. SITUATION: Is situated in the commercial area, Sukhumvit Road it is in You can find shops, restaurants and a train station. it is situated 27 kilometres away from Don Mueang Airport. ROOM: The rooms with air-conditioning, comfortable, a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed and a safety deposit box (available for a fee). FACILITIES: Customers can enjoy the jacuzzi, a sauna, a gym, a beauty centre, a body care centre and a squash court. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service, all meals in a buffet form and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1495.56" OriginalAmount="1452" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35457-25218344/1229874587205045222/1999" HotelName="TOWER CLUB AT LEBUA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3750000/3741500/3741497/7e4af52c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1518.22" OriginalAmount="1474" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399797-27592941/1229874587205045222/3017" HotelName="DUSITD2 SAMYAN BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92380000/92379100/92379035/bdc71b57_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1526.91" OriginalAmount="1482.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742417" Longitude="100.549852" StarRating="4" HotelCode="|422931" HotelName="The Quarter Ploenchit By Uhg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33/2 Ruamrudee Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/9/3/1/422931_2df34231001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1538.95" OriginalAmount="1494.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704827" Longitude="100.491347" StarRating="5" HotelCode="|203180" HotelName="Avani+ Riverside Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>257 CHAROENNAKORN ROAD, THONBURI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/1/8/0/203180_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1580.84" OriginalAmount="1534.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.757456" Longitude="100.533889" StarRating="0" HotelCode="|449512" HotelName="Eastin Grand Hotel Phayathai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Phaya Thai Rd,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/1/2/449512_12736921050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1588.05" OriginalAmount="1541.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7452081" Longitude="100.5547351" StarRating="4" HotelCode="|30889" HotelName="Royal Benja" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT RD (SOI 5), Wattana 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/8/9/30889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a limousine service, The urban hotel, was built in 2007, has 392 rooms, a main 30-storey building and a 2-storey annexed building. Some of the facilities that the establishment offers to guests include air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar, a restaurant, conference facilities and (for a fee) internet, WiFi, There are many services available at the establishment, including room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: It is inBangkok the centre of it is in Sukhumvit the street It is nearAsok, Ploenchit, Rajdamri and Silom the business area of In the surrounding area, you can find shops and public transport services. it is 30 minutes away from Suvarnabhumi Airport. ROOM: The large, smart rooms, have an air-conditioning system, Bangkok views of a bathroom with a shower or bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double or king-size bed, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a gym, a sauna (available for a fee), an outdoor swimming pool, an outdoor bar, deck chairs and parasols. You also have at your disposal a massage service (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and international buffet lunch. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Ask about key collection On request limousine service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1594.88" OriginalAmount="1548.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737352818315" Longitude="100.55948674679" StarRating="5" HotelCode="17499|27444" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection Hotel, Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>250 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/81/9381c840200cf7a4da854ca9941f8c8b44a6caf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Its perfect location in the central business district of Bangkok and conference facilities make this...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1616.07" OriginalAmount="1569" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4" HotelCode="307898|173819" HotelName="Avani+ Riverside Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>257 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b9/8ab9928ca27198d6378b74d86f833747609b73db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1631.28" OriginalAmount="1583.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7469361" Longitude="100.5478087" StarRating="5" HotelCode="|104875" HotelName="Mövenpick Bdms Wellness Resort Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/8/7/5/104875_0e61b281410.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in a garden area, close to Ploenchit and Chidlom Railway Station. FACILITIES: This establishment has an outdoor pool, 8 bars and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1662.70" OriginalAmount="1614.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704645" Longitude="100.491729" StarRating="5" HotelCode="|33148" HotelName="Anantara Riverside Bangkok Resort - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAROENNAKORN, RIVERSIDE 257/1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/8/33148_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, is ideal for holidays and business stays, This establishment is surrounded by a beautiful garden, The establishment boasts 413 rooms, 7 floors, a lobby, a safety deposit box service, a bar, a restaurant and conference rooms. SITUATION: It is situated close to the river, The establishment offers a transfer service, has good links to the tourist attractions. ROOM: The rooms have a bathroom, a satellite television, internet, a mini-bar, a coffee maker, a kettle, an iron, a safety deposit box and individual air-conditioning. FACILITIES: The establishment boastsMandara the spa a swimming pool, a jacuzzi, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1694.21" OriginalAmount="1644.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|26874" HotelName="Anantara Riverside Bangkok Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257/1-3 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b8/98b8603dfa9c1b8d7e75397db3c16e6b6fae15e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Thai colonial-style resort is located in the city on the bank of the Chao Phraya “River of King...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1728.34" OriginalAmount="1678" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="74949|12550" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/fb/47fb9b443dc1550e4fc9f8f640e37edc5ca5c5eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Bangkok, in the central business district. The Erawan shr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1732.46" OriginalAmount="1682.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|golden_tulip_sovereign_hotel_bangkok" HotelName="Golden Tulip Sovereign Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Soi Saengcham, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/80/14801db98385d3829e4a8b52e6b70ce124629b73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the famous Rama 9 Road, less than 4 km from the city centre. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1760.27" OriginalAmount="1709" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|935-28591400/1229874587205045222/1393" HotelName="PATHUMWAN PRINCESS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/47300/47254/a85f7b7d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1766.87" OriginalAmount="1715.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736504" Longitude="100.544059" StarRating="5" HotelCode="|389641" HotelName="Sindhorn Kempinski  Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Tonson, Lumphini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/4/1/389641_10a45a71136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1785.24" OriginalAmount="1733.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7477765" Longitude="100.5387483" StarRating="5" HotelCode="|42519" HotelName="Centara Grand At Centralworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMA 1 RD, PATHUMWAN 999/99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/1/9/42519_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in an excellent location, next to the CentralWorld Shopping Centre. HOTEL: This hotel offers a restaurant, a bar with views of Bangkok, a convention centre, shops and entertainment. This establishment is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1790.37" OriginalAmount="1738.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7375557" Longitude="100.5590463" StarRating="5" HotelCode="|32828" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection , Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT ROAD, SUKHUMVIT 250</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/2/8/32828_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban is ideal for holiday stays hotel, has attentive service, 420 rooms and 42 Grand Suites. You are also offered air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, bars, restaurants, a conference room, WiFi, a car park, room service and a laundry service. SITUATION: Is situated inBangkok the heart of it is near the Asok Skytrain the Railway Station of It is situated a few minutes walk fromSukhumvit the underground station of it has good links to the tourist attractions. ROOM: The large rooms, have a fan, a bathroom and disabled facilities. deluxe rooms and have wooden furniture, All the rooms have duvets, WiFi, a hairdryer, a direct line telephone, satellite or cable TV, a Hi-Fi, a mini-bar, a mini-bar, a double bed, individual air-conditioning and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, deck chairs, a jacuzzi, a sauna, a Turkish bath, a spa, a massage service, hydrotherapy and a gym. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1832.37" OriginalAmount="1779" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|376370-25560838/1229874587205045222/1947" HotelName="AVANI RIVERSIDE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13180000/13172100/13172072/fcf88db5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1839.09" OriginalAmount="1785.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.715964" Longitude="100.741417" StarRating="4" HotelCode="|218542" HotelName="Ammata Lanta Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>88/5 Moo7; Rachathewa; Bangplee;Samutprakarn</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/5/4/2/218542_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1855.03" OriginalAmount="1801" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1365731-26664889/1229874587205045222/2521" HotelName="SILQ HOTEL AND RESIDENCE MANAGED BY ASCOTT LIMITED" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91270000/91269200/91269136/d08c32c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1865.33" OriginalAmount="1811" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|869295-21004316/1229874587205045222/304" HotelName="SINDHORN KEMPINSKI BANGKOK (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44990000/44984900/44984860/w5760h3835x0y5-b3d7be46_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1878.88" OriginalAmount="1824.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7391748" Longitude="100.5576292" StarRating="5" HotelCode="|66646" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>189 Sukhumvit Road Soi 13-15, Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/4/6/66646_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms and senior suites. This establishment is ideal for holidays or business trips. SITUATION: This hotel is in Bangkok the city centre of Where you can find shops, leisure areas and dining facilities. It has excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1890.05" OriginalAmount="1835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.72098914" Longitude="100.56586637" StarRating="4" HotelCode="677215|davis_thai_house" HotelName="Davis Thai House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy Bangkok, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c1/aac1ed1bb6d89f622d309aa39749d861f410f41b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1908.59" OriginalAmount="1853" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.469100" Longitude="-73.180900" StarRating="5" HotelCode="0|93645-25261320/1229874587205045222/2070" HotelName="CENTARA GRAND AT CENTRALWORLD (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1068 Williston Road, South Burlington, 05403, VT, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1847400/1847345/d455b5f2_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 173. Suites: 1. Single-bedded accommodations: 32. Double bedrooms: 140. Smoking rooms: 0. Nonsmoking rooms: 173. Physically challenged rooms: 8. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Burlington, and Vermont's Queen City experience,
Located just minutes from the Green Mountains and Lake Champlain, our hotel places you in the middle of all the natural beauty found in Burlington, Vermont. The hotel is situated just off I-89 at exit 14E, so you can be assured that you have easy access to area companies and attractions. If business or meetings bring you to Burlington, Vermont, the hotel's 4,290 sq ft of meeting space provides a venue to host functions for up to 200 people. In addition to these amenities, we are just a short drive from Dealer.com, Burton Snowboard Factory, University of Vermont and Burlington International Airport (BTV). Free 24 hour shuttle service is available to the airport and UVM Medical Center.  
Not only are we located in the heart of Vermont's natural landscape, but the hotel is also just minutes from great shopping at University Mall and historic Church Street Marketplace. Area attractions like the ECHO Lake Aquarium, Vermont Teddy Bear Company and Ben &amp;amp; Jerry's Ice Cream Factory can also be found nearby. With so much to do in town, don't forget that the Holiday Inn® Burlington hotel offers a well-equipped Fitness Center, indoor and outdoor pools and free high-speed, wireless Internet access for your convenience. You also have the chance to enjoy a great meal in the cozy atmosphere of our on-site restaurant. Harper's is open for breakfast and dinner, and kids under 12 eat for free every day.. Onsite facilities information- ParkingProperty was built in 1965. Hotel Currency: USD. Additional Addresses: Other: 1068 Williston Road, South Burlington, 05403, VT, US. Additional Phone Numbers: Fax - Other: 18028633061. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2000.46" OriginalAmount="1942.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|609988" HotelName="Waldorf Astoria Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Ratchadamri Road, Lumpini, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e2/ece2e9a76d3dd4fa8339e0a2181b3f6cbabeea89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Bangkok.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2012.62" OriginalAmount="1954" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16103-28510899/1229874587205045222/1173" HotelName="ROYAL BENJA (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11780000/11776700/11776659/398a20e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2044.97" OriginalAmount="1985.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|27314" HotelName="The Athenee Hotel, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu), Lumphini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d2/30d2c90d00cb0d892921b999ee70640a14720a62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre on Wireless Road, Bangkok’s most sought-after add...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2185.27" OriginalAmount="2121.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7412262" Longitude="100.5474544" StarRating="5" HotelCode="|26165" HotelName="The Athenee , A Luxury Collection , Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu),</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/6/5/26165_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, urban hotel was opened in 2000. The establishment has 382 standard rooms, a large hall with elevators, a reception with air-conditioning, a cloakroom and a safety deposit box service. Some of the facilities that the establishment offers to guests include a mini-market, a hairdresser's, WiFi, a cosy bar, a cafÃ© and a restaurant with highchairs. The establishment boasts conference rooms with features that offer you the maximum level of comfort, room service, a laundry service and a medical care service. Outdoors, guests have access to a playground. At the establishment, guests can use the car park. SITUATION: This hotel is in a central area. Is situated in Wireless Road around the establishment, clients can find shops, leisure areas and entertainment. A few minutes walk away from the establishment, clients can find skytrain Train Station. Is 25 kilometres from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2262.91" OriginalAmount="2197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738929708013" Longitude="100.56208277802" StarRating="5" HotelCode="409509|grand_millennium_sukhumvit" HotelName="Pullman Bangkok Grande Sukhumvit Asoke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit, 21 Asoke Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4d/2a4d3f40b2a631f243b116cb5bd05c7b438ce031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in one of Bangkok’s prime central areas, the hotel is in close proximity to Queen Sirikit Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2300.66" OriginalAmount="2233.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7389305" Longitude="100.56212" StarRating="5" HotelCode="|37507" HotelName="Hilton Bangkok Grande Asoke" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit 21 Asoke Road Klongtoey Nua Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/0/7/37507_01069851205.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2007, is urban with air-conditioning, perfect for business and holiday stays, has 325 standard rooms and suites and a lobby with a reception, Some of the establishment facilities on offer are a safety deposit box service, a currency exchange service, a lift, a kiosk, internet, a cafÃ©, a bar and a restaurant. The establishment has a car park, conference facilities, room service and a laundry service. SITUATION: Is situated inBangkok a central area of it is situated 35 kilometres away from Queen Sirikit Congress Centre It is situated in the surrounding area of public transport services, shops, a car park and shops. it is 30 minutes away from Suvarnabhumi Airport it is situated 22 kilometres away from Don Mueang Airport. ROOM: Each room has a bathroom with a bath, a shower, a direct line telephone, a safe, LCD satellite and cable television, a radio, a stereo, internet, an electronic key, a hairdryer, a mini-bar, a coffee maker, a kettle, an iron, a double or king-size bed and individual air-conditioning. FACILITIES: The establishment has a pool that has a children's area, deck chairs, parasols, a spa (available for a fee) and a gym. You can also enjoy a hydromassage bath, a sauna, a solarium, a steam bath and a massage service (available for a fee), You also have at your disposal a putting green. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy 6 restaurants, a bar, Italian specialties, Japanese food and typical dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2315.44" OriginalAmount="2248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.733367" Longitude="100.565967" StarRating="5" HotelCode="160454|s31_sukhumvit_hotel" HotelName="S31 Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>545 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9b/1c9b73762d4f8108412c576a020eb83e1649909a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of Bangkok's prime central areas, just 5 minutes' walk from BTS (Sky tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2456.55" OriginalAmount="2385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|sofitel_so_bangkok" HotelName="SO Sofitel Bangkok" 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,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Sathorn Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/28/e628f1e92841a0d64db875aed092ababa25fbc30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top class hotel is located within the business and commercial district of Bangkok. The hotel is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2485.21" OriginalAmount="2412.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7335991" Longitude="100.565986" StarRating="4" HotelCode="|69781" HotelName="S31 Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT 31, KLONGTOEY-NUA, WATTANA 545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/8/1/69781_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2009, has 90 rooms, a hall with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a cafÃ©, a bar and a restaurant. The establishment has conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: It is in a central area, 5 minutes away, guests can find the train station situated 2 kilometres away from the airport, this hotel is situated 20 kilometres away from Suvarnabhumi Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a safety deposit box, an open-plan kitchen, a mini-bar, a fridge, a microwave, a coffee maker, a kettle, an ironing set, an air-conditioning system and a balcony or terrace. FACILITIES: The establishment boasts a salt water swimming pool with a children's area, a swimming pool bar, deck chairs, a gym, a jacuzzi, a sauna, a steam bath, a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service, Customers have at their disposal a coffee shop. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2524.53" OriginalAmount="2451" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.7537989" Longitude="-92.4678222" StarRating="5" HotelCode="0|175348-25358065/1229874587205045222/1985" HotelName="SO BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1821 N. Missouri St, Macon, 63552-1973, MO, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4530000/4524000/4523909/058ec1b9_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 62. Floors: 3. Property description- Behind every great day is a great night at the Comfort Inn and Suites Macon hotel in Macon, MO. Our convenient location at the junction of Highways 63 and 36 makes this smoke-free hotel an ideal lodging choice. Business travelers appreciate our meeting space and copy and fax services, as well as complimentary amenities like daily hot breakfast, a fitness center, indoor heated pool, laundry facilities and parking for vehicles of any size, including RVs. Each guest room features a 32-inch LCD flat-screen TV, refrigerator, microwave, coffee maker and hair dryer. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Cash-paying guests must make a 200.00 USD deposit.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2525.93" OriginalAmount="2452.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7421318" Longitude="100.5521533" StarRating="5" HotelCode="|31021" HotelName="Jw Marriott  Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road, Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/1/31021_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, The establishment offers guests excellent service, meeting facilities and dining facilities. SITUATION: This hotel is in Watthana the district of near the establishment, guests will find the commercial area, the business area, and CentralWorld the shopping centre el Siam Paragon, el Siam Center and el MBK Centre 2 kilometres away from the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2531.85" OriginalAmount="2458.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|79050" HotelName="Anantara Siam Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20df54f35ba9e789107bb1b6e32fd8f94e3b487c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location on Rajadamri Road, one of Bangkok's most famous boulevards...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2562.04" OriginalAmount="2487.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748457" Longitude="100.534769" StarRating="5" HotelCode="|72438" HotelName="Siam Kempinski Bangkok - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama I Road, Bangkok</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/4/3/8/72438_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, has 303 rooms, gardens, is luxurious and ideal for holidays or business trips. In the entrance, guests are offered a hall, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and an auditorium. Guests can also enjoy an entertainment programme, a cafÃ©, a restaurant, a bar and a pub. The establishment offers guests conference facilities, WiFi (for a fee), room service, a laundry service and a car park. SITUATION: This hotel Siam Paragon it is situated next to 5 minutes away from the establishment you have the railway station, CentralWorld and Siam Discovery the shopping centres 50 minutes away from the establishment you have Suvarnabhumi Airport. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a king-size bed, a direct line telephone, a satellite or cable television, a radio, internet, a safe, a mini-bar, a coffee maker and a kettle. FACILITIES: Customers can enjoy 3 swimming pools, salt water swimming pools, a children's swimming pool, a jacuzzi and a spa. On the rooftop, our customers can find a gym, an outdoor bar, a terrace, deck chairs and parasols. Clients can relax with a massage service, a sauna and a steam bath. MEALS: Guests are offered buffet breakfast and lunch and an Ã  la carte or set-menu dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2621.35" OriginalAmount="2545" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|918-28598848/1229874587205045222/1127" HotelName="JW MARRIOTT BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54700/54653/3c5f036e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2640.92" OriginalAmount="2564" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1351867-26644838/1229874587205045222/2902" HotelName="THE SALIL RIVERSIDE BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83770000/83763100/83763055/8ec66bde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2695.51" OriginalAmount="2617" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|26393" HotelName="Siam Kempinski Hotel Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama 1 Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/68/6f688748a7f6326b74917a2f313336398336f4f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a secluded sanctuary located next to Siam Paragon, 5 minutes' walk from the Siam BTS Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2744.95" OriginalAmount="2665" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|205519-32594306/1229874587205045222/1026" HotelName="CHAKRABONGSE VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/205519/2013123164051850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2764.52" OriginalAmount="2684" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|145005-20766900/1229874587205045222/256" HotelName="SIAM KEMPINSKI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3140000/3135900/3135840/684e4b1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2893.77" OriginalAmount="2809.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.723691" Longitude="100.52833" StarRating="5" HotelCode="|444044" HotelName="The Standard, Bangkok Mahanakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>114 Thanon Naradhiwat Rajanagarindra Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/4/444044_56e77e21010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2940.75" OriginalAmount="2855.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.739871" Longitude="100.539994" StarRating="5" HotelCode="|103557" HotelName="The St Regis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/3/5/5/7/103557_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Rajadamri Road is situated in the shopping centre Bangkok. 500 metres away, guests will find the stores.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2979.79" OriginalAmount="2893" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|923-25191502/1229874587205045222/1905" HotelName="ANANTARA RIVERSIDE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2200/2120/w5755h3840x5y0-4fe5efb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3140.47" OriginalAmount="3049" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|26388-25213177/1229874587205045222/2328" HotelName="COMO METROPOLITAN (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/990000/983700/983682/352ea5fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3280.55" OriginalAmount="3185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.740138063216" Longitude="100.54003000259" StarRating="5" HotelCode="161865|the_st_regis_bangkok" HotelName="The St. Regis Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/ea/25eada22ca890d870a56f3ee619a19e068211174.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is located in the heart of Bangkok, at the most eminent address. With a prestigious location alon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3906.81" OriginalAmount="3793.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.80504" Longitude="100.57474" StarRating="4" HotelCode="|238551" HotelName="The Bazaar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 RATCHADAPHISEK RD., CHOMPON, CHATUCHAK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/5/5/1/238551_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4262.14" OriginalAmount="4138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|377912-25561608/1229874587205045222/2415" HotelName="THE BAZAAR (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13300000/13291000/13290942/f9eb661b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5023.31" OriginalAmount="4877" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1413317-28600059/1229874587205045222/1159" HotelName="THE RITZ-CARLTON, BANGKOK" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109140000/109137700/109137605/7d55ac53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5200.47" OriginalAmount="5049.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|mandarin_oriental_bangkok" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Oriental Avenue, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/a5/a3a5eb66a284e58e47118083cce809272790d204.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Bangkok; Silom Road is 5 minutes' walk away, Sukumvit R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5524.22" OriginalAmount="5363.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7241492" Longitude="100.5144102" StarRating="5" HotelCode="|35501" HotelName="Mandarin Oriental, Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ORIENTAL AVENUE 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/0/1/35501_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a restaurant, conference facilities, WiFi, room service and a laundry service. Guests are also offered a car park. SITUATION: This hotel is in the centre of Bangkok. It is 20 minutes away from Sukumvit Street, 10 minutes away from the square Siam. It is 30 kilometres away from Muang-Bangkok Airport. It is just 40 kilometres away from Suvarnabhumi Airport. ROOM: The rooms have butler service, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite TV, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a bar, a terrace, deck chairs and parasols. The establishment has a gym, a jacuzzi, a sauna and a steam bath. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6529.17" OriginalAmount="6339" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|16089-28598780/1229874587205045222/1577" HotelName="MANDARIN ORIENTAL (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14000/13953/5b23e2e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="9332.83" OriginalAmount="9061" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1413323-27591626/1229874587205045222/1972" HotelName="VILLA DEVA RESORT AND HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90830000/90827500/90827474/8533f95c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10996.24" OriginalAmount="10675.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.743717" Longitude="100.547592" StarRating="5" HotelCode="|389637" HotelName="Park Hyatt Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Wireless Road, Lumpini, Pathumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/6/3/7/389637_c5844a91121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33011.79" OriginalAmount="32050.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.73037583" Longitude="100.56553178" StarRating="4" HotelCode="8968|1964875" HotelName="Bangkok Marriott Marquis Queen’s Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Soi 22, Klong Ton, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80009f9d73ad7d9a5c35fff43df790de347909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Pratunam-Victory Monument commercial and shopping area. Banks, shops, r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.52" OriginalAmount="43.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.77215" Longitude="100.50357" StarRating="0" HotelCode="|440239" HotelName="Sawatdee Guesthouse the Original" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Si Ayutthaya 16, Bangkok, 10300</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.43" OriginalAmount="137.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.789519" Longitude="100.574935" StarRating="0" HotelCode="|358726" HotelName="Pastelhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1312,Soi Udomsuk 1,Thanon Sutthisan Winitchai,Huai Khwang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.50" OriginalAmount="138.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7431758" Longitude="100.5023249" StarRating="0" HotelCode="|359122" HotelName="Ama Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Soi Sapanhan, Chakkrawat Rd Chakkrawat Samphanthawong, Bangkok 10100, Bangkok, Bangkok 10100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.48" OriginalAmount="146.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7417937" Longitude="100.5143825" StarRating="0" HotelCode="|358246" HotelName="La Locanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phantha Chit 2 40/42, Pom Prap, Pom Prap Sattru Phai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.47" OriginalAmount="162.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7542" Longitude="100.539" StarRating="3" HotelCode="|439621" HotelName="FAMILY SUITE ROOM PRATUNAM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>177/283 9th Floor Indra Condominium, Sangkorn Alley, Phaya Thai Road, Ratchathewi , 10400 Bangkok, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.52" OriginalAmount="179.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.714816" Longitude="100.591165" StarRating="3" HotelCode="|446506" HotelName="Hide And Seek Boutique Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>44/8 46 Sukhumvit Rd, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.51" OriginalAmount="226.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7385595" Longitude="100.5488835" StarRating="3" HotelCode="|278062" HotelName="Sukhothai Residence Ruam Ruedi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-26/24 Soi.Ruamruedee Ploenchit Rd, Ploenchit, Patumwan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.87" OriginalAmount="253.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.9157185" Longitude="100.5563164" StarRating="0" HotelCode="|358084" HotelName="Impact Challenger Muang Thong Thani Service Apartm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Popular Condo Muangthong Thani, Room 2/22, Floor 2 Block T8, Popular 3 Road, Pak Kret, Nonthaburi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.02" OriginalAmount="259.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.737802" Longitude="100.55337" StarRating="0" HotelCode="|359121" HotelName="Royal Garden Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit 3, Nana Nue 63/1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.79" OriginalAmount="266.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.7545265" Longitude="100.4982936" StarRating="0" HotelCode="|358242" HotelName="Boon Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Bunsiri Road, Kwang San Chao Pho Sua, Phra Nakhon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.29" OriginalAmount="332.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.763182" Longitude="100.563527" StarRating="2" HotelCode="|171960" HotelName="@Ratchada Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/36-37 Ratchadapisek Rd, Dindaeng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.24" OriginalAmount="353.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.736" Longitude="100.579" StarRating="3" HotelCode="|408711" HotelName="LA RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THONGLOR 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.59" OriginalAmount="390.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.663843" Longitude="100.6307144" StarRating="3" HotelCode="|446530" HotelName="Orion Hotel and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Bang Na-Trat 32, Bang Na Tai Sub-district, Bang Na, Bangkok, Bangkok, 10260</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Bar,Massage Centre,Restaurant,Room Service,Conference Hall,Designated Smoking Area,Fax,Kitchen,Laundry,Lounge,Sauna,Telephone Service,Wheelchair Access,Diet Meals,Shopping Arcade,Currency Exchange,Swimming Pool,Spa,Garden,Jacuzzi,Nightclub,Golf,Heated Pool,Bicycle Rental,Central Heating,Beauty Salon,Coffee Shop,Dry Cleaning,Elevator,Parking,24 Hour Security,Dining,24 Hour Front Desk,Business Centre,Concierge,Housekeeping,LCD/Projector,Luggage Storage,24 Hour Power Supply,Babysitting,Wake-up Call Service,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Meeting Room,Valet Parking,Printer,Convenience Store,24 Hour Room Service,Kids Play Area</BasicAmenities>
    <HotelRating>4,3,2,5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>VILLAGE,CITY HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,HOTEL DE CHARME,ECO HOTEL,CLUB RESORT,SPA HOTEL,HISTORIC HOTEL,APARTMENT,HOSTELS,APARTHOTEL,RESIDENCES,HOSTEL,AIRPORT HOTELS,GUESTHOUSE,GUEST HOUSES,CONDOS</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
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="6f0dfb96-d45d-48df-8b11-8d2f3f97390f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-15T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|59462" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="amir@tripdesigner.pk" Password="Key1234@" RequestedCurrency="GBP" ClientNationality="pk" ClientCountry="Pakistan" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6f0dfb96-d45d-48df-8b11-8d2f3f97390f|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="6f0dfb96-d45d-48df-8b11-8d2f3f97390f" TimeStamp="0001-01-01T00:00:00" HotelName="Furama Silom Bangkok" HotelCode="59462" StarRating="3" GTCityId="73355" CountryCode="TH" CityName="Bangkok" CountryName="Thailand" Address="533 Silom Road" PostCode="10500" PhoneNo="+6626886888" FaxNo="+6626886889" Email="reservations.fxbkk@furama.com" CheckInTime="12:00 PM" CheckOutTime="12:00 PM" Latitude="13.724718" Longitude="100.525489" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Family room" RoomTypeCode="59462H65_1183H2HNHNnhln2|1779711714.DGOEAf-GBRA7046boffF|203.82|94|MjAzLjgyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="176" TotalPrice="181.26" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T13:21:54.4036522+01:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="175.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family" RoomTypeCode="0|1331|1165679475|1779711714075297B2081B0||yes|27554|16|MTgzLjc1fEdCUHwyMDI2LTA1LTI1" OriginalAmount="184" TotalPrice="189.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Tiling|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="189.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1241460625|1779711716022207B2120B0||yes|27554|16|MjAwLjI0fEdCUHwyMDI2LTA1LTI1" OriginalAmount="200" TotalPrice="206.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Tiling|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, 2 DOUBLE BEDS" RoomTypeCode="0|0|1442432735|1779711716022207B2120B3||yes|27554|16|MzI1LjM4fEdCUHwyMDI2LTA1LTI1" OriginalAmount="325" TotalPrice="335.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Tiling|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="335.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, 2 DOUBLE BEDS" RoomTypeCode="0|1331|1442432735|1779711716022207B2120B2||no|27554|16|MzQyLjkxfEdCUHwyMDI2LTA2LTEw" OriginalAmount="343" TotalPrice="353.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Tiling|Carpeting|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="353.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_1_5544.jpeg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/9/4/6/2/59462_3.jpg" /></Images><HotelDescription>HOTEL: This great value hotel, has fantastic views, attentive service, a fitness centre with features that offer you the maximum level of comfort, a swimming pool, a restaurant, a bar, a lounge, room service, business service, meeting facilities and conference rooms. SITUATION: It is well-connected with the railway station, this hotel Bangkok it is in Patpong Night Market it is located close to near the establishment, you will find the tourist attractions, the shopping area and the leisure area. ROOM: The establishment has 175 rooms, with beautiful views.,</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite TV channels</Description><Value>Satellite TV channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>TV</Description><Value>TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Lounge</Description><Value>Lounge</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bath robe</Description><Value>Bath robe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Free bathroom amenities</Description><Value>Free bathroom amenities</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>WC</Description><Value>WC</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Refrigerator</Description><Value>Refrigerator</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Ironing equipment</Description><Value>Ironing equipment</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Desk</Description><Value>Desk</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking prohibited throughout the entire accommodation</Description><Value>Smoking prohibited throughout the entire accommodation</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool</Description><Value>Outdoor pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Rooftop pool</Description><Value>Rooftop pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pool with views</Description><Value>Pool with views</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sun loungers/beach chairs</Description><Value>Sun loungers/beach chairs</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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="d94c39b5-92b8-4160-a5f2-61d1b61154ef">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="24075" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-21T00:00:00" End="2026-06-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="operation@yalasafir.com" Password="operation@2026" 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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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:887a675e-bd1e-4054-8230-ccbd064d862b
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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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
d94c39b5-92b8-4160-a5f2-61d1b61154ef|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-25T13:36:02.4225631+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d94c39b5-92b8-4160-a5f2-61d1b61154ef" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="19.02" OriginalAmount="18.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.422474" Longitude="2.097011" StarRating="0" HotelCode="|124636" HotelName="Inout" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Major Del Rectoret, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/3/6/124636_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel el Parque de Collserola it is in it is a 20-minute train ride away from Barcelona the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.97" OriginalAmount="19.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4258875" Longitude="2.1686431" StarRating="0" HotelCode="|124540" HotelName="Mellow Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D'aguilar, 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/4/0/124540_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in a quiet, residential area, Parc GÃ¼ell de GaudÃ­ a 10-minute walk away from Vilapicina the metro station. FACILITIES: On the rooftop, you can find a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.425963590021" Longitude="2.1686196327209" StarRating="2" HotelCode="178623|feetup_mellow_eco_hostel_barcelona" HotelName="Mellow Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Aguilar 54, 08032 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/13/1a13941ef9bc8cd2c96372e241efc47f82990b84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.01" OriginalAmount="23.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388027969187" Longitude="2.1337172625656" StarRating="1" HotelCode="94215|145239" HotelName="Pere Tarrés Youth Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Hostel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Numància 149-151, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d9/c3d98da9a7b6295c8fb58e04690d4492849c99d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located on Numancia in Barcelona city centre, opposite the La Illa shopping centre and...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1181502-26500404/4329126474802115170/10460" HotelName="INOUT HOSTEL BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8980000/8971500/8971485/56aa9158_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399696" Longitude="2.162003" StarRating="2" HotelCode="384727|bcnsporthostels" HotelName="BcnSportHostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Jacuzzi,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Perill 26, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7e/b57e559517c5712a7abb8b16d5b8ea722e47f09d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37977431" Longitude="2.17351371" StarRating="2" HotelCode="662517|ideal_youth_hostel_" HotelName="Ideal Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Beauty Salon,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Unio 10,12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f3/48f3bad5bf3e4b5185d47259007586934367340b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal Youth Hostel is a popular choice amongst travelers in Barcelona, whether exploring or just pas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.11" OriginalAmount="24.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390993" Longitude="2.196446" StarRating="0" HotelCode="|255489" HotelName="Unite Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/4/8/9/255489_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.09" OriginalAmount="25.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388272" Longitude="2.13383" StarRating="0" HotelCode="|78152" HotelName="Pere Tarrés" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/Numancia 149-151 Les Corts</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/8/1/5/2/78152_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, lifts and a TV room. SITUATION: It is situated 3 kilometres away from the historic centre. 6 kilometres away, you can find the harbour and the beach. It is well-connected with public transport. In front of the establishment, guests have a shopping centre. In the surrounding area of the establishment, guests can find bars and restaurants. It is situated next to the Diagonal Avenue. It is 3 kilometres away from the city centre of Barcelona. 6 kilometres from the establishment, guests will find the sea. It is situated 15 kilometres away from the train station. 20 kilometres from the establishment, guests will find the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.67" OriginalAmount="25.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.412395404477" Longitude="2.1565220985997" StarRating="2" HotelCode="361636|1717658" HotelName="Factory House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Molist 5, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/78/2d788a0b4904ac56026eb6d55fbbca0da7eea8c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.74" OriginalAmount="25.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384810757641" Longitude="2.1624949478555" StarRating="2" HotelCode="313511|1738548" HotelName="Toc Hostel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 580, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8f/3f8fc85e07027305aefb25373c656338ad6b53c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="793638|unite_hostel_barcelona" HotelName="Unite Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Ica`ria 145</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/c4/1ec4629e36313c22b45a91835d55666b452a487e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.407069038185" Longitude="2.1865478405878" StarRating="2" HotelCode="144581|1462458" HotelName="Barcelona Urbany" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Meridiana 97, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e5/6de53064a91d2c00be9551246d7ce5b78fd7a9b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400578-28481875/4329126474802115170/5248" HotelName="HOSTEL NEW YORK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400578/2024517134616390.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|564803-25715706/4329126474802115170/14800" HotelName="BCN SPORT HOSTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9710000/9707400/9707301/6f0d0773_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1029779-26230684/4329126474802115170/13300" HotelName="UNITE HOSTEL BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44120000/44113100/44113089/c071876f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400362771641" Longitude="2.2058518671666" StarRating="2" HotelCode="267004|amistat_beach_hostel" HotelName="Amistat Beach Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Amistat 21-23, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/07/2f0730f22bbc3bda02fe9fe62c9615024d140667.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.95" OriginalAmount="31.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.418577" Longitude="2.187319" StarRating="0" HotelCode="|552664" HotelName="Amistat City Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Meridiana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/6/4/552664_2b99b8d1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029549-26230348/4329126474802115170/14300" HotelName="FACTORY HOSTELS BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9430000/9428200/9428187/376ce386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.44" OriginalAmount="32.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3860955" Longitude="2.167619" StarRating="0" HotelCode="|124263" HotelName="St Christopher's Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bergara, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/6/3/124263_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This guesthouse, La Rambla it is situated 2 minutes away from. ROOM: The stylish rooms, have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39694378" Longitude="2.17725987" StarRating="2" HotelCode="624603|hola_hostal_eixample" HotelName="Hola Hostal Eixample" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Napols 149-151, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/41/a9412c980da5d05fce840f2f7779e170842c3ca0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.28" OriginalAmount="33.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3909863" Longitude="2.1657659" StarRating="0" HotelCode="|73775" HotelName="Safestay Barcelona Passeig De Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSEIG DE GRACIA 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/7/7/5/73775_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building Barcelona it is situated in The establishment boasts great city views single rooms, double rooms and some rooms with bathroom, Our guests can find a bar, internet (free of charge) and satellite TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.53" OriginalAmount="33.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3905608" Longitude="2.1624364" StarRating="0" HotelCode="|124466" HotelName="The Buba House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/6/6/124466_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hostel, is in Eixample the District Casa BatllÃ³ de GaudÃ­ a 5-minute walk away from. HOTEL: This youth hostel it offers a buffet breakfast and (free of charge), WiFi in communal areas, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.60" OriginalAmount="33.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38447" Longitude="2.161243" StarRating="0" HotelCode="|127250" HotelName="Urbany Hostel Bcn Go!" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA 563</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/2/5/0/127250_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, has a television room, video games, a bar, a restaurant, breakfast service, Ã  la carte dinner and activities. SITUATION: This establishment is situated in Barcelona city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37362601" Longitude="2.16919785" StarRating="1" HotelCode="424856|hellobcn_hostel_barcelona" HotelName="Hello BCN Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lafont 8-10, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c5/6dc51b64ac884b9608bd7a3a0d1fa5093d6f6ca0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Parallel. The accommodation comprises a total of 30 snug guests rooms. P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386211669563" Longitude="2.1676255095695" StarRating="1" HotelCode="935468|st_christophers_inn_barcelona__hostel" HotelName="Hostel St Christophers Inn Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bergara 3, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2e/592e3ac3b7ef98d49f3bca889d5ec59d70b63fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Plaza Catalunya. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.68" OriginalAmount="34.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390846263706" Longitude="2.1657039073576" StarRating="2" HotelCode="92779|860875" HotelName="Safestay Passeig de Gràcia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 33, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646155/646155a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.14" OriginalAmount="35.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39384205" Longitude="2.14820462" StarRating="2" HotelCode="384087|1770468" HotelName="Wow Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hostels" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 578-3º, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/79/b279ad831229050daffac09e988d5e7c739bbf3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1029473-26230246/4329126474802115170/14900" HotelName="BARCELONA PERE TARRES HOSTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785500/2785499/6a786867_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.14" OriginalAmount="36.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399203854125" Longitude="2.1625123445073" StarRating="1" HotelCode="466065|1680328" HotelName="Generator Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 373-377, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/173118/173118a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar and a laundry service. Wireless internet access (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.60" OriginalAmount="36.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39641589" Longitude="2.16386666" StarRating="2" HotelCode="361559|1717938" HotelName="The Loft Hostel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 318, 08037 Barcelona, Provincia Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/zz/b3ad05dc66a29d869453babbb0bfc51f814c8cfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029531-28476711/4329126474802115170/4754" HotelName="CASA BARCELO HOSTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9620400/9620384/09d7dc54_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.59" OriginalAmount="39.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3964272" Longitude="2.1638625" StarRating="0" HotelCode="|369000" HotelName="The Loft" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/0/0/0/369000_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39219196" Longitude="2.15371058" StarRating="2" HotelCode="383980|barcelo_hostel" HotelName="Barceló Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 226, Entresuelos, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/f5/a8f54f9905aa2bbb652ae50f3fc9c9e4326841f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.34" OriginalAmount="41.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39574" Longitude="2.15831" StarRating="0" HotelCode="|183594" HotelName="The Central House Barcelona Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/9/4/183594_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.45" OriginalAmount="41.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.406154" Longitude="2.1834353" StarRating="0" HotelCode="|124369" HotelName="No Limit Graffiti" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aragon 527 Principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/6/9/124369_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 2-minute walk away from Encants the underground station of la Sagrada Familia a 10-minute walk away from. HOTEL: This youth hostel has a terrace and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.80" OriginalAmount="41.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391586519069" Longitude="2.1774208558197" StarRating="2" HotelCode="310496|1460718" HotelName="360 Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bailen 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/67/87675897522e50a249108937eb5d8b3a6df8fca5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39569058" Longitude="2.15835081" StarRating="2" HotelCode="429500|rodamon_barcelona_centre" HotelName="Rodamón Barcelona Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 302 Pis Principal, Barcelona 08008</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/0e/8e0ed0702b51377feb3535be1fad4540988630f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Rodamón Barcelona Hostel in Barcelona (Eixample), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38409972" Longitude="2.17964654" StarRating="2" HotelCode="592529|safestay_barcelona_gothic" HotelName="Safestay Barcelona Gothic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Street Vigatans 5-9, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/22/8422b9629734caaf35ac4a7950a0eb5aa524a962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.50" OriginalAmount="42.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3971332" Longitude="2.1762118" StarRating="2" HotelCode="|311807" HotelName="Bed And Bike Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/1/8/0/7/311807_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.83" OriginalAmount="42.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3809765" Longitude="2.1294997" StarRating="0" HotelCode="|369032" HotelName="Room018bcn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La Pobla de l'illet, 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/0/3/2/369032_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396466938741" Longitude="2.1753031699405" StarRating="2" HotelCode="438295|hostalin_barcelona" HotelName="Hostalin Barcelona Diputación" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 346, 1º-1ª, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/6c/266c8263adbb3afdcbf04c257f09e77b92332099.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.32" OriginalAmount="44.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39360742" Longitude="2.17128926" StarRating="0" HotelCode="662512|soul_backpackers_barcelona" HotelName="Soul Backpackers Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Diputacion 323</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/0d/a20d6fc6f7cfd60d427510c7e28a0daf02555928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.51" OriginalAmount="44.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3946817" Longitude="2.1691937" StarRating="0" HotelCode="|369261" HotelName="Barcelona Bruc I &amp; Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/2/6/1/369261_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.92" OriginalAmount="44.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396295" Longitude="2.16402" StarRating="2" HotelCode="|555911" HotelName="The Loft Hostel Barcelona La Pedrera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/9/1/1/555911_7a415901522.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386628868689" Longitude="2.1657980155341" StarRating="2" HotelCode="322038|sleep_green__certified_eco_youth_hostel" HotelName="Sleep Green Certified Eco Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 15, Pral-1, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/97/e397abc82b98d53fd9028a6bccf328b66c0a2f9f.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.36" OriginalAmount="45.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3867263" Longitude="2.1663988" StarRating="0" HotelCode="|368477" HotelName="Alternative Creative Youth Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/4/7/7/368477_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.87" OriginalAmount="46.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3774547" Longitude="2.1645759" StarRating="0" HotelCode="|124567" HotelName="Paraiso" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de San Pablo 55-57 Ppal1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/6/7/124567_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the centre of 200 metres away from Sant Antoni the underground station of. ROOM: All the rooms have WiFi (free of charge), a balcony and a television. Some rooms have private bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.59993" Longitude="-6.223947" StarRating="2" HotelCode="0|1145327-28473442/4329126474802115170/2121" HotelName="360 HOSTEL BORNE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 JAVIER DE BURGOS, EL PUERTO DE SANTA MARIA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8380000/8376700/8376652/8980429c_b.jpg</HotelPictures>
        <HotelDescription>This hotel is set at the heart of El Puerto de Santa Maria, just a short distance away from the beach. The hotel is surrounded by bars, restaurants and shops. Guests will find themselves just a 10 minutes' driving distance away from Jerez de la Frontera. Cadiz is located just a 25 minutes' drive away. This hotel combines spacious and bright spaces with comfort and convenience. The guest rooms are modern, beautifully decorated in warm, welcoming tones, and are well equipped with up-to-date amenities. Guests can enjoy a delightful breakfast in the mornings, for a great start to the day. Guests are invited to avail of the hotel's facilities and services.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3867" Longitude="2.1664" StarRating="2" HotelCode="519576|alternative_creative_youth_hostel_barcelona" HotelName="Alternative Creative Youth Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 17, Entresòl-3, Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/2e/522e24f733358b955a3d9b4cc61b312c97971eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.18" OriginalAmount="47.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37748360517" Longitude="2.1644966444746" StarRating="1" HotelCode="404427|1824248" HotelName="Hostal Paraiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 55-57, Principal 1, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/45/2445a11388642db278438d690e8cbcd850d9128e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Las Ramblas. Those who dislike animals may enjoy their stay, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="47.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3808679" Longitude="2.1748481" StarRating="0" HotelCode="|124594" HotelName="Sun and Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferran, 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/9/4/124594_6e4fac51026.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the centre of Las Ramblas a 1-minute walk away from. HOTEL: The establishment offers guests rooms with features that offer you the maximum level of comfort and WiFi (free of charge), in communal areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|564731-28458470/4329126474802115170/5385" HotelName="HOSTALIN DIPUTACION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5640000/5631800/5631775/ba137bcf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39076681" Longitude="2.14098725" StarRating="0" HotelCode="591733|dream_cube_hostel" HotelName="Dream Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Beauty Salon,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Sarrià Avenue 67, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0e/d30e5e5241790c50dff5dd7d469d8c1421b2eed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Dream Cube Hostel puts everything the city has to offer just o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.315683187492" Longitude="2.0824670791626" StarRating="2" HotelCode="188099|centre_esplai_hostel" HotelName="Centre Esplai Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Del Riu Anoia 42-54, El Prat De Llobregat, 08820 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ff/3dff74b4de6a37b6bae36430d7badc3ef864ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in a quiet area in Barcelona, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390550433912" Longitude="2.1775543801969" StarRating="2" HotelCode="319447|360_hostel_barcelona_artsculture" HotelName="360 Hostel Barcelona Arts&amp;Culture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 56, Ppal, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/df/33df8c6c0c961118b72ecea5b063ce06981ebfd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|935583-28450479/4329126474802115170/5326" HotelName="HOSTAL SANT CARLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/935583/2021112310454469.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.92" OriginalAmount="50.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3771067" Longitude="2.123746" StarRating="0" HotelCode="|124534" HotelName="Onefam Les Corts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passatge Regente Mendieta, 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/3/4/124534_6465f621124.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Les Corts the district of Camp Nou 3 minutes away from. FACILITIES: The establishment boasts a TV room and a billiards table.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.16" OriginalAmount="51.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3893676" Longitude="2.1730708" StarRating="0" HotelCode="|124286" HotelName="Sant Carlo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/8/6/124286_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the centre of a 3-minute walk away from points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391878053531" Longitude="2.1663396846558" StarRating="2" HotelCode="469871|ona_paseo_de_gracia_hostel" HotelName="No Limit Hostel Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell De Cent 355 1º, 08007 Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/74/f7746e16e1eb4280fd75b1266abf9f966584743f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40988689" Longitude="2.17909451" StarRating="2" HotelCode="569568|sant_jordi_sagrada_familia" HotelName="Sant Jordi Hostels Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Freser 5, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/bb/72bbdbdf24d61ae18508b98d0c8aa3acdee085e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Sant Martí, Sant Jordi Sagrada Familia Hostel promise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397262931107" Longitude="2.159226507375" StarRating="2" HotelCode="263664|hostal_casa_gracia" HotelName="Casa Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 116, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/15/7c15cb729c4fa688587e50c6314deebd4e976632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona, about 2.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.93" OriginalAmount="55.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3840099" Longitude="2.1699176" StarRating="0" HotelCode="|124385" HotelName="Teruel *" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/5/124385_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Las Ramblas It is 70 metres away from Plaza Catalunya 200 metres away from. ROOM: The rooms have an air-conditioning system, a balcony and WiFi (free of charge). HOTEL: This simple establishment has a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.47" OriginalAmount="55.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40322497" Longitude="2.15835646" StarRating="2" HotelCode="434512|3332975" HotelName="Sant Jordi Hostel Gracia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Terol 35, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7b/b57b9cf5b6add288e5e3bef72b0204ee001197b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39376055" Longitude="2.17012905" StarRating="2" HotelCode="662513|fabrizzios_petit" HotelName="Fabrizzio's Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 65 2/2, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/48/0648f4a1ac06621c51e1942f57b204cc73516fd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in central Barcelona, 15 minutes&amp;apos; walk from Sagrada Familia and Plaza Catalunya Square,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.70" OriginalAmount="58.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39999847" Longitude="2.16445357" StarRating="2" HotelCode="662539|843747" HotelName="Yeah Barcelona Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Girona 176, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/4f/364f167b968d287fb39533149f6a892fd8c584fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.88" OriginalAmount="59.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3990406" Longitude="2.1883962" StarRating="0" HotelCode="|124331" HotelName="Twentytu Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DE PAMPLONA 114-116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/3/1/124331_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This ecological hotel, it offers event facilities, excursions and an entertainment programme. SITUATION: It is 10 minutes away fromNova Icaria the beach the marina, 5 minutes away, you can find bars, shops, 200 metres away, clients have a nightclub, 10 minutes away from the establishment, clients can find la Ciutadella the Park of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.42" OriginalAmount="59.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3698697" Longitude="2.1365732" StarRating="0" HotelCode="|156473" HotelName="House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/7/3/156473_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, a shared kitchen, a launderette and a terrace with a smoking area. SITUATION: This establishment, is in Barcelona the centre of la Plaza EspaÃ±a it is situated 15 minutes walk away from Fira the Congress Centre It has excellent transport links to the city centre, in front of the hotel there is a bus stop, is situated 1 kilometre away from Sants the Railway Station of. ROOM: The rooms have an air-conditioning system, a bathroom, a microwave, a fridge, a writing desk, a television, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.68" OriginalAmount="59.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3740509" Longitude="2.1656654" StarRating="0" HotelCode="|124565" HotelName="Mambo Tango" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes, 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/6/5/124565_06725d50906.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Poble Sec (Barcelona) the District Poble Sec (Barcelona) 100 metres away from Parallel the underground station of. FACILITIES: Guests are offered activities and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|599817-32593374/4329126474802115170/5408" HotelName="B AND B HOTEL BARCELONA GRANOLLERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/599817/2019410153926932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.097141" Longitude="-94.630707" StarRating="2" HotelCode="0|187011-25372312/4329126474802115170/11088" HotelName="IBIS BARCELONA MOLLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>201 Hillview Parkway, Poteau, 74953, OK, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3590000/3585800/3585765/5b98f291_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 89. Suites: 16. Single-bedded accommodations: 38. Double bedrooms: 51. Smoking rooms: 0. Nonsmoking rooms: 89. Physically challenged rooms: 5. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Beautiful Scenery Surrounds Hotel in Poteau, OKSet in the shadow of Cavanal Hill amidst the great plains of Oklahoma, the Holiday Inn Express® Poteau hotel's location is ideal for travelers of all kinds. Boasting business opportunities, entertainment and lots of character, Poteau provides something for each of the hotel's guests.Poteau, Oklahoma offers professional patrons convenience. Companies, including AES, Kiamichi, Kenco Plastics and Southern Star are located in or near Poteau. The hotel's location also caters to government travelers and academics, with both Fort Smith and Carl Albert State College close by. The Choctaw Nation of Oklahoma is in the area, as well, within minutes of the hotel's property.Poteau, Oklahoma is home to many great attractions. Guests are encouraged to take the Talimena Scenic Drive and discover the breathtaking vistas afforded by Cavanal Hill. The Ouachita National Forest is also located nearby and offers another avenue for exploring the area's natural beauty. Here guests can enjoy camping, swimming, hunting, hiking and more.The Holiday Inn Express® Poteau hotel's amenities make your stay comfortable and enjoyable. A free hot breakfast is provided daily. Laundry facilities are available on-site, 24 hours a day. A Fitness Center, indoor pool and outdoor hot tub offer recreation, and a 24-hour Business Center has the resources you need to be productive. Come "Stay Smart" in beautiful Poteau.. Onsite facilities information- ParkingProperty was built in 2010. Hotel Currency: USD. Additional Addresses: Other: 201 Hillview Parkway, Poteau, 74953, OK, US. Additional Phone Numbers: Fax - Other: 19186490124. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3989551" Longitude="2.1885388000001" StarRating="1" HotelCode="320106|twentytu_hostel" HotelName="Twentytu Hi-Tech Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>C/ Pamplona 114, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/4f/48/4f4845cce95a89b90d5b5de34d524b59a2eef345.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This eco-lodge is modern and is a 10 minute walk from Nova Icaria beach and marina. Less than 5 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37409524" Longitude="2.16018836" StarRating="1" HotelCode="428464|hostal_elkano" HotelName="Hostal Elkano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Elkano 78, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/469204156b9efde4496ed0e3c678d83841ead62b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel can be found in Sants-Montjuic. Travellers will not be bothered during thei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.40" OriginalAmount="60.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3820965" Longitude="2.1642908" StarRating="0" HotelCode="|124533" HotelName="Radio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/3/3/124533_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the centre of a 3-minute walk away from MACBA and CCCB the museums. HOTEL: The establishment boasts a reception, inviting rooms and a flatscreen television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382251742254" Longitude="2.1641082392521" StarRating="2" HotelCode="385597|hostal_radio" HotelName="Hostal Radio Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Housekeeping,Internet,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sant Vicenç 39, Calle Tigre 29, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/4b/c14bb3c8128ce797a09f7cf880a354a82b6893e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Hostal Radio places you in the heart of Barcelona, walki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390516" Longitude="2.161039" StarRating="2" HotelCode="488897|sant_jordi_hostel_rock_palace_" HotelName="Sant Jordi Hostels Rock Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,Laundry,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Balmes 75, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/70/157072e9d48f59ffdeefe166a50914c31ed508c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sant Jordi Hostel Rock Palace is conveniently located in the popular Eixample area. The property fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.99" OriginalAmount="64.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3740528" Longitude="2.1601543" StarRating="0" HotelCode="|121870" HotelName="Elkano" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/7/0/121870_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This family-owned hotel, Plaza de EspaÃ±a it is in it is 500 metres away from Fira de Barcelona the trade fair ground 200 metres away from the establishment, you can find Poble Sec the underground station of. ROOM: The rooms have heating and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.95" OriginalAmount="65" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029770-26230672/4329126474802115170/13123" HotelName="TWENTYTU HIGHTECH HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321200/5321105/60f52c23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.15" OriginalAmount="65.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3737433" Longitude="2.1741875" StarRating="0" HotelCode="|124327" HotelName="One Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Albareda, 6-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/2/7/124327_55518130933.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 5 minutes away from Barcelona Port. HOTEL: This bright and modern guesthouse, it offers shared rooms, with air-conditioning, a wifi area (free of charge) and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029568-26230376/4329126474802115170/13426" HotelName="SANT JORDI HOSTELS GRACIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14820000/14817000/14816923/894f7aca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398235267336" Longitude="2.1682209243031" StarRating="2" HotelCode="113164|hostal_felipe_ii" HotelName="Hostal Felipe II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 329, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0c/e00c97fcecaf17a2c6b293b762fa57dac69dec96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.431907597845" Longitude="2.2179278236193" StarRating="1" HotelCode="113387|athenas_hostel" HotelName="Hostal Athenas Sant Adria de Besos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Andreu Soler 2, 08930 Sant Adrià de Besòs, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/10/5a1061b04df737b83032b649d16d56396a4a33fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.83" OriginalAmount="67.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3998608" Longitude="2.118775" StarRating="0" HotelCode="|124549" HotelName="Hostel Studio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/4/9/124549_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inSarria the district of 50 metres away, guests will find Reina Elisenda the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384678645213" Longitude="2.1637393534184" StarRating="2" HotelCode="190673|424385" HotelName="Hostal Delfos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Antoni 61, 1º, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/84/bd84abb6dc31293d125fdb686dabb0261efb9d95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Plaza Catalunya. Visitors will enjoy a peaceful and calm stay ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|231171-25440057/4329126474802115170/14929" HotelName="CIUTAT DE SANT ADRIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1450000/1448800/1448772/412a0fa4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.03" OriginalAmount="68.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3737222" Longitude="2.17419167" StarRating="1" HotelCode="322042|1728508" HotelName="The Hostel Box Port" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Calle Albareda 6-8, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6e/836ec2c7f15424ebabf530fb7058be56be81313b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|108635-27712922/4329126474802115170/12998" HotelName="B&amp;amp;B MOLLET" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2410300/2410254/4064b0fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.05" OriginalAmount="69.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3742495" Longitude="2.1303916" StarRating="0" HotelCode="|124400" HotelName="Onefam Sants by Hostel One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/0/0/124400_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This youth hotel is 150 metres away from Badal the metro station 10 minutes away from the establishment, you can find the railway station and Sants the metro station. FACILITIES: The establishment boasts a WiFi area (available for a fee) and a chill-out terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|608285-28458957/4329126474802115170/1572" HotelName="ALBERGUE STUDIO HOSTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5470000/5469200/5469122/45bbed16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5195-28498199/4329126474802115170/3311" HotelName="PORTA DE GALLECS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/579200/579174/1425264b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400464-28481830/4329126474802115170/3836" HotelName="FIRA GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400464/2024516102618463.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.85" OriginalAmount="71.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4099051" Longitude="2.1790735" StarRating="0" HotelCode="|124238" HotelName="Sant Jordi s Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Freser, 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/3/8/124238_55c956c2037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, in communal areas, (free of charge). SITUATION: This establishment, is in Eixample the district of La Sagrada Familia de GaudÃ­ it is situated close to. ROOM: The establishment has shared apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.16" OriginalAmount="72" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|328253-25521338/4329126474802115170/14291" HotelName="HOSTAL ATHENAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1960000/1950400/1950384/225b9507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.14" OriginalAmount="72.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3727512" Longitude="2.1663458" StarRating="0" HotelCode="|73129" HotelName="Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/Roser 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/1/2/9/73129_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 2 kilometres from the city centre, close to la Avenida Paralelo. Near the establishment, customers can find the theatre area. 100 metres away, clients have the metro station. ROOM: The rooms have a bathroom, a shower, a television, heating and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.19" OriginalAmount="73" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1365003-23058616/4329126474802115170/211" HotelName="HOLIDAY INN BARCELONA - SANT CUGAT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76640000/76631400/76631342/b5e8eb9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372863" Longitude="2.1663189999999" StarRating="2" HotelCode="99811|hostal_barcelona_3" HotelName="Hostal Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Roser 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/aa/c1aa36aede1c00be2dd31690c7dddd3edae6e80f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hostel is about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.67" OriginalAmount="73.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37431527" Longitude="2.13038514" StarRating="2" HotelCode="429219|1773828" HotelName="Hostel One Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Coffee Shop,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage,Meeting Room,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casteràs 9, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b0/dbb03192eae28cc4a17749438cb74611fd057c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Hostel One Sants puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.02" OriginalAmount="73.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3852546" Longitude="2.1754682" StarRating="0" HotelCode="|124502" HotelName="Itaca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ripoll, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/0/2/124502_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in a quiet area, a 1-minute walk away from Barcelona Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.15" OriginalAmount="73.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3815939" Longitude="2.178641" StarRating="0" HotelCode="|124421" HotelName="Coral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/2/1/124421_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Sant Jaume the square the Gothic Quarter it is in 5 minutes walk away, you can find Jaume I the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1256433-26605281/4329126474802115170/11316" HotelName="HOSTAL RADIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5660000/5656900/5656875/dd9abc18_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.01" OriginalAmount="74.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3799728" Longitude="2.1757938" StarRating="1" HotelCode="|11154" HotelName="Roma Reial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/4/11154_e6d9afd1258.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 52 rooms with bathroom. SITUATION: This simple hotel, Plaza Real it is in Close to and the tourist attractions, 100 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom, a direct line telephone, a television and an air-conditioning system. MEALS: The establishment offers cold buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029695-28473879/4329126474802115170/5138" HotelName="HOSTEL ONE RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/10000000/9690000/9682900/9682832/1c25f88f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.27" OriginalAmount="76.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.45653" Longitude="2.206058" StarRating="2" HotelCode="|159583" HotelName="Ibis Barcelona Santa Coloma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVDA PALLARESA 73-79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/5/8/3/159583_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links toBarcelona the historic centre of, near the establishment, guests will find La Maquinista the shopping centre it is situated 5 minutes away from a swimming pool, a gym. ROOM: All the rooms have an air-conditioning system, heating, a television and WiFi. FACILITIES: With regards to the food and beverage offering, there is a buffet breakfast, a bar, a meeting room and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.566100000000000" Longitude="7.115500000000000" StarRating="2" HotelCode="0|36572-32718355/4329126474802115170/14967" HotelName="CAN FISA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Baudoin, 06160 Juan-Les-Pins,JUAN LES PINS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23480000/23471900/23471817/22a7228e_b.jpg</HotelPictures>
        <HotelDescription>Location\nThis casino hotel lies at the heart of a lively resort centre offering idyllic panoramic views out over the nearby pine grove (roughly 100 m away) as well as the beautiful blue Mediterranean beaches at Juan Les Pins. Countless shopping venues, bars, nightclubs and restaurants are also situated in the immediate vicinity. The train station is only 500 m away, whilst Cannes is 10 km from the hotel and it is a 25-minute drive (15 km) to Nice International Airport.\nFacilities\nThe establishment comprises a total of 175 accommodation units. Guests can reach the upper floors quickly and comfortably using the lift. Services such as a safe and currency exchange facilities make for a comfortable stay. Internet access and wireless internet access (for a fee) are available in the public areas. Gastronomic options include a restaurant, a breakfast room and a bar. Guests can visit the supermarket to purchase daily necessities. A garden is among the features contributing to a pleasant stay. A playroom is also among the amenities at the establishment. Parking facilities available to guests include a garage and a car park (for a fee). Additional services include room service, a laundry and a hairdressing salon.\nRooms\nAll accommodation units feature air conditioning, central heating and a bathroom.  A double bed is provided in the carpeted accommodation units. Among the amenities are a safe and a minibar. Each accommodation unit offers internet access, a telephone and a TV. Each of the bathrooms features a shower, a bathtub and a hairdryer.\nSports/Entertainment\nThe establishment offers an indoor pool. Sun loungers and parasols offer the ideal way to unwind. A hot tub (for a fee) provides an opportunity for relaxation. Those wishing to enjoy sports whilst on holiday can have fun on-site with bocce. In addition, cycling/mountain biking is offered for a fee. For additional fees, a gym and gymnastics are also available to guests. The establishment offers various wellness options, including a hammam and a beauty salon, or for a fee, a sauna, a steam bath, massage treatments and a solarium. Further available options include a casino. Copyright GIATA 2004 - 2015. Multilingual, powered by www.giata.com for client no. 124199\nMeals\nVarious meals and board options are bookable. Guests can choose from breakfast, lunch, dinner and B &amp;amp; B. Staff are also happy to prepare special dietary cuisine. Special deals can be enjoyed at the establishment.\nPayment\nAll major credit cards, including American Express, VISA, Diners Club and MasterCard, are accepted for payment.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.63" OriginalAmount="77.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374807128091" Longitude="2.1606527067459" StarRating="2" HotelCode="113152|2005765" HotelName="Hostal Rio de Castro Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral lel 119, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/b0/1eb02ba1bc8809aca7f81990d595f3c5c4b91860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel has been operating since 1967 and has won over plenty of visitors of Barcelona due to it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.07" OriginalAmount="77.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385905" Longitude="2.166377" StarRating="1" HotelCode="166011|941665" HotelName="Hotel Pelayo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 9, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/03/85035665c98efd52a4023e4008b8dd6db55f4726.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.42" OriginalAmount="78.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3775473" Longitude="2.1725931" StarRating="0" HotelCode="|124606" HotelName="Be Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla, 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/0/6/124606_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: Is situated inBarcelona the heart of Las Ramblas 300 metres away, guests can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.67" OriginalAmount="78.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3749199" Longitude="2.1604665" StarRating="0" HotelCode="|124513" HotelName="Río De Castro Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral.lel, 119</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/1/3/124513_9ceff0a1408.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse it offers, WiFi, (free of charge). SITUATION: Is situated inBarcelona the city centre of Close to Poble Sec the underground station of the Magic Fountain of Montjuic It is situated 10 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.25" OriginalAmount="78.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3813331" Longitude="2.1733121" StarRating="0" HotelCode="|124360" HotelName="Mont Thabor" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/6/0/124360_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Las Ramblas it is in 50 metres away from and La BoquerÃ­a the Market of 1 minute away from Liceu the metro station. HOTEL: The establishment offers WiFi (free of charge), a reception, rooms cozy and with a TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400576-28481872/4329126474802115170/1883" HotelName="HOSTAL MONT THABOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400576/2024517134322558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.37" OriginalAmount="79" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1400744-28454707/4329126474802115170/2092" HotelName="PENSION SAN RAMON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400744/202452111252688.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.96" OriginalAmount="79.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.435381309706" Longitude="2.1816935986603" StarRating="2" HotelCode="79787|228421" HotelName="ibis Barcelona Meridiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Andreu Nin 9, 08016 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/4b/ba4b6c229662b7c7ac9c0396f9983f2fe3640cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Fabra i Puig Station, a 10-minute metro journey from Plaza Cataluny...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.11" OriginalAmount="79.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3859348" Longitude="2.1663983" StarRating="1" HotelCode="|73666" HotelName="Pelayo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/6/6/73666_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pelayo is rated one stars and it is in the city centre. It is situated in PlaÃ§a Catalunya. Close to the establishment, you can find Las Ramblas. ROOM: The comfortable rooms have a bathroom, a safety deposit box, an air-conditioning system and a television. OTHERS: The establishment offers a breakfast service. No disabled access.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.90" OriginalAmount="80.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3847407" Longitude="2.1637297" StarRating="0" HotelCode="|121865" HotelName="Delfos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Antoni, 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/6/5/121865_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse has, WiFi, (free of charge). SITUATION: It is inBarcelona the centre of Las Ramblas and the PlaÃ§a de Catalunya 3 minutes away from the establishment clients have.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.32" OriginalAmount="80.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3911016" Longitude="2.1513334" StarRating="0" HotelCode="|124543" HotelName="Hostalet De Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Casanova, 155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/4/3/124543_8dc5a1e2033.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 300 metres away from Hospital ClÃ­nic the underground station of. HOTEL: The establishment boasts a shared kitchen and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.33" OriginalAmount="80.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3777888" Longitude="2.1718917" StarRating="0" HotelCode="|124465" HotelName="San Ramon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/6/5/124465_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This guesthouse, is in Raval the district of La Rambla 350 metres away from. HOTEL: The establishment offers guests a reception, rooms with air-conditioning and a flatscreen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.43" OriginalAmount="81" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599659-28514633/4329126474802115170/3560" HotelName="SERCOTEL SANT BOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1350000/1349700/1349643/4b125802_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37787248" Longitude="2.1717533" StarRating="0" HotelCode="523423|pension_san_ramon" HotelName="Pensión San Ramón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>San Ramón 15, El Raval Area, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/9e/c89e7e24743f43681388c8c2da5a5e0111e04c0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.31" OriginalAmount="81.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3900848" Longitude="2.177133" StarRating="0" HotelCode="|368765" HotelName="Som Nit Triomf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/7/6/5/368765_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390940016314" Longitude="2.1511209011078" StarRating="2" HotelCode="190702|hostalet_de_barcelona" HotelName="Hostalet Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Casanova 155, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/f2/7cf28cfc69b798a2d531db21986de12518dccd3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers guests a total of 13 rooms. Services and facilities at the hotel include a restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.70" OriginalAmount="83.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374087" Longitude="2.168415" StarRating="0" HotelCode="|443819" HotelName="Bedmates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/1/9/443819_2dd85070825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.16" OriginalAmount="83.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372199895818" Longitude="2.1651504520551" StarRating="2" HotelCode="393636|1773948" HotelName="Hostel One Paralelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Salvà 62, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/0d/9e0d2a82ca760d25a507479b9f8668ad109b2cdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|617186-32791858/4329126474802115170/6377" HotelName="HOTEL MADANIS LICEO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4250000/4249300/4249295/c7324ea7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.463000000000000" Longitude="9.198000000000000" StarRating="4" HotelCode="0|26339-25208710/4329126474802115170/12192" HotelName="ACTA SANT JUST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10 LARGO AUGUSTO, Milano, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908800/908733/3b6ba64a_b.jpg</HotelPictures>
        <HotelDescription>NH President hotel is conveniently located in the center of the city, just a few steps away from the San Babila underground stop and close to the elegant Montenapoleone shopping street, Galleria Vittorio Emanuele II, and the Scala Theatre. Recently renovated, the NH President is a refined and contemporary hotel in the heart of historic Milan. The hotel is characterized by elegance and charm, combined with functional design and a delightful atmosphere. The establishment features elegantly decorated interiors and 274 rooms equipped with all the modern comforts and conveniences. Wireless Internet access is available throughout the hotel. Guests may use the Internet for free in the lobby for 30 minutes with an access code. Rooms in the NH President are warmly decorated, contemporary, and spacious, with stylish design, wooden furniture and parquet floors. Some rooms offer a spectacular view of the Duomo. In-room amenities include air conditioning, telephone, Wi-Fi Internet access, a well-stocked mini-bar, and Satellite TV. All bathrooms have a hairdryer, hospitality set, and magnifying mirror. Verziere, the hotel restaurant, offers the finest in cuisine and elegant presentation.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.94" OriginalAmount="84.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3819324" Longitude="2.1707552" StarRating="0" HotelCode="|124389" HotelName="La Palmera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jerusalem, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/9/124389_85be5770921.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers bright rooms, with balcony, a wifi area (free of charge) and a reception. SITUATION: It is situated close toLa Boqueria the Market of Las Ramblas 100 metres away, guests have.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.12" OriginalAmount="84.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374873646426" Longitude="2.0788759110451" StarRating="2" HotelCode="113230|4670465" HotelName="Hotel Esplugues" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ignasi Iglesias 83, 08950 Esplugues de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/90/d990a1d63badebc84c0990a8ea6fcfaa6b02c3c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.412215" Longitude="2.158917" StarRating="2" HotelCode="113161|23994" HotelName="Travessera Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de Dalt 121-123, Gracia 08024, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/dc/09dc7a9fd8cd23265beb0aff52418618493e8f27.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 600 m from Gaudí's Parc Güell, in a quiet area of Barcelona. Alfons X Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|232575-25441441/4329126474802115170/13966" HotelName="RIO DE CASTRO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27090000/27086200/27086140/d75da1ed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.42" OriginalAmount="85.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.352486911364" Longitude="2.1272411942482" StarRating="4" HotelCode="34629|368655" HotelName="Fira Congress Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer José Agustín Goytisolo 9-11, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1e/1b1eadd497a66777934250f2172481cc4b973e76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near to the city centre. Public transport departs from a stop appro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.53" OriginalAmount="85.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3783062" Longitude="2.1373908" StarRating="0" HotelCode="|254215" HotelName="Ten To Go" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Carrer de Valladolid</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/4/2/1/5/254215_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.58" OriginalAmount="86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.695200" Longitude="7.265500" StarRating="3" HotelCode="0|36592-12630343/4329126474802115170/6567" HotelName="CATALONIA BRISTOL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 2 rue Halevy, NICE, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1240000/1237700/1237691/b85fd3a6_b.jpg</HotelPictures>
        <HotelDescription>In an exceptional location overlooking the sea in the heart of Nice, the 4-star Mercure Nice Promenade des Anglais hotel at 1 Promenade des Anglais is ideally located for visiting the Côte d'Azur. Go online or directly to the hotel to book your deckchair on the Ruhl Plage private beach or your half-board package at the "Le Sarao" restaurant. Practical info: A public paying car park is located underneath the building with direct access to the hotel via a staircase.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405909770464" Longitude="2.1446641398811" StarRating="2" HotelCode="94214|el_putxet_2" HotelName="Hotel DingDong Putxet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ballester 13, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/4f/6b4f651888bb51111b1eb1d80fb3e2b7855e93d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.61" OriginalAmount="87" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1460117-32639636/4329126474802115170/11302" HotelName="HOSTAL SANT RAMON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/52000000/51860000/51853500/51853467/d9afc536_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.36093556" Longitude="2.12975112" StarRating="1" HotelCode="740192|easyhotel_barcelona_fira" HotelName="easyHotel Barcelona Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de la Granvia 22, Hospitalet de Llobregat, 08902 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/ac/83ac25bed0525ac4ed2366c89f66029bb6296769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.08" OriginalAmount="87.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4036675" Longitude="2.1822281" StarRating="0" HotelCode="|124302" HotelName="Ruta De Francia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Castillejos, 204</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/0/2/124302_1_3071.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel La Sagrada Familia de GaudÃ­ it is 10 minutes away from la Plaza Catalunya a 10-minute metro ride away from. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379188935667" Longitude="2.1744791606104" StarRating="1" HotelCode="404475|237220" HotelName="Hostal MiMi Las Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou De La Rambla 1/1-2, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/06/d9067ee7dce6c13bd01d20c6e4332bf2345bff58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40374067" Longitude="2.18209647" StarRating="2" HotelCode="765663|345534" HotelName="Hostal Ruta De Francia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle De Los Castillejos 206, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5a/965a9c5d0f8dea200f4ad763b390e27ba320d4ec.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;general: Property Location Located in Barcelona (Eixample), Hostal Ruta de Francia is within a 10-mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1328482-26638004/4329126474802115170/11646" HotelName="HOSTAL BEDMATES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72960000/72952100/72952044/f82c0d39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.13" OriginalAmount="90.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.373131309149" Longitude="2.1699714660645" StarRating="2" HotelCode="31326|1604068" HotelName="Nuevo Triunfo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Cabanes 34, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/35/573529dbe0e351ec7b3251b68bedc309cfa270a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's leisure district, just a few minutes from the town centre whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.78" OriginalAmount="91.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.412053" Longitude="2.1584862" StarRating="0" HotelCode="|200180" HotelName="Travessera Parc Güell " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Alegre de Dalt, 112-118</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/1/8/0/200180_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.01" OriginalAmount="91.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37924" Longitude="2.17443" StarRating="0" HotelCode="|190855" HotelName="Mimi Las Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 1, 1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/5/5/190855_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.07" OriginalAmount="91.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3938406" Longitude="2.1482617" StarRating="0" HotelCode="|156494" HotelName="Petit Príncep" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/9/4/156494_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Diagonal Avenue Passeig de GrÃ cia it is situated 15 minutes walk away from the establishment, La Pedrera it is a 15-minute walk away from BatllÃ³ the house is situated 3 kilometres away from la Plaza de CataluÃ±a the historic centre excellent transport links to the metro station, is situated 15 kilometres away from Barcelona Airport. ROOM: Customers can find modern rooms with an air-conditioning system, WiFi and heating. Some rooms have views of the city, The rooms have a bathroom with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.99" OriginalAmount="92.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3824933" Longitude="2.1603602" StarRating="0" HotelCode="|73998" HotelName="Els Angels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/9/9/8/73998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is inviting and family-owned. SITUATION: It is inBarcelona the city centre of Plaza Cantalunya near the establishment, guests will find 100 metres away, clients have the metro station, is situated close to the bus stop, is well-connected with Barcelona Airport. ROOM: The modern rooms, have a television and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.20" OriginalAmount="92.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3792789" Longitude="2.1747445" StarRating="0" HotelCode="|121846" HotelName="Benidorm" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla dels Caputxins, 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/4/6/121846_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, (free of charge), a reception. It has rooms with air-conditioning and satellite TV. SITUATION: Las Ramblas It is in 200 metres away, guests can find the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.46" OriginalAmount="92.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3753076" Longitude="2.1347432" StarRating="0" HotelCode="|124447" HotelName="Sans" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Antoni de Capmany, 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/4/7/124447_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Sants the square 5 minutes away from Sants the Railway Station of the Plaza de EspaÃ±a 1 kilometre away, you can find. HOTEL: The establishment offers guests rooms with a TV and a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.69" OriginalAmount="92.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3848526" Longitude="2.170132" StarRating="1" HotelCode="|56376" HotelName="Lloret Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Canaletes, 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/7/6/56376_int.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Lloret is rated one stars. ROOM: The rooms have a bathroom, heating, an air-conditioning system, a television and a direct line telephone. Clients are offered a safety deposit box (free of charge) and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39385965" Longitude="2.14824444" StarRating="2" HotelCode="443854|hostal_petit_princep" HotelName="Hostal Petit Príncep" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal, 578, 2º, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/68/fb68a867b28df83977536b3b5e92c0aa6202cf47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374991744491" Longitude="2.1353880505412" StarRating="0" HotelCode="523835|hostal_r_sans" HotelName="Hostal Sans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Antoni de Capmany 82, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e8/eae827a575004b54eebadc94099609c08890bf91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hostal Sans offers comfort and convenience whether you're on business or holiday in Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.99" OriginalAmount="93.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3828279" Longitude="2.1656504" StarRating="0" HotelCode="|124661" HotelName="Youth Hostel - Central and Basic Universitat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Joaquin Costa, 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/6/1/124661_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Raval the district of Next to and 5 minutes away from Universidad the square. FACILITIES: This establishment has a reception, a laptop (available for a fee) and WiFi (free of charge), in the communal areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.79" OriginalAmount="93.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3770204" Longitude="2.1455698" StarRating="0" HotelCode="|121845" HotelName="Bejar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bejar, 36-38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/4/5/121845_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is family-run. SITUATION: 400 metres away, guests will find the railway station, the metro station. ROOM: You are offered simple rooms, with WiFi (free of charge) and a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.27" OriginalAmount="94.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.414495" Longitude="2.189627" StarRating="4" HotelCode="|447544" HotelName="Arcelon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 661</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/4/4/447544_f23a3f21514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.77" OriginalAmount="94.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3848013" Longitude="2.1680347" StarRating="0" HotelCode="|124670" HotelName="45" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ Tallers, 45.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/7/0/124670_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run establishment, is situated in a historic building and was built in the 19th Century.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.88" OriginalAmount="95.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393007" Longitude="2.1247766" StarRating="2" HotelCode="|11035" HotelName="Bonanova Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE CAPITAN ARENAS, 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/5/11035_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1971 and renovated in 2006. It has 7 floors, 63 rooms, 18 single rooms and 45 double rooms. In the entrance, you can find a lobby with a lift, a safety deposit box service, a cloakroom, a reception and a TV room. The establishment has WiFi (free of charge), an internet zone (for a fee) and a laundry service. nearby, you can find a car park, an indoor car park. SITUATION: This hotel is close to Avenida Diagonal the Congress Centre, the football stadium, In the surrounding area, you can find shops, cinemas, restaurants and nightclubs. It has excellent transport links to the city centre, the establishment is 4 kilometres away from the beach. ROOM: The rooms with air-conditioning, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, WiFi (free of charge), a mini-bar and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.26" OriginalAmount="95.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385701957268" Longitude="2.1404980123043" StarRating="3" HotelCode="32068|1629158" HotelName="NH Barcelona Entenza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Equador 20, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee27927fc67b11d0f36d28d928afabe0f3a3333.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just a short distance from the centre of Barcelona. Links to the public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3837138" Longitude="2.1838417" StarRating="1" HotelCode="190640|pension_francia" HotelName="Pension Francia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Rera Palau 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/31/d831f792737883d4ce6bdeda2c82d40936848eda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a range of facilities for a relaxing and revitalising stay. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381493037583" Longitude="2.1740919533729" StarRating="1" HotelCode="267643|hostal_palermo" HotelName="Palermo Hostal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Boqueria 21, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b7/a0b74db31ada36cb307545b2a16bc7109856f5db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostal Palermo, you'll be centrally located in Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.96" OriginalAmount="96.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389070840448" Longitude="2.1428760288111" StarRating="2" HotelCode="30958|4854" HotelName="Hotel Prisma Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Josep Tarradellas 119, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541946ae1fd1300adc0119850da0312dca84810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona. A diverse range of shops, restaurants, bars and di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.09" OriginalAmount="96.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39418" Longitude="2.16968" StarRating="0" HotelCode="|394031" HotelName="CasaNova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Bruc 146 , 1 -1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/3/1/394031_c2362431634.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.13" OriginalAmount="96.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381553" Longitude="2.144967" StarRating="4" HotelCode="26505|57633" HotelName="Hotel Abbot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida de Roma 23, L'Eixample, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/a2/41a2ade65de0aa89b0a217737e9ed73b6f2a5017.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the left side of the Eixample, this hotel is some 2 km from the city centre and Plaza Cat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.19" OriginalAmount="96.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.351756034022" Longitude="2.1204176545143" StarRating="4" HotelCode="37198|326995" HotelName="Eurohotel Gran Via Fira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciencias 98-100, 08908 Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/cc/a8ccfccb7a9bdb6d4feca0a7f7db8b1849fc0d97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in L'Hospitalet, around 4 km from Barcelona city centre. The conference and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.54" OriginalAmount="96.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4394575" Longitude="2.1999493" StarRating="4" HotelCode="|10971" HotelName="Catalonia La Maquinista" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sao Paulo 33-37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/7/1/10971_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 4 floors, 92 standard rooms, 4 single rooms and 88 double rooms. In the entrance, you can find a lobby with a reception, a safety deposit box service, a cloakroom, lifts, a bar and a hairdresser's. You are also offered an Ã  la carte restaurant with air-conditioning, a conference room, internet, a car park, indoor parking, room service and a laundry service. SITUATION: This modern hotel is close to the shopping area. Around the establishment, guests can find restaurants, bars and nightclubs. 500 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a safety deposit box, a double bed and a central heating system. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599808-23001234/4329126474802115170/6598" HotelName="SANT CUGAT H AND R" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065700/1065619/c2f3b931_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.96" OriginalAmount="97.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3733892" Longitude="2.168275" StarRating="1" HotelCode="|65603" HotelName="Coronado" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NOU DE LA RAMBLA, 134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/6/0/3/65603_4f1ad700911.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 35 rooms, with air-conditioning, bathroom, a hairdryer, satellite TV and a telephone. The establishment boasts a concierge, a cafÃ©, a breakfast room, a TV room and internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.12" OriginalAmount="97.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377524" Longitude="2.113578" StarRating="4" HotelCode="34626|325015" HotelName="Senator Barcelona Spa Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal Reig 11, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/05/b2057a7930342b3ff111ba17c52306c2a84022c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a prestigious district of Barcelona close to Avenida Diagonal, just 15 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.16" OriginalAmount="97.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375259553955" Longitude="2.1692304189711" StarRating="3" HotelCode="31111|384365" HotelName="Hotel Autohogar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 64, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b7/05b716a67bfe29fe0036522ba81dc19e2b77ab85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. Guests may take advantage of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|935578-28450476/4329126474802115170/731" HotelName="HOSTAL BEJAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/935578/2021112310194382.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|86251-25253688/4329126474802115170/12922" HotelName="TRAVESSERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1390000/1383400/1383380/cbc9aa07_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1158822-26461381/4329126474802115170/14953" HotelName="BREAK BCN HOSTAL AND COFFEEBAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4870000/4860600/4860588/d92f3577_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382452609169" Longitude="2.1602270007133" StarRating="2" HotelCode="169881|hostal_els_angels" HotelName="BREAK BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Villarroel 47 1-1, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e9/6ce9b37aada09be01c1b9302e473f0de52e5217a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located at the heart of Barcelona’s city centre, very near to Plaça Catalunya and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.07" OriginalAmount="98.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3879383" Longitude="2.1725724" StarRating="0" HotelCode="|124264" HotelName="Lima" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/6/4/124264_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the centre of Close to and. INFORMATION: The establishment offers wifi and at no additional cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.07" OriginalAmount="98.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379674" Longitude="2.1727182" StarRating="0" HotelCode="|124269" HotelName="River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sant Pau 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/6/9/124269_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in a pedestrian street, La Rambla 150 metres away from Barcelona the underground station of. HOTEL: This guesthouse has WiFi, (free of charge), a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.68" OriginalAmount="98.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397366899436" Longitude="2.1924317106619" StarRating="4" HotelCode="900178|106874" HotelName="Villa Olímpic @ Suites Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 121-125, 08018 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/f3/38f3331dce9857924702adeef545938316f4ed97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located between the streets of Pallars and Alava, in the fashionable district Barcelona 22@, the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330350-28480131/4329126474802115170/722" HotelName="HOSTAL BENIDORM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1330350/202251220267336.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.97" OriginalAmount="99" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1267606-27714609/4329126474802115170/14192" HotelName="HAMPTON BY HILTON BARCELONA FIRA GRAN VIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67680000/67671900/67671898/5516b5f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.26" OriginalAmount="99.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3831177" Longitude="2.1847904" StarRating="1" HotelCode="|34507" HotelName="Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/5/0/7/34507_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has 20 rooms, a lobby and a lift. SITUATION: It is located in front ofBarcelona FranÃ§a the railway station it is close to the Gothic Quarter the harbour, Is situated in the city centre, nearby, you will find the stores, the zoo. ROOM: The rooms a bathroom, a direct line telephone, an air-conditioning system and a central heating system. PAYMENT METHODS: The establishment accepts American Express, Mastercard, Diners Club and Visa. OBSERVATIONS: Check-in is from 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.94" OriginalAmount="99.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38972059039" Longitude="2.1473228931427" StarRating="2" HotelCode="34864|328405" HotelName="Sunotel Junior" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Sarriá 9, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/bb/8dbb2fa48cb9e013fa85e44c0b059324d74c8c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to many of the top tourist sights and shops. A variety of restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396092993592" Longitude="2.200581918212" StarRating="4" HotelCode="900228|26391" HotelName="Hotel 4 Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Doctor Trueta 164, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/42/114236a6846f6aadfa50ca8adec66711fd9bccee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|935581-28471954/4329126474802115170/1772" HotelName="HOSTAL LIMA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/935581/20211123103113364.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|87010-25254126/4329126474802115170/12679" HotelName="AS PORTA DE BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1960000/1959700/1959677/0a3f4bfb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408794-25586922/4329126474802115170/12691" HotelName="SERCOTEL CIUTAT DE MONTCADA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1792100/1792044/e74b1b13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37950499" Longitude="2.1725798" StarRating="0" HotelCode="951942|hostal_river" HotelName="Hostal River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sant Pau 15, Principal 2, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/41/cf41bac7958cbd3120b7832f1e94addf738a03b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.21" OriginalAmount="100.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392958256819" Longitude="2.124685049057" StarRating="2" HotelCode="26120|4231" HotelName="Hotel Bonanova Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Capita Arenas 51, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/05/9b05cfb1cf1df990735fef26487929243dd4c450.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated close to the Avenida Diagonal, the Catalunya congress hall, the FC Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.30" OriginalAmount="100.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38093" Longitude="2.17308" StarRating="0" HotelCode="|169150" HotelName="Mare Nostrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANT PAU 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/5/0/169150_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Las Ramblas it is in el Mercado de la BoquerÃ­a and el Teatro del Liceu it is located between Close to Liceu the underground station of. ROOM: The establishment has 30 rooms with parquet flooring, a television, a radio, heating, an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.33" OriginalAmount="100.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.439359" Longitude="2.196828" StarRating="3" HotelCode="326470|13853" HotelName="NH Barcelona La Maquinista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sao Paulo 33-37, 08030 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/53/3953ff452d559f462d01b29a08d47de38e4cf603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located close to the renowned shopping street, La Maquinista, just 4 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.43" OriginalAmount="100.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3814749" Longitude="2.1754461" StarRating="0" HotelCode="|121872" HotelName="Fernando" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferran, 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/7/2/121872_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This guesthouse the Gothic Quarter it is in it is situated 100 metres away from Sant JaumeLas Ramblas the square. ROOM: The rooms have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.59" OriginalAmount="100.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3922447" Longitude="2.170176" StarRating="0" HotelCode="|121843" HotelName="Bcn 46" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/4/3/121843_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is 46 minutes away from the railway station, Clients can also find the metro station, Las Ramblas 500 metres away, guests have. ROOM: Guests can find simple rooms and with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.59" OriginalAmount="100.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4153533" Longitude="2.1770638" StarRating="0" HotelCode="|67495" HotelName="Sant Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSATGE FLAUGIER, 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/9/5/67495_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, inviting hotel and it is situated in a great location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.89" OriginalAmount="100.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384585067201" Longitude="2.1378439664841" StarRating="4" HotelCode="49083|24354" HotelName="NH Sants Barcelona" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Numancia 74, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4652527980da89342acb902730b285b2add6e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, centrally located hotel is situated in the shopping and business district of Les Corts....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375525507838" Longitude="2.1247380171793" StarRating="3" HotelCode="576821|257273" HotelName="Arya by Ona Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Sants 383, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/50/28507ebe924a0271c1dbc252fe66e2a2ceb900a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Barcelona, about 10 km from Barcelona (BCN) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|117508-32597496/4329126474802115170/2929" HotelName="QGAT SUITES &amp;amp; EVENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/117508/2010126151759747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38712" Longitude="2.183608" StarRating="1" HotelCode="772235|chicbasic_zoo" HotelName="Chic&amp;Basic Zoo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Picasso 22, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f2/b1f21e9d8af493edbf84101bcf080b67ad1ffa1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.21" OriginalAmount="101.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4048514" Longitude="2.1289056" StarRating="4" HotelCode="|124629" HotelName="Vilana  Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vilana, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/2/9/124629_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bonanova the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.25" OriginalAmount="101.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3814" Longitude="2.175501" StarRating="2" HotelCode="260272|2487995" HotelName="Hostal Fernando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/07/0407c5c57118650bdfc20d7cb87730f9182950dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.59" OriginalAmount="101.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410560371553" Longitude="2.1731418371201" StarRating="2" HotelCode="30956|4852" HotelName="Medicis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Castillejos 340, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b5/e6b5f4389bbc9c3fe591085815409537026e862a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the town centre, Gaudi avenue and the Sagrada Familia cathedral. Var...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.88" OriginalAmount="101.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386055" Longitude="2.154244" StarRating="3" HotelCode="30222|24344" HotelName="NH Barcelona Eixample" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valencia 105-107, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/d5/c1d56a1c8fb4b80d0da1a5c3555c2ecbc5fa93f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated close to Barcelona's trade fair centre, Plaza de Cataluña and Sants t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1315580-26627945/4329126474802115170/11325" HotelName="HOSTAL HERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4800000/4796600/4796567/01941a29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438810-32462341/4329126474802115170/13486" HotelName="SB WIN SUP" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100830000/100822400/100822397/ad31105b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.359122612995" Longitude="2.1269999002841" StarRating="4" HotelCode="263666|ona_living_barcelona" HotelName="Ona Living Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castelao 206-208, Hospitalet de Llobregat, 08902 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b0/23b0e75f28456fcf6acd7fe736044e96889a88f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39738126" Longitude="2.16579201" StarRating="2" HotelCode="569287|casanova_guest_house" HotelName="CasaNova Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Bruc 146, Primer piso primera puerta, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b6/01b6e7d56128cbfe3180873fead5dd906b7d5f10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.12" OriginalAmount="102.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388247" Longitude="2.172946" StarRating="2" HotelCode="|124564" HotelName="Fontanella Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/6/4/124564_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, WiFi, (free of charge). SITUATION: Is situated inBarcelona the city centre of Close to Urquinaona the underground station of Plaza CataluÃ±a 300 metres away, guests have. ROOM: The rooms have private or shared bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.52" OriginalAmount="102.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392452078938" Longitude="2.1700123895492" StarRating="2" HotelCode="267649|1462368" HotelName="Bcn 46 Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Roger de Llúria 46, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/77/527712f5aee3084e1ddf53091eecf15645e102e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.75" OriginalAmount="102.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396533789293" Longitude="2.1285434067249" StarRating="3" HotelCode="32986|3343" HotelName="Catalonia Castellnou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Castellnou 61, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0cf4320113d65d19d3ede502d7c49f0d99b0f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally located just 2 km from the centre of the city. Countless shops and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.75" OriginalAmount="102.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3898065" Longitude="2.1420054" StarRating="4" HotelCode="|10990" HotelName="Derby" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LORETO, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/0/10990_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a peaceful area, is in Barcelona the heart of Close to the shopping centres and the business area. the establishment is a 5-minute walk away from the exhibition centres, In the surrounding area, you can find shops, bars, pubs, restaurants and a public transport stop. It has excellent transport links to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.86" OriginalAmount="102.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403104219034" Longitude="2.1232009482089" StarRating="4" HotelCode="56437|364185" HotelName="Eurostars Anglí" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>D' Anglí 60, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/38/cd385509c8a677c12c917f8e12a523af5134f5cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated in the north of Barcelona in Sarria-Sant Gervasi. It is just 500 m to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.88" OriginalAmount="102.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3983172" Longitude="2.1847876" StarRating="2" HotelCode="|124388" HotelName="Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lepanto 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/8/124388_5f024242047.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has, a gym, (free of charge). SITUATION: L'Auditori It is situated in front of 50 metres away, guests will find the National Theatre, 250 metres away, clients have the bullring. ROOM: The bright rooms, have an air-conditioning system and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.09" OriginalAmount="103" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599528-25752429/4329126474802115170/14181" HotelName="EXE BARCELONA GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1890000/1888600/1888556/4d5864c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380901" Longitude="2.173171" StarRating="2" HotelCode="113141|hostal_mare_nostrum" HotelName="Mare Nostrum Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sant Pau 2, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/54/7654913c45f955702ff6b83ea58312213499fa74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.29" OriginalAmount="103.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3792431" Longitude="2.1543197" StarRating="3" HotelCode="|252751" HotelName="Chi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les corts Catalanes 455</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/7/5/1/252751_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.84" OriginalAmount="103.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4104279" Longitude="2.1397425" StarRating="0" HotelCode="|77324" HotelName="Bertran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BERTRAN 150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/3/2/4/77324_8643cb81838.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona a quiet area of it is situated 5 minutes away from the train station, Park GÃ¼ell the establishment is 1 kilometre away from. ROOM: Clients are offered one-bedroom apartments with a bathroom, an American kitchen, electric cookers, a sitting room with satellite TV, a direct line telephone, an air-conditioning system, a central heating system and cleaning service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608627-28550811/4329126474802115170/1692" HotelName="LIVE AND DREAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4962500/4962465/685b6030_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37921334" Longitude="2.15431896" StarRating="3" HotelCode="448453|chi" HotelName="Hotel Chi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 455, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e8661bf66cc813bf5f1b3cde3b2399d520da4811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.35" OriginalAmount="104.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39168" Longitude="2.17378" StarRating="0" HotelCode="|193085" HotelName="Casp Green House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Casp 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/8/5/193085_18cd3c12152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.03" OriginalAmount="104.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383250811216" Longitude="2.1410170197487" StarRating="4" HotelCode="51681|145377" HotelName="Hotel Acta CITY47" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nicaragua 47, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/67/62672367043ee9261c2ed87863b9cc57c88208dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located on Plaza España in the centre of Barcelona, about 2.5 km from the b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="108.07" OriginalAmount="104.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382773853339" Longitude="2.140166759491" StarRating="4" HotelCode="318135|ES000187" HotelName="abba Sants Hotel" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="BREAKFAST INCLUDED" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Numancia 32, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/86/0a8695d54894485e19e7a81524f8221f9eafd531.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Estació de Sants (station and bus stop). Numerous shops, restaurants ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398407" Longitude="2.184442" StarRating="2" HotelCode="295418|hotel_barcelonago" HotelName="Barna House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Lepanto 143, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/16/0d16db6fffb6f1d3cac78fef563181cc325a4dac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388214296415" Longitude="2.1729287751468" StarRating="2" HotelCode="322032|hostal_fontanella" HotelName="Hostal Fontanella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 71-2, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/92/cc92e9ac429930bce33d8a2ec23f8c0547999847.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.69" OriginalAmount="105.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382597" Longitude="2.157106" StarRating="2" HotelCode="60253|70244" HotelName="BCN Urban Hotels Del Comte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 142-148, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/95/769581f0edfce55ddb7caba29d5f319c3b5d0f6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable, cosy city hotel enjoys a convenient location, just 10 minutes from Plaza Cataluña a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.70" OriginalAmount="105.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3820935" Longitude="2.1725725" StarRating="0" HotelCode="|121844" HotelName="Bcn Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas, 96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/4/4/121844_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Las Ramblas Is situated in 50 metres away, guests will find Liceu the underground station of. FACILITIES: The establishment has WiFi (free of charge) and a reception.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.04" OriginalAmount="105.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383182059258" Longitude="2.1847542638063" StarRating="1" HotelCode="64249|78594" HotelName="Hotel Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle General Castaños 6, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/3d/3c3d982b8a9fef350441c75e2fea1eb074980e9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right opposite Barcelona-Estació de França train station, not too far away fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599655-25752603/4329126474802115170/12169" HotelName="SERCOTEL CORNELLA BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892300/892246/f20a4493_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404811958591" Longitude="2.1288852121534" StarRating="4" HotelCode="130276|turo_de_vilana" HotelName="Vilana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vilana 7, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0333c0025387f9d4a75ea4eb37409a65b740129.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the prestigious La Bonanova district of Barcelona. It is surrounded by one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.86" OriginalAmount="106.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4030888" Longitude="2.1231848" StarRating="4" HotelCode="|27626" HotelName="Ikonik Angli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE ANGLI 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/2/6/27626_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389750774476" Longitude="2.1419611573219" StarRating="4" HotelCode="9956|5768" HotelName="Hotel Derby" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 21, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/90/d790d59cf8a919051c28d197c852a2711a2955fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of Barcelona (in the shopping and business centre), on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397926" Longitude="2.192201" StarRating="3" HotelCode="172668|nh_diagonal_center" HotelName="NH Barcelona Diagonal Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Àlaba 94-96, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/44/01448ae168c6e5469518461228f18d34fb85f877.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the groundbreaking technological 22nd district of Barcelona, very close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39047871912" Longitude="2.1214496608782" StarRating="4" HotelCode="361525|upper_diagonal" HotelName="Hotel Upper Diagonal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Manuel Girona 7-21, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af34c351938f6ab6c49798b5d2c2e95284f2a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391549976588" Longitude="2.1738185331092" StarRating="3" HotelCode="323044|casper" HotelName="Casp-er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Villa,Holiday homes,Holiday homes,Holiday homes,Holiday homes" CnxPolicy="Non Refundable" HotelFacility="Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Calle  Casp 39, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/44/65447eee6f2d8bc7538baccccc74c2b555013ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;/b&amp;gt; &amp;lt;br /&amp;gt;With a stay at Casp-er in Barcelona (Eixam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.415364060506" Longitude="2.1769965509001" StarRating="2" HotelCode="477493|hostal_canigo" HotelName="Hostal Sant Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passatge Flaugier 31, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f7/54f700b00bf0cf6c3326a0511b7a3ed471819e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Sant Pau is located in the city of Barcelona, near the Hospital de Sant Pau. Rooms are equipp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.22" OriginalAmount="107.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3746" Longitude="2.166" StarRating="2" HotelCode="30340|387925" HotelName="Paral-Lel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Poeta Cabanyes 5-7, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/40/7440d1f71a401de55b3e0f80c6418379d89ff0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the city centre this pleasant hotel is the ideal starting point for exploring Barcelona ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.25" OriginalAmount="107.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387541262342" Longitude="2.1364894509315" StarRating="3" HotelCode="32067|24334" HotelName="NH Barcelona Les Corts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de les Corts 292, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/b6/fdb62829b830c1b27cd1f286bd520742157d8aff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Francesc Macià Plaza and not far from the FC Barcelona football stadium. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.32" OriginalAmount="107.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3985135" Longitude="2.1427315" StarRating="0" HotelCode="|10978" HotelName="Senator Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA AUGUSTA 167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/7/8/10978_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in 1980, renovated in 2004, has 5 floors and 17 apartments. The establishment offers a lobby with an elevator, a reception with safety deposit boxes, a TV room and internet. The establishment also offers a car park, an indoor car park and a laundry service. SITUATION: This establishment is in VÃ­a Augusta, close to Muntaner Street and the business area. ROOM: The apartments have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, an American kitchen, a mini-bar, a double bed, central heating and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.96" OriginalAmount="107.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4000472" Longitude="2.151406" StarRating="2" HotelCode="|28906" HotelName="Via Augusta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA AUGUSTA 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/9/0/6/28906_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel l'Eixample it is in Paseo de Gracia 500 metres away, guests can find Close to tourist points of interest, cultural places, and, Close to the harbour and the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.04" OriginalAmount="107.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3794947" Longitude="2.1501596" StarRating="3" HotelCode="|11012" HotelName="Chic and Basic Velvet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Consell de Cent 74</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/2/11012_38513c01252.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors, 9 single rooms, 39 double rooms and 2 junior suites. In the entrance, guests are offered a lobby, a reception, a lift and a cloakroom. Guests are also offered a cafÃ©, a TV room, an Ã  la carte restaurant with air-conditioning, a conference room, internet, a car park, indoor parking and a laundry service. SITUATION: This hotel is in a central area. Close to the establishment, clients can find the Congress Centre and the trade fair ground. It is located near shops, restaurants and bars. 2 kilometres away, you can find nightclubs. 500 metres away, guests have public transport services. It is 20 minutes away from the airport. ROOM: Customers have cosy rooms with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, an air-conditioning system, a central heating system and a safe (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.06" OriginalAmount="107.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4055078" Longitude="2.1360763" StarRating="0" HotelCode="|67664" HotelName="Bonanova Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BISBE SIVLLA 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/6/6/4/67664_620ddb10914.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel is perfect for business and holiday stays, has attentive service, 21 apartments and 2 suites. Some of the establishment facilities on offer are air-conditioning, express check-out, a reception, a lift, WiFi and an indoor car park (for a fee). SITUATION: It is inSarriÃ  Sant Gervasi a residential area of close to the establishment, guests have the university, is 200 metres away from Putxet the Railway Station of Plaza de EspaÃ±a It is situated 10 minutes away from it is situated 20 kilometres away from Barcelona Airport. ROOM: apartments, have a fridge, a microwave, a coffee maker, a kettle, an air-conditioning system, heating, a television, an iron, a direct line telephone, a mini-bar, a safety deposit box and WiFi. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.22" OriginalAmount="107.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398521" Longitude="2.15977" StarRating="2" HotelCode="149081|215284" HotelName="BCN Urban Hotels Bonavista Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Francisco Giner 5, HB-004307, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/f9/b0f9119a87bb926af49369fa40e4e7df36638d90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386274" Longitude="2.129435" StarRating="4" HotelCode="10885|22900" HotelName="Atenea Barcelona Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Güell 207-211, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9d/1b9d62e6b3f5aef8ffe887ff2083207a49396948.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Barcelona, on the Avenida Diagonal. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37247991273" Longitude="2.1462209224062" StarRating="1" HotelCode="323688|237224" HotelName="Hotel Brick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía de les Corts Catalanes 304, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ca/3dcaad31eeeee3d8cfb80b6954177de03d197f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|24882-25206077/4329126474802115170/9396" HotelName="HOTEL BEST AUTO HOGAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/64000/63996/eb391034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.24" OriginalAmount="108" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1256459-26605305/4329126474802115170/14971" HotelName="CHICANDBASIC ZOO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26960000/26958100/26958070/9ff248bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382169125013" Longitude="2.172638471793" StarRating="2" HotelCode="267644|hostal_bcn_ramblas" HotelName="Bcn Ramblas Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 96, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c1605438b19324ed39ccef44087e32e2b02a2027.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.368316772445" Longitude="2.1328170313593" StarRating="2" HotelCode="378971|hostal_nova_barcelona" HotelName="Hostal Nova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Badal 65 1-B, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ae/b2ae7536cfbf343031df4d1a2e9f4fc85fb33972.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.28" OriginalAmount="108.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403255740731" Longitude="2.1270789206028" StarRating="3" HotelCode="29330|3356" HotelName="Catalonia Mikado" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Bonanova 58, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/dc/b0dcb522e898bf62bff13347bd12f4574b59a1ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is just 4 km from the centre of the town. Countless shopping and entertainment ve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.61" OriginalAmount="108.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39872287" Longitude="2.20121598" StarRating="3" HotelCode="977644|669161" HotelName="Acta Voraport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ramon Turro 169-B, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/f3/10f354976274af79460a08f7c66272f374874d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.98" OriginalAmount="108.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405031578806" Longitude="2.1404792405672" StarRating="3" HotelCode="27688|364565" HotelName="Exe Mitre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bertrán 9-15, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fe/ecfe0a2e27097401563c4eaea05512ed2fa27687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to the Parque Güell and the worthwhile attraction of Casa-Museu Gaudí. Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.18" OriginalAmount="108.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398732365997" Longitude="2.1541549991332" StarRating="2" HotelCode="255687|1246068" HotelName="DingDong Express Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle de la Riera de Sant Miquel 74, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ce/6dce8d3abac7b161eb893e8cebb4e51b2921c6da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located in the trendy district of Gracia in Barcelona, which teems with restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.19" OriginalAmount="108.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3810339" Longitude="2.1270508" StarRating="4" HotelCode="|11038" HotelName="Nh Barcelona Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRAV DE LES CORTS, 150-152</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/8/11038_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1965, renovated in 1991, has 10 floors, 106 rooms, 100 double rooms and 1 suite. In the entrance, guests are offered a lobby, a cafÃ©, a lift, a reception with safety deposit boxes and a currency exchange service. The establishment also has a bar, a pub, an Ã  la carte restaurant with air-conditioning, a conference room and internet. It has a car park, indoor parking, a medical care service, room service and a laundry service. SITUATION: This hotel is in the commercial area, is situated near the shopping centre, the football stadium, 100 metres away, guests can find restaurants, bars, pubs and a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar, a double bed and central heating. FACILITIES: Outdoors, clients can enjoy a swimming pool, a terrace with parasols and deck chairs. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.21" OriginalAmount="108.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404699" Longitude="2.138857" StarRating="3" HotelCode="17654|13934" HotelName="Silken St. Gervasi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sant Gervasi De Cassoles 26, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ba/a6ba4d89d181bac1ed7cc377b9c97829b97e5be3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Public transpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410478" Longitude="2.139723" StarRating="3" HotelCode="178335|aparthotel_bertran" HotelName="Aparthotel Bertran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bertran, 150, Barcelona 8023</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/03/ca039fd88641b2461b53f78e6e45673299deac1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet part of Barcelona, 5 minutes' walk from Avinguda Tibidabo FGC statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.373074951109" Longitude="2.137558311224" StarRating="2" HotelCode="190687|live__dream" HotelName="Live &amp; Dream" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rossend Arús, 23, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/47/844746550c9dc5c970aaee2f7d8a08d762a65ae4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Sants-Montjuic. With a total of 13 accommodation units, this is a n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40121764" Longitude="2.16517736" StarRating="3" HotelCode="628022|casa_dover_bb" HotelName="Barna House B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Bailén 188, Principal 1, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/56/2a5645e611618cf666a4e68c6ce4220c0151bc9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.33" OriginalAmount="109.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3773157" Longitude="2.1137025" StarRating="4" HotelCode="|11132" HotelName="Ilunion Les Corts Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cardenal del Cardenal Reig, 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/3/2/11132_cf1af3a1607.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has a swimming pool, a spa and a wellness centre. SITUATION: This modern hotel is near Camp Nou the stadium 5 minutes walk away, you can find the convention centre, and Sants the Railway Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.36" OriginalAmount="109.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3811806" Longitude="2.1639269" StarRating="3" HotelCode="|11109" HotelName="Ronda House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Erasme 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/9/11109_33e6a871307.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ronda is rated three stars. SITUATION: This hotel is in the historic centre of Barcelona. It is situated only a few minutes walk away from Las Ramblas nearby, you will find the tourist attractions. It is situated close to Palau Guell and Mercat Sant Antoni FACILITIES: The establishment has a restaurant and a bar. ROOM: The simple rooms fully-equipped have an air-conditioning system, a satellite television and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.41" OriginalAmount="109.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390428906582" Longitude="2.1262192726135" StarRating="4" HotelCode="32772|1017928" HotelName="Atiram Arenas" 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,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capitán Arenas 20, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/bd/c1bd80ffc1bc8b04354cda5e9b7517cfc54b0b78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is situated in Barcelona's tourist centre, around 5 km from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.54" OriginalAmount="109.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401780532131" Longitude="2.1477453410626" StarRating="3" HotelCode="31130|382905" HotelName="Pol &amp; Grace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>c/ Guillermo Tell 49, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7e/da7e7c433b130fde65b2247f20ed05733d2a5190.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the centre and the tourist area. Countless shopping venues, nightclub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.65" OriginalAmount="109.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39847986897" Longitude="2.14267432294" StarRating="3" HotelCode="29148|387055" HotelName="Aparthotel Senator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 167, 08021 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1a/a51a5e4e29108573dc85431a9e93c4284fefad6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right on Via Augusta. Countless shops, restaurants, bars and pubs are located o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.10" OriginalAmount="109.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3965479" Longitude="2.1508683" StarRating="0" HotelCode="|124625" HotelName="Blanc Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/2/5/124625_9534ef40833.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gorgeous terrace. SITUATION: Passeig de Gracia It is 8 minutes away from. ROOM: Customers can find rooms with WiFi, (free of charge), a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.25" OriginalAmount="109.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3811129" Longitude="2.1534221" StarRating="3" HotelCode="|369390" HotelName="Magatzem 128" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calabria, 128</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/3/9/0/369390_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3859148" Longitude="2.1728989" StarRating="0" HotelCode="|124605" HotelName="Lausanne" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/0/5/124605_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers, WiFi, (free of charge). SITUATION: Portal del Ãngel Is situated in La Rambla 2 minutes away from the establishment, you can find Catalunya the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405461" Longitude="2.136098" StarRating="3" HotelCode="143737|aparthotel_bonanova" HotelName="Bonanova Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bisbe Sivilla 7, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f9/48f988a31ea9924d04de0c7f5a7e5420e6a82708.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the residential area of Sarrià Sant Gervasi, close to the university an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.94" OriginalAmount="110.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37899" Longitude="2.1790055" StarRating="0" HotelCode="|121867" HotelName="Drassanes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ample, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/6/7/121867_52bda391210.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse has WiFi, (free of charge), a reception. SITUATION: Las Ramblas It is 300 metres away from Port Vell 100 metres away, clients have. ROOM: The establishment has bright rooms, have an air-conditioning system, a television and modern bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.20" OriginalAmount="110.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3955899" Longitude="2.1495636" StarRating="3" HotelCode="|11102" HotelName="Condado" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ARIBAU, 201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/2/11102_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1952, was renovated in 2006, has 7 floors, 76 rooms, 6 single rooms, 69 double rooms and 1 suite. In the establishment entrance, guests will find a lobby, a cloakroom, a TV room and internet. SITUATION: This comfortable hotel is in Barcelona the business area of Avenida Diagonal it is situated near Where you can find tourist points of interest and cultural places. near the establishment, customers can find restaurants, bars, nightclubs and shops. next to the establishment, guests have public transport services. ROOM: It has cosy rooms with a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet (free of charge), a desk, a mirror, a safe, individual heating and an individual air-conditioning system. Some rooms have a terrace. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="114.29" OriginalAmount="110.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403781" Longitude="2.213731" StarRating="4" HotelCode="166949|CAG671700" HotelName="Hotel Front Marítim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Garcia Fària 69-71, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/a3/05a3ea969ee0e7a4e6b7b327d4ca7e9a71351532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is also wonderfully located, close to the sea. The nearest public transport link...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611-14169623/4329126474802115170/6676" HotelName="ABBA SANTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559700/559621/f215b2b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="23.866180419921875" Longitude="120.90270233154297" StarRating="3" HotelCode="0|408560-32721094/4329126474802115170/15108" HotelName="CHI BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NO. 419, ZHONGSHAN RD, YUCHI, TW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116110000/116100600/116100540/07a3203d_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Sun Moon Lake Hotel is located in Yuchi's Sun Moon Lake neighborhood, close to Shueishe Pier. Regional points of interest also include New Era Sculpture Park and Lungnan Natural Lacquerware Museum.    Hotel Features.   Sun Moon Lake Hotel's restaurant serves breakfast, lunch, and dinner. The hotel also has a snack bar/deli and a coffee shop/café. A bar/lounge is open for drinks. Room service is available 24 hours a day. The hotel serves a complimentary hot and cold buffet breakfast each morning in the breakfast area. Recreational amenities include a fitness facility and complimentary bicycles. This 4-star property has a 24-hour business center and offers small meeting rooms and business services. Complimentary high-speed (wired) Internet access is available in public areas. This Yuchi property has 4 meeting rooms.  Wedding services, tour/ticket assistance, and tour assistance are available. Valet parking is complimentary. Additional property amenities include a terrace, multilingual staff, and gift shops/newsstands. This is a smoke-free property.    Guestrooms.     Air-conditioned guestrooms at Sun Moon Lake Hotel feature complimentary bottled water and safes. Balconies offer lake or mountain views. Beds come with premium bedding. Guestrooms share bathrooms; amenities include bathrobes, slippers, and complimentary toiletries. Wired high-speed and wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer phones. 37-inch high-definition televisions have premium cable channels and free movie channels. Also included are blackout drapes/curtains and hair dryers. Guests may request a turndown service, irons/ironing boards, and wake-up calls. Housekeeping is available daily.     Room Info:       Notifications:      All guests staying in hotel guestrooms must be registered with the hotel.            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.     The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation.     Property Information:  Check-out time is 11 AM  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382832" Longitude="2.1655949999999" StarRating="1" HotelCode="149077|universitat_" HotelName="Hostal Gat Raval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Joaquin Costa 44, Ciutat Vella, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/dd/c9dd796d193f3e85272334974df2ba59e13b437f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the lively Raval District, Gat Raval offers 24-hour reception, free laptops and free Wi-Fi in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.40" OriginalAmount="111.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4060907" Longitude="2.1721838" StarRating="0" HotelCode="|124619" HotelName="BCN Condal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corsega, 546, Entresuelo 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/1/9/124619_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inEixample the district of la Sagrada Familia 2 minutes away from the establishment, guests will find 300 metres away, guests have Sagrada Familia the underground station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.87" OriginalAmount="111.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399915977474" Longitude="2.1300119161606" StarRating="3" HotelCode="31360|1017938" HotelName="Tres Torres Atiram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calatrava 32, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/98/1b982f11908e8fce54275611aec4a5f0ee015206.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre, in Barcelona's entertainment centre. Countless shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.26" OriginalAmount="111.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.407744" Longitude="2.185346" StarRating="3" HotelCode="10702|1387" HotelName="Catalonia Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 577 - 579, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9c/1e9c21b07cb93d67dce9dd5d1a8cbf9ce41e3642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated close to the centre of Barcelona. Numerous shops, restaurant, bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382139916569" Longitude="2.1756912767887" StarRating="1" HotelCode="113148|3712" HotelName="Call Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arc Sant Ramon del Call 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/67/5e67f1e95f6982c87a38cc29a0e85fa942e496da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona city centre and is very well connected to all public transport li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330412-28489983/4329126474802115170/1580" HotelName="EL CALL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1330412/20225131211329.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|28208-28467425/4329126474802115170/2953" HotelName="CASUAL COLOURS BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133600/1133553/0bd74bf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398217549596" Longitude="2.1685064460366" StarRating="1" HotelCode="385799|primavera_hostel" HotelName="Primavera Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 330, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/10/1410a99ffa8a3ef5208d366246098c38f871e854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.47" OriginalAmount="112.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3984399" Longitude="2.1437483" StarRating="4" HotelCode="|70686" HotelName="Atenea Rekord Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUNTANER, 352</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/6/8/6/70686_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms a bathroom, an air-conditioning system, heating and a satellite TV. They also have internet, a safe, a mini-bar, a hairdryer and an alarm clock. FACILITIES: The establishment boasts a TV room, a indoor car park and nursery.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.05" OriginalAmount="112.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381228545614" Longitude="2.1638671281105" StarRating="3" HotelCode="27724|942245" HotelName="Hotel Ronda House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Erasme 19, Barcelona, Cataluña</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d6/57d64b6c3f240d5aefbc7abf3bc3754bfd7aa36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona, close to the Plaza Cataluña and Las Ramblas. Shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.18" OriginalAmount="112.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3890014" Longitude="2.1652981" StarRating="0" HotelCode="|124620" HotelName="Somnio s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Diputacio, 251, 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/2/0/124620_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is great value. SITUATION: Las Ramblas It is located near.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398564950651" Longitude="2.1438279642018" StarRating="4" HotelCode="128400|202528" HotelName="Rekord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 352, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/29/49295c05fbdfb9453d5ce4b888af12f6a79a0441.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372233934778" Longitude="2.1573432635986" StarRating="2" HotelCode="868380|389837" HotelName="La França Travellers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 38, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.39" OriginalAmount="113" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.44075012207031" Longitude="-119.07659912109375" StarRating="3" HotelCode="0|248424-25465040/4329126474802115170/14563" HotelName="BARCELONA LIVING APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8818 Spectrum Park Way, Bakersfield, CA, 93308, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6470000/6468400/6468368/5b3f7866_b.jpg</HotelPictures>
        <HotelDescription>The Hampton Inn &amp;amp; Suites Bakersfield North-Airport California hotel is located off Highway 99 and Highway 65 in the heart of Bakersfield's most flourishing communities off of Merle Haggard Drive. This Hampton Inn &amp;amp; Suites Bakersfield California hotel is located just minutes away from several dining facilities, shopping centers and entertainment facilities such as the famous Famoso Raceway, Buck Owens Crystal Palace and Rabobank Arena and Convention Center.    Bakersfield is conveniently located between Los Angeles and Fresno and is the perfect halfway point if you're traveling from Northern California to Las Vegas, Nevada. The Hampton Inn &amp;amp; Suites Bakersfield North-Airport California hotel is the perfect destination if you're traveling to Sequoia or Yosemite National Park. In addition to the many recreational facilities surrounding our Hampton Inn &amp;amp; Suites Bakersfield North-Airport California hotel, we are also centrally located in Bakersfield's fastest growing industrial area. Whether you're staying for business or pleasure, we can guarantee you'll be satisfied. We look forward to having you as our guest.   We love having you here at the Hampton Inn &amp;amp; Suites Bakersfield North-Airport California hotel!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375202" Longitude="2.155661" StarRating="3" HotelCode="186383|hcc_lugano" HotelName="hcc lugano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Paral lel 172, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/3e/2a3e2d3d1e01d5c99451adcdfc0d53c7eddf6601.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Avinguda del Paral-lel, less than 3 km from Las Ramblas and Barcelona´s Goth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.72" OriginalAmount="113.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391075842044" Longitude="2.1717283129692" StarRating="4" HotelCode="31340|386985" HotelName="Roger de Lluria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Roger de Llúria 28, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/dc/bfdcd4932cbc3f4377d85b6ae5c3617243be25bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Barcelona just 5 minutes' walk from the famous Las Ramblas, as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.26" OriginalAmount="113.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3794443" Longitude="2.1665731" StarRating="2" HotelCode="|124659" HotelName="Casa Gardenia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hospital, 155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/5/9/124659_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a terrace with city views, rooms with air-conditioning and a flatscreen television. SITUATION: It is inRaval the district of Las Ramblas 500 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|521597-28458376/4329126474802115170/581" HotelName="HOSTAL DRASSANES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/521597/20171228112745415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|935391-28471953/4329126474802115170/4439" HotelName="BCN CONDAL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/935391/20211122124548582.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|408611-28458483/4329126474802115170/5580" HotelName="HOSTEL SANT PAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/408611/201662713184053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|88387-25254998/4329126474802115170/9467" HotelName="MADANIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1166500/1166490/9439959f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599665-25752621/4329126474802115170/9524" HotelName="IBIS STYLES BARCELONA SJ DESPI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1103500/1103465/eaf153c3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|504467-25666452/4329126474802115170/13351" HotelName="ONA HOTELS ARYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19770000/19763200/19763143/3eb9b6a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.42" OriginalAmount="114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|608439-25766262/4329126474802115170/14331" HotelName="GREEN HOUSE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5670000/5663200/5663178/5730c083_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399148" Longitude="2.162609" StarRating="1" HotelCode="186943|generator_hostel_barcelona_3" HotelName="Generator Barcelona Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Corsega 373, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/58/1a58402379c5f9545221f34a6e6a4d6a7dfcac8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just 1.5 km from the centre of Barcelona, within minutes of the Sa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39615596" Longitude="2.1677283" StarRating="0" HotelCode="439728|hostal_argo_" HotelName="Hostal Argo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 305, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/85/a78508cc795fcb4eab676e78a399fd75e7d19b55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.82" OriginalAmount="114.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401055" Longitude="2.194399" StarRating="2" HotelCode="169882|228424" HotelName="ibis Barcelona Pza Glories 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ciutat de Granada 99, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/fe/c6fee9324074ef9603a84ec157995ceb3e3bd1c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Glòries district, under 10 minutes away from the Plaza Catalunya and Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|640511-25820254/4329126474802115170/9455" HotelName="HOTEL BRICK BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19530000/19520900/19520818/43f42882_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|408602-32721095/4329126474802115170/13799" HotelName="NOVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12570000/12566800/12566761/5fce02bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379406503021" Longitude="2.1666364720728" StarRating="2" HotelCode="149190|hostal_gat_xino_2" HotelName="Hostel Raval Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 155, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/19/ff19b95ab5df494c4f982476bf75d3f288efeeef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.74" OriginalAmount="115.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383538" Longitude="2.160048" StarRating="2" HotelCode="295426|2000005" HotelName="Live Barcelona Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran via de les corts catalanes 547, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8eceb735f61f8be9515b4307e4980491abca4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.07" OriginalAmount="115.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395967391379" Longitude="2.1610987186432" StarRating="3" HotelCode="30544|2914" HotelName="Actual" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Rossello 238, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/0a/f80a197953b2b63e9a6f7a52b761f8eef4bda2ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the L'Eixample district just 5 minutes from las Ramblas. There ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376023987303" Longitude="2.1440922957008" StarRating="2" HotelCode="225415|389802" HotelName="Hostal Baler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Room Service,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Torre d'En Damians 11, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/fb/5dfbf2fbaa553e1b5a3c8cda733c3c921fb59b44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Baler is a popular choice amongst travelers in Barcelona, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|384194-28581739/4329126474802115170/3290" HotelName="UPPER DIAGONAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12740000/12731400/12731374/7b0928dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399789224042" Longitude="2.1774829924107" StarRating="2" HotelCode="160587|hotel_sant_antoni" HotelName="Sant Antoni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell de Cent 476, Eixample, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/43/9343c436e6fc6104dcddd1a2c822107b78b252c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a privileged location next to the Monumental Bullring, the Sagrada Familia, Teatre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375546607819" Longitude="2.1731445193291" StarRating="3" HotelCode="161337|hotel_acta_mimic" HotelName="Hotel Acta Mimic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Arc del Teatre 58, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/6a/376a284fc163e56bdca99eaf703a0ecfae62a526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located in Barcelona's Ciutat Vella (old city) district, next to the ancient Te...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389570421262" Longitude="2.1436933794041" StarRating="2" HotelCode="305647|hostal_aslyp_114" HotelName="Hostal Aslyp 114 Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Josep Tarradellas 114, Entlo 3, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/52/8c520148dd5cc479f3f4d3bb50dbcdf16b2857fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3813054" Longitude="2.1764705" StarRating="1" HotelCode="428460|hostal_levante_scp" HotelName="Hostal Levante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Baixada de Sant Miquel número 2, Recepción : 2º piso, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3f/d63fbeeb79bf4e55d25584b9df38f45076d62b82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hostal Levante Scp hotel is modest and simple, with the most basic amenities, a friendly atmosphere ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37221218" Longitude="2.15705174" StarRating="0" HotelCode="627612|la_franca_" HotelName="La Fransa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La França Xica 40, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/01/ac019400493e4b24154c8e2fe6441e1cc259c97e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.58" OriginalAmount="116.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383705628549" Longitude="2.151705622673" StarRating="3" HotelCode="51821|21" HotelName="Hotel Viladomat by Silken" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viladomat 197, Eixample, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/b2/69b2ad8c70f8becb36804fef0503557c8c7102d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Barcelona, just a few minutes from the historical an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.58" OriginalAmount="116.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398362889917" Longitude="2.1779799380245" StarRating="2" HotelCode="888361|98853" HotelName="Hotel Acta Antibes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 394, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/36/123680ba8caa94a7702256c79c393141648dd96a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Eixample district, near the city centre and many tourist attractions su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.79" OriginalAmount="116.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382675360171" Longitude="2.1657777272062" StarRating="2" HotelCode="66017|231776" HotelName="Hotel Acta BCN 40" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Joaquin Costa 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480024335b2cf8a3e2f61df5ca19f346e32f8b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location, surrounded by the historic centre of Barcelona and offers easy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.83" OriginalAmount="116.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39561125233" Longitude="2.1495290100574" StarRating="3" HotelCode="47696|387275" HotelName="Hotel Condado Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aribau 201, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ce/39ce051eb88703e0ea59d7cb21ea0ff5975455b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Avenida Diagonal in the commercial and business district of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.13" OriginalAmount="116.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374452015296" Longitude="2.1745936830473" StarRating="2" HotelCode="38237|387565" HotelName="Hostal BCN Port" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral·lel 15, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fd/5dfd12c8a114b71e252a69a9a64307434219fc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the northeast of Spain, in the Catalonian capital of Barcelona. Throug...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.40" OriginalAmount="116.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3831343" Longitude="2.1411347" StarRating="4" HotelCode="|10977" HotelName="Acta City47" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nicaragua 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/7/7/10977_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1992, 6 floors, 80 standard rooms, 20 single rooms, 60 double rooms and a lobby with an elevator. SITUATION: The hotel is in a central area of Barcelona, next to the Plaza de EspaÃ±a. Around 2.5 kilometres away you can find the beach. Around the establishment, clients can find shops, boutiques, bars, restaurants and leisure areas. ROOM: The elegant and comfortable rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a double bed, central heating and a safety deposit box (available for a fee). MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.40" OriginalAmount="116.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4046867" Longitude="2.138919" StarRating="3" HotelCode="|10972" HotelName="Silken Sant Gervasi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE SANT GERVASI DE CASSOLES, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/7/2/10972_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, was built in 2000, renovated in 2008, has 5 floors and 63 rooms. In the entrance, you can find a reception, a laundry service, a restaurant and internet. SITUATION: This hotel is in Barcelona near the establishment, guests will find the city centre. 500 metres away, guests have public transport services. ROOM: All the rooms have a desk, a mini-bar, a safety deposit box (free of charge), a television, a satellite TV, an air-conditioning system, a central heating system, a direct line telephone, a bathroom with a bath, a hairdryer and complimentary bathroom items. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393515626256" Longitude="2.1505683660507" StarRating="4" HotelCode="51951|26516" HotelName="Guitart Grand Passage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Muntaner 212, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/63/4d63946277154a3c573549c6051e0906cbaf7a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the leisure area of Barcelona. There are countless shops, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029466-28489476/4329126474802115170/1235" HotelName="OLIVIA BARCELONA BOUTIQUE HOSTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25180000/25172500/25172488/5af5c386_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384864794622" Longitude="2.1702128648758" StarRating="1" HotelCode="94219|hotel_lloret_ramblas" HotelName="Lloret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Canaletes 125, 08002 Barselona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/3c/af3c0ad01527ed48f3ba8820a3852b5f380f39b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393471" Longitude="2.157815" StarRating="3" HotelCode="901971|room_mate_emma_2" HotelName="Room Mate Emma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rosselló 205, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a0/01a06dcfac4274c120cd16bbd7679666124bab8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.56" OriginalAmount="117.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3741908" Longitude="2.1247137" StarRating="0" HotelCode="|369379" HotelName="Dv" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torns, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/3/7/9/369379_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.60" OriginalAmount="117.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4231076" Longitude="2.1905092" StarRating="3" HotelCode="|73982" HotelName="Acta Laumon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>MONLAU 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/9/8/2/73982_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, newly built, has 28 comfortable rooms. You are also offered a small terrace with city views. SITUATION: This hotel is near Avenida Meridiana ROOM: The comfortable rooms have flatscreen LCD television, internet, a safety deposit box, an individual air-conditioning system, a direct line telephone and a desk. Some rooms have a terrace (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.04" OriginalAmount="117.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401582037336" Longitude="2.1979135146629" StarRating="3" HotelCode="76164|351715" HotelName="Holiday Inn Express Barcelona - City 22@" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 203, Barcelona 08005</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c7/abc768b850b177a22621616362b8e2aa99b9769c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes away from the Barcelona International Convention Center (CCIB), t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.05" OriginalAmount="117.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384320700861" Longitude="2.1513945508894" StarRating="4" HotelCode="37041|22957" HotelName="Sercotel Ámister Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 93-95, near Sants train station, City Centre, Eixample District, 08029 Barcelona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/97/6197a905dec602fa8d51136a7d132555698a6e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is suitable for both tourists as well as for business guest. It is located ar...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.15" OriginalAmount="117.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385348" Longitude="2.171595" StarRating="3" HotelCode="30264|386685" HotelName="Nouvel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Santa Ana, 18-20, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/42/a142fd7e89e3b2fa439d50b175483414a58d34e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Plaza Cataluña and Las Ramblas at the heart of Barcelona. Various sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.28" OriginalAmount="117.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3968712" Longitude="2.1463865" StarRating="0" HotelCode="|124623" HotelName="Petit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Laforja, 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/2/3/124623_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in SarriÃ -Sant Gervasi the district of 350 metres away from Muntaner the underground station of. FACILITIES: Guests are offered WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.43" OriginalAmount="117.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400101" Longitude="2.191044" StarRating="4" HotelCode="|213921" HotelName="ZT The Golden Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/9/2/1/213921_23860830951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330415-28476620/4329126474802115170/3717" HotelName="TOLEDANO RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1330415/202251312182438.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|286232-25502874/4329126474802115170/10320" HotelName="HOTEL BOHEMIAN ENTENZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523298/42457f90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.54" OriginalAmount="118" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1029661-26230512/4329126474802115170/11066" HotelName="HOSTAL BCN 46" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8260000/8257800/8257782/c906ddf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380315" Longitude="2.169971" StarRating="3" HotelCode="113142|alba_hotel_2" HotelName="Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Room Service,Shopping Arcade,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Calle Hospital 83, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c4/c8c4da03aae00770718e8ed4e4d1e409b4dcc52f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Alba Hotel puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37415812" Longitude="2.12473164" StarRating="0" HotelCode="879109|apartamentos_dv" HotelName="Apartamentos Dv" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torns 3, Sants-Montjuic, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b2/aab228f22cf82affd99b66be81b02521032e00de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389096717296" Longitude="2.1651456607132" StarRating="2" HotelCode="902662|somnio_hostels" HotelName="Somnio Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 251, Segundo 2, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/02/8c024aed97a48dae6e11f2f6f5044b025c325677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Eixample. Somnio Hostels guarantees a quiet stay as it count...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.80" OriginalAmount="118.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388823230655" Longitude="2.1361199175385" StarRating="4" HotelCode="63299|73604" HotelName="NH Collection Barcelona Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Deu i Mata 69-99, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e5/bee59518bd24d77c663a2e51066b47e191945cf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between Avenida Diagonal and Calle Numancia, right in the heart of the Catalon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.01" OriginalAmount="118.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4003" Longitude="2.19083" StarRating="4" HotelCode="943343|587986" HotelName="Golden Tulip Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Avila 135-139, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/76/5476dc82c3dc8b7c7d9daea5cbc2f5223828d4d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, approximately 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.02" OriginalAmount="118.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401029" Longitude="2.194614" StarRating="2" HotelCode="|73874" HotelName="Ibis Barcelona Glories 22" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CIUTAT DE GRANADA, 99</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/8/7/4/73874_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the GlÃ²ries district, 500 metres away from Torre Agbar. 5 minutes walk away, you can find the Llacuna and GlÃ²ries metro stations. It is situated 10 minutes away from Plaza Catalunya and La Barceloneta Beach. ROOM: Clients are offered soundproofed rooms with flat-screen TV, an air-conditioning system, heating and a bathroom with a hairdryer. FACILITIES: The establishment has a gym, a bar, offers WiFi (free of charge), a buffet restaurant and a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.18" OriginalAmount="118.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3835466" Longitude="2.1600124" StarRating="0" HotelCode="|156482" HotelName="Live Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes, 547, Eixample</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/8/2/156482_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is on Gran Via the centre of Las Ramblas it is situated 10 minutes walk away from and excellent transport links to the metro station, is 100 metres away from Urgell the underground station of 350 metres away, there is a bus stop. ROOM: Each room has WiFi, an air-conditioning system and a television. Some rooms have a balcony or terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.19" OriginalAmount="118.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3836499" Longitude="2.1838319" StarRating="0" HotelCode="|124558" HotelName="Hera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rera Palau, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/5/8/124558_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inBorn the district of 150 metres away from the establishment, you can find France the Station of 250 metres away, clients have Barceloneta the metro station of. ROOM: Guests can find rooms with shared bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.29" OriginalAmount="118.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389479117196" Longitude="2.1491253376007" StarRating="4" HotelCode="24881|387165" HotelName="U232 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 232, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/a4/e5a4e793315b5f8c5a1fb65fa5e825b42384d4ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of the shopping and boutique area, opposite the exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.34" OriginalAmount="118.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381110219448" Longitude="2.1735426588955" StarRating="3" HotelCode="258539|2063965" HotelName="Internacional Ramblas Atiram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla 78-80, Ciutat Vella (Gòtic)), 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/b4/1cb42db34fdea95e79df2fbb6ee0fc7c1e00f951.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in a modernist style, this hotel is extremely popular with tourists and offers guests fabulous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="122.57" OriginalAmount="119" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15163-28579348/4329126474802115170/2299" HotelName="POL &amp;amp; GRACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/560000/559100/559013/9c8ba88e_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.02" OriginalAmount="119.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3792354" Longitude="2.1750488" StarRating="2" HotelCode="|124597" HotelName="Cuatro Naciones" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla, 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/9/7/124597_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: Las Ramblas It is in 200 metres away, guests will find Drassanes the metro station of. ROOM: The rooms have a satellite TV and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.20" OriginalAmount="119.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384292257712" Longitude="2.1619194746018" StarRating="3" HotelCode="9955|387915" HotelName="Caledonian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 574, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/ae/deaecddc16b853d1e91401446579e21c5d09fa22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Fabulously situated at the heart of the city, just a few paces from the wonderful Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.59" OriginalAmount="119.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3762143" Longitude="2.1439621" StarRating="0" HotelCode="|121840" HotelName="Baler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Torre d'en Damians, 11C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/4/0/121840_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse is great value. SITUATION: It is well-connected with the historic centre, 400 metres away from the establishment, you can find Sants the Railway Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405933463069" Longitude="2.1715673804283" StarRating="3" HotelCode="37179|5139" HotelName="Hotel Sagrada Familia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Corsega 541, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/7b/6c7bd604cd20373492ebae4900c79c454e908f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right in a residential and commercial area, close to the famous Sagrada Familia....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.42825269" Longitude="2.1799002" StarRating="3" HotelCode="522837|my_pillow" HotelName="LM Rooms BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Malgrat 40, Bajo 1 Nou Barris, 08016  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/1f/971f229b14de070d9be1d13aea5d419fad55897e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;general: Property Location With a stay at My Pillow Guesthouse in Barcelona (Sant Andreu), you&amp;amp;a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.73" OriginalAmount="120.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3810094" Longitude="2.173499" StarRating="3" HotelCode="|24485" HotelName="Ramblas Internacional" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA RAMBLA 78-80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/5/24485_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, perfect for business and holiday stays, has 52 rooms, a reception, terraces and views of the city. SITUATION: In the surrounding area, you can find, restaurants, shops and the theatre. it is in front of a public transport stop. ROOM: The establishment has renovated rooms, superior rooms, have PC, a writing desk and WiFi. Some rooms have chromotherapy. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.90" OriginalAmount="120.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382723" Longitude="2.1657846" StarRating="2" HotelCode="|35989" HotelName="Acta Bcn 40" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOAQUIN COSTA 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/9/35989_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was completely renovated in 2007, has 42 rooms, WiFi, air-conditioning, a lobby with a reception, a safety deposit box service, a cloakroom and a lift. It also has a laundry service, room service and a bicycle rental desk. SITUATION: This hotel is in Barcelona the historic centre of it has good links to public transport services, Plaza CataluÃ±a and Las Ramblas close to the establishment, clients can find it is situated 2 kilometres away from the beach, 20 kilometres away, you can find Barcelona Airport. ROOM: All the rooms have a bathroom with a hairdryer, WiFi, internet, a satellite or cable television, an individual air-conditioning system and individual heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast at an additional cost. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.12" OriginalAmount="120.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3842984" Longitude="2.1515052" StarRating="4" HotelCode="|24486" HotelName="Sercotel Amister Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV.ROMA, 93-95</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/6/24486_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 59 rooms, The establishment has WiFi in rooms, (free of charge), a car park, bicycle rental, a restaurant with breakfast service and meeting rooms. SITUATION: This hotel is in Rome Avenue Montjuic it is located between, Close to and Sants the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.54" OriginalAmount="120.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3814971" Longitude="2.172687" StarRating="0" HotelCode="|124562" HotelName="Las Flores" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas, 79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/6/2/124562_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: Las Ramblas It is in Close to Liceu the underground station of 50 metres away, guests have La BoquerÃ­a the Market of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge) and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.63" OriginalAmount="121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390027126028" Longitude="2.1422639093607" StarRating="4" HotelCode="37352|46085" HotelName="Gran Derby Suite Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Loreto 28, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/b6/a4b6c5dcded5659a2ff4102171a6baaaaf0fd146.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the upper part of Avenida Diagonal and surrounded by other broad avenues, this is the ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386677962611" Longitude="2.1823659539223" StarRating="3" HotelCode="94218|chic_basic_born" HotelName="Chic &amp; Basic Born" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Princesa, 50, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/6a/fc6afbdf63f3dbbf660ef408f6aa0a3f4628f4a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in El Born. The establishment comprises a total of 31 snug accommodation ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39997" Longitude="2.18399" StarRating="3" HotelCode="142357|hotel_teatre_auditori" HotelName="SM Hotel Teatre Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ribes, 71, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/fa/0dfadf805c272cccb1965754945b933e05423275.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Eixample, one of the most important cultural and commercial ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4209387" Longitude="2.17882178" StarRating="1" HotelCode="329783|pillow_house" HotelName="House by Pillow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Rubió i Ors 3, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ff/a2ff315159bc5fee576bae0f61dbf2e7f5eccb75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38535868" Longitude="2.1307299" StarRating="2" HotelCode="765458|ideal_hostal" HotelName="Hostal Liwi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Del Taquígraf Marti 28, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/0a/340aff830a9f43cea538282cc8f7d137524eeb2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.89" OriginalAmount="121.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40595" Longitude="2.144706" StarRating="0" HotelCode="|56373" HotelName="Putxet by gaiaroom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BALLESTER 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/7/3/56373_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel is traditional style and was renovated in 2008. SITUATION: It is inGrÃ cia the district of 5 minutes away from the establishment, guests will find Lesseps the underground station of Plaza Catalunya, las Ramblas and el Parque GÃ¼ell in the surrounding area, clients have It is nearPadua the Railway Station of 100 metres away, guests will find the tourist transport stop. ROOM: Clients are offered renovated rooms with an air-conditioning system, heating, a television, an electronic key and WiFi (free of charge). RESTAURANT: There is no restaurant in the establishment, The establishment offers vending machines.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.02" OriginalAmount="121.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3827187" Longitude="2.1570298" StarRating="2" HotelCode="|32747" HotelName="Bcn Urbaness Del Comte" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE DIPUTACION 142</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/4/7/32747_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning. It has a car park with a security guard. In the entrance, you can find a lobby, a safety deposit box service and lifts. The establishment boasts a breakfast room, WiFi and indoor parking. SITUATION: This hotel is 10 minutes away from Catalonia Square. In the surrounding area of the establishment, guests can find Las Ramblas nearby, there is a public transport stop. ROOM: The establishment has single, double and triple rooms. The rooms have a bathroom, a hairdryer, a television, a safe (free of charge), a direct line telephone, WiFi, an alarm clock, an air-conditioning system and heating. MEALS: The establishment serves a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.38" OriginalAmount="121.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385667746506" Longitude="2.1664148569107" StarRating="3" HotelCode="9958|1380" HotelName="Lleo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 22-24, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/b1/cfb13158ef56a24af456b16709de126ee930fcba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated in the city centre, near the Plaza Catalunya. Many of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.39" OriginalAmount="121.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385978" Longitude="2.15142" StarRating="4" HotelCode="30223|387365" HotelName="Zenit Borell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Comte Borrell 208, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/12/d6125f09c77f41e9297c2bee68b6a710352a8de9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the financial centre of the city of Barcelona along Avenida R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376203" Longitude="2.157174" StarRating="3" HotelCode="31356|6186" HotelName="Evenia Rocafort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rocafort 23-25, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/e3/d5e375b0d053fe0e73d330705eb533ba820914b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the old town as well as to many of the top tourist sights. The town ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|173143-28551887/4329126474802115170/3880" HotelName="NH DIAGONAL CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4660000/4651100/4651005/10a4ab63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1213584-28491292/4329126474802115170/5331" HotelName="HOSTAL PARISIEN LAS RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26730000/26722400/26722384/f883f2cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|129268-25298082/4329126474802115170/8430" HotelName="BEST 4 BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3080000/3074000/3073917/266126c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3940299" Longitude="-82.3646077" StarRating="3" HotelCode="0|178687-25351500/4329126474802115170/9668" HotelName="HOTEL LUGANO BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2417 State Route 60, Vermilion, 44089, OH, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5098400/5098341/c75a588a_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 66. Suites: 14. Single-bedded accommodations: 24. Double bedrooms: 42. Smoking rooms: 4. Nonsmoking rooms: 62. Physically challenged rooms: 4. Floors: 2. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Our Hotel's Property in Vermilion, Ohio Offers Great PerksKnown as "the Small Town on a Great Lake," Vermilion is the ideal place to stay between Greater Cleveland and Cedar Point Amusement Park. Situated on Lake Erie and just 20 miles from Sandusky, our Vermilion, Ohio hotel's location provides guests with easy access to great attractions.Along with a well-equipped meeting room that can host up to 30 people, our hotel's property in the Cleveland, Ohio area has several amenities geared toward corporate travelers. For instance, our Business Center has print services and a personal computer. We're close to a variety of local businesses, including Bettcher Industries.When you stay with us in Vermilion, Ohio, our hotel's location puts you just minutes from public beaches, antique shopping, fishing charters, golfing and a variety of delicious restaurants, including the world-famous Chez Francois. You can enjoy activities like seeing the beautiful flora of the Schoepfle Garden, experiencing the annual Festival of the Fish or spending the day on gorgeous Lake Erie.If you're looking for hotels in the greater Cleveland, Ohio area, consider staying at our property that features a wide range of perks, including free wireless Internet access, an indoor pool, Fitness Center and a complimentary, hot breakfast. Whether you are coming to town for business or pleasure, the Holiday Inn Express® Cleveland - Vermilion hotel is the place for you.. Onsite facilities information- ParkingProperty was built in 1997. Property was renovated in 2020. Hotel Currency: USD. Additional Addresses: Other: 2417 State Route 60, Vermilion, 44089, OH, US. Additional Phone Numbers: Fax - Other: 14409678772. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30124-25213993/4329126474802115170/11309" HotelName="ABBOT" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/46900/46870/8158ee0d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|159669-25331385/4329126474802115170/15049" HotelName="BONANOVA SUITE APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768300/1768252/1f37df50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399976133475" Longitude="2.2010137918974" StarRating="1" HotelCode="263667|travelodge_barcelona_poblenou" HotelName="Travelodge Barcelona Poblenou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 170, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f352c867dad597035441950e0154dc64b80a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.20" OriginalAmount="122.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380163063984" Longitude="2.172735939429" StarRating="3" HotelCode="255685|1177618" HotelName="Dalia Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pau 22, La Rambla, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/48/38483bd1be479607c92cb2b266f2299f1afc14a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.25" OriginalAmount="122.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389686" Longitude="2.1488758" StarRating="4" HotelCode="|10995" HotelName="U232" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE URGELL 232</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/5/10995_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel l'Eixample it is in You will be able to visit, and. it is in the commercial area, In front of the exhibition centre, This hotel is situated 1 kilometre away from the tourist centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.25" OriginalAmount="122.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3721806" Longitude="2.1568099" StarRating="2" HotelCode="|369003" HotelName="La França Travellers Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/0/0/3/369003_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.33" OriginalAmount="122.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4141603" Longitude="2.1446964" StarRating="3" HotelCode="|11156" HotelName="Catalonia Park Güell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PASSEIG MARE DE DEU DEL COLL 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/6/11156_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Park GÃ¼ell it is near Close to shops, leisure areas and tourist points of interest. It has excellent transport links to public transport services. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386186" Longitude="2.154786" StarRating="3" HotelCode="30174|6181" HotelName="Barcelona Century Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>València 154, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/17/8c17afd22244a9909926efabe1eb504c975ec144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located in L'Eixample district, close to the cathedral and the Picasso museum....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387885371627" Longitude="2.1511678397656" StarRating="4" HotelCode="143747|acacia_suite" HotelName="Acacia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell, 194, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/7d/c37dc387eda03a396a77f533c708db27af470992.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the heart of Barcelona, in the famous district called Eixample with its...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37994403676" Longitude="2.1741851554336" StarRating="2" HotelCode="190614|hostal_las_flores_3" HotelName="Hostal Las Flores" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 79, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b127ba4302b62acc390bc181039bde8202bc6811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385047242153" Longitude="2.1706580621578" StarRating="1" HotelCode="333790|hotel_toledano_ramblas" HotelName="Hotel Toledano Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo La Rambla 138, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a0/f1a0308fa3c81301ea62b8f6eeb0807dbcfd396c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390829045012" Longitude="2.1718199376129" StarRating="4" HotelCode="336657|hotel_ambit_barcelona" HotelName="Hotel Àmbit Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 17, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9c/e29c542cfc741916cc75da16d2693d008693717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.71" OriginalAmount="123.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3906296" Longitude="2.1630654" StarRating="3" HotelCode="|11018" HotelName="Hcc Taber" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE ARAGO 256</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/8/11018_b9022501105.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1900, renovated in 2007, has 8 floors, 92 rooms, 15 single rooms and 77 double rooms. SITUATION: This establishment, is in the city centre. ROOM: Each room has a satellite TV, an air-conditioning system, heating, a mini-bar, a safe, a direct line telephone, a writing desk, WiFi, a bathroom with a bath and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.85" OriginalAmount="123.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381007" Longitude="2.175191" StarRating="3" HotelCode="|40742" HotelName="California" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAURIC 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/4/2/40742_1_5680.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 31 rooms, The establishment boasts (free of charge) a safety deposit box service, The establishment offers a laundry service. SITUATION: Las Ramblas It is situated next to Is situated inBarcelona the historic centre of a few minutes walk away, you can find the harbour, museums. ROOM: All the rooms have a bathroom, WiFi, a direct line telephone, a television, an air-conditioning system, heating, some rooms with a balcony and interior rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.98" OriginalAmount="123.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3886939" Longitude="2.1717543" StarRating="3" HotelCode="|11090" HotelName="Mothern by Pillow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/9/0/11090_09f0b891429.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona the city centre of Close to, Clients can also find, el Barri GÃ²tic 5 minutes away from the establishment, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.98" OriginalAmount="123.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3997237" Longitude="2.1774641" StarRating="3" HotelCode="|67773" HotelName="Sm  Sant Antoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Consell de Cent,476</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/7/7/3/67773_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel el Eixample (Barcelona) it is in el Eixample (Barcelona) it is in a residential area and the business area, Where you can find restaurants, cafÃ©s, shops, boutiques, Close to, la Ciutadella the Park of, the auditorium and excellent transport links to public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.48" OriginalAmount="123.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3862469" Longitude="2.1294465" StarRating="0" HotelCode="|11083" HotelName="Atenea Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE JOAN GUELL 207-211</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/8/3/11083_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This aparthotel, is on Avinguda Diagonal the commercial area of Close to bars, restaurants, cafÃ©s and public transport services. HOTEL: This hotel is business.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.60" OriginalAmount="123.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3999271" Longitude="2.184093" StarRating="3" HotelCode="|66076" HotelName="Sm  Teatre Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARRER RIBES 71</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/7/6/66076_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Eixample District Where clients can find the tourist attractions, el Teatro Nacional de Catalunya it is opposite Close to La Monumental the Bullring, and. HOTEL: This modern, elegant hotel is perfect for business and holiday stays.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|668-28508537/4329126474802115170/5086" HotelName="NH LES CORTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523288/af604a53_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.72" OriginalAmount="124" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15157-21395313/4329126474802115170/6237" HotelName="VILADOMAT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/660200/660111/75480a09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381961212141" Longitude="2.1733947156769" StarRating="3" HotelCode="98896|hotel_atlas" HotelName="Atlas Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Cardenal Casañas 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/aa/6faad2c06385a52cc37e509c3467e2365c6f0864.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400922954289" Longitude="2.1746009588242" StarRating="3" HotelCode="190683|hostal_hostemplo" HotelName="Hostemplo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Sicília 276, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/6f/4f6fbc0cdd127644b66aeeda47f5da13d2362726.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hostel, which has a total of 10 rooms. The establishment features a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387979" Longitude="2.156863" StarRating="4" HotelCode="261899|sunotel_club_central_2" HotelName="Sunotel Club Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer València 157, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c9/71c9c362d8f30e7e3a903689d895e341e68f8da9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Barcelona city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.96" OriginalAmount="124.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38596" Longitude="2.1655" StarRating="2" HotelCode="31512|383665" HotelName="HLG CityPark Pelayo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 1, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193bf0d1513389e4dca105122fa28a70dcda785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the town centre, close to Plaza Catalunya. Here guests will find many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.05" OriginalAmount="124.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3893861" Longitude="2.1474876" StarRating="3" HotelCode="|21953" HotelName="Sunhotel Aston" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Paris, 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/5/3/21953_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel, l'Eixample it is in Close to Plaza EspaÃ±a the Exhibition Centre the business district, is near Sants the Station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.26" OriginalAmount="124.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3983875" Longitude="2.175793" StarRating="3" HotelCode="|10983" HotelName="Best Aranea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/CONSELL DE CENT, 444</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/3/10983_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.34" OriginalAmount="124.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375514" Longitude="2.125116" StarRating="3" HotelCode="|217724" HotelName="Arya Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sants 383</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/7/2/4/217724_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.41" OriginalAmount="124.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384262071092" Longitude="2.1843776106834" StarRating="3" HotelCode="15683|91608" HotelName="Park Hotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida  Marquès de l'Argentera, 11, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b9cfddd86754e4a20ee0842a204c86e8dc09c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an unbeatable location, right in front of the Estació de França in the district of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.57" OriginalAmount="124.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374737492754" Longitude="2.1609431505203" StarRating="4" HotelCode="30127|13937" HotelName="Hotel Concordia Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Paral·lel 115, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/70/dd7092cfe226cc7303819c1c04a176bfc23cbbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing, hotel is located directly near to the Plaza de España, close to the Congress Palace ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.74" OriginalAmount="124.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379199576652" Longitude="2.1429321169853" StarRating="4" HotelCode="12397|24064" HotelName="Expo Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 1-23, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/8d/f18df144f34d6ef266877c2218815df8dd8355b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located only around 50 m from Barcelona Sants train station and 500 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.41402801152" Longitude="2.1776130319118" StarRating="2" HotelCode="26836|2324" HotelName="Hotel Amrey Sant Pau" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Antoni Maria Claret 173, 08041 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/6b/f56b692c49c951b41961b4ef196b3f6f7a4a1421.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies 3 miles from Las Ramblas, and offers an ideal location for easy access to shopping fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|599794-28435022/4329126474802115170/595" HotelName="PETIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3050000/3047800/3047718/741d1038_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.75" OriginalAmount="125" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|859725-26064269/4329126474802115170/14281" HotelName="FONTANELLA ART ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19980000/19971200/19971114/c9ba45f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3935518" Longitude="2.1733161" StarRating="3" HotelCode="438299|hostalin_barcelona_gran_via" HotelName="Hostalin Barcelona Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 657, pral 1ª, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c6/52c6e14b31ad8934d73a790413e0484107c9786e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers a baggage storage service. Wireless internet access is available to guests in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.78" OriginalAmount="125.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3815117" Longitude="2.1743254" StarRating="2" HotelCode="|73862" HotelName="Condal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOQUERIA 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/8/6/2/73862_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.05" OriginalAmount="125.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3770116" Longitude="2.1497943" StarRating="3" HotelCode="|47813" HotelName="Onix Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/1/3/47813_d92c5e11049.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, is perfect for business and holiday stays, is situated in a good location. SITUATION: This hotel is in the commercial and business centre of the city, Next to, close to the establishment, clients can find the Anella OlÃ­mpica in Montjuic the fair centre and Sants Central Station Fira de Barcelona, the convention centre (Palacio de Congresos), the Parc de Montjuic and the Poble Espanyol museum it is near Fira de Barcelona, the convention centre (Palacio de Congresos), the Parc de Montjuic and the Poble Espanyol museum in the surrounding area of the establishment, guests can find MirÃ³ and Caixa Forum the museums of. ROOM: The establishment has 80 rooms with a safe, a mini-bar, a satellite TV, a direct line telephone, individual heating, internet (free of charge) and a bathroom with a hairdryer, Clients are offered disabled access rooms. FACILITIES: Outdoors, clients can enjoy a swimming pool, a terrace and a solarium. Clients can enjoy a cafÃ©, Guests are offered a launderette, Guests have access to a business centre, (free of charge) internet, conference rooms and a car park. OBSERVATIONS: The establishment offers minibar, parking and safe (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.08" OriginalAmount="125.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38943594156" Longitude="2.1474362516166" StarRating="3" HotelCode="37195|330365" HotelName="Sunotel Aston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de París 101, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60ff3eedf8ef0478700d4366ed63058a14ec16b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern building is located in the financial and commercial heart of Barcelona, close to the Fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.12" OriginalAmount="125.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3724088" Longitude="2.1461591" StarRating="0" HotelCode="|124607" HotelName="Brick" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes, 304</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/0/7/124607_93777031351.jpg</HotelPictures>
        <HotelDescription>SITUATION: This budget hotel is in Barcelona the centre of is situated on Gran Via Avenue Plaza de EspaÃ±a 300 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.18" OriginalAmount="125.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3927766" Longitude="2.1563593" StarRating="3" HotelCode="|68466" HotelName="Allegro Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ ROSELLO, 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/4/6/6/68466_bc021931312.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Eixample it is in is situated in a residential area. ROOM: The establishment has 56 rooms with air-conditioned, internet, a hairdryer and an electronic key.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.43" OriginalAmount="125.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38370260986" Longitude="2.1851406991482" StarRating="2" HotelCode="17236|386755" HotelName="Santa Marta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>General Castaños 14, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/69/766917d4fad508153facef4296a6a7f848416e11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is ideally situated near to the Ciudadela Parks. Las Ramblas as well as Barrio Go...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.46" OriginalAmount="125.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3767508" Longitude="2.1372405" StarRating="0" HotelCode="|63029" HotelName="Cosmo Apartments Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de San Antoni, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/0/2/9/63029_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has luxury apartments, is situated in a great location, is situated 50 metres away from Sants the metro station la Plaza de EspaÃ±a and la Fira de Barcelona 5 minutes away, clients can find close to the establishment, clients have at their disposal tourist points of interest, This building is elegant, modern 30 large and comfortable apartments and with features that offer you the maximum level of comfort. The establishment boasts a reception, a car park, a TV, a video player (on request), a tv with internet, internet, WiFi and guided tours. NOTICE: The establishment has towels and bedclothes. The establishment offers cleaning service at an additional cost.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398386" Longitude="2.175758" StarRating="3" HotelCode="31073|3435266" HotelName="Hotel Aranea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Consell de Cent 444, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/ed/38ed3034fd57959c7b89553d151b0c01653871ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is in an ideal location to explore Barcelona's numerous attractions.. The Sagrada ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|140257-25316424/4329126474802115170/10349" HotelName="PORTA FIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2830000/2829400/2829309/a986ae16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.78" OriginalAmount="126" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608474-25766312/4329126474802115170/14781" HotelName="CASP-ER GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30230000/30229200/30229194/19ecffed_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38281126" Longitude="2.17206625" StarRating="2" HotelCode="766390|hostal_parisien" HotelName="Hostal Parisien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 114, Pral, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/1b/a71b26e27351383ca674378bbe56bb80b7faa8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.90" OriginalAmount="126.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3852094" Longitude="2.1645563" StarRating="0" HotelCode="|56368" HotelName="Chic and Basic Tallers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TALLERS 82,3, BARCELONA 08003, SPAIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/8/56368_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern guesthouse, has a lobby, a sitting room, there is no restaurant and Chill and Basic the lounge. SITUATION: The establishment, Plaza de la Universidad it is 3 minutes away from Plaza CataluÃ±a it is 5 minutes away from. ROOM: The establishment has 14 rooms, All the rooms have a flat-screen television, an air-conditioning system, heating, modern bathrooms, music channels and an iPod docking station. OBSERVATIONS: Please inform the hotel as to your estimated arrival time Check-in is from 22:00 and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.96" OriginalAmount="126.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3828286" Longitude="2.1846382" StarRating="2" HotelCode="|10981" HotelName="Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE PLA DE PALAU 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/1/10981_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 4 single rooms and 68 double rooms. The establishment also has a cafÃ©. SITUATION: This hotel is in a central area, 500 metres away from the beach, the Parc de la Ciutadella and Las Ramblas it is near in front of the hotel there is a public transport stop. ROOM: The rooms have a bathroom, a direct line telephone, a television, a radio, an air-conditioning system, a safety deposit box (available for a fee) and a central heating system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.16" OriginalAmount="126.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3857537" Longitude="2.1256639" StarRating="4" HotelCode="|66105" HotelName="Catalonia Rigoletto" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SABINO DE ARANA 22-24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/1/0/5/66105_1_4246.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, elegant a dining room. SITUATION: This establishment, is in the shopping area ,Barcelona the business area of Dexeus Woman's Health Centre 50 metres away, clients have the Camp Nou 500 metres away, guests can find. ROOM: Customers have fully-equipped rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.16" OriginalAmount="126.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3809454" Longitude="2.1721632" StarRating="4" HotelCode="|67662" HotelName="Catalonia La Boquería" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ HOSPITAL, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/6/6/2/67662_c563f1d1421.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern facilities, The hotel is an ideal place for relaxing and has attentive service. SITUATION: Las Ramblas It is situated close to it is close to La Boqueria the Market of it is in Barcelona the historic centre of a few minutes walk away from the establishment, clients can find la Plaza CataluÃ±a the cathedral situated nearLiceu the metro stop of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.44" OriginalAmount="126.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3854667" Longitude="2.1657516" StarRating="3" HotelCode="|10989" HotelName="Grupotel Gravina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE GRAVINA, 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/9/10989_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This inviting hotel is in El Raval the district of it is in the city centre, Plaza Catalunya 50 metres away from, the tourist area and cultural places, In the surrounding area you can enjoy shops, bars, restaurants and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.49" OriginalAmount="126.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394932" Longitude="2.146914" StarRating="4" HotelCode="32987|387325" HotelName="Zenit Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santaló 8, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/3f/9b3fedd47d6bde83e90c21ddc3458c5be5d2323d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is conveniently located in mid-town Barcelona in the commercial and business di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.62" OriginalAmount="126.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379600082518" Longitude="2.1724793314934" StarRating="1" HotelCode="36370|941675" HotelName="Peninsular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Pau 34, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/60/39609b3fb909daf02db66d04e1752282b8ad7dca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.80" OriginalAmount="126.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3831162" Longitude="2.1701391" StarRating="3" HotelCode="|50100" HotelName="Turin Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pintor Fortuny, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/1/0/0/50100_6b8238f1003.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for family holidays and renovated in 2009. SITUATION: Las Ramblas and the Gothic Quarter It is situated near in the surrounding area of the establishment, guests can find a shopping area. ROOM: The establishment has 60 rooms and a satellite TV. They are equipped with WiFi (available on request), a safety deposit box and a bathroom with a hairdryer. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, a bar and a breakfast room. You can find a garage, The establishment offers a laundry.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|66286-28464629/4329126474802115170/1674" HotelName="RESIDENCIA ERASMUS GRACIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/66286/2010126151833271.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.81" OriginalAmount="127" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|259144-25481421/4329126474802115170/12322" HotelName="VILANA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2520000/2519900/2519873/7b212156_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385248" Longitude="2.1644937" StarRating="2" HotelCode="94220|chic__basic_tallers" HotelName="chic&amp;basic Hotel Tallers Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Tallers 82, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f0/86f0854f009944f92957e59dc8b5df1a8c759583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.82" OriginalAmount="127.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385551" Longitude="2.171849" StarRating="0" HotelCode="|156456" HotelName="Excellence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Santa Anna, 27 1-1, Ciutat Vella</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/4/5/6/156456_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception and a living room with sofas. SITUATION: This establishment, is in Barcelona the centre of Las Ramblas it is situated 100 metres away from and Catalonia the square In the surrounding area, you can find shops, restaurants and bars. the establishment is a 5-minute walk away from Macba the art museum it is 10 minutes away from Casa BatllÃ³ the house It has excellent transport links to the metro station, is 200 metres away from a bus stop. ROOM: The establishment has modern rooms, with air-conditioned and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.17" OriginalAmount="127.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385073080086" Longitude="2.1665449440479" StarRating="3" HotelCode="70796|85454" HotelName="Ciutat Vella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/Tallers 66, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d54e1466f8ecc7a2a5ebc4426ba90f9db79ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, near Las Ramblas and close to Catalunya Square, the...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.42" OriginalAmount="127.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372999471515" Longitude="2.1459804475307" StarRating="3" HotelCode="190686|152495" HotelName="Hotel Acta Azul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 327, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/03/48031dc6130cfdc79a9aa046deca55f27fa86d88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.51" OriginalAmount="127.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39724" Longitude="2.16575" StarRating="0" HotelCode="|183500" HotelName="Casa Maca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Bruc, 146</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/0/0/183500_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.69" OriginalAmount="127.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379128162206" Longitude="2.1605166944605" StarRating="3" HotelCode="73915|2166055" HotelName="Market" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Comte Borrell 68, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/87/12879ccea1cd191f7b6973a2c5158b1b992da41d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3946956" Longitude="2.1243916" StarRating="3" HotelCode="|10987" HotelName="Husa Pedralbes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE FONTCOBERTA, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/7/10987_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377765584423" Longitude="2.1715204417706" StarRating="1" HotelCode="32988|3835" HotelName="Barbara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Marqués de Barbará 22, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8555279f80362ba0e52dfd47d9f567da64798.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the lively centre of metropolitan Barcelona. The famous tree-lined street o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400575-28481871/4329126474802115170/2375" HotelName="HOSTAL LLEIDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400575/2024517134219418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.744825" Longitude="100.541403" StarRating="4" HotelCode="0|624-25183487/4329126474802115170/9942" HotelName="APARTHOTEL ATENEA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>973 Phloen Chit Road, BANGKOK, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521210/a9392763_b.jpg</HotelPictures>
        <HotelDescription>Ideally located within the Ratchaprasong District and is close to Sukhumvit Road. A directly adjacent BTS skytrain station allows fast travel throughout the city and to the Sunarnabhumi Airport. Nearby are renowned medical facilities. Major shopping destinations such as Central World, Siam Paragon, MBK and Platinum abound at walking distance. This opulent hotel, which participates in the Green Engage initiative thus playing an important part in environmental awareness, is the ideal choice for conference visitors due to its extensive range of business and conference facilities and services.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400536-32322511/4329126474802115170/14422" HotelName="H REGAS ADULTS ONLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83130000/83126500/83126409/00d9e9ec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379065" Longitude="2.168383" StarRating="3" HotelCode="318226|abba_rambla_hotel" HotelName="abba Rambla Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rambla del Raval 4c, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/07/c007397a351ae812e4040ce32aa74428983a666c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just off the famous Las Ramblas from where guests can reach the hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.72" OriginalAmount="128.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3858605" Longitude="2.1650477" StarRating="2" HotelCode="|11126" HotelName="Chicandbasic Lemon Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PELAYO 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/2/6/11126_020da721258.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, was built in 2001, has 30 rooms, 6 floors, 4 single rooms and 26 double rooms. In the entrance, you can find a reception, lifts, a safety deposit box service, a TV room, internet and a laundry service. SITUATION: This trendy hotel is in Barcelona the city centre of nearby, you will find shops, bars, pubs and a public transport stop. 1 kilometre away, you can find a beach. ROOM: The rooms a bathroom, a direct line telephone, internet, a safety deposit box and a central heating system. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.77" OriginalAmount="128.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377160616218" Longitude="2.1380127389261" StarRating="4" HotelCode="150174|860845" HotelName="Cosmo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de San Antoni 30, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/73/1e73c508e991dfaec08e7ae14b7ed561078a8bad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39206" Longitude="2.15546" StarRating="4" HotelCode="30126|6208" HotelName="Evenia Rosselló" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 191, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c04347c9eaea619e8b7b8b7df85e8085d75f365.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated within a few minutes’ walk of the city centre. Various restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608436-25766258/4329126474802115170/12545" HotelName="BAILEN GREEN HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21650000/21644600/21644519/dd4c2e31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|245929-25462540/4329126474802115170/14899" HotelName="BCN URBANESS HOTELS BONAVISTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6410000/6403300/6403299/ace0cc91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382373" Longitude="2.172403" StarRating="2" HotelCode="113149|hostal_boqueria" HotelName="Hostal Boqueria Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 100, 1º, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/1e/011ee33273e3cebabcf4f65b0849824d75bd3653.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.406017" Longitude="2.152937" StarRating="2" HotelCode="409916|residencia_erasmus_gracia" HotelName="Erasmus Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Torrent De l'Olla 212-214, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c5/89c5b54eb936dfbdee7f738b4123af97f0d1d9b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the hip and trendy Gracia area of Barcelona, very close to Gaudi’s Parc Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.16" OriginalAmount="129.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380964601573" Longitude="2.17205286026" StarRating="3" HotelCode="140911|118054" HotelName="Hesperia Barcelona Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Hospital 26, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e583ce1d1d842c476e607931699e0c73e192ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located only a short distance from Barcelona's most famous street, Las Ramblas, guests can easily wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15098-28508501/4329126474802115170/627" HotelName="RONDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/561900/561873/80451191_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1331474-28542281/4329126474802115170/1122" HotelName="RAVAL HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1331474/202252515551864.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|231142-25440025/4329126474802115170/14269" HotelName="CHIC &amp;amp; BASIC BORN BOUTIQUE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1526700/1526605/f40d28c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|429245-25603022/4329126474802115170/14434" HotelName="CASA LIT BY ONA HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3790000/3785600/3785530/d6a8d1f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383043104627" Longitude="2.170123396575" StarRating="3" HotelCode="113145|hotel_turin" HotelName="Turin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pintor Fortuny 9, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/55/d455cf1b556e55c391e5c7f41b6d734d7e1d34f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.98" OriginalAmount="130.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3785172" Longitude="2.1780069" StarRating="1" HotelCode="|56367" HotelName="Cantón" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nou de Sant Francesc, 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/7/56367_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel, has, a breakfast room, a PC. SITUATION: It is in an excellent location, is in a quiet area. ROOM: The small rooms, have a bathroom, a satellite TV, an air-conditioning system and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.18" OriginalAmount="130.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3859569" Longitude="2.1549755" StarRating="3" HotelCode="|11153" HotelName="Barcelona Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALENCIA 154</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/3/11153_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1993, has 48 rooms, 7 floors, 19 single rooms and 29 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. The establishment boasts a TV room, a bar, a breakfast room and an indoor car park (for a fee). SITUATION: This hotel is in l'Eixample the district of near the establishment, you will find the cathedral and Picasso the museum It has excellent transport links to the shops, leisure areas and the monuments. ROOM: The rooms have a bathroom with a bath, a hairdryer, a direct line telephone, a mini-bar, a satellite TV and a safety deposit box (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.38" OriginalAmount="130.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378486" Longitude="2.178047" StarRating="1" HotelCode="36371|274645" HotelName="Canton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nueva de San Francisco, 40, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/97/ce974653700b86dad6acd243799e4232c71702a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.50" OriginalAmount="130.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37202" Longitude="2.1369" StarRating="0" HotelCode="|242044" HotelName="Smartroom Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Olzinelles, 56</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/0/4/4/242044_1_8505.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.85" OriginalAmount="130.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3964401" Longitude="2.1665673" StarRating="0" HotelCode="|124405" HotelName="Martinval" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc, 117, Principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/0/5/124405_58edb461624.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in El Ensanche District is situated in Barcelona city centre a 5-minute walk away from Diagonal and Paseo de Gracia the avenues just 350 metres away, clients will find Verdaguer the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394011478755" Longitude="2.1535483294477" StarRating="3" HotelCode="10400|437" HotelName="Hotel Astoria" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paris 203, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/71/b771763aaac0bca4a0ad813afd5452f982b17702.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Passeig de Gràcia. There are numerous shops, restaurants and bars, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388831159696" Longitude="2.1717309951782" StarRating="3" HotelCode="326427|15305" HotelName="BCN Urban Hotels Gran Ducat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 15, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459a448f8f3ce24bd23c650a1f2a1b038b37c59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona and close to Las Ramblas. The nearest shopping fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.93" OriginalAmount="131" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|336560-25528515/4329126474802115170/10884" HotelName="AMBIT BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11630000/11620200/11620128/e6dfeb0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.13" OriginalAmount="131.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401432136973" Longitude="2.209941656414" StarRating="4" HotelCode="20716|1800" HotelName="Hesperia Barcelona Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Espronceda  6, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/fb/85fbf656398b9906fed6500d3c1995fccfc382cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern city hotel, only a street from the beach, lies in the new area, Diagonal Mar, of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.44" OriginalAmount="131.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374997" Longitude="2.172439" StarRating="3" HotelCode="55753|383335" HotelName="SERHS Del Port Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida del Paral-lel 40, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/80/c480999bd991d51641521484dfbcb112e8f4707e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near links to the public transport network. In addition, the boulevards of Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.51" OriginalAmount="131.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385334" Longitude="2.165661" StarRating="3" HotelCode="16522|386635" HotelName="Hotel Reding Croma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gravina 5-7, 08001 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d010011a73f66f6e3054c5a8e958f26798991551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the commercial and historical centre of the city. It lies in a quiet side s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.73" OriginalAmount="131.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.415787" Longitude="2.185352" StarRating="4" HotelCode="|537460" HotelName="limehome Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/4/6/0/537460_56ca07f2154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|99975-25267757/4329126474802115170/10968" HotelName="ACTA ANTIBES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2080000/2074400/2074315/6e023177_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.96" OriginalAmount="132" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.2713276" Longitude="-76.6860848" StarRating="3" HotelCode="0|139134-25309493/4329126474802115170/12058" HotelName="TEATRE AUDITORI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1200 Mae St., Hummelstown, 17036, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2390000/2386500/2386493/03834e92_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 125. Floors: 7. Property description- Behind every great day is a great night at the 100 percent smoke-free and renovated Comfort Inn at the Park hotel in Hummelstown, PA. We are near Hersheypark, GIANT Center, Hershey Gardens, ZooAmerica and Penn State Milton S. Hershey Medical Center. Get ready to take on the day with such amenities as free WiFi, free parking, free hot breakfast, meeting room and an indoor heated pool. Rest and refresh yourself in your guest room, which features a coffee maker, hair dryer, iron and ironing board. Some rooms also have a refrigerator and microwave. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Rested. Set. Go.Property was renovated in 2007. Hotel Currency: USD. Additional Addresses: Other: 1200 Mae St., Hummelstown, 17036, PA, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. Fax - Other: 1717566-8656. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37869835" Longitude="2.17788225" StarRating="2" HotelCode="765515|casa_lirio_hotel_boutique" HotelName="Casa Lirio Hotel Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou de Sant Francesc 25 Principal, Ciutat Vella, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/14/5314fa635a6cdccd72777cc02d5e7ed3e752c0aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.02" OriginalAmount="132.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39844" Longitude="2.16064" StarRating="0" HotelCode="|183490" HotelName="Casa Bella Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/9/0/183490_149929f1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.02" OriginalAmount="132.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3895983" Longitude="2.1436791" StarRating="0" HotelCode="|156293" HotelName="Aslyp 114" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/2/9/3/156293_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi, a television room, a tiled floor, air-conditioning and heating. SITUATION: This establishment, l'Eixample it is in Plaza Catalunya 28 kilometres away from the establishment, guests will find 114 metres away, clients have restaurants, shops and bars. it is 35 kilometres away from la Sagrada Familia Cathedral 15 minutes away, you can find the metro station and Sants the Railway Station of. ROOM: All the rooms have views of the city, a wardrobe, a bathroom with a shower, complimentary bathroom items and a hairdryer. OTHERS: Regarding the food and beverage offering, clients have a breakfast service, a coffee service and vending machines.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.34" OriginalAmount="132.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388368328956" Longitude="2.164491713047" StarRating="4" HotelCode="26977|1023043" HotelName="Sansi Diputacio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Diputació 234-236, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/30/2c/302c48f16ebfe4071359daa47bdbb0a218da1887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is quietly situated in Barcelona's recreational area, close to a wide rang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.90" OriginalAmount="132.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39094" Longitude="2.1717" StarRating="4" HotelCode="|183525" HotelName="Àmbit Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/2/5/183525_85f06521133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3782153" Longitude="2.1429511" StarRating="1" HotelCode="|24484" HotelName="Transit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RECTOR TRIADO 82</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/4/24484_66151661238.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1986 4 floors, 33 rooms, 9 single rooms and 24 double rooms. In the entrance, you can find a hall, with a reception, with elevators. SITUATION: It is situated in the surrounding area of Catalonia tourist areas, the auditorium and the National Theatre. nearby, there is the bullring, near the establishment, guests will find shops, a public transport stop situated 10 kilometres away from the airport. ROOM: The rooms a bathroom, They are equipped with a direct line telephone, a television and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.07" OriginalAmount="133.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3729668" Longitude="2.1461045" StarRating="3" HotelCode="|50093" HotelName="Acta Azul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA, 327</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/9/3/50093_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 31 rooms, suites and apartments with living rooms, Equipped with a kitchen with features that offer you the maximum level of comfort, In the establishment entrance, guests will find a reception, The establishment boasts meeting rooms and a TV room. The establishment offers guests a laundry service. SITUATION: This establishment, is in an excellent location, la Plaza de EspaÃ±a, el recinto ferial, el Estadio OlÃ­mpico and el Museo Nacional de Arte next to the establishment, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.49" OriginalAmount="133.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385988" Longitude="2.1653883" StarRating="2" HotelCode="|10985" HotelName="ITC Barcelona by Soho Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE PELAYO 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/5/10985_77ab33d1435.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2003, has 5 floors, 47 rooms, 17 single rooms and 30 double rooms. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, lifts, a cafÃ©, a TV room and internet. The establishment also offers a laundry service. SITUATION: This hotel is near the city centre, Close to, Where clients can find shops. it is 1,5 kilometres away from restaurants, in front of the hotel there is a public transport stop, 4 kilometres away, you can find the beach. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, internet, a mini-bar, a safety deposit box and a central heating system. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.50" OriginalAmount="133.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378023075811" Longitude="2.173059364418" StarRating="4" HotelCode="113140|309905" HotelName="Onix Liceo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 36, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4d/fc4d231b4192878c1ef1db088f7701d0503c2887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location in Barcelona. Only a few metres away, guests can find the Gr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.60" OriginalAmount="133.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3962588" Longitude="2.1700866" StarRating="3" HotelCode="|11007" HotelName="Europark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ARAGON 323</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/0/7/11007_67c0eff1855.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 66 rooms, 2 penthouse rooms and 4 Top Euro Class Rooms. Outdoors, you can find a swimming pool and a solarium. The establishment boasts meeting room, WiFi (free of charge), indoor parking, a bar and a breakfast room. SITUATION: This hotel Las Ramblas it is 15 minutes away from, 100 metres away, guests can find shops, bars and the city centre. 100 metres away, there is a public transport stop, 500 metres away you can find nightclubs, clubs. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.63" OriginalAmount="133.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396271" Longitude="2.170054" StarRating="3" HotelCode="12308|364125" HotelName="Hotel Europark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aragó 323-325, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/71/9c715a7ed532b003c52f41f8ccd219f4db788627.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 15 minutes from the Rambla de Catalunya and the Plaça de Catalunya. Ple...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.66" OriginalAmount="133.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395869805449" Longitude="2.1813306212425" StarRating="3" HotelCode="57793|47624" HotelName="Hotel ILUNION Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sicilia 166-170, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2c/562c5991b2fdf929a65c7b5b7a645e2e1bebf76a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies close to the Gothic quarter at the heart of Barcelona with bars and restaurants...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.70" OriginalAmount="133.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3910458" Longitude="2.1787634" StarRating="0" HotelCode="|369134" HotelName="Born Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere, 68 Principal 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/1/3/4/369134_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.72" OriginalAmount="133.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3819315" Longitude="2.1734111" StarRating="3" HotelCode="|67493" HotelName="Bypillow Twenty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/4/9/3/67493_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel was built in 2008 and is ideal for holidays or business trips. SITUATION: This establishment is in an excellent location, where you can visit Las Ramblas, la Plaza CataluÃ±a and La Boqueria Market.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.81" OriginalAmount="133.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4033298" Longitude="2.1371832" StarRating="4" HotelCode="|11057" HotelName="Catalonia Barcelona 505" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE MUNTANER, 505</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/5/7/11057_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1986, renovated in 2002, has 117 rooms and 8 floors. In the establishment entrance, guests will find a reception with safety deposit boxes and a lift. The establishment has a cafÃ©, a bar and a television room. Regarding the food and beverage offering, the establishment has a restaurant with air-conditioning. The establishment offers guests a conference room and internet. Guests also have access to a car park, indoor parking, a laundry service and room service. SITUATION: This luxurious hotel is in northern Barcelona. It is located next to the Parque GÃ¼ell and Museo de Ciencias Naturales, 300 metres away, guests will find bars and restaurants. 100 metres away from the establishment, guests can find nightclubs. 100 metres away, clients have public transport services. It is situated 15 minutes away from the city centre. ROOM: The luxurious rooms have a bathroom, a direct line telephone, a satellite TV, a stereo, internet, a mini-bar, a double bed, a safe and central heating. FACILITIES: Guests are offered a massage service. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.81" OriginalAmount="133.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3897773" Longitude="2.1799505" StarRating="4" HotelCode="|11139" HotelName="Catalonia Born" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>REC COMTAL 16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/3/9/11139_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, has 90 double rooms and 9 floors. In the establishment entrance, guests will find a reception, a safety deposit box service, a cafÃ©, a bar, a television room and an Ã  la carte restaurant with air-conditioning, You are also offered a conference room, internet, room service and a laundry service. SITUATION: It is in a central area, the Arc de Triomphe and the MusÃ©e Picasso close to the establishment, clients can find 100 metres away you can find shops, bars and restaurants. It is situated 100 metres away from nightclubs, 100 metres away, guests have public transport services. ROOM: The comfortable rooms a bathroom with a hairdryer, They are equipped with a direct line telephone, a satellite TV, internet, a fridge, a mini-bar, a king-size bed and a safety deposit box. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.95" OriginalAmount="133.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382765803387" Longitude="2.184656560421" StarRating="2" HotelCode="21503|351805" HotelName="Hotel Oasis Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/75/007509077488abcece57347aac7ff543ba79a987.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is situated about 500 m from the inviting beach, on the outskirts of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391161" Longitude="2.159197" StarRating="4" HotelCode="43741|433" HotelName="Hotel Balmes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Mallorca 216, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d3/edd3424932d2dd2e85beb9b4bfc7701d9117ded3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Paseo de Gracia and La Ramblas. The surrounding area is filled with sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379031" Longitude="2.139737" StarRating="4" HotelCode="7776|12968" HotelName="Barceló Sants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça dels Països Catalans s/n, Estacio de Sants, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e9c5ee10ca2752fe81fe2deaa2571eb082483c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the main train station, Sants, in Barcelona and offers direct access to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375927009185" Longitude="2.1670183539391" StarRating="4" HotelCode="30438|27778" HotelName="Hotel Garbí Mil·lenni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de Sant Pau 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/41/9341939dbdcdba531767df8deb83ee42acbf3172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This wonderfully restored, luxury hotel is situated within a few minutes walk of the city's tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|106407-28435013/4329126474802115170/1774" HotelName="HOSTAL FINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12600000/12591900/12591890/2cb87f9e_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16155-12630086/4329126474802115170/6706" HotelName="CATALONIA PARK GUELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22800/22739/013cb7bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|489698-32461780/4329126474802115170/6711" HotelName="ZT THE GOLDEN HOTEL BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18610000/18606200/18606114/e7efc45a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.02" OriginalAmount="134" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1331235-26642195/4329126474802115170/14369" HotelName="FONTANELLA BY BCN URBAN ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83630000/83623200/83623195/049cb4e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391558791885" Longitude="2.1728622491939" StarRating="2" HotelCode="128306|constanza_hotel" HotelName="Constanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 33, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/50/a0505ff3612ca8bf6b608e7ce9c376ddf563ed9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372803224161" Longitude="2.1721118688583" StarRating="4" HotelCode="168270|grums_hotel" HotelName="Grums" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudaries 26, Barcelona 08004</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/b8/d6b8af0b321d625f3d4f95d379df62c720db5712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street within walking distance of Avenida del Parallel. Las Ramblas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377136126447" Longitude="2.1768163982169" StarRating="2" HotelCode="284767|pillow_ramblas" HotelName="Pillow Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de la Banca 2-4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1e/5b1eaf4aebde94e43285a38fd283f4452dd4e946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.05" OriginalAmount="134.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3894855" Longitude="2.1838376" StarRating="1" HotelCode="|124644" HotelName="La Ciudadela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Pujadas, 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/4/4/124644_5482c820948.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel was opened in 2006. SITUATION: This hotel is next to Born the District In front of the Citadel the Park of is situated in a quiet area, la Plaza CataluÃ±a 15 minutes walk away, guests will find.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.30" OriginalAmount="134.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3859801" Longitude="2.1515742" StarRating="4" HotelCode="|19058" HotelName="Zenit Conde De Borrell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE COMTE BORRELL 208</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/5/8/19058_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 74 rooms, 5 floors, 26 single rooms, 47 double rooms and 1 suite. The establishment boasts a reception, a lift, a cafÃ©, a games room, a TV room, a terrace and an Ã  la carte restaurant with air-conditioning. The establishment also has a conference room, WiFi, a laundry service, room service and a medical care service. The establishment has various facilities, such as an indoor car park and a car park. SITUATION: This establishment is in the business area of Barcelona, is near Plaza cataluÃ±a and las Ramblas. It has good links to public transport services. Near the establishment, guests will find the metro station and the airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a shower, a bath, a direct line telephone, satellite and cable television, a mini-bar and a safety deposit box. Are also equipped with an air-conditioning system, individual heating, an alarm clock and WiFi. FACILITIES: Guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.46" OriginalAmount="134.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3823325" Longitude="2.1723766" StarRating="0" HotelCode="|121857" HotelName="Standbyme Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas, 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/5/7/121857_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: Las Ramblas It is in 200 metres away, guests will find the metro station. ROOM: Guests are offered simple and comfortable rooms. FACILITIES: The establishment boasts internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.47" OriginalAmount="134.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4008544" Longitude="2.1499143" StarRating="4" HotelCode="|11010" HotelName="Hg City Suites Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta, 89-91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/0/11010_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 10 minutes away from the city centre, close to Passeig de GrÃ cia, Casa Batllo and La Pedrera. In the surounding area you can also visit la Rambla de Catalunya. HOTEL: This renovated hotel in 2000 has 72 standard rooms. 8 floors a lobby with a reception. A lift a safety deposit box service a currency exchange service a bar a TV room an Ã  la carte restaurant with air-conditioning. Guests are also offered WiFi, room service and a laundry service. ROOM: The cosy rooms have a bathroom, a direct line telephone, a satellite or cable television, internet, a mini-bar, a safe (available for a fee), a central heating system and an air-conditioning system. MEALS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.54" OriginalAmount="134.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396636" Longitude="2.166295" StarRating="0" HotelCode="|193081" HotelName="Bruc and Bruc Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca, 290, 2-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/8/1/193081_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.60" OriginalAmount="134.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3766379" Longitude="2.1459391" StarRating="4" HotelCode="|30825" HotelName="Pestana Arena Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE CONSELL DE CENT, 51-53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/2/5/30825_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, is perfect for business and holiday stays and was built in 2005. It has 7 floors, a 6-storey annexed building, 84 rooms and 5 suites. In the establishment entrance, guests will find a reception with safety deposit boxes, a currency exchange service, a lift and air-conditioning. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and a restaurant with highchairs, The establishment boasts conference rooms and internet. The establishment offers bicycle rental, room service, a laundry service and a medical care service. Guests can use a car park and indoor parking. SITUATION: This hotel is in Sants_Montjuic the district of the Plaza de EspaÃ±a in the surrounding area of the establishment, guests can find the Fira it is a few minutes walk away from nearby, you will find bars, restaurants and a public transport stop. it is located 400 metres away from Barcelona-Sants Central Train Station 3 kilometres away from the beach, is 15 kilometres away from Barcelona Airport. FACILITIES: Outdoors, clients can enjoy a terrace, The establishment has a sauna, a steam bath, a massage service and a gym. MEALS: Guests can book bed and breakfast, The establishment serves a buffet breakfast and an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.71" OriginalAmount="134.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.411004" Longitude="2.173286" StarRating="2" HotelCode="31115|269315" HotelName="HTOP BCN City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera De Gràcia 380-384, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/88/d28893b40474dcaf2a2c4b68ff572b76ed3c3457.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona's leisure area just a few minutes’ walk from the city centre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.83" OriginalAmount="134.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3879493" Longitude="2.151155" StarRating="0" HotelCode="|67671" HotelName="Acacia Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Comte d'Urgell 194</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/6/7/1/67671_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel is perfect for business and holiday stays and has attentive service. SITUATION: The establishment is situated in the centre of Barcelona. Is in the Eixample district. Near the establishment, you will find the metro stop. It has good links to Plaza cataluÃ±a and las Ramblas ROOM: Clients are offered modern, elegant, one bedroom apartments with air-conditioning with an American kitchen, a living room, a sofa-bed (available on request) and a large bathroom. FACILITIES: The establishment boasts a sunbathing terrace, a meeting room and a TV room. OBSERVATIONS: Clients have at their disposal a reception, facilities for people with reduced mobility and a car park (for a fee) on request.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.89" OriginalAmount="134.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4110214" Longitude="2.1733481" StarRating="2" HotelCode="|11022" HotelName="Htop Bcn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE TRAVESSERA DE GRACIA 380-384</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/2/2/11022_0b2f7201239.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 40 rooms, 3 single rooms and 37 double rooms. The establishment has a lobby, a lift, a reception, a safety deposit box service, internet (free of charge) and a car park. SITUATION: This hotel is in the leisure area of Barcelona. It is a few minutes walk away from the city centre, bars, restaurants and the nightlife. 2 minutes away from the establishment, clients can find Hospital Sant Pau Underground Station. ROOM: It has inviting rooms with a bathroom, a direct line telephone, satellite or cable TV, piped music, internet, an air-conditioning system, a central heating system and a safety deposit box (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38219538104" Longitude="2.1720539214612" StarRating="3" HotelCode="888120|14619" HotelName="Exe Ramblas Boquería" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Sant Josep 91-93, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/e0/1be02995c361f968814564fdecc26d44679b5d65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on Las Ramblas, in the historical, commercial and tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.036800" Longitude="-89.798800" StarRating="3" HotelCode="0|100806-18984154/4329126474802115170/162" HotelName="HOLIDAY INN EXPRESS BARCELONA CITY 22@" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4068 Stansell Court, Memphis, 38125, TN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1990000/1988100/1988058/23610d31_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 89. Suites: 34. Single-bedded accommodations: 72. Double bedrooms: 17. Smoking rooms: 34. Nonsmoking rooms: 55. Physically challenged rooms: 6. Floors: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Stay Smart at Memphis Hotel's Convenient LocationThe Holiday Inn Express® Memphis Southwind Newly Renovated Hotel is located in southeast Memphis, just off of Highway 385. With convenient access to Downtown Memphis, this suburban location is ideal for Business and Leisure Travel.  The Hotel is located 1 mile from the  FedEx International Headquarters and close to the Southwind corporate area, which is home to many businesses. Guests can entertain clients at nearby TPC Southwind, home of the FedEx St Jude Classic on the PGA tour. A shuttle is available for our corporate travellers (Restrictions Apply). There are plenty of choices for entertainment and recreational activities. Mike Rose Soccer Complex and the University of Memphis are both convenient to the property, presenting guests with the option to participate in, or observe a range of athletic events. Many guests enjoy visiting the Memphis Zoo and Graceland, both having World-Class Facilities.The hotel's exceptional amenities include free high-speed, wireless Internet access and a complimentary Express Start breakfast buffet. You can stay on your schedule with convenient facilities such as a guest laundry room and a 24-hour Fitness Center. No matter your reason for traveling to Memphis, the hotel's friendly staff invites you to "Stay Smart".. Onsite facilities information- ParkingProperty was built in 2003. Hotel Currency: USD. Additional Addresses: Other: 4068 Stansell Court, Memphis, 38125, TN, US. Additional Phone Numbers: Fax - Other: 19013092133. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|622-12629775/4329126474802115170/6747" HotelName="ASTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3344/149c09c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15162-24663058/4329126474802115170/6753" HotelName="GRAN DERBY SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/181600/181590/e04076ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39752774031" Longitude="2.1655458211899" StarRating="2" HotelCode="190704|allys_guest_house_barcelona" HotelName="Ally's Guest House Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Bruc 150 5th 2nd, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/03/4f03452e5dc812190953345075688d426ddb8d9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 9 rooms. Wireless internet access is available to tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382106" Longitude="2.183763" StarRating="1" HotelCode="295433|som_nit_born" HotelName="Som Nit Born" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Reina Cristina 13, 1st floor, 08003 Barcelona, Ciutat Vella</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/11/c01152134820a91412ba8fb6c34b3267cdc57692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396366787934" Longitude="2.1665623784065" StarRating="2" HotelCode="190661|hostal_martinval" HotelName="Hostal Martinval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 117, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/55/44550c283994f7675c7456f6e939f0e292f710e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.13" OriginalAmount="135.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376642" Longitude="2.17262" StarRating="3" HotelCode="185339|165031" HotelName="Andante Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Drassanes 23-25, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/24/f02475a86a35b44bcf379f8b1507f6f35b7ebea2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located 350 metres from La Rambla and the Drassanes metro station. The proper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.23" OriginalAmount="135.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3821739" Longitude="2.1721528" StarRating="3" HotelCode="|60677" HotelName="Exe Ramblas Boqueria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA DE SANT JOSEP 91-93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/7/7/60677_e026b441040.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and urban hotel, has 3 floors and 30 rooms. Guests are also offered air-conditioning, a lobby with a reception, a safety deposit box service, a lift, internet, a laundry service and a breakfast room. SITUATION: This welcoming, historic hotel, Las Ramblas it is in nearby, you will find el Barrio GÃ³tico and la Plaza CataluÃ±a the cathedral, Port Vell it is situated 3 kilometres away from Around the establishment, clients can find shops and public transport services. it is situated 16 kilometres away from Barcelona Airport. ROOM: Customers have soundproofed rooms with telephone, cable and satellite television, a mini-bar, a safety deposit box, a writing desk, a wake-up service, a bathroom with a shower or bath, a hairdryer, a toiletry kit, an individual air-conditioning system, individual heating and a double bed. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.24" OriginalAmount="135.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387952" Longitude="2.156844" StarRating="4" HotelCode="|122150" HotelName="Petit Palace Trencadís" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valencia, 157</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/5/0/122150_f30fb3c1151.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel l'Eixample it is in Passeig de GrÃ cia close to the establishment, clients can find Clients can also find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.54" OriginalAmount="135.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37879" Longitude="2.16875" StarRating="3" HotelCode="554555|635143" HotelName="Niu Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval, 8, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/0e/ab0e61355acab73c2e1f57c8dc6d8c946998accb.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.61" OriginalAmount="135.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3892144" Longitude="2.1663568" StarRating="3" HotelCode="|70289" HotelName="Onix Rambla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA DE CATALUNYA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/8/9/70289_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 40 rooms, it offers a buffet breakfast, has a terrace, a solarium, a swimming pool, a fitness centre, WiFi (free of charge), a car park and event rooms. SITUATION: This establishment, is in Rambla de Catalunya the business area of Plaza Catalunya, el Paseo de Gracia and la Pedrera close to the establishment, clients can find it is situated near Paseo de Gracia and Plaza Catalunya the metro stations of close to the establishment, guests have public transport stops. ROOM: The rooms have a bathroom, an air-conditioning system, a direct line telephone, a satellite television, a mini-bar, a safe, WiFi and a double or king-size bed. FACILITIES: The establishment has a gym, a swimming pool with a solarium and PlayStation. PAYMENT METHODS: Customers can pay using Visa, AmEx, Mastercard and Maestro.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.80" OriginalAmount="135.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3878834" Longitude="2.1734421" StarRating="3" HotelCode="|11017" HotelName="Hcc Montblanc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA LAIETANA 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/7/11017_bf3bc861155.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, Via Laietana it is situated in it is close to the historic centre, nearby, you can find the tourist points of interest, is situated close to the port, the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.89" OriginalAmount="135.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396046365452" Longitude="2.1793591976166" StarRating="4" HotelCode="32033|287785" HotelName="Ayre Hotel Caspe" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Caspe 103, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/cd/6bcdaa8539a997e5b0520dc703a664eaa2f6d4fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is centrally situated in the Eixampel district of the city, just 20 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.01" OriginalAmount="135.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3924827" Longitude="2.1727184" StarRating="4" HotelCode="|66462" HotelName="Grupotel Gran Vía 678" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA DE LES CORTS CATALANES 678</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/6/2/66462_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern facilities. ROOM: The comfortable rooms have an individual air-conditioning system, comfortable beds, a mini-bar, a safe, a television with international channels, WiFi and a desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|31559-22987121/4329126474802115170/6805" HotelName="EVENIA ROSSELLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2380000/2378200/2378136/b2fb1523_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|269216-25492514/4329126474802115170/14242" HotelName="HOSTAL ASLYP 114" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8130000/8128100/8128069/7c19550e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391865637884" Longitude="2.1751333773136" StarRating="2" HotelCode="190665|hostal_girona" HotelName="Hostal Girona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 24, 1-1, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/90/ef90b585c01c5a77b88b1748562bfa5e34b6e104.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3941543" Longitude="2.1697554" StarRating="2" HotelCode="267286|casa_maca_guest_house" HotelName="Casa Maca Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Calle del Bruc 146, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/56/4e56c286758475461ab78a5b941e205d11445f86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392097773478" Longitude="2.155974055808" StarRating="4" HotelCode="316925|bcn_urban_gran_rosellon" HotelName="BCN Urban Hotels Gran Rosellón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Rosselló 174-176, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b3/a9b35ce362fd2237e89c8808cc5b7ea9b777e626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392148" Longitude="2.158694" StarRating="4" HotelCode="285069|olivia_balmes_hotel" HotelName="Olivia Balmes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 117, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/62/706296176f86357f94b472678b62064bb473ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.61" OriginalAmount="136.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382367" Longitude="2.170541" StarRating="1" HotelCode="113143|3314395" HotelName="Curious Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Carme 25, Distrito Ciutat Vella, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/dd/0fdd55acf64f7b0c4212e873d0529cab3ffdfd3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.84" OriginalAmount="136.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3853539" Longitude="2.1657268" StarRating="3" HotelCode="|11054" HotelName="Chicandbasic Reding" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE GRAVINA 5-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/5/4/11054_10e22831332.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2006, has 5 floors, 44 rooms, single rooms double rooms, triple rooms, suites, double rooms, with a terrace, disabled access rooms and family rooms. The establishment boasts a reception, a lift, a safety deposit box service, a bar and a television room. Guests also have access to an Ã  la carte restaurant with air-conditioning, a conference room, internet, room service, a laundry service and a car park (for a fee). SITUATION: This hotel is in the historic centre, Plaza CataluÃ±a, Paseo de Gracia and Ramblas it is located close to near the establishment, you will find shops, restaurants, bars and public transport services. it is located near the museum, cultural centre, the cathedral, cinemas and theatres. it is 12 kilometres away from Barcelona-El Prat the airport, 1 kilometre away, you can find the beach. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, a mini-bar, WiFi, kettle, a trouser press, a mirror, a central heating system and a safe. OTHERS: The establishment offers a buffet breakfast, Regarding the food and beverage offering, clients have an Ã  la carte and set-menu restaurant and a cafÃ©.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.85" OriginalAmount="136.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375340304561" Longitude="2.1483421325684" StarRating="4" HotelCode="46999|1045" HotelName="Catalonia Barcelona Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Espana 6-8, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c6/28c6a2eeac093e4157479f67d358f436d83de647.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the Ensanche district; just a few minutes walk from the exhibition ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.99" OriginalAmount="136.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3928991" Longitude="2.1926282" StarRating="4" HotelCode="|11148" HotelName="H10 Marina Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV. BOGATELL 64-68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/4/8/11148_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 238 rooms, meeting rooms, a business centre, Despacio Spa and the health centre an outdoor pool. Regarding the food and beverage offering, the establishment has Dionissos the restaurant Dionissos the bar La Llum the bar. SITUATION: This hotel is located between Parc de la Ciutadella the Olympic Port, 100 metres away, guests will find the metro station, is located 500 metres away from shops, restaurants, bars, nightclubs, the beach and the harbour. ROOM: The rooms have an air-conditioning system, heating, a direct line telephone, a satellite television, a mini-bar, a safe, internet (free of charge), a bathroom with a hairdryer, a mirror and a toiletry kit. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a solarium, a Turkish bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OBSERVATIONS: By paying an extra charge, customers can enjoy a body care centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.00" OriginalAmount="136.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381902440251" Longitude="2.1458610892296" StarRating="3" HotelCode="29332|1010" HotelName="Catalonia Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 31, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/13/70130ebbabb560cedb9198dd78712af935dfabdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the tourist centre of Barcelona, less than a mile from the cultural and hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.36990545884" Longitude="2.143763411045" StarRating="3" HotelCode="87936|14942" HotelName="Aparthotel BCN Montjuic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Fructuós 64-74, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/04/100436b8a76cc1ff6190c7bd80d4ff814bbeaa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located on the Gran Vía de las Corts Catalanas and the Calle San ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408675449046" Longitude="2.1478486061096" StarRating="3" HotelCode="130496|10776" HotelName="Ronda Lesseps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>C/Ballester 77-81, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/59/3359ec98d811d51d6473d16982a176c4478706f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379080390463" Longitude="2.1561329656761" StarRating="4" HotelCode="312510|61445" HotelName="TWO Hotel Barcelona by Axel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc0a64b2c709e56c8c303a2172b2a3ecad2dcc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.738671" Longitude="100.543098" StarRating="4" HotelCode="0|691-25183515/4329126474802115170/11707" HotelName="ZENIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan, Bangkok, Thailand 10330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/800000/795500/795458/0ef0176e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|159668-25331383/4329126474802115170/11894" HotelName="APARTHOTEL ACACIA SUITE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768200/1768172/cedb6875_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1460131-32639663/4329126474802115170/15001" HotelName="BYPILLOW FLAMANT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113580000/113570500/113570475/5a37642b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.373298370194" Longitude="2.1474999189377" StarRating="4" HotelCode="94217|ayre_hotel_gran_via" HotelName="Ayre Hotel Gran Vía" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de Les Corts Catalanes 322-324, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/64/b86479b3cecdd9403cb0c21464ee85e8da7f476e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central city location, on Plaza España next to the Fira Exhibition and Conferenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.29" OriginalAmount="137.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389845" Longitude="2.166119" StarRating="4" HotelCode="47000|1384" HotelName="Exe Cristal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Diputació 257, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/00/1b00f75a6c88a4e0e202869f4dd48083d4e2eab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated close to avenue Paseo de Gracia and Plaza Catalunya. Just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.58" OriginalAmount="137.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400612110963" Longitude="2.1786618232727" StarRating="4" HotelCode="38617|364365" HotelName="Eurostars Monumental" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Consell De Cent 498-500, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfb4b76a66eb5e994374f51d08dc75247932780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the tourist centre of Barcelona. Consequently, it is an ideal startin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.61" OriginalAmount="137.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38119906251" Longitude="2.1550959348679" StarRating="3" HotelCode="31613|24174" HotelName="Leonardo Hotel Barcelona Gran Via" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 100, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/db/a8db9b0c2c28ac08a2d2899effe77d8cb21bde40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 2004, this modern hotel is ideal for night time revellers. Situated just a few minutes walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.70" OriginalAmount="137.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375432" Longitude="2.1729403" StarRating="3" HotelCode="|70410" HotelName="Casa Lit Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de l'Arc del Teatre, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/1/0/70410_dc12c6b1800.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors and 89 rooms. It has a restaurant a terrace with fantastic views. SITUATION: This establishment, Ciutat Vella it is in Las Ramblas and Puerto de Barcelona nearby, you will find in the surrounding area, guests will find the theatres, 300 metres away from the establishment, you can find the metro station. ROOM:.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.74" OriginalAmount="137.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38498" Longitude="2.1850139" StarRating="0" HotelCode="|124602" HotelName="Nuevo Colon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/0/2/124602_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Born the district of Next to and Barceloneta the beach. HOTEL: The establishment boasts WiFi (free of charge), in communal areas, a reception.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.86" OriginalAmount="137.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396954308886" Longitude="2.1923303604126" StarRating="4" HotelCode="25132|3257" HotelName="Sallés Hotel Pere IV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pallars 128-130, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/39/8e39f41050ea963d4d118870e37324991d75c264.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is situated just 2 km from Plaza Cataluña. Countless shopping and entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.86" OriginalAmount="137.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391078231639" Longitude="2.1602073196632" StarRating="2" HotelCode="320298|436600" HotelName="Hostal Balmes Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Balmes 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/26/4426b6171a78af1badd8c6ab0bb9d478037d02e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.91" OriginalAmount="137.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3901309" Longitude="2.1846277" StarRating="0" HotelCode="|254534" HotelName="One Barcelona-Ciutadella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Passeig de Pujades</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/4/5/3/4/254534_02e12441526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39618001811" Longitude="2.1613302515379" StarRating="2" HotelCode="901315|248806" HotelName="Next To" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 242, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/a3/0aa30880d9b940eef7008fbe968736e2b145b982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397119296691" Longitude="2.1758575737476" StarRating="3" HotelCode="33836|18392" HotelName="Serhs Carlit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputació 383, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/14/7b14768554837dd87f2f561cee16e8f7945a9984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona, in the Eixample district, one of the most cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380270270233" Longitude="2.1540512144566" StarRating="4" HotelCode="64253|45879" HotelName="Villa Emilia Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Calábria 115, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/10/9410ea0c850f0d3b9521fe9673b95bebbf15d0fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically situated near to the Montjuic International Exhibition Centre and P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|627-12629776/4329126474802115170/6825" HotelName="BALMES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527200/527188/2396e57c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="26.539145" Longitude="-82.195587" StarRating="4" HotelCode="0|16139-28767749/4329126474802115170/6860" HotelName="CATALONIA BARCELONA BEACH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 5400 Plantation Road,  CAPTIVA ISLAND, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/852300/852209/29ae79b1_b.jpg</HotelPictures>
        <HotelDescription>Boasting an idyllic setting on the stunning Captiva Island, this delightful hotel resort sits amidst 330 acres of pure, natural, splendour. The hotel is situated just a short distance away from the spectacular J.N. Ding Darling National Wildlife Refuge. Guests can enjoy a seemingly boundless array of activities on the island, making it the ideal choice for both those seeking an adventurous holiday, and those looking to relax and unwind amidst a natural setting. This hotel exudes style and splendour, greeting guests with an attractive architectural design, yet blending harmoniously with its surroundings. The guest rooms are sumptuously appointed, reflecting the beauty of the surroundings in the colour scheme. The resort affords guests an endless array of exemplary facilities, ensuring that there is never a dull moment.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|140225-28767640/4329126474802115170/6876" HotelName="CATALONIA LA BOQUERIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2754200/2754131/1b26dcb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|599612-25752547/4329126474802115170/10711" HotelName="LA FRANCA TRAVELLERS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21830000/21824500/21824410/b1ac7e19_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393986151765" Longitude="2.1598186994056" StarRating="2" HotelCode="177243|barna_hostal" HotelName="Cosmopolitan Boutique Rambla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 102, 1º, 2º, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/32/d332fcd6206881cf7e74eebec433b61f5d7a26b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is located in Barcelona's Eixample district, only 200 m from Gaudi's famous La Pedrer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.34" OriginalAmount="138.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400857296485" Longitude="2.1724634656414" StarRating="2" HotelCode="263665|202072" HotelName="ibis Barcelona Centro (Sagrada Familia)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nàpols 230-232, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a1/5aa15929f62a11494c29746dbdc0065a4ba49aa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.39" OriginalAmount="138.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3880644" Longitude="2.1783255" StarRating="3" HotelCode="|83439" HotelName="Musik Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SANT PERE MES BAIX, 62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/4/3/9/83439_95742a81913.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a reception and WiFi (free of charge), in communal areas. SITUATION: This establishment, is in the city centre, la Ribera it is in next to the establishment, clients can find the cathedral, Las Ramblas it is situated 10 minutes away from. ROOM: The establishment has 23 rooms, Clients can find iPod and an LCD television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.52" OriginalAmount="138.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390984285472" Longitude="2.1707010269165" StarRating="4" HotelCode="30687|3627" HotelName="Hotel Acta Atrium Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 656, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/d8/a1d8d3b7b25c7184fb2329242c8124e998bd91b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is situated at the heart of Barcelona within minutes of the Gran Via. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.56" OriginalAmount="138.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3898" Longitude="2.1662" StarRating="4" HotelCode="|11029" HotelName="Eurostars Cristal Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/2/9/11029_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Paseo de Gracia and Rambla de Catalunya it is between Close to, near the establishment, guests will find La Plaza Catalunya and La Rambla the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.74" OriginalAmount="138.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39166" Longitude="2.16394" StarRating="3" HotelCode="|443047" HotelName="One Shot Aragó 257" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/0/4/7/443047_e24f9961726.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397079055802" Longitude="2.1513569355011" StarRating="3" HotelCode="31116|32274" HotelName="Catalonia Barcelona Golf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Travessera de Gràcia 72, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5a/9a5ab1755f48271dc38ba467239d13203d7ceda3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona and is surrounded by numerous shopping venues and li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391866140936" Longitude="2.1568393707275" StarRating="4" HotelCode="55113|27842" HotelName="Hotel Granados 83" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Enric Granados 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ba/dcbab4e1a3f8334741c81015894569c83bfd45d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the colourful city of Barcelona, directly beside one of the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|884964-28454706/4329126474802115170/3208" HotelName="TOC RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1873300/1873293/38165d9c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23070-13793664/4329126474802115170/6889" HotelName="ABBA RAMBLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1340000/1336700/1336674/1d3d8463_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.17" OriginalAmount="139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15170-25198189/4329126474802115170/13098" HotelName="CHIC&amp;amp;BASIC REDING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5900/5815/bf0b6833_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.22" OriginalAmount="139.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3918312" Longitude="2.1751253" StarRating="0" HotelCode="|124614" HotelName="Girona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/1/4/124614_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Barcelona the historic centre of Passeig de Gracia 2 minutes away from. FACILITIES: Guests are offered WiFi, (free of charge) and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.33" OriginalAmount="139.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384041708339" Longitude="2.1630647778511" StarRating="3" HotelCode="30439|2062" HotelName="Hotel Acta Splendid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 2, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/1f/d31f2dfe430e03d222faedbcfa97496f10b61143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is in an ideal location in the centre of Barcelona. The University, the Plaza Cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.42" OriginalAmount="139.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.42096" Longitude="2.17879" StarRating="1" HotelCode="|183590" HotelName="Pillow House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/9/0/183590_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.53" OriginalAmount="139.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382066" Longitude="2.176392" StarRating="3" HotelCode="16725|314765" HotelName="Hotel Gargallo Rialto" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ferran 40-42, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/19/4019e6d516601b30a568398ee07faeb03da6450b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular and historical city hotel lies in the centre of the beautiful old town of Barcelona. Sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.94" OriginalAmount="139.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3961883" Longitude="2.1551292" StarRating="4" HotelCode="|11101" HotelName="Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA AUGUSTA, 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/1/11101_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel VÃ­a Augusta it is located between, You will be able to visit, and. It has excellent transport links to public transport services. ROOM: The rooms have an LCD TV. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="43.4159978" Longitude="5.349935" StarRating="2" HotelCode="0|181052-28458432/4329126474802115170/603" HotelName="HOSTAL CENTRIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Avenue de la Gardiette Quartier Plan de Campagne, Les Pennes Mirabeau, 13170, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2250000/2246000/2245962/231589f7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms: 60. Floors: 2. Property description- Get rested and ready for anything at the pet-friendly Comfort Hotel Marseille Nord Aix in Les Pennes Mirabeau, FR near the city of Marseille. Our hotel is also near the Mediterranean Sea, Marseille Provence Airport and the Plan de Campagne shopping and entertainment district. Prepare for a successful day ahead with amenities like breakfast, free wireless high-speed Internet and free weekday newspapers. Guest rooms come with desks, hair dryers, TVs and more. Behind every great day is a great night at our Comfort Hotel Marseille Nord Aix. Book now. Breakfast is available for a small fee, contact the hotel for more information.. Onsite facilities information- ParkingHotel Currency: EUR. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|645-32597464/4329126474802115170/1760" HotelName="MOXY BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1500/1487/a40c222a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|24772-25206954/4329126474802115170/10896" HotelName="ARANEA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972800/972706/dbf2fcda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396325608092" Longitude="2.1659181773415" StarRating="3" HotelCode="376196|bruc__bruc_guesthouse" HotelName="Bruc &amp; Bruc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 290, 2-2, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d1/07d1ce4d5a43404ad89f63cecb0e6048b55eb815.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.30" OriginalAmount="140.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39622" Longitude="2.16135" StarRating="3" HotelCode="|169152" HotelName="Limonaia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROSSELLO 242</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/5/2/169152_b98e9b41533.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in l'Eixample the district of It has excellent transport links to places of interest, the commercial area, Close to la Sagrada Familia Cathedral. ROOM: All the rooms have an air-conditioning system and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.35" OriginalAmount="140.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3837577" Longitude="2.179951" StarRating="3" HotelCode="|124351" HotelName="Chicandbasic Habana Hoose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Argenteria, 37</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/5/1/124351_96800790946.jpg</HotelPictures>
        <HotelDescription>SITUATION: This smart hotel is in Born (Barcelona) the district of Born (Barcelona) 100 metres away from Santa MarÃ­a del Mar the Church of. HOTEL: This hotel was built in the 18th Century, has elegant rooms rooms, suites with balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.66" OriginalAmount="140.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3846987695" Longitude="2.1664537489414" StarRating="2" HotelCode="30649|1265784" HotelName="Mesón Castilla Atiram Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valldonzella 5, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/26/1e268d5b81bf071a1e06749fc9c0af8dd21b66aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is approximately 2 km from the sea. Situated on a side street, the hotel is close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.69" OriginalAmount="140.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3791" Longitude="2.15584" StarRating="4" HotelCode="|183412" HotelName="Axel TWO Barcelona - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calabria 90-92</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/1/2/183412_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.73" OriginalAmount="140.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.374641887697" Longitude="2.1707667410374" StarRating="4" HotelCode="7778|351795" HotelName="TRYP Barcelona Apolo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Paral-lel 57-59, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/df/d7df89c392881b06fe44394410b179ad02cd1068.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Paralelo, approximately 10 minutes walk from the exhibit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.86" OriginalAmount="140.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38146" Longitude="2.17396" StarRating="1" HotelCode="|11064" HotelName="Ingles" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOQUERIA 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/6/4/11064_949f03e1428.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors, 28 rooms, 20 double rooms and 8 single rooms. It has a reception, a safety deposit box service, a lift and a bar. SITUATION: This hotel is in Barcelona the centre of it is close to Las Ramblas and the PlaÃ§a de Catalunya the university, Around the establishment, clients can find shops, bars, restaurants, nightclubs and a public transport stop. 1 kilometre away, you can find the sea. ROOM: The rooms a bathroom, satellite and cable TV and a safety deposit box. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.00" OriginalAmount="140.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396167592982" Longitude="2.1551629900932" StarRating="4" HotelCode="10902|165060" HotelName="Abba Hotel Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 5, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/8e/318e0623506ce3ffe3cf2a6f56621254a0e5a5e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Barcelona, next to the Pedrera and Diagonal. It is also very cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.08" OriginalAmount="140.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3837598" Longitude="2.1781432" StarRating="3" HotelCode="|11150" HotelName="Suizo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA DEL ANGEL, 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/0/11150_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Gothic Quarter it is in it is in Barcelona the centre of Close to the cathedral, La Catedral de Barcelona 200 metres away, guests will find Las Ramblas just a few minutes walk away, you will find Where guests can enjoy cafÃ©s, nearby, there is an underground station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38542836" Longitude="2.16970301" StarRating="2" HotelCode="30957|8067" HotelName="Hotel Medium Monegal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 62, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b9/1ab9b65dcb9a59ce7f56ce2a42a159403621a6c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the tourist centre of Barcelona and is surrounded by numerous shopping venue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.23" OriginalAmount="141" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16150-25198278/4329126474802115170/12615" HotelName="PARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/561900/561832/6c38a513_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37818" Longitude="2.17615" StarRating="4" HotelCode="177872|eurostars_ramblas" HotelName="Eurostars Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 22-24, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/11/1b11de326e8f1f39245e5a18e397a8919bb16eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located across from Plaça del Teatro, the most artistic stretch of the Rambla. It occup...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.24" OriginalAmount="141.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3846341" Longitude="2.1570773" StarRating="0" HotelCode="|188068" HotelName="Cosmo Consell de Cent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CONSELL DE CENT 207</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/6/8/188068_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.43" OriginalAmount="141.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382821" Longitude="2.172062" StarRating="0" HotelCode="|254886" HotelName="Parisien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA RAMBLAS 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/4/8/8/6/254886_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.61" OriginalAmount="141.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382077674776" Longitude="2.1840308306885" StarRating="3" HotelCode="30178|24094" HotelName="Hotel Del Mar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pla de Palau 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c0/38c013d4f2ca2ad1d326dc58cd8c5bcb85ca4f11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the gothic district, in the heart of Barcelona. Numerous tourist attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.15" OriginalAmount="141.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3790018" Longitude="2.1740957" StarRating="3" HotelCode="|11065" HotelName="Gaudí" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>NOU DE LA RAMBLA, 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/6/5/11065_7.jpg</HotelPictures>
        <HotelDescription>SITUATION: This modern hotel is in the Gothic Quarter the heart of Close to, and. Around the establishment, clients can find shops, restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.25" OriginalAmount="141.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3782" Longitude="2.17554" StarRating="3" HotelCode="59881|869435" HotelName="Arc la Rambla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d4/37d42e0e979f6d80d745c238a20ee56f06e8efec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the heart of Barcelona, only around 10 minutes from the cultural ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|636400-28502303/4329126474802115170/848" HotelName="THE HOTEL 592 - ADULTS ONLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/52000000/51900000/51891700/51891615/0e6b9a3f_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.26" OriginalAmount="142" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.373100000000000" Longitude="-71.081200000000000" StarRating="4" HotelCode="0|16128-25199674/4329126474802115170/12469" HotelName="GARBI MILLENNI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 250 Monsignor O'Brien Hwy, CAMBRIDGE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/600000/597200/597183/e33f28d8_b.jpg</HotelPictures>
        <HotelDescription>This modern hotel is situated at the heart of Cambridge within a short distance of a diverse selection of bars, restaurants and links to the public transport network. It is 3 km to the nearest shops and the centre of Boston.

This air-conditioned 8-storey city hotel offers a total of 112 rooms. Amongst the facilities count a foyer with a 24-hour reception desk, a lift and a safe in addition to a restaurant (breakfast only), and Internet access. A laundry service is also on offer and those arriving by car may make use of the car parking.

The rooms all come equipped with an en suite bathroom with a hairdryer, a direct dial telephone, satellite/ cable TV, a radio, an Internet connection, a microwave, a fridge, a coffee machine and ironing equipment. Individually controllable air conditioning features as standard.

A complimentary continental breakfast is on offer to guests each morning.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398293866026" Longitude="2.1574603805497" StarRating="2" HotelCode="113158|hcristina" HotelName="Hotel Gracia Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Gran de Gràcia 14, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/32/2f32fda9e25aa59d0f1f15678d84eb3b5091efff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.39" OriginalAmount="142.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39115" Longitude="2.16019" StarRating="0" HotelCode="|121861" HotelName="Balmes Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Balmes, 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/6/1/121861_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, WiFi (free of charge) and a baggage room (free of charge). SITUATION: Barcelona Is situated in Passeig de Gracia and Casa MilÃ  (La Pedrera) 5 minutes away from the establishment clients have Passeig de Gracia and Casa MilÃ  (La Pedrera).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.47" OriginalAmount="142.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3854006" Longitude="2.1716939" StarRating="2" HotelCode="|11008" HotelName="Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANTA ANA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/0/8/11008_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1968, renovated in 1991, has 4 floors, 46 rooms, 25 double rooms and 15 single rooms. In the entrance, guests are offered a lobby with an elevator, a reception with safety deposit boxes, a TV room and a laundry service. SITUATION: This hotel is in the heart of Barcelona. It is situated close to Plaza de CataluÃ±a and Las Ramblas near the establishment, you will find shops, restaurants, bars and public transport services. ROOM: It has inviting rooms with a bathroom, a direct line telephone, a satellite or cable television, a king-size bed, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.64" OriginalAmount="142.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385426" Longitude="2.1697353" StarRating="2" HotelCode="|11025" HotelName="Monegal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE PELAYO, 62</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/2/5/11025_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1990, has 5 floors, 53 rooms, 24 single rooms and 29 double rooms. The establishment boasts a lobby with a lift, a reception with safety deposit boxes, a lift and a breakfast room. SITUATION: This hotel is in a tourist area of Barcelona. Around the establishment, clients can find shops, restaurants, bars, nightclubs and clubs. It is just 25 kilometres away from the beach. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, an air-conditioning system, a central heating system and a safe (available for a fee). The establishment has exterior double rooms. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.91" OriginalAmount="142.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400763" Longitude="2.172503" StarRating="2" HotelCode="|159540" HotelName="Ibis Barcelona Centro Sagrada Familia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Napols 230 232, HB004593</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/5/4/0/159540_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona the city centre of Close to. ROOM: Customers have soundproofed rooms with an air-conditioning system, heating, a television and WiFi (free of charge). FACILITIES: With regards to the food and beverage offering, there is a buffet breakfast, The establishment also offers a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.06" OriginalAmount="142.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390847453432" Longitude="2.1416768431663" StarRating="5" HotelCode="7777|24244" HotelName="Meliá Barcelona Sarrià" 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,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Sarrià 50, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2c/012c417d960d4b21855c7ccddd588affff63a952.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious city hotel is located directly in the centre of Barcelona. Public transport departs f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1356305-26650097/4329126474802115170/13533" HotelName="SOM NIT PORT VELL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78410000/78407800/78407779/0b097820_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.33" OriginalAmount="143.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3780776" Longitude="2.1761153" StarRating="4" HotelCode="|76030" HotelName="Ikonik Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAS RAMBLAS 22-24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/0/3/0/76030_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building is modern. SITUATION: This urban hotel is in the historic centre. ROOM: Each room has a mini-bar, an air-conditioning system, heating, a bathroom with toiletries, a hairdryer, a safety deposit box, a television and a writing desk.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.75" OriginalAmount="143.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383431" Longitude="2.1726188" StarRating="0" HotelCode="|71669" HotelName="Fina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PORTAFERRISSA, 11 ENTL. 08002, BARCELONA, SPAIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/6/9/71669_1_662.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a good location. ROOM: All the rooms have a bathroom with a shower, heating and internet. Some rooms have a balcony. NOTICE: Rooms are not available after midnight, Inform the establishment of your arrival time.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.88" OriginalAmount="143.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3868384" Longitude="2.1727616" StarRating="3" HotelCode="|45163" HotelName="Denit Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ESTRUC 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/3/45163_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and urban hotel, was renovated in 2008 and has with air-conditioning 36 rooms, In the entrance, guests are offered a hall with a reception, a safety deposit box service and a lift. Regarding the food and beverage offering, the establishment has a breakfast room, The establishment offers guests room service, For an extra cost you can enjoy WiFi, internet and a laundry service. SITUATION: This hotel is in Barcelona the city centre of the Gothic Quarter it is in opposite the establishment, you can find Catalonia the Square of Las Ramblas it is located near 5 minutes away from the establishment guests have a bus stop, the train stations and a subway station. La Boqueria market, the district of Eixample, the district of Born, the Gran Teatre del Liceu and Barcelona Cathedral a few minutes walk away, you can find 1 kilometre away, you can find a beach, is situated 14 kilometres away from Barcelona the International Airport of. ROOM: All the rooms have a bathroom, a satellite television, individual air-conditioning, a direct line telephone, a hairdryer, a radio, WiFi and an iPod docking station. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.29" OriginalAmount="143.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384728" Longitude="2.1664945" StarRating="2" HotelCode="|10991" HotelName="Mesón Castilla Atiram" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALLDONZELLA, 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/1/10991_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, renovated in 2002, has a small garden area, 5 floors and 57 rooms. The hotel with air-conditioning, has a lobby, a reception with safety deposit boxes, a TV room, indoor parking, a car park and a laundry service. SITUATION: This urban hotel is situated 2 kilometres away from the sea. It is on a peaceful street. Nearby, you will find the PlaÃ§a de Catalunya it is near Las Ramblas a few minutes walk away from the establishment, clients can find the cathedral and the Gothic district. It is situated in front of a public transport stop, bars, restaurants, shops and nightclubs. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a king-size bed, a safety deposit box (available for a fee), an air-conditioning system and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378999322795" Longitude="2.1695892512798" StarRating="4" HotelCode="75221|18301" HotelName="Barceló Raval" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval 17-21, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/cd/86cdc007bb392a0ca444b6f3482b229addd7d6c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a privileged location in the Raval, Barcelona's top fashion district. It is j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|52337-12634614/4329126474802115170/6909" HotelName="GRANADOS 83" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1350000/1349800/1349771/139b581a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143462-25318388/4329126474802115170/10261" HotelName="VILLA EMILIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1526700/1526698/bc776cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38542625826" Longitude="2.1717336773872" StarRating="2" HotelCode="408842|cataluna_2" HotelName="Cataluña" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Santa Ana 24, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f5/33f50476d2cf23bfaf6670a70096db5c11356453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Barcelona directly near to Plaça Catalunya and to the ped...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.53" OriginalAmount="144.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376660634107" Longitude="2.1524325013161" StarRating="4" HotelCode="30445|23864" HotelName="Hotel Vilamarí" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vilamarí 34-36, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bb/cc/bbcccdbd689c4b0817a47bad6d506e8782bde7f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located near Plaza de España. Various tourist attractions such as Plaza Cataluñ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.63" OriginalAmount="144.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398273" Longitude="2.1574916" StarRating="2" HotelCode="|57139" HotelName="Numa | Brio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/1/3/9/57139_f2cea0f1122.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, modern hotel, has 12 modern rooms and a bar with a terrace. SITUATION: This small hotel is in Barcelona the centre of is situated in GrÃ cia the district of Close to and. it has good links to public transport services. ROOM: The rooms have heating, a flat-screen television and a bathroom. Some rooms have a hydromassage bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.26" OriginalAmount="144.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3957652" Longitude="2.1813851" StarRating="3" HotelCode="|29260" HotelName="Ilunion Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE SICILIA 166-170</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/2/6/0/29260_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is a 10-minute walk away from the Arc de Triomphe Train Station Arc De Triomphe. There are many places you can visit in the surrounding area, including Eixample, Born and the Gothic Quarter. In the surrounding area, you can find restaurants and bars. It takes 5 minutes to get to el Auditorio de Barcelona 1,5 kilometres away, you can find la Sagrada Familia and el Parque de la Ciutadella. ROOM: Customers have modern rooms with an air-conditioning system, flat-screen satellite television, pillow menu, a mini-bar and water (free of charge). RESTAURANT: In this establishment's food and beverage department guests can enjoy a restaurant and a bar. FACILITIES: There is a variety of facilities and services available at the establishment, including a swimming pool, a gym, WiFi (free of charge), a reception with computers and WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.28" OriginalAmount="144.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3958322" Longitude="2.1371827" StarRating="0" HotelCode="|124570" HotelName="Isabella's House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ganduxer, 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/7/0/124570_9a95b1c1114.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Plaza Catalunya it is 10 minutes away by metro from. APARTMENTS: Guests are offered large apartments with a flat-screen TV and balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383872080952" Longitude="2.1846735190144" StarRating="4" HotelCode="208127|hotel_ciutadella_barcelona" HotelName="Ciutadella Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Marqués de l´Argentera 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/27/7c27c34f7de9d699a010d6668d56d6f1623c8575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has an ideal central setting within 300 metres of Santa María del Mar Church, Ciutadella P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.43" OriginalAmount="145.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3748095" Longitude="2.1724432" StarRating="3" HotelCode="|30948" HotelName="Serhs Del Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA PARAL.LEL, 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/4/8/30948_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2004 48 rooms, a main 7-storey building and a 4-storey annexed building. In the establishment entrance, guests will find a hall with a reception, a lift and a cloakroom. At an additional cost you can enjoy internet. SITUATION: This hotel is located close to a public transport stop, Las Ramblas 300 metres away, guests will find 500 metres away from the establishment, guests can find the city centre, bars, nightclubs, shops and restaurants. it is 2 kilometres away from the sea, the train station, 3 kilometres away from the establishment, guests will find a bus station, is situated 11 kilometres away from Barcelona-El Prat Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television and individual heating. They also have a mini-bar, an air-conditioning system and internet. FACILITIES: At the beach, you can find deck chairs and parasols (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.54" OriginalAmount="145.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40054" Longitude="2.208976" StarRating="4" HotelCode="21502|318495" HotelName="EuroHotel Barcelona Diagonal Port" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village,Conference Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lope de Vega 4, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/ba/c0ba4da81b88d5aa24f3e431ac6db3c6345f7715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across the road from the beach and the harbour is only a few minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.60" OriginalAmount="145.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388003779458" Longitude="2.1783917796878" StarRating="3" HotelCode="199957|1164438" HotelName="Domus Selecta Musik Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pere Més Baix 62, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/1173227c5ff82d139acc75bffd41c2ef6708f49f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Barcelona, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.20" OriginalAmount="145.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3971736" Longitude="2.1514305" StarRating="3" HotelCode="|11023" HotelName="The Moods Oasis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE TRAVESERA DE GRACIA 72</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/2/3/11023_37dcbb80807.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 1 floor, was built in 2001, has 36 rooms, 2 single rooms and 34 double rooms. In the entrance, you can find a lobby with a lift and a reception with safety deposit boxes, Guests are also offered a TV room and internet. SITUATION: This hotel is in Barcelona the city centre, is near, shops, public transport services ,Plaza de CataluÃ±a and Las Ramblas 10 minutes away, guests can find. ROOM: Each room has a bathroom, a hairdryer, an air-conditioning system, piped music, a direct line telephone, a satellite or cable television, WiFi, a mini-bar and a safety deposit box (available for a fee). OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.23" OriginalAmount="145.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383182" Longitude="2.160364" StarRating="4" HotelCode="213746|192477" HotelName="Catalonia Gran Via BCN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 550, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/4a/984a55b67ec40da1072b6e33f7cfa8a47fe34fe6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.23" OriginalAmount="145.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380825" Longitude="2.177471" StarRating="3" HotelCode="70231|82530" HotelName="Catalonia Avinyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinyó 16, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/24/4424a00fbf0e9b2c0ea40bc5f432f1c488714d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona’s gothic district. It is situated on Calle Avinyó, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13355-12634140/4329126474802115170/6988" HotelName="CATALONIA 505" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22700/22698/15a8aa59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38379719537" Longitude="2.180063277483" StarRating="3" HotelCode="188090|banys_orientals" HotelName="Banys Orientals" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Argenteria 37, Barcelona 08003</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/db/6edbb9d74746ddd0a8b5e782891ad69072955852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3937068" Longitude="2.17017656" StarRating="2" HotelCode="852560|hostal_siscinc_adults_only" HotelName="Hostal Siscinc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Del Bruc 65, Principal 2a, Eixample, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/81/d48141ab08c0dd3e81a643a68180f2a9c86b55f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.53" OriginalAmount="146.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380519827858" Longitude="2.171505689621" StarRating="3" HotelCode="17121|1406" HotelName="San Agustin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Sant Agustí 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/38/f63851b0012159a4e88884ad8e4634687785df04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be found where the historical ruins of the former convent of Saint Augustine (1720) li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.72" OriginalAmount="146.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379774170982" Longitude="2.174206674099" StarRating="3" HotelCode="49091|262795" HotelName="Oriente Atiram Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 45, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/fa/45faf95969a3fa04395b812ef4692d2a11d02f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the cultural and historical heart of Barcelona, in Las Ramblas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.76" OriginalAmount="146.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3833506" Longitude="2.17943" StarRating="4" HotelCode="|11097" HotelName="Eurostars Laietana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/9/7/11097_02264a80706.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000. It has 6 floors, 62 rooms, 5 single rooms, 56 double rooms and 1 suite. FACILITIES: This air-conditioned hotel, has a hall, a lift, a reception with a safe box and a cafÃ©. The establishment boasts a bar, pub, a breakfast room air-conditioned, highchairs, internet, room service, medical care and a launderette. SITUATION: This hotel is in Gothic District it is situated only a few minutes walk away from a tourist area, the cathedral, near the establishment, guests will find bars, pubs and restaurants. in front of the establishment, guests have public transport services, 100 metres away from the establishment, guests can find shops, nightclubs and clubs. it is situated 2 kilometres away from a ski resort, is 12 kilometres away from the airport. ROOM: The stylish rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, internet, a mini-bar, a double bed, an air-conditioning system, central heating and a safe (available for a fee). PAYMENT METHODS: Customers can pay by American Express, Visa, Diners Club and Mastercard. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.02" OriginalAmount="146.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398694" Longitude="2.162406" StarRating="4" HotelCode="21559|1658" HotelName="Catalonia La Pedrera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Córcega 368, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fe/aafe4a7fc7b67ff17b21b86ea50ad0a0917b0c11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in the arty and commercial centre of Barcelona, only a stone's throw fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.02" OriginalAmount="146.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.407318" Longitude="2.144165" StarRating="4" HotelCode="29497|999" HotelName="Catalonia Park Putxet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Putxet 68-74, 08023 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/33/1333d26701a3a098beb05e97e60cd1211639dc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the quiet neighbourhood of Putxet. The town centre is approximately...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.18" OriginalAmount="146.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3918123" Longitude="2.1568109" StarRating="4" HotelCode="|27533" HotelName="Hotel Granados 83, A Member Of Design Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE ENRIC GRANADOS 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/5/3/3/27533_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional style hotel, was renovated in 2005, In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service, a restaurant and a cafÃ©. The establishment boasts conference rooms, WiFi, room service, a laundry service and a car park (for a fee). SITUATION: The hotel is in Barcelona the centre of nearby, there is a public transport stop, 500 metres away, guests will find bars, restaurants, around 2 kilometres away you can find the beach, is 15 kilometres away from Barcelona Airport. ROOM: The smart, comfortable rooms, have a bathroom with a hairdryer, satellite and cable TV, internet, a safe and a mini-bar. Clients are offered non-smoking rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.36" OriginalAmount="146.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381081200652" Longitude="2.1727364723873" StarRating="3" HotelCode="14933|388375" HotelName="Hotel Moderno Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Hospital 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/34/c034559ea7c57c4b41602faf416553fe96496750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Barcelona's tourist centre. Countless entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24807-27710150/4329126474802115170/7023" HotelName="SALLES HOTEL PERE IV" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/904500/904455/9145de80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30382-25214189/4329126474802115170/10615" HotelName="CONCORDIA BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1059200/1059116/938bbf6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396064" Longitude="2.136901" StarRating="3" HotelCode="190692|apartamentos_ganduxer" HotelName="Apartamentos Ganduxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Ganduxer 50, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/aa/a0aa8a5bc25f0ec935c1819b6fc54636399a8973.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation comprises a total of 25 rooms. Services and facilities at the hotel include a rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.356409" Longitude="2.123118" StarRating="4" HotelCode="199956|renaissance_barcelona_fira_hotel" HotelName="Renaissance Barcelona Fira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Europa 50-52, L'Hospitalet de Llobregat, Barcelona 08902</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/47/0a478021b6ca7e4234c2eec66cb9aac2cb2de1f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38633276" Longitude="2.16456816" StarRating="0" HotelCode="518549|the_corner_592" HotelName="The Corner 592" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 592, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a7/efa70a4520c4dcd1413be6f30e4286c0324f7746.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 Corner 592, you'll be centrally located in Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.53" OriginalAmount="147.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38381228879" Longitude="2.1782970428467" StarRating="3" HotelCode="18012|24134" HotelName="Hotel Suizo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza del Ángel 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/af/17af316b18b62bbe1138c835992565ecae2e1e95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is to be found in the gothic quarter at the heart of Barcelona, close to the cathedral an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.57" OriginalAmount="147.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.412562" Longitude="2.209023" StarRating="4" HotelCode="36821|333515" HotelName="Hotel Barcelona Condal Mar managed by Melia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Finca,Village,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cristóbal de Moura 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/3a/263ac41f675aeb52e573c13897ad425e00b25885.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. It lies 100 metres from the nearest tram links and the metro sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.67" OriginalAmount="147.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384262769837" Longitude="2.1711020496855" StarRating="4" HotelCode="16839|314805" HotelName="Hotel Serhs Rivoli Rambla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 128, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/61/576129bb469208f1457c08b13e18e90fbef48317.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies within walking distance of Las Ramblas. Numerous shopping facilities, invitin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.83" OriginalAmount="147.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3880966659" Longitude="2.1599158644676" StarRating="4" HotelCode="89478|97873" HotelName="Cram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Aribau, 54, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5a/fc5a7cd69e6caf1e7b2d4b5a583beaa225463365.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer city hotel is located in the centre of Barcelona, just 4 blocks from Gaudí’s Casa Batl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.08" OriginalAmount="147.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410214370666" Longitude="2.1694886684418" StarRating="4" HotelCode="30437|228216" HotelName="Hotel ILUNION Bel Art" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lepant 406, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9e/ef9e17875863e2e1771b38b633d0664cd254eb4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to the city’s main attractions thanks to the various bus routes and a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.08" OriginalAmount="147.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3813608" Longitude="2.1739566" StarRating="4" HotelCode="|32573" HotelName="Petit Palace Boquería Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/5/7/3/32573_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in and a building, was built in the 19th Century, has an indoor garden. SITUATION: This establishment, Las Ramblas it is close to the Gothic district and the commercial area, In the surrounding area, you can find restaurants, bars, pubs and public transport services. El Teatre del Liceu it is situated close to El Teatre del Liceu the Market of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.28" OriginalAmount="147.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3766991" Longitude="2.1500771" StarRating="4" HotelCode="|76174" HotelName="Ofelias" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Llanca 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/7/4/76174_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Ofelias is rated four stars. It has beautiful views and comfortable facilities. It has 48 modern rooms. SITUATION: This hotel is near the shopping area. It is in a good area in Barcelona.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32617-25216169/4329126474802115170/9533" HotelName="SAGRADA FAMILIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1175300/1175232/a7001547_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|242647-25458690/4329126474802115170/12844" HotelName="PETIT PALACE TRENCADIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6350000/6342400/6342303/6220b045_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.44" OriginalAmount="148" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9407-25182683/4329126474802115170/13144" HotelName="RIALTO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48900/48852/ff81c8f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384604" Longitude="2.156918" StarRating="4" HotelCode="261878|angla_boutique_apartments_consell_de_cent_2" HotelName="Cosmo Apartments Consell de Cent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Consell de Cent 207, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/34/0e34f1d871f73de515ce0f1372db67c5d14fdd34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39754648" Longitude="2.18408047" StarRating="3" HotelCode="611815|cosmo_apartments_marina_auditori" HotelName="Cosmo Apartments Marina Auditori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ausies March 136, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/73/0e7367ba27b2b223641e1cb7ecd0dc97c7549693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.71" OriginalAmount="148.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3790326" Longitude="2.1684044" StarRating="3" HotelCode="|54891" HotelName="Abba Rambla Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla del Raval, 4 C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/9/1/54891_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run establishment, has 49 rooms, a cafÃ© and indoor parking. SITUATION: This establishment, Las Ramblas it is close to it is in the historic centre, Well connected with and Barcelona Port. ROOM: The establishment has non-smoking rooms and with TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.83" OriginalAmount="148.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399044794135" Longitude="2.2021633386612" StarRating="4" HotelCode="73981|91762" HotelName="Hotel ILUNION Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ramón Turró 196-198, Esquina Calle Llacuna, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/2e/ce2eea05b2a5998dc5e6a6b80ea9a7b5e900a982.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the triangle formed by the Forum area, the Olympic port and Plaza de las Gl...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.13" OriginalAmount="148.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3855737" Longitude="2.1729611" StarRating="3" HotelCode="|11125" HotelName="Catalonia Portal De L'angel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Portal del Angel, 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/2/5/11125_1_2503.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1998. It has 4 floors, 73 rooms, 7 single rooms and 67 double rooms. It has a lobby with elevators, a reception with safety deposit boxes and a TV room. The establishment boasts a bar and a restaurant with air-conditioning, The establishment also offers internet, room service and a laundry service. SITUATION: This urban hotel is in Barcelona the heart of Plaza CataluÃ±a near the establishment, guests will find Clients can also find the city centre, in the surrounding area, there are shops, restaurants and bars. 50 metres away, there is a public transport stop. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, central heating, a king-size bed, a safe and a mini-bar. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.18" OriginalAmount="148.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379991529334" Longitude="2.1728508174419" StarRating="4" HotelCode="30629|387515" HotelName="España" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pau 9-11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/9b/139b99a8c8f0eea629b54a6c09dd48b424aca117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the commercial, historical and artistic centre, next to the Gran Teatre del ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.21" OriginalAmount="148.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392128" Longitude="2.1621787" StarRating="4" HotelCode="|11016" HotelName="Hcc Regente" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA DE CATALUNYA, 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/6/11016_784ebf51436.jpg</HotelPictures>
        <HotelDescription>HOTEL: this building, was built in 1913, has 79 rooms and 78 double rooms. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. Guests have access to room service, a laundry service, a medical care service, a cafÃ©, a bar and a television room. It also has a conference room, internet and WiFi. SITUATION: This historic hotel, Rambla Catalunya it is in Passeig de GrÃ cia it is close to near the establishment, guests will find shops, leisure areas. ROOM: The inviting rooms, have a bathroom, a hairdryer, a direct line telephone, internet, a mini-bar, a fridge, fitted carpets, central heating and a safety deposit box. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.32" OriginalAmount="148.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3842494" Longitude="2.1711197" StarRating="4" HotelCode="|11072" HotelName="Serhs Rivoli Rambla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA RAMBLA, 128</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/7/2/11072_4b515c11327.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1925, has 7 floors, 129 rooms, 12 single rooms, 102 double rooms and 15 suites. In the establishment entrance, guests will find a lobby with a reception, a safety deposit box service, a currency exchange service, a cloakroom, lifts, a bar and an Ã  la carte restaurant with air-conditioning, It also has room service, a laundry service and a medical care service. SITUATION: This luxurious hotel, Las Ramblas it is in 100 metres away, guests will find shops, leisure areas, in the surrounding area, clients have public transport services. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet, a safe, central heating and fitted carpets. FACILITIES: Clients can enjoy a sauna, a solarium and a gym. MEALS: The establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.39" OriginalAmount="148.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377037" Longitude="2.188779" StarRating="3" HotelCode="89479|383465" HotelName="Hotel 54 Barceloneta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Joan de Borbó 54, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/86/1f86af5fff065e29e5cd5311ebb2e4322d9eeffe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's most attractive and popular districts which was original...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.39" OriginalAmount="148.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3821099" Longitude="2.1841672" StarRating="3" HotelCode="|11098" HotelName="Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA PALACIO, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/9/8/11098_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was renovated in 2005, has 72 rooms and 6 floors. In the establishment entrance, guests will find a lobby with elevators, a reception with safety deposit boxes and a laundry service. SITUATION: This hotel is in the Gothic Quarter, close to monuments, la Sagrada Familia, La Estatua de ColÃ³n and the Picasso Museum. A few minutes walk away, customers can find the beach and public transport services. It is 20 kilometres away from the airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, an air-conditioning system, central heating and a safe (available for a fee). MEALS: Guests are offered a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24850-24095734/4329126474802115170/6342" HotelName="SANSI BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/24850/24850_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1326863-26637484/4329126474802115170/14096" HotelName="ONE SHOT ARAGO 257" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67200000/67199000/67198981/0dda475d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380282709832" Longitude="2.1728646330861" StarRating="2" HotelCode="149125|hostal_operaramblas" HotelName="Opera Ramblas Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Pau 20, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/37/7b3730f916b9dc81337ad9545e727f55ce52bbe3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Barcelona, Hostal Operaramblas puts everything the city has to offer just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383023401356" Longitude="2.1700613200664" StarRating="4" HotelCode="200893|silken_ramblas" HotelName="Silken Ramblas" 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,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pintor Fortuny 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/71/1671220445ba9552e3bf0eed10e642ee8ca61f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set right by the Ramblas, the most famous street in Barcelona. It is situated in the he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.52" OriginalAmount="149.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39305785929" Longitude="2.1545259654522" StarRating="4" HotelCode="171007|145245" HotelName="The Mirror Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 255, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/38/403821b759cec81be60d33c99d5e9351da944a45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.60" OriginalAmount="149.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382303" Longitude="2.180748" StarRating="4" HotelCode="|126072" HotelName="Barcelona Colonial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/0/7/2/126072_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel and has a car park. SITUATION: Las Ramblas and the PlaÃ§a de Catalunya Near the establishment, guests will find. ROOM: Customers can find 82 rooms with a bathroom, a hairdryer, a television, heating, an air-conditioning system and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.76" OriginalAmount="149.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372418722005" Longitude="2.1487057184064" StarRating="3" HotelCode="320070|1250368" HotelName="Ding Dong Fira Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Calle México 24, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/c8/fbc8756aaba08e3a7aec2f7bb2586b4a6e08b4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.91" OriginalAmount="149.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3977765" Longitude="2.1887832" StarRating="4" HotelCode="|44342" HotelName="Naitly Poblenou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANCHO DE AVILA 32-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/4/2/44342_d4114071344.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 95 rooms, a reception, a restaurant, meeting rooms and WiFi (free of charge), The establishment also offers a laundry service, ticket sales, a car hire service, indoor parking and facilities for disabled guests. SITUATION: Well connected with, la Sagrada Familia nearby, you will find and the beaches, is situated 24 kilometres away from Barcelona Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.02" OriginalAmount="149.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3802851" Longitude="2.1729616" StarRating="0" HotelCode="|124649" HotelName="Operaramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sant Pau, 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/4/9/124649_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel Las Ramblas it is 100 metres away from Liceu the underground station of. HOTEL: This establishment has rooms with bathroom, a reception and a baggage room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.25" OriginalAmount="149.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393003" Longitude="2.154616" StarRating="4" HotelCode="|73835" HotelName="Arconte, Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CORCEGA 255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/8/3/5/73835_0c371561804.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is in Barcelona the heart of Close to, and, is near the commercial area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.38" OriginalAmount="149.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.411725" Longitude="2.211922" StarRating="4" HotelCode="|77262" HotelName="Vincci Bit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/JOSEP PLA 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/2/6/2/77262_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an Ã  la carte restaurant, a swimming pool (seasonal), a gym, a sauna, a steam bath and a meeting room. SITUATION: This modern, elegant hotel is 10 minutes away from the beach, the metro station and the convention centre. ROOM: The establishment has 177 bright rooms with an air-conditioning system, a television, pillow menu, a mini-bar, WiFi (free of charge), a bathroom with a shower, a hairdryer and bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.39" OriginalAmount="149.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376850842091" Longitude="2.1500288337469" StarRating="4" HotelCode="178197|888985" HotelName="Ofelias Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle de Llançà 24, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5c/015c7c2541a412ddd21d00c0173368cdde93b2f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Eixample district of Barcelona, in the Plaza de España and opposite the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.44" OriginalAmount="149.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389378" Longitude="2.1565289" StarRating="4" HotelCode="|11081" HotelName="Best Western Premier Dante" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MALLORCA 181</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/8/1/11081_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: the renovated hotel in 2008, has 7 floors, 80 rooms, 17 single rooms and 63 double rooms. In the entrance, you can find a large hall and a reception. The establishment also has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a pub, an Ã  la carte restaurant with air-conditioning, 3 conference rooms and internet. There are many services available at the establishment, including room service, a laundry service, a car park and indoor parking. SITUATION: Is situated inEixample the district of this hotel is in a peaceful area, the business area ,Passeig de Gracia, La Rambla, PlaÃ§a de Catalunya and La Rambla It is 10 minutes away from Around the establishment, clients can find restaurants, pubs and shops. It is situated nearBarcelona-Sants the Railway Station of it has good links to public transport services. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite and cable television, WiFi, a mini-bar, fitted carpets, a safety deposit box and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384233" Longitude="2.16075" StarRating="4" HotelCode="59063|15785" HotelName="H10 Casanova" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 559, Eixample, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6a/366a4f299e1f2f97a0b0c77f59def9a4c51b0687.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona, on the junction of Gran Via de las Corts and Casano...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378935925716" Longitude="2.1740202605724" StarRating="3" HotelCode="9957|1801" HotelName="Hotel Gaudi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla 12, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/5a/6b5a681d88deb9a8debe0453b13ac6f4829a6a50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is centrally situated in Barcelona's historical Old Town. Countless shopping and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3846755" Longitude="2.1729694" StarRating="4" HotelCode="0|21176-14169622/4329126474802115170/7019" HotelName="ABBA GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>15 Carrer Del Duc, BARCELONA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911300/911272/ef60b0fa_b.jpg</HotelPictures>
        <HotelDescription>Not just in Barcelona's famed Gothic Quarter, but of it, Kimpton Vividora Hotel fuses a sense of contemporary luxury with the dynamic culture and artistic spirit of this storied City Center neighborhood. A relaxing escape and vibrant hub for locals and discerning travelers alike, our boutique hotel is a home away from home for those seeking to experience Barcelona as insiders. The architecture and design of the spaces accentuate our historic surroundings while plush modern comforts, superlative service and standout amenities can be discovered around every corner. Step outside our doors and the city's exciting attractions and hidden gems are just a stone's throw away, waiting to be explored.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|613-25183482/4329126474802115170/11145" HotelName="BEST FRONT MARITIM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/890000/889927/e469bc3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.50" OriginalAmount="150" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|27423-25206137/4329126474802115170/13541" HotelName="MEDIUM MONEGAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133600/1133558/7b13e66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.23" OriginalAmount="150.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3833448" Longitude="2.1601716" StarRating="4" HotelCode="|121891" HotelName="Catalonia Gran Vía Bcn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA, 550</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/8/9/1/121891_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers breakfast service, a restaurant, a swimming pool, a gym and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.52" OriginalAmount="150.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4010192" Longitude="2.1746067" StarRating="0" HotelCode="|124608" HotelName="Hostemplo Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sicilia, 276</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/0/8/124608_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel la Sagrada Familia it is 200 metres away from. FACILITIES: The establishment has WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3894264" Longitude="2.1717675" StarRating="2" HotelCode="485511|hostal_goya__apartments" HotelName="Hostal Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 74, Primero, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/bf/a3bfb943d3737f34c9de5bfeb237cfd3a04664c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in Eixample. Pets are not permitted on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.26" OriginalAmount="151.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386001803768" Longitude="2.1658462285996" StarRating="3" HotelCode="27902|383945" HotelName="Jazz Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Pelai 3, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93dd7e1c3bbed80c0ad52a7db8af4caa5af39ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in an ideal location to explore Barcelona’s numerous attractions. It is on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.40" OriginalAmount="151.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379049" Longitude="2.174866" StarRating="3" HotelCode="25682|24394" HotelName="Hotel Ramblas Barcelona" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 33, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/7f/9e7f52eebff67582f16c15b66e033ce8c98c0a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel enjoys a privileged location near Las Ramblas in Barcelona. Guests s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.44" OriginalAmount="151.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393387065003" Longitude="2.1460522824843" StarRating="4" HotelCode="30784|4175" HotelName="Vincci Mae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 596, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/f1/abf124efd4ee5bc9ce271cf720e22abceec030cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Avenida Diagonal at the heart of Barcelona's tourist centre. Numerous shops...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380693245829" Longitude="2.1739286705522" StarRating="3" HotelCode="88605|388575" HotelName="Flor Parks" 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,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 70, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2d/e92db3329b52a9d86c03a5e6bd2dc99f0ff80f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on Las Ramblas, just 2 minutes from the Gothic Quarter, Pl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3856922" Longitude="2.1667228" StarRating="4" HotelCode="|32131" HotelName="Catalonia Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PELAYO 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/3/1/32131_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Las Ramblas it is 300 metres away from Close to and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.51" OriginalAmount="151.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3977509" Longitude="2.1656435" StarRating="2" HotelCode="|386102" HotelName="Ibis Styles Barcelona Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Provenca 340 Hb-004728</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/0/2/386102_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380945598722" Longitude="2.1531626594842" StarRating="3" HotelCode="11313|2353" HotelName="Atenea Calabria Apartaments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Calabria 129, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490e3e29d966a1e435b8093f1775980c1c6bf8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located close to the Gran Via. The main tourist attraction, as well a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.72" OriginalAmount="152.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382516" Longitude="2.162503" StarRating="0" HotelCode="|77771" HotelName="Céntric" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CASANOVA 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/7/7/1/77771_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guest house offers WiFi (free of charge), a reception, a baggage room (free of charge) and a safety deposit box service. ROOM: The rooms have an air-conditioning system, a bathroom with toiletries, a hairdryer with flat-screen TV and computer safe. Some rooms have a balcony, Guests also have available bedding and towels. SITUATION: It is 400 metres away fromUniversitat the underground station of Museo MACBA a 6-minute walk away from 400 metres away, there is a public car park, this establishment in a central area, 400 metres away from and Universidad de Barcelona the Square of La Rambla 10 minutes away from Around the establishment, clients can find shops and a supermaket.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.88" OriginalAmount="152.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3975076" Longitude="2.1656102" StarRating="2" HotelCode="|368286" HotelName="Ally's Bed&amp;breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc, 150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/8/2/8/6/368286_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.92" OriginalAmount="152.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3814617" Longitude="2.1740696" StarRating="1" HotelCode="|124574" HotelName="Hostal Palermo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boqueria, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/7/4/124574_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Las Ramblas the area. ROOM: Some rooms have private bathrooms. FACILITIES: Guests are offered WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.93" OriginalAmount="152.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390514879368" Longitude="2.1725670926423" StarRating="4" HotelCode="376096|433178" HotelName="Negresco Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 16-18, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/af/7eaf851e5d6768bdaab0954e0c18b35b53dfcf9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is about 3 km from the beach.</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.97" OriginalAmount="152.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384172014258" Longitude="2.1617270261049" StarRating="4" HotelCode="69572|387105" HotelName="Sunotel Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 570, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/6f/0d6f66051416a88b6b66fcb1e6b39ca7b516dd57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the busiest commercial and business area of Barcelona. It is just a few ste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.12" OriginalAmount="152.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387104" Longitude="2.18084" StarRating="0" HotelCode="|56360" HotelName="Allada Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARRER D'ALLADA VERMELL 6-8, BARCELONA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/0/56360_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers studios and exterior loft apartments. SITUATION: This establishment, is situated in Born the district of Where you can find boutiques, shops, exhibitions and bars. ROOM: The establishment has loft style studios with a living room-bedroom, a desk, a kitchen and a fridge. FACILITIES: Clients can enjoy a terrace. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers cleaning service, bedding is changed once a week and towels are changed once a week.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.40" OriginalAmount="152.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381063216147" Longitude="2.1455016732216" StarRating="4" HotelCode="20354|1088320" HotelName="H10 Itaca" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Roma 22, Eixample-Sants Estación, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5b/6d5b2e5da5b93655ebc80402e02243dc0e56ba4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the middle of Barcelona's central Eixample district, near to the trade fai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383361497143" Longitude="2.1793659031391" StarRating="4" HotelCode="13924|4210" HotelName="Hotel Exe Laietana Palace" 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,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 17, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f7/acf7a98820d8240db7a4f5a2319d0ec9cccc19d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a privileged location in the Gothic quarter, close to the Roman wall and the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399941126936" Longitude="2.1451583504677" StarRating="3" HotelCode="29126|12747" HotelName="Mercure Barcelona Condor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 127, 8006  Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a2/4fa2eb4e4b90c0bb817effd8368c5cbfa8ba186a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre of the Barrio de Gràcia and close to the most emblematic modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397715603196" Longitude="2.1888915631598" StarRating="4" HotelCode="97626|24585" HotelName="Capri by Fraser Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sancho De Avila 34, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0a/5a0a0f95ff61cd9a3df4cf33e8d0fae811e2b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an excellent location, and it offers guests access to all the city's tourist sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|88441-25255022/4329126474802115170/11485" HotelName="HOTEL TURIN BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54500/54446/1d93db3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.59" OriginalAmount="153" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|525569-25683402/4329126474802115170/12903" HotelName="BALMES CENTRO HOSTAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10380000/10377400/10377364/049ce602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384690132764" Longitude="2.1681354560178" StarRating="2" HotelCode="149239|hostal_grau_barcelona" HotelName="Hostal Grau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de les Ramelleres 27, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/66/686684c3d9792c1cc7be4647b86116509ed7307a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.63" OriginalAmount="153.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3874583" Longitude="2.1604012" StarRating="4" HotelCode="|23888" HotelName="Axel Barcelona - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/8/23888_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer, gay-friendly hotel, has 105 rooms and 7 floors. In the entrance, guests are offered a lobby with a reception, lifts, a cafÃ©, a bar and shops. The establishment has a spa centre, a gym, an Ã  la carte restaurant with air-conditioning, a conference room, internet, room service and a laundry service. SITUATION: This hotel is in Barcelona the heart of the Gaixample it is in In the surrounding area, you can find restaurants, shops, bars and nightclubs. it is situated 1 kilometre away from the sea, in front of the establishment, guests have a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a safe, a mini-bar, a double bed and central heating. FACILITIES: There is a range of facilities and services available at the establishment, including a swimming pool, a sauna, a solarium, a Turkish bath, a gym and a massage service. Some services (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.75" OriginalAmount="153.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3900778" Longitude="2.1421763" StarRating="4" HotelCode="|23651" HotelName="Gran Derby Suites Hotel, A Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Loreto, 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/5/1/23651_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1983, has 6 floors, 40 rooms, 28 junior suites and 12 duplex suites. In the establishment entrance, guests will find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. You are also offered a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car park. It has room service, a laundry service, a medical care service and a beautiful garden. SITUATION: This urban hotel is 10 minutes away from the city centre. Around the establishment, clients can find shops, bars, nightclubs and a public transport stop. It is situated only a few minutes walk away from the Palau Reial de Pedralbes the trade fair ground and the railway station. 3 kilometres away, you can find the sea. It is just 10 kilometres away from Barcelona-El Prat Airport. ROOM: The inviting rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. Are also equipped with a mini-bar, a double bed, a safe, a central heating system and an air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, parasols and a solarium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.78" OriginalAmount="153.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3916698" Longitude="2.1572964" StarRating="4" HotelCode="|11110" HotelName="America Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE PROVENZA, 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/0/11110_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the Eixample district, close to Passeig de GrÃ cia, El Edifico de Gaudi and La Pedrera. In the surrounding area you can also find shops, leisure areas, restaurants and bars. 2 kilometres away, you can find Old Town, la Sagrada Familia and Las Ramblas. 15 minutes walk away, you can find La Plaza Catalunya and El Barrio Gotico 400 metres away, there is an underground station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.81" OriginalAmount="153.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3755943" Longitude="2.1245004" StarRating="0" HotelCode="|124261" HotelName="Pierre and Vacances Barcelona Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sants, 387</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/6/1/124261_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from Camp Nou the stadium. ROOM: They offer stylish rooms with an air-conditioning system, a fully-equipped kitchen and flat-screen satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.84" OriginalAmount="153.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398202885905" Longitude="2.1494523993883" StarRating="4" HotelCode="14464|1005" HotelName="Mariano Cubi Aparthotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Marià Cubi 62-64, Sarrià-St. Gervasi, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d8/bed86bc2bdbf80afa069b1f887c7ae46d0628b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located close to Balmes Street, the shopping and business centre, only a few mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.94" OriginalAmount="153.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3905622" Longitude="2.1513308" StarRating="0" HotelCode="|124415" HotelName="Lleida" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/1/5/124415_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Eixample the district of 150 metres away from Hospital ClÃ­nic the metro station. ROOM: All the rooms have an air-conditioning system, WiFi (free of charge), a television and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.04" OriginalAmount="153.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3848491" Longitude="2.1681433" StarRating="2" HotelCode="|124637" HotelName="Eco Boutique Hostal Grau" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramelleres, 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/3/7/124637_41a078e0929.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is modern and family-run. SITUATION: Las Ramblas 200 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.09" OriginalAmount="153.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390346" Longitude="2.17485" StarRating="0" HotelCode="|183496" HotelName="BacHome Terrace B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc, 14 principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/4/9/6/183496_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.13" OriginalAmount="153.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3842781" Longitude="2.1784099" StarRating="4" HotelCode="|10980" HotelName="H10 Montcada Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIA LAIETANA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/0/10980_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for holidays and business stays. The establishment boasts a terrace with jacuzzi, a solarium with city views and sea views. SITUATION: This establishment is in the Gothic district, next to the Born area. Near the establishment, guests will find the promenade.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.29" OriginalAmount="153.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404173" Longitude="2.1908354" StarRating="4" HotelCode="|70489" HotelName="Novotel Barcelona City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA DIAGONAL,201</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/8/9/70489_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 264 rooms. It has a restaurant, a bar, meeting rooms and a terrace with a swimming pool. SITUATION: This establishment is on Avenida Diagonal 50 metres away, guests can find Torre Jean Nouvel it is in the city centre. ROOM: All the rooms have a kettle, WiFi, a mini-bar, a safety deposit box and a writing desk. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment has a gym, a hammam, a playground, a games room and table games. MEALS: The establishment offers Mediterranean cuisine and a terrace in summer. Guests have at their disposal children's menu.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.35" OriginalAmount="153.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3758913" Longitude="2.167019" StarRating="4" HotelCode="|11062" HotelName="Dwo Garbí Mil·lenni " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RONDA SANT PAU 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/6/2/11062_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning, has 46 rooms, 5 floors, 9 single rooms, 35 double rooms and 2 suites. In the establishment entrance, guests will find a lobby with a reception, lifts, a bar, a conference room and internet. The establishment also has room service, a medical care service and a laundry service. SITUATION: This luxurious hotel is close to the tourist area, the city centre, 3 kilometres away, you can find the beach, Ciutat Vella and Montjuic it is situated near near the establishment, you will find shops, restaurants and bars. near the establishment, you will find nightclubs, 50 metres away, there is a public transport stop. ROOM: The modern rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a safe, a mini-bar, a fridge and a central heating system. FACILITIES: The establishment has a jacuzzi, a sauna and a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.53" OriginalAmount="153.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3859934" Longitude="2.1656735" StarRating="3" HotelCode="|11077" HotelName="Jazz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PELAI, 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/7/7/11077_207f2541348.jpg</HotelPictures>
        <HotelDescription>SITUATION: This elegant hotel is in Barcelona the heart of a few minutes walk away from the historic centre, In the surrounding area, you can find bars, restaurants and shops. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard, Diners Club and EC.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.54" OriginalAmount="153.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3837178" Longitude="2.1309486" StarRating="0" HotelCode="|76011" HotelName="08028 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/CAN BRUIXA, 6-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/0/1/1/76011_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 48 apartments. The establishment has a bar, a restaurant, a cafÃ©, a car park, a swimming pool, a solarium, a baggage room, a laundry service, WiFi and a reception. SITUATION: This establishment is in a good location in Barcelona where you can find shopping areas and the business area. It has excellent transport links to the metro station. It is situated 15 minutes away from the city centre and the beach. Near the establishment, you will find points of interest. APARTMENTS: The apartments offer kitchen utensils and bedsheets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|525896-28467011/4329126474802115170/5112" HotelName="HOSTAL OPERARAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12600000/12591900/12591819/0622031f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|639-12633622/4329126474802115170/7050" HotelName="CATALONIA GRACIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/700000/693600/693580/f3ec521f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|178676-25351499/4329126474802115170/8694" HotelName="ANDANTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4870000/4868200/4868126/c6d472d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383272818721" Longitude="2.1684850045085" StarRating="4" HotelCode="113144|casa_camper_barcelona" HotelName="Casa Camper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Elisabets 11, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/08/820866579c0e1a7fe1014f128aa942b09c27b11a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3847" Longitude="2.1847" StarRating="1" HotelCode="479563|pension_ciudadela" HotelName="Pensión Ciudadela" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>c/ Comerç 33, 1º1º, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/80/42806e3c08187bedc94b5a1df647a00c0ddc5f9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel can be found in El Born. Pension Ciudadela guarantees a quiet stay as it counts with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.91" OriginalAmount="154.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3816519" Longitude="2.1733875" StarRating="3" HotelCode="|252833" HotelName="May Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/2/8/3/3/252833_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.97" OriginalAmount="154.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410961" Longitude="2.186556" StarRating="4" HotelCode="326421|645" HotelName="Catalonia Atenas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Meridiana 151, 08026 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/97/b597280d50a5109edb2a624c6c142d8c62f5e52a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Sagrada Familia. This hotel is well-connected with the rest of the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.97" OriginalAmount="154.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394178628081" Longitude="2.1491628885269" StarRating="4" HotelCode="18766|24214" HotelName="Hesperia Barcelona Presidente" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 570, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/82/6e829aa0c5243f951d969837ea816a30d384f892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 5 km from the nearest beach, this hotel is centrally located on Diagonal Avenue at the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.98" OriginalAmount="154.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394822442612" Longitude="2.193427208299" StarRating="2" HotelCode="459837|1994005" HotelName="ibis Styles Barcelona City Bogatell" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Llull 71, HB004742, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0dbe07283d9bfde186dcbf5dda8d8794cc38c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.04" OriginalAmount="154.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3812423" Longitude="2.1764259" StarRating="3" HotelCode="|35987" HotelName="Catalonia Avinyó" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/9/8/7/35987_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic establishment with air-conditioning has 83 rooms. Some of the establishment facilities on offer are a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant and WiFi. SITUATION: This hotel is in the heart of the Gothic Quarter, is situatedAvinyÃ³ where you can find restaurants, bars and shops. It is just 19 kilometres away from Barcelona Airport. ROOM: The modern and comfortable rooms have a bathroom with a bath, a shower, a hairdryer, a direct line telephone, a satellite television with international channels, WiFi, a mini-bar, a safety deposit box, an individual air-conditioning system, individual heating and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool with deck chairs. You also have at your disposal a hydromassage bath and a terrace. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.38" OriginalAmount="154.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389414724193" Longitude="2.1564048528671" StarRating="4" HotelCode="48051|222376" HotelName="Best Western Premier Hotel Dante" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 181, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/28/b82818ad674e97f49655a7fd7ccb355279010fa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel is situated at the centre of the popular city centre, close to the Pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.54" OriginalAmount="154.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380179" Longitude="2.171068" StarRating="3" HotelCode="29333|387775" HotelName="Leonardo Hotel Barcelona Las Ramblas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Junta de Comerç 8,10,12, Barcelona 08001</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/9a/9d9a6fcf4ca8c9df48d6c40a15c255eb45d8b37d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre, close to Las Ramblas and Plaza Major. Countless shops, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.359389" Longitude="2.133096" StarRating="4" HotelCode="60424|30515" HotelName="AC Som" 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,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arquitectura 1-3, 08908 L'Hospitalet de Llobregat, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/3c/823c16a3a37cd8b2ff352f35e876868abd4dabc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the city between the airport and the exhibition centre. Plaça d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.725581" Longitude="100.524462" StarRating="2" HotelCode="0|684-25181203/4329126474802115170/9826" HotelName="HOTEL SANT PAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>222 SILOM ROAD, BANGKOK 10500,THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/580000/571400/571389/397cb1d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.65" OriginalAmount="155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16120-25199673/4329126474802115170/11025" HotelName="VILAMARI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/904700/904660/f21991bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385929" Longitude="2.1611462" StarRating="4" HotelCode="|76577" HotelName="Ako Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DIPUTACIO 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/7/7/76577_a4691f71852.jpg</HotelPictures>
        <HotelDescription>HOTEL: This central hotel, ecological, has 28 apartments and excellent service. ROOM: The apartments have a kitchen, a bathroom and a sitting room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387643712142" Longitude="2.1718762110788" StarRating="3" HotelCode="915469|room_mate_pau" HotelName="Room Mate Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Fontanella 7, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/eb/adebdbf0652c1b6552bd137ecd2433cf11eb4ed4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.35" OriginalAmount="155.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390964" Longitude="2.1706401" StarRating="4" HotelCode="|11031" HotelName="Acta Atrium Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA DE LES CORTS CATALANES 656</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/1/11031_2d6d54e1113.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, was built in 2003, has 71 rooms, 6 floors, 69 double rooms and 2 suites. In the entrance, you can find a lobby with a reception, a safety deposit box service and lifts. Guests are also offered a TV room, a cafÃ©, a bar, a pub and a restaurant with air-conditioning conference rooms, internet, room service and a laundry service. SITUATION: This smart hotel is in Barcelona the heart of Gran Via it is located near close to the establishment, clients can find shops, leisure areas. ROOM: The rooms have a bathroom, a hairdryer, a direct line telephone, a satellite television, a radio, internet, a mini-bar, a king-size bed, a safe and central heating. FACILITIES: Guests can use the covered swimming pool, the jacuzzi and a sauna. You can also enjoy a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391828412053" Longitude="2.157366424799" StarRating="4" HotelCode="29363|26179" HotelName="Hotel América Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Provença 195, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d982e367229be244aad5b949b3228870e6e0163f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre. Countless shopping and entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|53655-28562351/4329126474802115170/1257" HotelName="PESTANA ARENA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1430000/1427700/1427691/fa6f0ce9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.741131" Longitude="100.553886" StarRating="4" HotelCode="0|630-25183490/4329126474802115170/7688" HotelName="BARCELO SANTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>138 SUKHUMVIT ROAD, KLONGTOEY, BANGKOK 10110 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/46900/46853/6e1582e8_b.jpg</HotelPictures>
        <HotelDescription>Exterior This square building stands 31 storeys tall. It is a modern high-rise of a glass and white concrete structure.  General The hotel's large swimming pool is on the 9th floor with a sundeck above it. The hotel features state of the art fitness centre and a squash court. The hotel is situated in an excellent area with easy access to any point in town.  Lobby Lobby gives an impression of luxurious hotel. It has an ample seating area.  A refreshment lounge is also available opposite the reception.  Location The hotel is conveniently located along Sukhumvit Road next to the Nana traffic junction. The hotel provides immediate access to the airport expressway and is about 3 kilometres from the Queen Sirikit National Convention Centre. This is a prime area for shopping and a restaurant paradise. It is within 5 minutes walking distance to skytrain Nana station.  Restaurant The hotel has several restaurants in its attached atrium and shopping plaza. The cuisine ranges from Thai, Chinese and Japanese to Italian and continental. There is a famous English styled pub at basement level in the plaza. The airium cafe offers an excellent buffet for lunch and dinner and is situated at lobby level. Pastry shop offers one of the best bakery in town.  Rooms Superior rooms are city views and of a medium size. They are modernly decorated in semi-contemporary Thai style with most use of green and gold shades. The deluxe rooms are a little larger and have better amenities and nicer decoration. They also offer internet access at extra cost.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|665-25183508/4329126474802115170/8257" HotelName="INNSIDE BARCELONA APOLO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/68700/68689/b0b8cde3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.68" OriginalAmount="156" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|36580-25218999/4329126474802115170/13455" HotelName="MESON CASTILLA ATIRAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/189200/189110/8385ad4d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.36" OriginalAmount="156.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37819226331" Longitude="2.1786443889141" StarRating="4" HotelCode="61647|63464" HotelName="Hotel Medinaceli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Duc de Medinaceli 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/92/24920f349dc1645b915b9ad760ea88bb13edf7de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Barcelona's old town, this historic hotel is situated in the Barri Gòtic near to Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.49" OriginalAmount="156.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3725577" Longitude="2.148777" StarRating="0" HotelCode="|124414" HotelName="Fira Centric Apartments By Gaiarooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/1/4/124414_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Fira (Barcelona) the exhibition centre Fira (Barcelona) the Plaza de EspaÃ±a 50 metres away from. APARTMENTS: Guests are offered bright, modern apartments with WiFi available at no extra charge, air-conditioninng and flatscreen TV.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40021137" Longitude="2.15134816" StarRating="3" HotelCode="480839|202554" HotelName="Blue Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 65 1º 1ª, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/d1/5bd1604f8149c3d6c623664477aaaca6c2ed4528.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3977625" Longitude="2.16564068" StarRating="2" HotelCode="446587|436733" HotelName="ibis Styles Barcelona Centre (La Pedrera)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Provenca 340, HB-004710, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/98/2c985e5c2b1e20e5d1342a07f6dc08ceafefd05e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|279848-25499729/4329126474802115170/10273" HotelName="ISABELLAS HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5140000/5136800/5136729/551985ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9405-25182681/4329126474802115170/12111" HotelName="ORIENTE ATIRAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/520800/520756/bbe61897_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.71" OriginalAmount="157" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|197405-25384155/4329126474802115170/13112" HotelName="CIUTADELLA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5590000/5581700/5581602/586543cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38227166243" Longitude="2.1806209914016" StarRating="4" HotelCode="140660|hotel_barcelona_colonial" HotelName="Hotel Colonial Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía Laietana 3, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/87/8287e3fc2f206d2d989e367a99fb33f8592574f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Gothic quarter, next to Ramblas, Plaza Cataluña and Paseo Maritimo. Barc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.72" OriginalAmount="157.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3981417" Longitude="2.1684582" StarRating="0" HotelCode="|124357" HotelName="Primavera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca, 330</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/5/7/124357_70201c00900.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel is in Eixample the district of la Sagrada Familia 8 minutes away from 200 metres away from Verdaguer the metro station. HOTEL: The establishment offers WiFi (free of charge) and rooms with balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.15" OriginalAmount="157.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3781654" Longitude="2.178617" StarRating="4" HotelCode="|28517" HotelName="Medinaceli" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/Duc de Medinaceli 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/5/1/7/28517_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2006, has 44 rooms, In the entrance, you can find a lobby with a reception, a breakfast room and communal areas. There are many services available at the establishment, including room service and a laundry service (for a fee). SITUATION: The establishment, is in Barcelona the historic centre of Las Ramblas it is located near 2 minutes away from the establishment, you can find the bus station, is 5 minutes away from restaurants, bars and a shopping centre. around 1 kilometre away you can find Plaza CataluÃ±a the beach, is 20 kilometres away from Barcelona Airport. ROOM: The rooms have a bathroom with a hairdryer, a safety deposit box (available for a fee), central heating, a central air-conditioning system, a direct line telephone, internet and satellite or cable TV. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.51" OriginalAmount="157.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387358427536" Longitude="2.1605103750776" StarRating="4" HotelCode="37196|384395" HotelName="Axel Hotel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aribau 33, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6b/f56bac040cb27641d677e6a2f127e31be65fb032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel, which is particularly popular with the gay community, is located at the heart of Barcelo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.375509987287" Longitude="2.1245394196434" StarRating="3" HotelCode="928671|46082" HotelName="Pierre &amp; Vacances Apartamentos Barcelona Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="vacation condo or apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sants 387, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/bb/bbcf444c21868bfc/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|99976-25267759/4329126474802115170/10483" HotelName="ACTA SPLENDID" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662900/662802/87a87155_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="162.74" OriginalAmount="158" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|286058-25502818/4329126474802115170/14276" HotelName="DINGDONG FIRA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9130000/9120200/9120104/b3f90617_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389354858767" Longitude="2.1213275939226" StarRating="4" HotelCode="30682|30514" HotelName="AC Hotel Victoria Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Beltrán i Ròzpide 7-9, antes Avenida Pedralbes 16, 08034 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ac/40ac3f0eac2f9afc9aca4c775670c7c52bd53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet district of Barcelona, in Pedralbes. Shopping and commercial zones ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396303597748" Longitude="2.1660403886328" StarRating="4" HotelCode="63694|13083" HotelName="Room Mate Carla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 288, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/b7/2fb75e6954be25f31139babdc7c0ecc1a46587f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Barcelona's city centre, this hotel is ideally located close to Gaudi's most famous buil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.77" OriginalAmount="159" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.299400" Longitude="-2.107000" StarRating="4" HotelCode="0|90758-25259497/4329126474802115170/7712" HotelName="BARCELO RAVAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Worcester Road,Wychbold, Droitwich, WR9 7PA, GB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1940000/1934300/1934216/9c8b2076_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 94. Suites: 0. Single-bedded accommodations: 51. Double bedrooms: 43. Smoking rooms: 0. Nonsmoking rooms: 94. Physically challenged rooms: 6. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.. Property description- Modern Droitwich hotel close to Birmingham, with free parking and breakfast included.
The Holiday Inn Express® Droitwich Spa hotel is a 25-minute drive from Birmingham Airport (BHX), in historic Droitwich Spa. The M5 motorway is handy for getting to Birmingham and Worcester, both less than half an hour away by car, and Droitwich station is close if youre catching a train.
Visit the animals at West Midland Safari Park, a short drive away or head to Droitwich Spa Lidos outdoor pool for a swim in summer. The National Trusts Hanbury Hall and Gardens are nearby if you fancy some fresh air.  
In town for work? Both Stonebridge Cross Business Park and Berry Hill Business Park are close by, or you can hold training days and events for up to 35 in our flexible meeting rooms.
Our well-designed rooms offer comfort and convenience, with free Wi-Fi, a flat-screen TV and an en suite with power shower. Start your day at our Express Start buffet breakfast, with fresh fruit, yoghurt, croissants, coffee and bacon baps. Best of all? Its included. Light snacks, pizzas and drinks are available throughout the day, and there are tempting dinner options to fill you up after a busy day in Droitwich.. Onsite facilities information- ParkingProperty was built in 2000. Hotel Currency: GBP. Additional Addresses: Other: Worcester Road,Wychbold, Droitwich, WR9 7PA, GB. Additional Phone Numbers: Fax - Other: 441527860286. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389177274443" Longitude="2.174032330513" StarRating="2" HotelCode="190667|hostal_q" HotelName="Hostal Q" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 22, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f0/e8f01d2d7d2bbfcd67aef2d878753c64860e16f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37986404" Longitude="2.16173682" StarRating="2" HotelCode="439725|hostal_balkonis_" HotelName="Hostal Balkonis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Comte d'Urgell 18, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/91/52912978112aa9f810f442789bfca2792adcacf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Eixample, Hostal Balkonis promises a relaxing and won...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="978205|ona_hotels_terra" HotelName="Ona Hotels Terra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Creu Coberta 20-22, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/30/de30616cca6e47019fad7107c40aecab601acbba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.95" OriginalAmount="159.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3892176" Longitude="2.1739346" StarRating="0" HotelCode="|124526" HotelName="Mayerling Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/2/6/124526_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBarcelona the city centre of Plaza Catalunya 5 minutes away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108583-28498233/4329126474802115170/2132" HotelName="54 BARCELONETA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45490000/45490000/45489974/bc5ac600_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|27419-25205795/4329126474802115170/14248" HotelName="H TOP BCN CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133600/1133559/0726ffc9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="585481|azul_bb_barcelona" HotelName="Azul B&amp;B Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>De Valencia 340</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/61/ba614f71d60b904c9731503aa37ebee64855e723.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.86" OriginalAmount="160.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3893016" Longitude="2.1213762" StarRating="4" HotelCode="|53437" HotelName="Ac Victoria Suites By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/7/53437_4a212181322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 50 suites, a restaurant with air-conditioning, an outdoor pool, a terrace, a bar, a laundry service, room service and WiFi. SITUATION: This hotel is in Pedralbes it is located near the commercial area where you can find boutiques, bars and restaurants. 200 metres away, clients have public transport services. 4 kilometres away, you can find the beach. ROOM: The rooms have lamps, a mini-bar, heating, a television and WiFi. FACILITIES: Outdoors, clients can enjoy a swimming pool and a sunbathing terrace. MEALS: Clients have at their disposal Neichel Restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.55" OriginalAmount="160.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3862538" Longitude="2.165019" StarRating="2" HotelCode="|11135" HotelName="Condestable" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RONDA UNIVERSITAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/3/5/11135_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1930, renovated in 1990, has 5 floors, 80 rooms, 10 single rooms and 70 double rooms. It has a reception area, lifts, a safety deposit box service, a laundry service and internet. SITUATION: It is inBarcelona the tourist centre of the establishment, is near the historic centre, Las Ramblas 10 minutes away from the establishment, you can find in front of the establishment, clients have a public transport stop. ROOM: It has cosy rooms with a bathroom, a direct line telephone, satellite or cable TV and a safety deposit box. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.63" OriginalAmount="160.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38166997" Longitude="2.17340875" StarRating="3" HotelCode="452045|2279165" HotelName="May Ramblas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Cardenal Casañas 6-8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/2c/652c98667d96bbf67c91719b0699dd33dae828ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.80" OriginalAmount="160.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.41" Longitude="2.20445" StarRating="0" HotelCode="|447545" HotelName="The Social Hub Barcelona Poblenou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/4/5/447545_09196a20953.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.83" OriginalAmount="161" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|65986-25237020/4329126474802115170/10331" HotelName="SERCOTEL CASPE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054500/1054421/95b7effc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.86" OriginalAmount="161.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376653" Longitude="2.1524868" StarRating="4" HotelCode="|11115" HotelName="Vilamari Bcn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ VILAMARI 34 - 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/5/11115_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, has 90 double rooms and 6 floors. In the entrance, you can find a reception, a safety deposit box service, a cloakroom, lifts, a television room, a conference room, a car park and an indoor car park. Guests also have access to a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, room service, a laundry service, a medical care service and internet. SITUATION: This luxurious hotel, Plaza de EspaÃ±a it is near Around the establishment, clients can find the tourist attractions and the university. near the establishment, you will find restaurants, bars and nightclubs. it is situated 150 metres away from shops, 200 metres away, guests have public transport services. ROOM: The stylish rooms, have a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, internet, a central heating system and a mini-bar. FACILITIES: Clients can enjoy a Turkish bath, a massage service and a gym. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.14" OriginalAmount="161.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408220806403" Longitude="2.2118313610554" StarRating="4" HotelCode="25009|4569" HotelName="Vincci Maritimo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Llull 340, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/91/7d91375c5fb0f6f9eb76cb2eb0786de177fc1bec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is superbly located, close to the city centre. Barcelona's beautiful sandy beach i...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.38" OriginalAmount="161.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398149" Longitude="2.1494723" StarRating="0" HotelCode="|11068" HotelName="Mariano Cubi Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ Mariano Cubi, 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/6/8/11068_56447991702.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in GrÃ cia the district of Close to the shopping area, the business area, bars, restaurants, taverns and public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394789308149" Longitude="2.1434806287289" StarRating="4" HotelCode="32983|36001" HotelName="AC Irla" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Calvet 40-42, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5e43ccf0b3b04369a1f7687d883880370c9822.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Barcelona's suburbs, within minutes of the centre, the nearest publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400459-28481825/4329126474802115170/1625" HotelName="ELLA HOSTEL RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400459/202451610204474.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|644880-28458593/4329126474802115170/5234" HotelName="BACHOME GALLERY B&amp;amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/644880/2020323152251424.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9399-12629958/4329126474802115170/7398" HotelName="CATALONIA PORTAL DE L’ANGEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201200/201135/c1d0c7f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="166.86" OriginalAmount="162" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1256457-26605303/4329126474802115170/9680" HotelName="LEONARDO ROYAL BARCELONA FIRA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/59000000/58280000/58277200/58277151/1f7d4c97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382782827539" Longitude="2.1710770970902" StarRating="3" HotelCode="402344|fga_liceu_apartments_2" HotelName="SSG Liceo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Carme 10, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60d8ef297088ec8bcd473f61754bc02f5c2302.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located just inside the vibrant and exciting district of El Raval with Las Ramb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.57" OriginalAmount="162.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386972" Longitude="2.180649" StarRating="3" HotelCode="75451|383695" HotelName="Aparthotel Allada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Allada Vermell 6-8, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/45/ca450efa3c9bb947b50db2fe80b77286b40e2fae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartments are located in the heart of the Born district, the area where most artists live and w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.60" OriginalAmount="162.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3975223" Longitude="2.1840955" StarRating="0" HotelCode="|124237" HotelName="Cosmo Apartaments Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ausias Marc, 136</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/3/7/124237_84322761420.jpg</HotelPictures>
        <HotelDescription>SITUATION: This apartment complex la plaza de toros de la Monumental it is 200 metres away from the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.60" OriginalAmount="162.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397132" Longitude="2.17585" StarRating="3" HotelCode="|50095" HotelName="Serhs Carlit Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DIPUTACION 383</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/9/5/50095_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, was built in the 19th Century and was completely renovated in 2002. The establishment has 38 comfortable rooms, air-conditioning, a lobby with a reception, a currency exchange service, a lift, a cafÃ©, a breakfast room, WiFi (for a fee) and a laundry service. SITUATION: The hotel is in Barcelona the centre of Eixample it is in Close to, is located 500 metres away from public transport services, the shops, is situated 2 kilometres away from Barceloneta the beach it is 15 kilometres away from Barcelona Airport. ROOM: The rooms have cable television, a safety deposit box, a bathroom with marble sink, a shower, a hairdryer, a direct line telephone, a mini-bar, a double bed, an air-conditioning system and heating. MEALS: Guests can book bed and breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|343487-25534922/4329126474802115170/9384" HotelName="1881 BARCELONA GRAN ROSELLON HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11010000/11005700/11005646/1ef77d24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.10" OriginalAmount="163.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383153149718" Longitude="2.1778130932541" StarRating="4" HotelCode="12918|275505" HotelName="Gran Hotel Barcino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 6, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/ec/f3ec5f16cb5db91a253c6b0a891cc974de3923be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is located in Barcelona's gothic quarter in the heart of the city. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.23" OriginalAmount="163.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38152" Longitude="2.14331" StarRating="3" HotelCode="|445606" HotelName="Via Sants Barcelona, Tapestry Collection By Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Nicaragua 5 - 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/6/0/6/445606_e31cefd1319.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.45" OriginalAmount="163.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408086" Longitude="2.185978" StarRating="3" HotelCode="|11158" HotelName="Catalonia Albeniz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE ARAGON 591-593</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/8/11158_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1992, has 47 rooms, 7 floors, 7 single rooms and 40 double rooms. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. Some of the establishment facilities on offer are a TV room, a bar, a pub and an Ã  la carte restaurant with air-conditioning, There are many services available at the establishment, including room service, a laundry service and internet. SITUATION: This elegant hotel is in Aragon the street Close to, There are many places you can visit in the surrounding area, including the tourist attractions, monuments, shops, leisure areas and entertainment areas. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a safe and a central heating system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.46" OriginalAmount="163.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3894571" Longitude="2.1717265" StarRating="0" HotelCode="|124552" HotelName="Goya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris, 74 Primero</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/5/2/124552_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, the PlaÃ§a de Catalunya it is a 5-minute walk away from. ROOM: Clients are offered rooms, apartments with internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38556" Longitude="2.17168" StarRating="2" HotelCode="25182|618" HotelName="Cortes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Santa Anna 25, Barcelona 08002</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c9c8f183ef879e9fa4731dc2384fbd04c1d15b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is found in the centre of Barcelona, near the University, the Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383287035722" Longitude="2.1738955378532" StarRating="3" HotelCode="30395|5277" HotelName="H10 Racó del Pi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 7, Barrio Gótico, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/71/b971eb0a60c01f72496f31d5aefa3de868cfe093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona's tourist centre close to the city centre and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1029627-28541304/4329126474802115170/4809" HotelName="CASA BOUTIQUE BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2100000/2099700/2099636/d1866126_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40474925" Longitude="2.15973033" StarRating="0" HotelCode="420366|jam_hostel_barcelona_" HotelName="Jam Hostel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Concierge,Designated Smoking Area,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Montmany 38-42, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/c5/bcc54213ef1cca77e23dc6f1d0a9d234b340bdeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Gràcia, Jam Hostel Barcelona promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392620230874" Longitude="2.1616036162063" StarRating="3" HotelCode="633817|ona_hotels_mosaic" HotelName="Ona Hotels Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b0/08b051f8c25dd73a6284b8b81a410db2e4026f3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 3.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.51" OriginalAmount="164.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3799915" Longitude="2.1728178" StarRating="4" HotelCode="|19055" HotelName="España Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sant Pau 9-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/5/5/19055_2e0924c1742.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, was built in the 19th Century and has a restaurant. SITUATION: This establishment, Las Ramblas it is close to and.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400604-28481896/4329126474802115170/2384" HotelName="LA MARE BY THE STREETS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400604/202451716342526.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9406-32390198/4329126474802115170/7054" HotelName="RAMBLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17200/17191/bf27ae00_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.95" OriginalAmount="165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|117496-25286841/4329126474802115170/12669" HotelName="DENIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2390000/2385000/2384997/33c813a9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.25" OriginalAmount="165.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382826" Longitude="2.17121" StarRating="0" HotelCode="|44021" HotelName="Liceu by gaiarooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARMEN 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/2/1/44021_049103d1820.jpg</HotelPictures>
        <HotelDescription>HOTEL: This apartment complex has a lift, a safety deposit box service and a laundry service (for a fee). SITUATION: The establishment, is situated in El Raval the centre of Las Ramblas it is a few minutes' walk away from Where you can find bars, cafÃ©s and shops. it is situated near the theatre, the museum. ROOM: Clients are offered recently renovated apartments with a bathroom with a shower, a kitchen with a microwave, an oven, a coffee maker, a kettle, a fridge, a living room where guests can watch TV, a DVD player, a radio, an air-conditioning system and heating. PAYMENT METHODS: Customers can pay by Mastercard and Visa. OBSERVATIONS: Please inform the hotel as to your estimated arrival time and ask about key collection. Check-in is from 14:00 and check-out is at 11:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.539829" Longitude="-121.908438" StarRating="3" HotelCode="0|16156-25198281/4329126474802115170/11713" HotelName="SANT AGUSTI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 3665 Rio Rd, CARMEL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17680800/17680732/9128e500_b.jpg</HotelPictures>
        <HotelDescription>Located at the gateway to Big Sur and within minutes of Monterey and Carmel-by-the Sea, the newly renovated Carmel Mission Inn delivers the type of stay that makes a vacation complete. Must be 18 years of age to check in. Stay date changes inside of the cancellation policy are considered a cancellation and a re-booking, and as such, are subject to cancellation damages. $50 incidental deposit will be charged to guests with either a major credit card or debit card. (Fee subject to change). Unless notified prior to, or at check-in, a one night penalty will apply to departures that occur earlier than the date specified on the original reservation. Name changes are accepted up to two days prior to arrival.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1384256-27712835/4329126474802115170/15064" HotelName="EUROPA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94880000/94871100/94871099/0f7410cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39020175" Longitude="2.18003453" StarRating="3" HotelCode="612835|hotel_rec_barcelona_adults_only" HotelName="Hotel Rec Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rec Comtal 19, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/a0/1aa027894874447966779e9795dd07ab0e123d5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.18" OriginalAmount="166.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38603" Longitude="2.176147" StarRating="4" HotelCode="29082|445" HotelName="Hotel ILUNION Almirante" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vía Laietana 42, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7f/9a7f1e1a184209a0f1f10bce003c1f574761a768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona's gothic quarter just 5 minutes from Plaça Catalunya...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.20" OriginalAmount="166.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3805038" Longitude="2.1715924" StarRating="3" HotelCode="|11141" HotelName="Sant Agustí" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA SAN AGUSTIN 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/4/1/11141_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1728, renovated in 2001, has 4 floors, 75 rooms, 6 single rooms, 58 double rooms and 8 suites. The establishment has a reception, a lift, an Ã  la carte restaurant with air-conditioning, a TV room, internet, a conference room, room service and a laundry service. SITUATION: This hotel is in front of a square, Las Ramblas 50 metres away, guests will find it is situated close to Liceu the opera 10 minutes away from the establishment clients have the trade fair ground, 80 metres away, guests will find a car park, 50 metres away, there is a public transport stop, 15 kilometres away, you can find the beach. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, a radio, internet, a king-size bed, a safe and a central heating system. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.30" OriginalAmount="166.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3907819" Longitude="2.1417938" StarRating="5" HotelCode="|11151" HotelName="Melia Barcelona Sarrià" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avda SARRIA 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/1/11151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 333 elegant rooms, The establishment has a spa, a laundry service and room service. SITUATION: This luxurious hotel is situated in Nueva Barcelona the city centre of 50 metres away, there is a public transport stop, the establishment, is 100 metres away from shops, bars and restaurants. 700 metres away from the establishment, guests can find nightclubs, There are many places you can visit in the surrounding area, including tourist points of interest, 10 minutes away from the establishment, clients can find Hospital Clinic the underground station of the PlaÃ§a de Catalunya 15 minutes away from the establishment clients have it is situated 35 kilometres away from Sitges the city of 43 kilometres away from the establishment, guests will find Sant Pere de Ribes the casino the Costa Brava it is situated 60 kilometres away from Montserrat the establishment is 68 kilometres away from 20 minutes away from the establishment clients have the airport. ROOM: The rooms are, bright and modern, have a television, an individual air-conditioning system, heating, internet, a desk, a direct line telephone, a mini-bar, pillow menu, a safe and a bathroom. FACILITIES: The establishment boasts a sauna (available for a fee) and a massage service (available for a fee), Guests can enjoy a snack bar and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.31" OriginalAmount="166.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3765346" Longitude="2.1504064" StarRating="3" HotelCode="|21815" HotelName="B-hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA DE LES CORTS CATALANES 389</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/1/5/21815_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, was built in 2005, has 7 floors and 84 double rooms. In the entrance, you can find a hall with an elevator, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. Guests have access to a bar and a restaurant with air-conditioning. There are many services available at the establishment, including internet, indoor parking, a car park, room service and a laundry service. SITUATION: This urban hotel is in the tourist area of Barcelona. In the surrounding area, there are shops, restaurants, nightclubs, bars and a public transport stop. 4 kilometres away, you can find the beach. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar and a double bed. They also have a central heating system and a safe (available for a fee). FACILITIES: Outdoors, clients can enjoy a swimming pool, a solarium, deck chairs and parasols. You also have at your disposal a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.42" OriginalAmount="166.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399406" Longitude="2.200234" StarRating="4" HotelCode="|425198" HotelName="Paxton Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Llull 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/1/9/8/425198_065b0851354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.47" OriginalAmount="166.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3938597" Longitude="2.1650543000001" StarRating="4" HotelCode="261879|1893885" HotelName="Cosmo Apartments Passeig de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Valencia 290, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/9c/999cb07ca938479451ef54305d4d32215fa4dbb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this accommodation is about 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.01" OriginalAmount="167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|159676-25331393/4329126474802115170/8771" HotelName="HOTEL ARCONTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4140000/4133100/4133033/ce9bd231_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.03" OriginalAmount="167.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383461140178" Longitude="2.159835014167" StarRating="3" HotelCode="60079|387085" HotelName="Hotel Soho Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de De Les Corts Catalanes 543-545, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2a/7e2a08dffd8c7d342865ef2fffb64e1e91afea63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right on Barcelona's Gran Vía. Plaza Catalunya and other tourist attractions a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.08" OriginalAmount="167.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37528" Longitude="2.147852" StarRating="3" HotelCode="|441376" HotelName="Occidental Barcelona 1929" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Creu Coberta, 20-22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/3/7/6/441376_a805bf21016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.09" OriginalAmount="167.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3926906" Longitude="2.1730343" StarRating="0" HotelCode="|210885" HotelName="Amra Barcelona Gran Via" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gran via de las Cortes Catalanas, 682, Principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/8/8/5/210885_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.09" OriginalAmount="167.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4077" Longitude="2.15954" StarRating="4" HotelCode="|183558" HotelName="Le Palacete by Sweett" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Legalitat 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/5/8/183558_db427b62019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.26" OriginalAmount="167.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.401417" Longitude="2.15656" StarRating="3" HotelCode="|219082" HotelName="La Casa Del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA DEL SOL 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/8/2/219082_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="34.961092" Longitude="-89.847607" StarRating="4" HotelCode="0|175389-28587239/4329126474802115170/4830" HotelName="NAITLY BARCELONA POBLENOU BY LIBERE GROUP" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>6921 Parkwood Drive, Olive Branch, 38654, MS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2540300/2540203/5f39eebe_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 74. Floors: 4. Property description- As a guest at the 100 percent smoke-free Comfort Suites Olive Branch West hotel in Olive Branch, MS, you will feel refreshed and ready to take on the day. We give you easy access to such points of interest as Landers Center, Memphis International Airport, Graceland and FedEx Forum. Enjoy such amenities as free WiFi, free hot breakfast, free parking, meeting room, business and fitness centers, and an outdoor pool. Relax in your spacious suite, which gives you 25 percent more of the space that you need to spread out and features a refrigerator, microwave, HDTV, hair dryer and recharging device with AC and USB outlets. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Rested. Set. Go. Please note, we are renovating our rooms to make things better for guests. As a result, our fitness room and spa are temporarily unavailable. We apologize for the inconvenience.Property was renovated in 2007. Hotel Currency: USD. Additional Addresses: Other: 6921 Parkwood Drive, Olive Branch, 38654, MS, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. Fax - Other: 1662892-4447. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|619-24357154/4329126474802115170/7058" HotelName="MARIANO CUBI APARTHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/860000/852600/852584/df9b3c24_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|118596-25287495/4329126474802115170/10109" HotelName="COLONIAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2820000/2814400/2814317/363aa7bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|259146-25481423/4329126474802115170/10729" HotelName="HOSTAL LIVE BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22790000/22782600/22782541/83789b0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3771497" Longitude="2.1750606" StarRating="1" HotelCode="311355|pillow_one_barcelona" HotelName="Pillow One Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Calle Montserrat 13, Distrito Ciutat Vella, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2a/c72a90d538d35e4942d8cabde8f7b38a337bd85b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Pillow One Barcelona, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394594833379" Longitude="2.1624170125742" StarRating="4" HotelCode="255686|passeig_de_gracia_apartments_2" HotelName="Royal Passeig de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 84, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a2/3ea29d54b894377e34c4813cb75ce7963f8b5956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40151581" Longitude="2.1565139" StarRating="3" HotelCode="587262|hotel_la_casa_del_sol" HotelName="Hotel La Casa del Sol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaça del Sol 23, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/74/3f7448a9fe3073d64b6b55263690d2d7554786be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few meters away from a beach lies the hotel HOTEL LA CASA DEL SOL. The city centre is also ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39493005" Longitude="2.16894306" StarRating="0" HotelCode="729569|look_barcelona_bruc" HotelName="Bachome Gallery B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bruc 96, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/94/3694dd3bb99973f24aa5519f6dfbf359780991dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.26" OriginalAmount="168.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388657049224" Longitude="2.1315297981996" StarRating="4" HotelCode="29518|68994" HotelName="Hilton Barcelona" 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,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 589-591, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/02/2202ae62c576945609f5b07c07e26390c88ba6d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top range luxury hotel is located in the heart of Barcelona's shopping district. The surroundin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.59" OriginalAmount="168.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3936188" Longitude="2.1994922" StarRating="4" HotelCode="|22297" HotelName="Sb Icaria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA ICARIA 195</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/9/7/22297_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is 100 metres away from the beach, 20 minutes walk away, guests will find the city centre, In the surrounding area you can also find bars, restaurants, shops and nightclubs. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.83" OriginalAmount="168.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3700284" Longitude="2.1438712" StarRating="0" HotelCode="|57641" HotelName="BCN Montjuic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/6/4/1/57641_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 60 studios, The air-conditioned establishment has a lobby, a reception, a safety deposit box service and a lift. It also has a living room, a TV room, WiFi, a laundry service and a breakfast room. Some of the establishment facilities on offer are conference rooms, with features that offer you the maximum level of comfort, a fax machine, meeting rooms, catering service and a car park (for a fee). SITUATION: This urban hotel, Gran VÃ­a de les Corts Catalanes it is in it is in San Fructuoso the Street of la Plaza de EspaÃ±a and el Eixample close to the establishment, clients can find in the surrounding area, there is business areas, the fair centre, shopping areas, hotels and restaurants. around 11 kilometres away you can find Barcelona Airport. ROOM: Clients are offered one-bedroom studios with kitchen with fridge, a ceramic hob, an oven, kitchen utensils (available for a fee), a bathroom, a shower and a hairdryer. They also have a direct line telephone, a satellite TV, internet, a safety deposit box, a writing desk, an individual air-conditioning system and individual heating. some studios have a living room-bedroom and with a sofa-bed. On request, clients can find a washing machine and tumble drier. FACILITIES: The establishment has a sauna and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.89" OriginalAmount="168.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392695" Longitude="2.172015" StarRating="4" HotelCode="13007|1341" HotelName="Gran Hotel Havanna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Vía Corts Catalanes 647, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4b/684b10819fd0ca3caa106abb71fd3650191eb0d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated at the heart of the city of Barcelona. Countless shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.89" OriginalAmount="168.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384383823708" Longitude="2.1705508232117" StarRating="4" HotelCode="25133|387805" HotelName="Royal Hotels Ramblas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 117, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/83/f483f7d57b492b172a17c742dcd220c053946149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated at the end of the famous Ramblas, not far from Plaça Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3981075" Longitude="2.16488153" StarRating="4" HotelCode="937554|occidental_diagonal_414" HotelName="Occidental Diagonal 414" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 414, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858ee9d9382fe15c1ff6db7220bdcb870d1251b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386942809638" Longitude="2.1673453472214" StarRating="5" HotelCode="748116|exe_plaza_catalunya" HotelName="Exe Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Room Service,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de la Universitat 18, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/fd/79fd3a9a73b4ee6bc67dbadb5d2e5f85a1981752.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Design and function come together in the interior of the Exe Plaza Catalunya 4* creating a feeling o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.10" OriginalAmount="169.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3285671" Longitude="2.112903" StarRating="4" HotelCode="|11049" HotelName="Best Western Plus Hotel Alfa Aeropuerto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/K Entrada Principal Mercabarna Zona Franca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/4/9/11049_a34bcc71115.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 4 floors, 99 rooms, 8 single rooms, 90 double rooms and 1 suite. The establishment boasts a lobby with a reception, an Ã  la carte restaurant with air-conditioning, a television room, a cafÃ©, conference facilities, a business centre, WiFi (free of charge) and a car park (for a fee), It also has room service, a swimming pool, a sauna and a fitness room. SITUATION: The hotel Zona Franca it is in 15 minutes away from and the airport, 15 minutes away from the harbour, 20 minutes away, guests can find Barcelona the city centre of. ROOM: Each room has WiFi (free of charge), an air-conditioning system, a central heating system, a direct line telephone, a mini-bar, a safe, a satellite television and a bathroom with a hairdryer. FACILITIES: The establishment boasts a heated swimming pool, a sauna and a fitness room. Clients can enjoy a bar and a restaurant. OBSERVATIONS: On request transfer service, to the airport, free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.29" OriginalAmount="169.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3841819" Longitude="2.1616632" StarRating="4" HotelCode="|37251" HotelName="Petit Palace Eixample" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/5/1/37251_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel is in Barcelona the commercial area of Close to, and. a few minutes away, you can find the historic places, tourist areas, bars, restaurants and public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.87" OriginalAmount="169.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39357599089" Longitude="2.1686142683029" StarRating="4" HotelCode="318133|3855" HotelName="Catalonia Eixample 1864" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Llúria 60, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0e/250e9529c81287ee80851de53cb3e7f849ebef88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of the city close to Paseo de Gracia and the Plaza de Cata...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.10" OriginalAmount="170" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28523-25207370/4329126474802115170/9644" HotelName="LEONARDO BARCELONA GRAN VIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1061200/1061157/45991690_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395341097003" Longitude="2.1702943340474" StarRating="3" HotelCode="310939|retrome_barcelona" HotelName="Retrome Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Girona 85, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/79/c279466cb07e37836b6d358e7df50594b3dc34a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40767068" Longitude="2.15955414" StarRating="4" HotelCode="418281|le_palacete" HotelName="The Originals Boutique, Le Palacete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Legalitat 10, 08024 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/6e/ef6e924e1f489070e612e84292db5b130e1c3eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel can be found in Gracia Area. The premises count with 50 welcoming bedrooms. Moreov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.32" OriginalAmount="170.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3811058" Longitude="2.1727634" StarRating="3" HotelCode="|11103" HotelName="Moderno Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOSPITAL 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/3/11103_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1950, renovated in 1999, has 57 rooms, 4 floors, 8 single rooms and 49 double rooms. In the entrance, you can find a lobby with a reception and a safety deposit box service. SITUATION: Is situated inBarcelona the tourist centre of 50 metres away, guests can find shops, leisure areas, entertainment and restaurants. In the surrounding area, you can find bars, pubs and nightclubs. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a double bed, a safe, central heating and fitted carpets. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.39" OriginalAmount="170.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3941514" Longitude="2.1491115" StarRating="4" HotelCode="|11152" HotelName="Hesperia Presidente" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA DIAGONAL, 570</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/2/11152_ed0e6351029.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 16 floors, 151 rooms and 13Â junior suites. In the entrance, guests are offered a lobby with an elevator and a reception with safety deposit boxes. The establishment also offers a cafÃ©, a kiosk, a hairdresser's, a bar, an Ã  la carte restaurant with air-conditioning, a conference room, internet and a car hire desk. There are many services available at the establishment, including room service and a laundry service. SITUATION: This hotel is just 5 kilometres away from the beach. It is on Avenida Diagonal, in front of shops. It is located 100 metres away from restaurants, bars, nightclubs and public transport services. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, fitted carpets, a safe (available for a fee), an air-conditioning system and a central heating system. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.00" OriginalAmount="170.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3728048" Longitude="2.1721059" StarRating="4" HotelCode="|71736" HotelName="Grums and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Palaudarias, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/7/3/6/71736_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2011, is in a great location and it is situated in a central area. ROOM: Each room has a bathroom, water, a coffee maker, complimentary bathroom items, a writing desk and a satellite TV. They also have WiFi, sofas, a wardrobe with a bath or shower, a hairdryer, a safety deposit box, individual heating and a direct line telephone. Guests are offered triple rooms. COMMUNAL SERVICES: Clients can find wellness centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.371611637773" Longitude="2.1808022260666" StarRating="5" HotelCode="26070|1782" HotelName="Eurostars Grand Marina Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moll de Barcelona S/N, Barcelona 08039, Catalunya</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/b9/6eb99b660fa97b25f4296035067cdcdb63f2f4c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Barcelona, just 10 minutes from the cultural and histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1398297-28587159/4329126474802115170/2620" HotelName="LABTWENTYTWO BARCELONA, A TRIBUTE PORTFOLIO HOTEL BY MARRIOTT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97150000/97147500/97147470/7e31d9f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|136801-25307085/4329126474802115170/12179" HotelName="GRUPOTEL GRAN VIA 678" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3050000/3045800/3045791/ea5aaf01_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.526052" Longitude="-85.739853" StarRating="3" HotelCode="0|243913-25460128/4329126474802115170/13223" HotelName="RESIDENCE PIERRE &amp;amp; VACANCES BARCELONA SANTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>111 Lee Boulevard, Shelbyville, 46176, IN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5930000/5928400/5928356/433c6ac5_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms: 67. Floors: 2. Property description- Get more for your money at the pet-friendly Quality Inn and Suites Shelbyville I-74 hotel in Shelbyville, IN near the Indiana Grand Racing and Casino. Other attractions nearby include the Indianapolis Zoo, Indianapolis Motor Speedway and the Indianapolis Museum of Art. Get more value with amenities like free breakfast, an exercise room, a business Center and free weekday newspaper. Guest rooms include desks, microwaves, refrigerators, TVs, coffee makers, Q beds, hair dryers, irons and ironing boards. Select rooms have even more amenities, such as a hot tubs, pillow-top mattresses and sofa sleepers. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5151. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40218463" Longitude="2.15877374" StarRating="3" HotelCode="529736|no_23_the_streets_apartments_barcelona" HotelName="No 23 - The Streets Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Mare de Deu dels desamparats  23, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/30/7a30ff495cc82bb2f8f6bd866022c68ec2d9325f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.64" OriginalAmount="171.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.328381754139" Longitude="2.112794816494" StarRating="4" HotelCode="30766|222326" HotelName="Best Western Plus Alfa Aeropuerto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle K  s/n, Entrada Principal Mercabarna, Zona Franca, 08040 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/7e/c17effcbdd90116f30383f9e8cbc44b2b2ed5204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Zona Franca, 15 minutes from the airport, 15 minutes from the port and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="12.076975" Longitude="-68.877174" StarRating="4" HotelCode="0|65470-24654386/4329126474802115170/299" HotelName="HOTEL INDIGO BARCELONA PLAZA ESPANA, AN IHG HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Jan Thiel Baai Z/N, Jan Thiel, C0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1614100/1614045/182d86d7_b.jpg</HotelPictures>
        <HotelDescription>The hotel complex is located opposite Jan Thiel beach on the quiet East side of Curacao. It is not far from restaurants, pizzerias and the Spanish water lagoon, and is only a 10-minute drive away from the historic town Willemstad and the Ostrich Farm. Shopping opportunities as well as the Kura Hulanda museum are within a 15-minute drive of the hotel, the Christoffel National Park is within a 45-minute drive. The main building is decorated in a colonial style and features a lobby with a reception, a mini supermarket, a laundrette, car hire, public telephone and Internet access, a café and a restaurant. All villas are fitted with all the necessary services and amenities for guests to feel right at home. All villas also feature a large and comfortable balcony. In the hotel gardens guests can find a swimming pool with a children's paddling pool. On the beach, which is complete with sun loungers, parasols and water games for kids, guests have the opportunity to play beach volleyball and go surfing. The nearest golf course is 10 km away.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|16119-28543710/4329126474802115170/2679" HotelName="AC IRLA BY MARRIOTT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/921500/921476/9bedbd51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="53.346939000000000" Longitude="-6.266402000000000" StarRating="3" HotelCode="0|23304-25206795/4329126474802115170/7716" HotelName="LEONARDO LAS RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Lower Ormond Quay, Dublin 1, Ireland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1060300/1060266/1892a22e_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the city centre of Dublin and was established in 1999. It is close to the Trinity College. The Hotel has 2 restaurants, 2 bars, a conference room and a coffee shop. All 138 rooms are equipped with minibar, hairdryer, safe, ironing set and air conditioning. category: Superior first style: Modern year Built: 1999 restaurant Count: 2&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.44" OriginalAmount="172.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38044" Longitude="2.179917" StarRating="3" HotelCode="44221|383405" HotelName="Hesperia Barri Gòtic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ample 31, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/80/5f80e28395846072fa9b597151a671690d93627c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated close to Las Ramblas in Barcelona's historical old town. An abundan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.86" OriginalAmount="172.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397229" Longitude="2.159165" StarRating="3" HotelCode="|534814" HotelName="Casa Gracia Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/8/1/4/534814_79673641401.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384378792612" Longitude="2.178440541029" StarRating="3" HotelCode="50625|4135" HotelName="H10 Montcada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 24, Barrio Gótico, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/d7/ead715c873134cfb61754af4dc2f025ac5e65cb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in Barcelona's tourist centre. Numerous shopping venues, restaurants, li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.19" OriginalAmount="173" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1417497-28547619/4329126474802115170/3812" HotelName="CASA FILOMENA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110170000/110164100/110164087/00e85e45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.24" OriginalAmount="173.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389158" Longitude="2.156378" StarRating="3" HotelCode="439455|1967055" HotelName="The Corner Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Mallorca 178, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/26/a62631e08f7ef0de1c246358e79473279ded9009.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.47" OriginalAmount="173.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383089" Longitude="2.1777643" StarRating="4" HotelCode="|11157" HotelName="Gran Barcino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JAIME I, 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/5/7/11157_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors, 53 rooms, 3 single rooms and 47 double rooms. In the entrance, you can find a lobby with a reception and lifts. The establishment boasts a TV room, a cafÃ©, a bar, a pub and a restaurant with air-conditioning. There are many services available at the establishment, including room service and a laundry service. On request a medical care service. SITUATION: This luxurious hotel is in the historic area. It is in the heart of Barcelona. In the surrounding area, you can find shops, leisure areas, entertainment and monuments. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a safety deposit box and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.52" OriginalAmount="173.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385758304367" Longitude="2.1659387648106" StarRating="4" HotelCode="258397|1966665" HotelName="Hotel Midmost" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pelai 14, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/f2/35f2c2981a48d194dfc9c4f46b1485161ed1801a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Barcelona, in the gothic quarter and close to Las Ramblas wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.86" OriginalAmount="173.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3834013" Longitude="2.1599237" StarRating="3" HotelCode="|32032" HotelName="Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA 543-545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/3/2/32032_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, renovated in 2006, has 51 rooms and 2 rooms adapted for people with reduced mobility. The establishment boasts a lounge with a terrace, they have internet, a library, international press and a TV. This building with air-conditioning, has a lobby, a reception, a cloakroom, a safety deposit box service, a currency exchange service, lifts, a cafÃ©, a restaurant, room service, a laundry service and indoor parking. SITUATION: Gran Via Is situated in it is near Plaza CataluÃ±a the tourist attractions, Plaza EspaÃ±a It is situated 1 kilometre away from Las Ramblas it is situated 13 kilometres away from the establishment is 2 kilometres away from Sants the train station it is situated 20 kilometres away from Barcelona Airport. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a safe (available for a fee), an individual air-conditioning system and individual heating. Some rooms have a terrace. FACILITIES: Outdoors, guests have access to a swimming pool with a solarium. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39112334" Longitude="2.15813536" StarRating="3" HotelCode="322034|otel_forget_me_not_bb" HotelName="Forget Me Not B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Enric Granados 44, Piso Principal, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/17/29179c825a04f035fbd85769e3ebc8028252fe35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39409169" Longitude="2.1441634" StarRating="3" HotelCode="447559|apartamentos_calvet" HotelName="AinB Diagonal Francesc Macia Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calvet 17, Inner City, 08021 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/aa/ceaa96c15fe1ddfe1c0defab6cb2bf0b84953ce5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The elegant apartment are located in the Sarrià district, 250 metres from the plaza Francesc Macià a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.25" OriginalAmount="174.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3953833" Longitude="2.1703514" StarRating="3" HotelCode="|124361" HotelName="Numa | Roca Rooms and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Girona 85</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/6/1/124361_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Passeig de GrÃ cia it is 600 metres away from a 1-minute walk away from Girona the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.58" OriginalAmount="174.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388827135095" Longitude="2.1652936935425" StarRating="4" HotelCode="60920|54754" HotelName="Petit Palace Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Diputación 250, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/01/1a016a3ba99bb1619cf4098280c8dcaade19e564.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is centrally located in the business area of the city, next to the Gran Vía de las...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.75" OriginalAmount="174.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386222" Longitude="2.164883" StarRating="4" HotelCode="|464251" HotelName="Sonder Casa Luz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/2/5/1/464251_fa6a68d0626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401163-28587297/4329126474802115170/980" HotelName="TEMBO BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100130000/100129900/100129900/34b395aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="180.25" OriginalAmount="175" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34215-25217373/4329126474802115170/9315" HotelName="PETIT PALACE BOQUERIA GARDEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1497900/1497814/d0337244_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39284297" Longitude="2.16549902" StarRating="4" HotelCode="438539|room_mate_anna" HotelName="Room Mate Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 271, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90b6f30ae5497324b7d4392251aac15584f8813.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391629030535" Longitude="2.1761349300594" StarRating="4" HotelCode="547339|room_mate_gerard" HotelName="Room Mate Gerard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ausiàs March 34, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2f/7c2f44f1ce4b1cb807e02d9349210242cb696381.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.59" OriginalAmount="175.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394276" Longitude="2.1500447" StarRating="4" HotelCode="|11129" HotelName="Wilson Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV. DIAGONAL 568</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/2/9/11129_7de94881741.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, modern hotel renovated in 2008 andBarcelona it is situated in. SITUATION: It is inDiagonal Avenue the establishment in a shopping area, the city centre, Where you can find shops, restaurants, bars and nightclubs. ROOM: The establishment has exterior rooms, They are equipped with an air-conditioning system, individual heating, internet and an LCD satellite television. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.13" OriginalAmount="175.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.376903161239" Longitude="2.1746854484081" StarRating="3" HotelCode="33665|1063808" HotelName="Chic &amp; Basic Ramblas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Gutenberg 7, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/43/0c43b2c9235ad738dd54c6418da08217e8b613b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a small pedestrian passage next to Las Ramblas. Bus and metro connections ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="181.28" OriginalAmount="176" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|664-25186132/4329126474802115170/8113" HotelName="MELIA SARRIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/200/152/03f158d2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.30" OriginalAmount="176.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393702" Longitude="2.199394" StarRating="4" HotelCode="34862|383865" HotelName="Icaria Barcelona" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Icaria 195, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/5e/045e7a69df40aa1031334efc7b04eaada3bf71d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing luxury hotel is just across the road from the beach (about 150 m away) 20 minutes wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.99" OriginalAmount="176.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3825804" Longitude="2.191042" StarRating="0" HotelCode="|124586" HotelName="Universitaria Campus Del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Salvat Papasseit, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/8/6/124586_1e4e0710954.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a gym, internet (free of charge) and air-conditioning. SITUATION: Barceloneta Is situated in 200 metres away, guests will find the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.76" OriginalAmount="177.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3789253" Longitude="2.1750679" StarRating="3" HotelCode="|54910" HotelName="Ramblas Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/9/1/0/54910_6763f171351.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel las Ramblas de Barcelona it is in You will be able to visit, the cathedral, and the harbour. It has excellent transport links to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.79" OriginalAmount="177.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3842202" Longitude="2.1706287" StarRating="4" HotelCode="|11011" HotelName="Royal Ramblas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAS RAMBLAS 117</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/1/1/11011_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008, has 119 rooms, 7 floors, air-conditioning, a big hall with elevators and a reception. It also has a restaurant, room service, a laundry service and WiFi (for a fee). SITUATION: This hotel is close to Las Ramblas and the PlaÃ§a de Catalunya, close to la Plaza CataluÃ±a. Near the establishment, you will find points of interest. It is just 13 kilometres away from the airport. ROOM: The comfortable, modern rooms have double-glazed windows, wooden furniture, a marble bathroom, a hairdryer, a satellite TV, internet, a mini-bar, a safety deposit box (free of charge) and beautiful views. Guests are offered non-smoking rooms (available on request). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386130777098" Longitude="2.1227770674591" StarRating="5" HotelCode="16214|24879" HotelName="Hotel Sofia Barcelona - in The Unbound Collection by Hyatt" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça de Pius XII 4, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d1/cdd1170bb8064fb2310fd038a80df14c59030a27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the Avenida Diagonal, not far from the renowned Camp Nou Stadium. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.34" OriginalAmount="178.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38964314" Longitude="2.16236078" StarRating="3" HotelCode="725728|casa_balmes_" HotelName="Casa Balmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 60, Principal 1 Y 2ª, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/60/dd601973c0640dfaee6b10b9eda4c3b9877cae00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Casa Balmes is a bed and breakfast located in the very centre of Barcelona, 400 metres from the well...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.92" OriginalAmount="178.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3868146" Longitude="2.1593312" StarRating="0" HotelCode="|56361" HotelName="Aramunt Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MUNTANER 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/1/56361_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban complex, has modern apartments, with a terrace, a small swimming pool and Barcelona views of This establishment is perfect for business and holiday stays, has WiFi and a car park. SITUATION: This apartment complex Eixample it is in PlaÃ§a Universitat it is 5 minutes away from Plaza CataluÃ±a, Las Ramblas and Passeig de GrÃ cia it is situated 10 minutes away from 400 metres away, guests have a public transport stop, is located 900 metres away from the city centre, the establishment is 25 kilometres away from Barceloneta the beach it is 13 kilometres away from Barcelona Airport. ROOM: one-bedroom studios, have a living room, a fully-equipped kitchen, a bathroom, a shower, a bath, a sofa-bed, a hairdryer, a direct line telephone, a television, internet, a kitchen with fridge, a microwave, a coffee maker, a kettle, a washing machine, an ironing set, an individual air-conditioning system, individual heating and a safety deposit box. FACILITIES:. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Guests have cleaning service, A deposit will be requested on arrival, please inform the hotel as to your estimated arrival time and ask about key collection. Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.19" OriginalAmount="178.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3953762" Longitude="2.1794888" StarRating="0" HotelCode="|10998" HotelName="Napols" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE NAPOLS, 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/8/10998_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1997, renovated in 2000. It has 26 apartments and 6 floors. In the entrance, you can find a lobby, a reception, lifts and a safety deposit box service. The establishment boasts internet, a laundry service and a car park. SITUATION: This aparthotel is situated in Barcelona the centre of the PlaÃ§a de Catalunya it is 15 minutes away from it is 100 metres away from the leisure areas, is situated 3 kilometres away from the beach. ROOM: The rooms have a direct line telephone, a satellite or cable television, internet, a small sitting room, an open-plan kitchen, a mini-bar, a fridge, a king-size bed and a safe. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: Reception is not open 24 hours a day and confirm the check-in time.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.39" OriginalAmount="179.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4050688" Longitude="2.1727769" StarRating="4" HotelCode="|66077" HotelName="Sercotel Rosellon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/7/7/66077_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has been recently built, has 105 rooms and 4 rooms adapted for people with reduced mobility. The establishment has 5 conference rooms, an inviting restaurant, a cafÃ©, a terrace la Sagrada Familia with views of and a large indoor car park. SITUATION: This hotel is in Eixample the heart of la Sagrada Familia it is located near It has excellent transport links to public transport services. ROOM: The rooms have a mini-bar (free of charge), a safe, WiFi, a television and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.59" OriginalAmount="179.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.406305639633" Longitude="2.2006049752235" StarRating="4" HotelCode="81929|120654" HotelName="Meliá Barcelona Sky" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pere IV 272-286, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/6e/f26ea4ac4c19bad107898c1b34ffc01366917b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on one of the capital’s main roads, 'The Diagonal'. Within the vicinity, guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.64" OriginalAmount="179.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3948001" Longitude="2.1433992" StarRating="3" HotelCode="|11149" HotelName="AC Hotel Irla by Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE CALVET, 40-42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/4/9/11149_76249171118.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2003, has 36 double rooms and 5 floors. In the establishment entrance, guests will find a reception with safety deposit boxes, a cloakroom, lifts, a cafÃ©, a TV room, a restaurant with air-conditioning, a bar, internet and a conference room. There are many services available at the establishment, including room service, a laundry service and a medical care service. Guests are also offered a car park, an indoor car park and WiFi. SITUATION: This hotel is situated in a residential area of Barcelona, close to the city centre where guests can enjoy bars, a public transport stop and restaurants. Is 1 kilometre from a nightclub. ROOM: The modern and comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a stereo, internet, a mini-bar, fitted carpets and satellite and cable TV. FACILITIES: There are many facilities and services available at the establishment, including a Turkish bath, a massage service and a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.37" OriginalAmount="179.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390003" Longitude="2.1358641" StarRating="4" HotelCode="|11034" HotelName="Ac Diagonal L'illa By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA DIAGONAL 555</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/4/11034_bb680991143.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This hotel is in a garden area, Avinguda Diagonal is situated in Where guests can enjoy the bus stop, the tram stop, Close to restaurants, bars and shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38414836803" Longitude="2.171146273613" StarRating="3" HotelCode="47457|1557" HotelName="Citadines Ramblas Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ramblas 122, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/zz/77ad55806ecb8c24b1de297db1075904f613683a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic apartment complex is centrally located on Las Ramblas. Scores of Barcelona's most renowned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386899322609" Longitude="2.1685659885406" StarRating="3" HotelCode="47270|5390" HotelName="H10 Catalunya Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa Catalunya 7, Barcelona Centro, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/7b/e27b18eb349f07572ce8f7c8a8937bb22ec5a078.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on Plaça Catalunya at the heart of Barcelona. A range of shopping venues,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599880-28502528/4329126474802115170/1217" HotelName="WANDER BY PILLOW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21360000/21357400/21357389/d1ba5e96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.40" OriginalAmount="180" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632-25181553/4329126474802115170/11253" HotelName="ATENEA CALABRIA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/200000/190700/190688/5efebdc9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.28" OriginalAmount="180.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3854051" Longitude="2.1716145" StarRating="2" HotelCode="|11067" HotelName="Quentin Cortes Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CARRER SANTA ANA, 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/6/7/11067_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1950, has 5 floors, 44 rooms, 16 single rooms and 18 double rooms. In the entrance, you can find a reception, a safety deposit box service, a lift, a laundry service, a medical care service, a bar and an Ã  la carte restaurant with air-conditioning. SITUATION: This attractive hotel is in the city centre, close to the establishment, guests have the university, Plaza cataluÃ±a and las Ramblas it is close to near the establishment, you will find shopping areas, bars, shops, boutiques and restaurants. 100 metres away, clients have public transport services. ROOM: The cosy rooms, have a bathroom, a direct line telephone and a safe. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.43" OriginalAmount="181" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|184793-25370072/4329126474802115170/10316" HotelName="APARTHOTEL AURA PARK FIRA BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4640000/4632100/4632005/fb1b7f99_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.2122" Longitude="12.2947" StarRating="3" HotelCode="0|563567-28549935/4329126474802115170/801" HotelName="MAYERLING SCHUMANN BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LUNGOMARE ADRIATICO, 48, SOTTOMARINA, CHIOGGIA, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/17000000/16550000/16542300/16542221/7c7446ca_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Hotel Le Tegnue in Chioggia (Sottomarina), you'll be convenient to Cathedral of Chioggia and Palazzo Comunale. This 4-star hotel is within the region of Circolo Golf Venezia Alberoni and River Lookout.   Rooms   Make yourself at home in one of the 83 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature handheld showerheads and complimentary toiletries. Conveniences include direct-dial phones, as well as safes and desks.   Rec, Spa, Premium Amenities   Spend the day on the private beach or dip into one of the 2 outdoor swimming pools. Additional amenities include complimentary wireless Internet access, supervised childcare/activities, and babysitting/childcare.   Dining   Enjoy a meal at a restaurant or in a coffee shop/café. Or stay in and take advantage of the hotel's 24-hour room service. Relax with your favorite drink at a bar/lounge or a poolside bar.   Business, Other Amenities   Featured amenities include a business center, an Internet point, and a computer station. Planning an event in Chioggia? This hotel has 2153 square feet (200 square meters) of space consisting of a conference center, a ballroom, and banquet facilities. A roundtrip airport shuttle is provided for a surcharge (available on request), and parking (subject to charges) is available onsite.   Room Info:    Know Before You Go       Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Self parking fee: EUR 5,00 per day       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Renovations and Closures   The property is closed between 19 October and 29 March.   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 noon  Pets not allowed   Check-out time is 10 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.55" OriginalAmount="182.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3924028" Longitude="2.1617999" StarRating="0" HotelCode="|188084" HotelName="The Moods" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA CATALUNYA 84</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/8/4/188084_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.72" OriginalAmount="182.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389562" Longitude="2.1747319999999" StarRating="4" HotelCode="295435|230236" HotelName="Vincci Gala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 32, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/71/e971893bc83b23d1548baf5c1a40283eda5b24ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the Urquinaona metro station, 2 minutes' walk from Plaça Catalunya Squ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.05" OriginalAmount="182.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392434253738" Longitude="2.1727357619714" StarRating="3" HotelCode="32872|723595" HotelName="Granvía" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avda. Gran Via de les Corts Catalanes 642, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ce/81ce18a488fc511a329649fbd6003ed22f0c6a87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is centrally located close to the Passeig de Gràci, the Plaza Catalunya and Las ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.28" OriginalAmount="182.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4024763" Longitude="2.2121274" StarRating="4" HotelCode="|11045" HotelName="Occidental Atenea Mar- Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/4/5/11045_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 191 rooms, a reception, a concierge, a currency exchange service, WiFi (free of charge), in communal areas, meeting rooms, a restaurant, a bar, bicycle rental and a car hire service. The establishment offers facilities for people with reduced mobility, Pets are allowed (on request). SITUATION: This hotel is 150 metres away from Nova Mar Bella the beach it is situated 5 minutes walk away from the Congress Centre, the zoo and Diagonal Mar the shopping centre of 10 minutes away, there is a metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.49" OriginalAmount="183" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|9410-32461779/4329126474802115170/7126" HotelName="EUROSTARS GRAND MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/871900/871862/d5d40162_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.51" OriginalAmount="183.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37867" Longitude="2.13769" StarRating="0" HotelCode="|239832" HotelName="Meeting Point Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Vallespir, 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/8/3/2/239832_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.81" OriginalAmount="183.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391553745132" Longitude="2.1779724955559" StarRating="4" HotelCode="49084|24364" HotelName="NH Collection Barcelona Pódium" 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,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bailén 4-6, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70eca49da8c435c4f1b570e11bb57cf7b0c5c778.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city and conference hotel is located at the heart of Barcelona between the Plaza Catal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.52" OriginalAmount="184" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389893645626" Longitude="2.1356981992722" StarRating="4" HotelCode="29344|17213" HotelName="AC Hotel Diagonal L´Illa" 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,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Diagonal 555, 08029 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/27/b727849893ff7df8f1088edec9025b290f1a51ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the one of the most important business districts of Barcelona and is surro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.52" OriginalAmount="184.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377129333333" Longitude="2.1442059999999" StarRating="4" HotelCode="154090|the_urban_suitescom" HotelName="The Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Nicolau 1-3, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/eb/bfeb4e6159eb3fa40c0e644481006cf7edd65ca6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.77" OriginalAmount="184.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39393761934" Longitude="2.1569154515553" StarRating="4" HotelCode="12921|463" HotelName="Catalonia Diagonal Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Balmes 142-146, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1a/081a653c4bca137fc0c967d71050ed99c27c668f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located at the heart of Barcelona in the popular shopping and business area o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.35" OriginalAmount="184.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383347" Longitude="2.162847" StarRating="4" HotelCode="57586|231986" HotelName="Advance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sepulveda 180, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b78af404985c2b4af201a4e9817afe781136629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the commercial, business and historic centre of Barcelona and is the ideal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.48" OriginalAmount="184.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377518" Longitude="2.1388457" StarRating="4" HotelCode="|61884" HotelName="Ac Sants By Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/8/8/4/61884_699e6020745.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 50 metres away from Sants the underground station of la Plaza de EspaÃ±a and la Fira de Barcelona 500 metres away from. HOTEL: The hotel has 78 rooms and a meeting room. ROOM: The rooms have a mini-bar (free of charge), WiFi, a safety deposit box, room service and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28748-25208924/4329126474802115170/8543" HotelName="AXEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1048200/1048110/9e45790b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|521306-25681372/4329126474802115170/10040" HotelName="HOSTAL BOQUERIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1940000/1932400/1932359/e95bdf7b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.88" OriginalAmount="185.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3861043" Longitude="2.176082" StarRating="4" HotelCode="|11146" HotelName="Ilunion Almirante" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>VIA LAYETANA 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/4/6/11146_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This comfortable hotel is in Barcelona the Gothic district of Close to the cathedral, and Born the area In the surrounding area, you can find bars and shops. it is situated close to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.50" OriginalAmount="186.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3926231" Longitude="2.1616125" StarRating="3" HotelCode="|253970" HotelName="Mosaic by Ona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Rambla de Catalunya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/3/9/7/0/253970_419630c1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|452792-25624447/4329126474802115170/8896" HotelName="MAY RAMBLAS BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17690000/17681800/17681784/2101ce5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|859732-26064275/4329126474802115170/10732" HotelName="HOSTAL MAYERLING CENTRO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41590000/41587100/41587011/effdbe3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.61" OriginalAmount="187" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|859721-26064267/4329126474802115170/14245" HotelName="FACTORY SUITES BARCELONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37830000/37822300/37822214/ba3ddff2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38895413" Longitude="2.17603113" StarRating="3" HotelCode="364822|yurbban_trafalgar" HotelName="Yurbban Trafalgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 30, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/da/17da14e5e7578fdea24372b91611662cdc929e96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a restaurant, a bar, a conference room and a business centre. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.76" OriginalAmount="187.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3834154" Longitude="2.1628659" StarRating="4" HotelCode="|28834" HotelName="Casa Elliot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE SEPULVEDA, 180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/8/3/4/28834_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was opened in 2005, has 50 rooms and 5 floors. The establishment boasts facilities for people with reduced mobility, a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. It also has a cafÃ©, a bar, a TV room, air-conditioning, a breakfast room, WiFi and room service (for a fee), close to the establishment, you can find a car park (on request). SITUATION: It is inBarcelona the commercial and historic district of Clients can find shops, leisure areas, the tourist attractions, the cultural points of interest, restaurants, bars, pubs and public transport. it is 200 metres away from the bus station, the metro station, 400 metres away you can find a nightclub situated 900 metres away from Plaza CataluÃ±a, Las Ramblas and El Paseo de Gracia the train station, 2 kilometres away, you can find La Sagrada Familia and Parc GÃ¼ell the beach, shops. ROOM: The smart, comfortable rooms, have a bathroom, a hairdryer, a mirror, a direct line telephone, a flat-screen television, internet, a mini-bar, a double bed, a safe, double-glazed windows, a balcony or terrace, an individual air-conditioning system and individual heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OBSERVATIONS: This hotel is non-smoking, pets are not allowed.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.34" OriginalAmount="187.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385035" Longitude="2.1706380000001" StarRating="3" HotelCode="149378|169989" HotelName="Hotel Continental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 138, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/96/cd9668deccac8bed5fcb909baa661c9c50c57104.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Barcelona, perfect for visiting the rest of the city. The establishment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.44" OriginalAmount="187.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3912750526" Longitude="2.1703684329987" StarRating="4" HotelCode="207924|191360" HotelName="Indigo Barcelona - Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via De Las Corts Catalanes 629, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ab/7aab04de69dbfafc35c30f53da50e97ca51663b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.56" OriginalAmount="187.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386857" Longitude="2.159209" StarRating="4" HotelCode="75453|384195" HotelName="Aparthotel Aramunt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Muntaner 60, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/4b/ad4b9a1d93b08f44e899673d8703ff62f7d79937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments enjoy a great location on the left side of the Esquerra del Eixample district. They...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9401-28562346/4329126474802115170/704" HotelName="AMERICA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/850000/848400/848349/3229457a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.64" OriginalAmount="188" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|882312-32606333/4329126474802115170/5063" HotelName="CASA LUZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123510000/123504600/123504600/8f39bc51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404780708076" Longitude="2.1727851033211" StarRating="4" HotelCode="144359|ayre_hotel_rosellon" HotelName="Ayre Hotel Rosellón" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 390, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/26/432682c96355b22a048c4417052eab6c27b1ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Gaudi's Sagrada Família, in the heart of Barcelona's Eixample. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382538737722" Longitude="2.1910649601189" StarRating="2" HotelCode="89480|residencia_campus_del_mar" HotelName="Residencia Campus del Mar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Passeig Salvat Papasseit 4, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/bc/bbbc981f788cb4b95b637b886564a0c97070b2f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;general: Residencia Campus del Mar has an excellent location within Barcelona?s Olympic Village, 200...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377502934" Longitude="2.1388015151024" StarRating="4" HotelCode="97669|ac_hotel_sants_by_marriott" HotelName="AC Sants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Sant Antoni, 36-40, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/50/3750bedf94c70a0b25cf95885db65ff80b25544f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 50 m from the AVE train station and 500 m from Plaza de España and the FIRA Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39911311" Longitude="2.16555103" StarRating="4" HotelCode="501769|hotel_well_and_come" HotelName="Well and Come Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Calle Girona 158, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0d/0c0d0808b5a085c1b4f7e4b0a1d3c23583d5f4c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.66" OriginalAmount="188.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393597" Longitude="2.1742722" StarRating="4" HotelCode="|199790" HotelName="Casa Bonay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 700</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/7/9/0/199790_3407cc51436.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.20" OriginalAmount="188.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38191" Longitude="2.108649" StarRating="5" HotelCode="|11116" HotelName="Torre Melina, a Gran Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA DIAGONAL 661-671</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/6/11116_10d58361228.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is situated next to a park, Close to a wonderful garden and, In the surrounding area, you can find commercial zones, restaurants and bars. HOTEL: This hotel is an ideal place for relaxing, it offers views of the sea and views of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.31" OriginalAmount="188.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.402690407332" Longitude="2.2121787071228" StarRating="4" HotelCode="32984|384435" HotelName="Occidental Atenea Mar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo García Faria 37-47, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/de/9fde7796696b375be09412f96489bded6f286e26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the sea, next to the entrance to the Nova Mar Bella section of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.67" OriginalAmount="189" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|14979-25198175/4329126474802115170/9521" HotelName="SIXTIES RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1157700/1157613/22a3ccb0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.11" OriginalAmount="189.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381261675821" Longitude="2.10927978158" StarRating="5" HotelCode="28503|24404" HotelName="Fairmont Rey Juan Carlos I - Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 661-671, 08028 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ba/0cba3f2ecedd5d771e0a968c1e99d34415b0d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This majestic, stunning city and conference hotel is located close to a park and not far from a beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.17" OriginalAmount="189.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.408645" Longitude="2.196651" StarRating="4" HotelCode="|449450" HotelName="Labtwentytwo Barcelona, A Tribute Portfolio" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Peru 84-102.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/4/5/0/449450_af6d4b11047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.31" OriginalAmount="189.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392693" Longitude="2.173054" StarRating="4" HotelCode="|535387" HotelName="Factory Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 682</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/3/8/7/535387_2c730991148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.70" OriginalAmount="190" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383508430172" Longitude="2.1710988395421" StarRating="4" HotelCode="36923|28038" HotelName="Hotel 1898" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 109, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/1a/e01a984af53396b83ea6744c3d21d725f6a59ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel is situated on Las Ramblas in the centre of Barcelona. Links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.73" OriginalAmount="191" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|644975-28502710/4329126474802115170/632" HotelName="APARTAMENTOS NAVAS 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/644975/202032411339829.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.47" OriginalAmount="191.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38777" Longitude="2.167726" StarRating="4" HotelCode="|169753" HotelName="H10 Metropolitan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla catalunya 7-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/7/5/3/169753_85bf10b1533.jpg</HotelPictures>
        <HotelDescription>HOTEL: The H10 Metropolitan is rated four stars. It has modern standard rooms, a breakfast room, a cafÃ©, a swimming pool, a terrace and deck chairs.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|81886-25251342/4329126474802115170/8195" HotelName="ILUNION BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1880000/1874200/1874136/0cc4a54c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|650-25183501/4329126474802115170/10153" HotelName="GRAN HAVANA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/868800/868702/f3fd7212_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4020281" Longitude="2.19112999" StarRating="4" HotelCode="591538|hotel_sb_glow" HotelName="Hotel SB Glow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Badajoz 148-154, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ba/64baee332e071b1e9737964847e53d362ce20fab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.04" OriginalAmount="192.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38499" Longitude="2.16263" StarRating="3" HotelCode="|183292" HotelName="La Casa de Antonio Petit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/2/9/2/183292_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.72" OriginalAmount="192.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39012029158" Longitude="2.1696969619713" StarRating="4" HotelCode="283890|203000" HotelName="Catalonia Passeig de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 644, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/d5/50d539cbdff85642765583050b7742e5f3ba1ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.79" OriginalAmount="193" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|88382-28466995/4329126474802115170/4740" HotelName="GRACIA GARDEN BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1980000/1973100/1973092/e72ae322_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38636928" Longitude="2.16551369" StarRating="2" HotelCode="522461|serennia_excluisve_rooms" HotelName="Serennia Excluisve Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Ronda de La Universitat, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/4d/3d4d24d79feaa149a2328bf7671152984dcc470d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.07" OriginalAmount="193.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4217806" Longitude="2.1390737" StarRating="0" HotelCode="|70278" HotelName="Tibidabo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JERICO 20 - 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/2/7/8/70278_1_6907.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet, comfortable complex, is perfect for families and groups and has renovated apartments. SITUATION: It is inTibidabo the Mountain of it is in GrÃ cia the district of 15 minutes away from the establishment, guests will find the city centre, Park GÃ¼ell and Parc del Laberint d'Horta in the surrounding area, clients have near the establishment, you will find the Science Museum ,Tibidabo park it is well-connected with the city centre. ROOM: apartments and suites with a living room-bedroom, a sofa-bed, a bathroom, a small kitchen, a fridge, a microwave and garden or terrace. Guests are offered cots (available on request). OBSERVATIONS: Check-out is at 11:00, The establishment offers parking facilities. PAYMENT METHODS: The establishment accepts Visa, Mastercard, AmEx, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381258653975" Longitude="2.1750913411045" StarRating="2" HotelCode="316812|adagio" HotelName="Hotel Adagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Ferrán 21, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d8/75d8e659901f56126d4db78eef77f961b0adf404.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the cultural and historical centre of Barcelona, and is surrounded by numero...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.82" OriginalAmount="194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40015377" Longitude="2.19621414" StarRating="4" HotelCode="616940|aspasios_poblenou_apartments" HotelName="Aspasios Poblenou Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Pallars 171, Sant Marti, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/f4/47f49bb65708153ac356518d5b095f5958f9e0c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Aspasios Poblenou Apartments in Barcelona (Poblenou), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.20" OriginalAmount="194.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384933523393" Longitude="2.1627402133263" StarRating="3" HotelCode="392933|1770758" HotelName="La Casa de Antonio Petit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 584, 2-1, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/bc/bdbca8dc48c5379021d3350bed412737eaaa2b6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.39" OriginalAmount="194.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410950626156" Longitude="2.2188037633896" StarRating="4" HotelCode="29519|8089" HotelName="Barcelona Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 31/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 1, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/a4/44a485f850a8126eea1aedfcc8f3657d21a67bbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Avenida Diagonal, near the new Barcelona International Exhibition and C...</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="26.9581" Longitude="75.8439" StarRating="4" HotelCode="0|561623-25714162/4329126474802115170/12164" HotelName="DORMA PLAZA CATALUNYA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>OPPOSITE JALMAHAL AMER ROAD, JAIPUR, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28910000/28902300/28902258/fab08a4a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Re:gen:ta Central, Jaipur in Jaipur (Mansagar Lake), you'll be close to Jal Mahal and Amber Fort. This hotel is within close proximity of Amber Palace and Nahargarh Fort.   Rooms   Stay in one of the guestrooms featuring LCD televisions. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided. Conveniences include safes and coffee/tea makers.   Dining   Enjoy a meal at a restaurant or in one of the hotel's 2 coffee shops/cafés. Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Planning an event in Jaipur? This hotel has 2500 square feet (225 square meters) of space consisting of small meeting rooms and banquet facilities. A roundtrip airport shuttle is provided for a surcharge (available on request).   Room Info:    Know Before You Go       The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation.   No pets and no service animals are allowed at this property.       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 noon  Check-out time is noon  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="195.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3772708" Longitude="2.1445334" StarRating="0" HotelCode="|124613" HotelName="Limehome Barcelona Rector Triadó " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/1/3/124613_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the commercial district, close to Sants Station. HOTEL: This complex has rooms with internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="201.88" OriginalAmount="196" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24961-25208532/4329126474802115170/8329" HotelName="ILUNION BEL ART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/788100/788042/10eeaa87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.68" OriginalAmount="196.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3856669" Longitude="2.1658444" StarRating="4" HotelCode="|11111" HotelName="Midmost Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PELAI 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/1/11111_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1999, has 60 double rooms, 6 floors, a reception, lifts, a restaurant, a cafÃ© and a terrace with a swimming pool, The establishment has various facilities, such as an Ã  la carte restaurant with air-conditioning, a conference room, internet (free of charge), WiFi, room service and a laundry service. SITUATION: It is inBarcelona the centre of Las Ramblas near the establishment, you will find Where you can find shops, leisure areas, entertainment and a public transport stop. ROOM: The modern and comfortable rooms, a bathroom, WiFi, a hairdryer, a direct line telephone, satellite and cable TV and a mini-bar. FACILITIES: The establishment boasts a solarium, deck chairs and parasols. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.75" OriginalAmount="196.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39904" Longitude="2.16555" StarRating="4" HotelCode="|211026" HotelName="Well and Come Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Girona 158</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/0/2/6/211026_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.91" OriginalAmount="197" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400743-28481974/4329126474802115170/3304" HotelName="TIBIDABO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400743/2024521111737575.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382577707043" Longitude="2.1722287797963" StarRating="3" HotelCode="143841|apartramblas108" HotelName="Apart-Ramblas108" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 108, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/bd/9dbd9b64cce88522b7c7e511993b894ee2313532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28269-25208858/4329126474802115170/9722" HotelName="OCCIDENTAL ATENEA MAR - ADULTS ONLY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/993400/993336/4ff91d1d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34338-25217493/4329126474802115170/10291" HotelName="ESPANA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23920000/23914100/23914029/422bf467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|526490-25683728/4329126474802115170/12592" HotelName="REC BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21360000/21352500/21352480/3b5a4681_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.94" OriginalAmount="198.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404281778108" Longitude="2.1515943109989" StarRating="4" HotelCode="190678|barcelona_gran_de_gracia" HotelName="Apartments Gran de Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gran de Gràcia 205, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.21" OriginalAmount="198.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395423377967" Longitude="2.1795563399792" StarRating="2" HotelCode="32148|388485" HotelName="Nàpols" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Nàpols 116, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/64/9164eb67c59c03e4b61554b2d885f4f6845015ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel is situated in the leisure district of Barcelona, 15 minutes from Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.40" OriginalAmount="198.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3850672" Longitude="2.1706744" StarRating="3" HotelCode="|77764" HotelName="Continental Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA DE CANALETES 138</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/7/6/4/77764_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, family-owned hotel, has rooms, with air-conditioning, WiFi and a reception. SITUATION: This establishment, is in Barcelona the heart of near the establishment, you will find points of interest, 1 minute away, there is a metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.53" OriginalAmount="198.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3845803" Longitude="2.1848069" StarRating="0" HotelCode="|124548" HotelName="Ciudadela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/4/8/124548_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hostel Barcelona it is in In front of FranÃ§a the Railway Station of Parque de la Ciudadela 100 metres away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.97" OriginalAmount="199" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="14.572961" Longitude="120.985914" StarRating="3" HotelCode="0|452972-25624543/4329126474802115170/12025" HotelName="SONDER LA CASA DEL SOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>636 Gen. Malvar St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16350000/16345200/16345101/1b9d0de2_b.jpg</HotelPictures>
        <HotelDescription>The hotel has a reception, safety box at front desk (extra charge), a coffee shop, wireless Internet (extra charge), room service and a business center.

The rooms are equipped with air conditioning, cable TV and a telephone.

Address: 636 Gen. Malvar St. Malate, Manila, Philippines The Malvar Hostel is located 3.3 km from the city center and 3km from the Folks Art Theater.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.63" OriginalAmount="199.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404245" Longitude="2.1516587" StarRating="0" HotelCode="|121725" HotelName="Gran De Gràcia Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN DE GRACIA 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/2/5/121725_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 8 apartments with individual heating system, an air-conditioning system, a satellite television, a DVD player, a bathroom, a shower, a hairdryer, a kitchen with oven, a washing machine, a fridge, a microwave and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.86" OriginalAmount="199.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3896896" Longitude="2.1657752" StarRating="3" HotelCode="|77767" HotelName="Continental Palacete" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>RAMBLA DE CATALUNYA 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/7/6/7/77767_1b4ae8e1851.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and has WiFi. SITUATION: This hotel Rambla de Catalunya is situated in Plaza Catalunya 5 minutes away from in the surrounding area, clients have restaurants, boutiques.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1256431-26605279/4329126474802115170/14090" HotelName="RESIDENCIA UNIVERSITARIA CAMPUS DEL MAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45870000/45863400/45863340/e28cc1f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40030604287" Longitude="2.1298047322471" StarRating="4" HotelCode="915468|hotel_primero_primera" HotelName="Primero Primera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Doctor Carulla 25-29, 08017 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c7/1cc71bb4b41741b30f1e6ea736d56cec17ba2472.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.14" OriginalAmount="200.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3835402" Longitude="2.1712119" StarRating="4" HotelCode="|24480" HotelName="1898" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA RAMBLA 109</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/0/24480_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern facilities, a covered, heated swimming pool, a terrace, a spa and an events room. SITUATION: This luxurious hotel, Las Ramblas it is in is situated in Barcelona the heart of It has excellent transport links to the leisure areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.72" OriginalAmount="200.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390174" Longitude="2.169641" StarRating="4" HotelCode="|121901" HotelName="Catalonia Passeig De Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes, 644</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/9/0/1/121901_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style building was built in 1928, has modern facilities, a buffet breakfast, a restaurant with traditional dishes, catering for special dietary requirements, dining facilities and a cocktail bar. SITUATION: This establishment is next to Passeig de GrÃ cia, 500 metres away from Casa BatllÃ³ de GaudÃ­ and a 13-minute walk away from La Pedrera. 7 minutes walk away, guests will find the Palau de la MÃºsica Catalana Auditorium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.03" OriginalAmount="201" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10552-25197865/4329126474802115170/9675" HotelName="CITADINES RAMBLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664700/664665/f035d45d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3911424013" Longitude="2.1731275646512" StarRating="4" HotelCode="426015|midtown_apartments_2" HotelName="Midtown Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Casp 35, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b4/f9b40ce374469eefc94e014ebda81fda4ceaf3f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.37" OriginalAmount="201.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389208" Longitude="2.1738275" StarRating="0" HotelCode="|124654" HotelName="Chic Y Basic Urquinaona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere, 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/5/4/124654_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Plaza Catalunya It is close to.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394312761477" Longitude="2.1695700347213" StarRating="2" HotelCode="225426|237238" HotelName="Jardinets Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Bruc 84, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/24/4924a79257f0f75efeba6792190e997ebb386415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="202" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|658-25183505/4329126474802115170/11689" HotelName="MIDMOST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15760000/15756800/15756762/8d88744b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.14" OriginalAmount="202.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390295" Longitude="2.1647797" StarRating="4" HotelCode="|124380" HotelName="Aspasios Rambla Catalunya Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya, 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/0/124380_7a7e68b0910.jpg</HotelPictures>
        <HotelDescription>SITUATION: Barcelona It is in this hotel Rambla de Catalunya it is in 150 metres away from the establishment, you can find GrÃ cia the Promenade of. ROOM: They have a balcony, views of the city and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.44" OriginalAmount="202.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398" Longitude="2.195995" StarRating="0" HotelCode="|76707" HotelName="República" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PUJADES 120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/7/0/7/76707_1_4551.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 2 floors and lofts. SITUATION: Is situated inBarcelona the Technology Park of. ROOM: Guests can find lofts, a living room, a fully-equipped kitchen, a bathroom with a bath or shower and a sofa-bed. FACILITIES: The establishment has a garden, a terrace with views, a solarium and a swimming pool. OBSERVATIONS: Please inform the hotel as to your estimated arrival time, The establishment offers cleaning service, bedding change and towels change.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.80" OriginalAmount="202.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3861544" Longitude="2.1708486" StarRating="4" HotelCode="|27260" HotelName="Olivia Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/6/0/27260_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona the tourist area of the commercial area, Close to, restaurants, public transport services and the museums.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.88" OriginalAmount="202.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3870267" Longitude="2.1686519" StarRating="3" HotelCode="|11131" HotelName="H10 Catalunya Plaza Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLAZA CATALUNYA 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/3/1/11131_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in the 19th Century, it offers excellent service, a restaurant, a bar and a terrace. SITUATION: This hotel Plaza Catalunya it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.89" OriginalAmount="202.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38906257383" Longitude="2.167377769947" StarRating="4" HotelCode="10549|261995" HotelName="Avenida Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 605, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/fc/31fcb0912990b4f5f3717ab8000c02763edd0d4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel has an ideal location in the city centre and exceptionally good links to t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.09" OriginalAmount="203" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1417507-27555589/4329126474802115170/13877" HotelName="PENSION CIUDADELA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19540000/19533900/19533837/aea969bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.35" OriginalAmount="203.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37514" Longitude="2.168375" StarRating="4" HotelCode="25131|387095" HotelName="Barcelona Universal" 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,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Paral-lel 76-80, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f2/cdf2ad56021c248ac627588498faa664e4d1edc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated near the tourist centre of Barcelona. There are copious shops in the a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.07" OriginalAmount="203.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3832675" Longitude="2.1685506" StarRating="4" HotelCode="|124662" HotelName="Casa Camper Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elisabets 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/6/2/124662_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in Barcelona the centre of Between and Macba the Art Museum. HOTEL: All the rooms have a living room, The establishment offers guests buffet service (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.12" OriginalAmount="204" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400249-28481707/4329126474802115170/858" HotelName="ANAIS APARTMENTS BY GAIAROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400249/2024514144346945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.12" OriginalAmount="204.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405820803797" Longitude="2.1729272603989" StarRating="2" HotelCode="101101|marina_2" HotelName="Apartaments Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de la Marina 306, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/43/dc438c940e35550eb5a5bf77dab48a4d77bab9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Barcelona's leisure area, close to the Sagrada Familia. Numerou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.13" OriginalAmount="204.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39739" Longitude="2.1658" StarRating="1" HotelCode="|394032" HotelName="Casa Maca Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bruc 146, entresuelo 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/0/3/2/394032_be5ac881634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.50" OriginalAmount="204.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3940127" Longitude="2.1650244" StarRating="0" HotelCode="|119351" HotelName="Cosmo Apartments Passeig De Gràcia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/5/1/119351_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, central establishment, was opened in 2012 and has apartments. SITUATION: Is situated inValencia the street Paseo de Gracia next to the establishment, guests will find Where you can find boutiques and restaurants. 100 metres away, there is a public transport stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.24941" Longitude="-81.59826" StarRating="4" HotelCode="0|489752-25652158/4329126474802115170/9116" HotelName="SB GLOW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4670 LENOIR AVE S, JACKSONVILLE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18700000/18698600/18698529/19f775c8_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Courtyard by Marriott Butler Boulevard in Jacksonville (Southeast Jacksonville), you'll be close to Saint Luke's Hospital and Memorial Hospital Jacksonville.&lt;br /&gt; This hotel is within the vicinity of Hands on Children's Museum and St. Johns Town Center.&lt;br /&gt;   Rooms   Make yourself at home in one of the 137 air-conditioned guestrooms. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Bathrooms feature shower/tub combinations, complimentary toiletries, and hair dryers. Conveniences include complimentary weekday newspapers and coffee/tea makers, as well as multi-line phones with voice mail.&lt;br /&gt;   Rec, Spa, Premium Amenities   Enjoy a range of recreational amenities, including an outdoor pool, a spa tub, and a fitness facility.&lt;br /&gt;   Dining   Enjoy a satisfying meal at a restaurant serving guests of Courtyard by Marriott Butler Boulevard.&lt;br /&gt;   Business, Other Amenities   Featured amenities include a business center, business services, and audiovisual equipment. Event facilities at this hotel consist of conference/meeting rooms and small meeting rooms. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go   This hotel has a smoke-free policy.   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:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.15" OriginalAmount="205" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|599814-25752857/4329126474802115170/11933" HotelName="SERENNIA EXCLUSIVE ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23970000/23962500/23962492/787e32af_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.34" OriginalAmount="205.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395051" Longitude="2.159382" StarRating="4" HotelCode="22683|16854" HotelName="Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 249, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ec/31ecaf572031a01e1edf13a13056e783a9c356e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel lies in the business district between the Rambla de Cataluña and Paseo de Gracia...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.90" OriginalAmount="205.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3892064" Longitude="2.1672194" StarRating="4" HotelCode="|11033" HotelName="El Avenida Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA DE LES CORTS CATALANES 605-607</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/3/11033_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona the city centre of Close to and. Clients can also find shops, cafÃ©s, bars and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.91" OriginalAmount="205.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383497" Longitude="2.178289" StarRating="4" HotelCode="12897|24104" HotelName="Hotel Gótico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Jaume I 14, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/16/da16608b936198846a86ef7813a7c2054a8dde92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the old town. Countless shops, restaurants, bars, pubs and cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.94" OriginalAmount="205.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39701" Longitude="2.16371" StarRating="3" HotelCode="|183506" HotelName="Casa Mathilda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Lluria 125-127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/5/0/6/183506_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.08" OriginalAmount="205.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386186943198" Longitude="2.171157002449" StarRating="4" HotelCode="55484|299235" HotelName="Olivia Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaça Catalunya 19, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b1/60b189d382d647c53eed9eba386249f07e413fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location, only 20 m from Las Ramblas and the Liceu opera house. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381589" Longitude="2.1838780000001" StarRating="4" HotelCode="295423|57814" HotelName="H10 Port Vell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pas de Sota Muralla 9, Port Vell, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/a6/29a6fe9aaa3870dcf7cfd220820d833777d7a3d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37724062" Longitude="2.17517595" StarRating="3" HotelCode="617683|248811" HotelName="Wander by Pillow Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Montserrat 13, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212675/212675a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.21" OriginalAmount="207" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1417503-27557020/4329126474802115170/10727" HotelName="LA CASA DE ANTONIO BOUTIQUE ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35110000/35100900/35100813/97f70c65_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390758163565" Longitude="2.1722993962951" StarRating="3" HotelCode="267652|vasanta_hotel_boutique" HotelName="Vasanta Boutique Hostal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Casp 31, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/fd/9efd8b1377996e990d8db56ac0007bbbd46a6058.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.24" OriginalAmount="208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|563561-28549936/4329126474802115170/1460" HotelName="MAYERLING BISBE URQUINAONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16550000/16542200/16542181/1269a469_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38503896" Longitude="2.17005921" StarRating="3" HotelCode="855767|hotel_casa_volver" HotelName="Hotel Casa Volver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129, 08002 Barcelona, Catalonia</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d2/ded23d379c230656d1ff8c49cf65033e116b3d01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.38" OriginalAmount="208.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386077" Longitude="2.174555" StarRating="4" HotelCode="|205820" HotelName="Catalonia Magdalenes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ Magdalenes, 13-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/8/2/0/205820_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.57" OriginalAmount="208.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38115" Longitude="2.175021" StarRating="0" HotelCode="|553108" HotelName="Casa Pince" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Rauric 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/1/0/8/553108_274dd791207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.57" OriginalAmount="208.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3942097" Longitude="2.1618378" StarRating="0" HotelCode="|67056" HotelName="Suites Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSEIG DE GRACIA, 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/0/5/6/67056_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: La Pedrera de Gaudi it is in front of It has 41 luxurious, large, comfortable one and two bedroom apartments some rooms with views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.25" OriginalAmount="208.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39025" Longitude="2.180065" StarRating="3" HotelCode="|254591" HotelName="Rec Barcelona - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rec Comtal 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/4/5/9/1/254591_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|16153-32651136/4329126474802115170/6183" HotelName="TORRE MELINA A GRAN MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15500/15438/ddfbe8c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.27" OriginalAmount="209" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.530288" Longitude="-108.665428" StarRating="3" HotelCode="0|186331-25371694/4329126474802115170/14184" HotelName="CONTINENTAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3940 East Highway 66, Gallup, 87301, NM, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522882/042efe20_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 66. Floors: 3. Property description- Get more of the space you need to spread out at the smoke-free Comfort Suites Gallup East Route 66 and I-40 hotel in Gallup, NM near Red Rock Park and Museum. Nearby attractions include Gallup Flea Market, Navajo Code talker Museum, Manuelito Visitor Center and Bill Malone Trading Company. Enjoy free WiFi, free weekday newspaper, an indoor heated pool, a fitness center and a meeting room and business center with copy and fax services and a computer with Internet access. Your spacious suite includes a 32-inch flat-screen TV, refrigerator, microwave, coffee maker, pillow-top mattress, sofa sleeper, desk and separate seating area. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Pet Accommodation 15.00/ night per pet. Pet limit 2 pets per room max 20 lbs or less.Hotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.43" OriginalAmount="209.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4125295" Longitude="2.2090814" StarRating="4" HotelCode="|22317" HotelName="Barcelona Condal Mar Affiliated By Meliá" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/1/7/22317_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona a new neighbourhood of Close to Diagonal Mar the commercial centre the tram stop and the metro station. In the surrounding area, you can find restaurants, bars and nightclubs. nearby, you will find the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.30" OriginalAmount="210" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1410200-32650562/4329126474802115170/7319" HotelName="SLS BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103710000/103704100/103704026/2e009479_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.65" OriginalAmount="210.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391006923732" Longitude="2.1714465423279" StarRating="4" HotelCode="60827|309485" HotelName="ICON BCN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Roger de Llúria, 21, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/ca/6dcaa2a91d2e489bed61e58bcbfbde0944922c5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the main commercial and business areas, directly in the centre of Barcelona...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.84" OriginalAmount="210.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.405468" Longitude="2.173147" StarRating="0" HotelCode="|10999" HotelName="Suites Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARINA, 306</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/9/10999_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 5 floors and 20 apartments. In the entrance, guests are offered a lobby, a reception with safety deposit boxes and a lift. The establishment boasts internet, a laundry service, indoor parking and a car park. SITUATION: Is situated in a quiet area of Barcelona. It is 100 metres away from la Sagrada Familia, around the establishment, clients can find shops, restaurants, bars and public transport services. 2 kilometres away, you can find the beach. ROOM: Clients are offered apartments with air-conditioning, a direct line telephone, a satellite or cable television, internet, an open-plan kitchen, a fridge, a mini-bar, a double bed, central heating, a safety deposit box and a small sitting room. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OBSERVATIONS: Reception is not open 24 hours a day and confirm the check-in time.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.98" OriginalAmount="211.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383169" Longitude="2.173896" StarRating="3" HotelCode="|255494" HotelName="Maldà Singular" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/4/9/4/255494_2ec60b51718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.22" OriginalAmount="211.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3796649" Longitude="2.1795896" StarRating="4" HotelCode="|45651" HotelName="Catalonia Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>C/ Ample (Pl. Duc de Medinaceli) 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/5/1/45651_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was opened in 2008, has 41 standard rooms, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a bar, a TV room, a restaurant, an internet zone with computers and WiFi. The establishment offers guests room service. At an extra cost you can use a laundry service. SITUATION: This hotel is in the Gothic Quarter is situated in Ample the street. ROOM: The rooms have central heating, a central air-conditioning system, a television with international channels, a direct line telephone, internet, WiFi, a mini-bar, a safe, a bathroom with a shower, a hairdryer and home cinema. It has suites with jacuzzi with a large terrace. FACILITIES: Outdoors, clients have access to a swimming pool with a terrace. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1413650-28485860/4329126474802115170/4274" HotelName="FIRA APARTMENTS BY GAIAROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1413650/20241210152626440.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="218.36" OriginalAmount="212" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34538-25217629/4329126474802115170/12285" HotelName="BARCELONA CONDAL MAR MANAGED BY MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1210000/1204400/1204389/4c5f8221_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.36" OriginalAmount="212.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39383729" Longitude="2.16754776" StarRating="5" HotelCode="534447|od_barcelona" HotelName="OD Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Aragó 300, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b8/60b8ba1068e69b11521f051ea341d5e1841446ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the Eixample district, just 200 m from Paseo de Gracia, the hotel is right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.79" OriginalAmount="212.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38493" Longitude="2.17006" StarRating="3" HotelCode="|472639" HotelName="Yurbban Ramblas Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Las Ramblas 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/3/9/472639_63767171311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.37" OriginalAmount="212.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397878" Longitude="2.195912" StarRating="4" HotelCode="177244|1509468" HotelName="Aparthotel República" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Pujades 120, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d0/ffd0d31301fd813fd0fa2e7d87fb5420b6c37eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in 22@ Barcelona, the city's innovation district, where the latest technol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394277951473" Longitude="2.1618026061516" StarRating="4" HotelCode="141647|56515" HotelName="Suites Avenue Luxe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 83, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/62/3462ef22471c9653ff1751eac84cb765eac8a067.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Passeig de Gràcia, in the heart of Barcelona. It is situated in f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15097-28525044/4329126474802115170/1102" HotelName="MODERNO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/15097/15097_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.39" OriginalAmount="213" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400440-28481811/4329126474802115170/3495" HotelName="COSMO APARTMENTS CONSELL DE CENT - PLAZA UNIVERSITAT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400440/20245169595892.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3885658" Longitude="2.1712990999999" StarRating="4" HotelCode="297074|catalonia_square" HotelName="Catalonia Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 9, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3d/8d3d92e0c89f0ff3567308720700616918571619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38321746" Longitude="2.17391365" StarRating="0" HotelCode="821748|coolrooms_malda" HotelName="CoolRooms Maldà" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Pi 5, Segundo Piso, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/80/1180147ed042b5521334d2d10d1f5461ce8a8003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.62" OriginalAmount="213.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3834922" Longitude="2.1782137" StarRating="4" HotelCode="|11105" HotelName="Gotico" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE JAUME I, 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/5/11105_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a terrace and a cafÃ©. SITUATION: This establishment is in the historic centre of Barcelona, is situated in el Barri GÃ²tic, close to shops, restaurants, bars and cafÃ©s. 50 metres away, clients have the Jaume I metro station. It has excellent transport links to Las Ramblas, Puerto Olimpico, la PlaÃ§a de Catalunya, the cathedral and el Museo Picaso.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.84" OriginalAmount="213.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393101" Longitude="2.175014" StarRating="0" HotelCode="|65383" HotelName="Casp74 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CASP, 74</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/3/8/3/65383_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 exclusive apartments, This building was built in 2009, is in Casp the street and it is situated in Barcelona city centre, la Plaza Catalunya, el Paseo de Gracia and las Ramblas a few minutes walk away, you can find it is close to Gaudi's buildings.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.732923" Longitude="100.527112" StarRating="3" HotelCode="0|651-25181557/4329126474802115170/13618" HotelName="GRANVIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, Bang Rak, BANGKOK, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22500/22481/f0acf4ca_b.jpg</HotelPictures>
        <HotelDescription>The hotel is ideally located in the heart of Bangkok, within close proximity to shopping and entertainment venues. This city hotel features 376 modern and contemporary rooms, all of them tastefully fitted with the finest quality furnishings and feature all the amenities needed to ensure a pleasurable stay. Next door to the hotel is the MRT Sam Yan station and Silom Sky train, which guests can enjoy the pleasure of convenient travelling throughout Bangkok. The hotel features an outdoor swimming pool and a sun terrace with sun loungers and parasols laid out ready for use. Massage and spa treatments are on offer as well as a fitness centre for guest to work out.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.74" OriginalAmount="214.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.402395" Longitude="2.160938" StarRating="0" HotelCode="|179344" HotelName="Barcelona Mila" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MILA I FONATANALS, 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/4/4/179344_1f7174d2011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.15" OriginalAmount="214.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3913048" Longitude="2.1702474" StarRating="4" HotelCode="|121726" HotelName="Indigo Barcelona - Plaza Catalunya, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>GRAN VIA DE LAS CORTS CATALANES , 629</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/7/2/6/121726_b3de1371951.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a gym, outdoor swimming pools, meeting rooms, a bar, a restaurant and WiFi. ROOM: The establishment has 77 modern rooms with heating, an air-conditioning system, a bathroom, cable television, WiFi and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.45" OriginalAmount="215" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|207367-25405216/4329126474802115170/9656" HotelName="LIMEHOME BARCELONA RECTOR TRIADO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3240000/3234900/3234854/73e592fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.04" OriginalAmount="215.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3863167" Longitude="2.1684428" StarRating="4" HotelCode="|11145" HotelName="Catalonia Plaza Cataluña " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE BERGARA, 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/4/5/11145_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Barcelona the centre of Close to points of interest, and, nearby, there is a public transport stop, is close to the commercial area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608591-28481841/4329126474802115170/4245" HotelName="GRAN VÍA BY THE STREETS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9320000/9316100/9316088/d2883055_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.48" OriginalAmount="216" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15096-25198181/4329126474802115170/13665" HotelName="HESPERIA BARRI GOTIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/561300/561285/af83086c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39416751" Longitude="2.1609043" StarRating="2" HotelCode="469860|circa_1905" HotelName="Circa 1905 Boutique B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Provenza 286, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/45/da4594a8bb0842ea041d3f4b95fb2c0a76ba5919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Circa 1905 Boutique B&amp;B to discover the wonders of Barcelona. The hotel offers a wide range ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.97" OriginalAmount="216.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.400523" Longitude="2.209042" StarRating="4" HotelCode="|11050" HotelName="Eurohotel Diagonal Port" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE LOPE DE VEGA, 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/5/0/11050_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel with sea views, has a terrace and an Ã  la carte restaurant. SITUATION: This hotel Poble Nou it is in 350 metres away, guests will find Mar Bella the beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.51" OriginalAmount="217" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15160-25199595/4329126474802115170/9038" HotelName="CATALONIA BOULEVARD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5400/5310/d3bf485a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.88" OriginalAmount="217.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393162492023" Longitude="2.1614474058151" StarRating="4" HotelCode="7775|23874" HotelName="Alexandra Barcelona Hotel, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Mallorca 251, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c9/d2c91b2e302abca4d3ed024793edee661867116d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Barcelona between Passeig de Gràcia and Rambla de Catalu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.54" OriginalAmount="218" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379749" Longitude="2.18076" StarRating="4" HotelCode="24880|6740" HotelName="Duquesa de Cardona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Colón 12, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/29/b729f0a9ea026ad95c630bdfa01276119464fdb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historic hotel lies just 1.5 km from the beach. Centrally located on the Passeig Colom Promenade...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.88" OriginalAmount="218.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391942494917" Longitude="2.1569138226845" StarRating="4" HotelCode="293671|363371" HotelName="H10 Art Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Enric Granados 62-64, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/30/d530268cce7d2465f1d125640e22628bc0ba329d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.00" OriginalAmount="218.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384762" Longitude="2.175067" StarRating="4" HotelCode="57044|57622" HotelName="Barcelona Catedral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Dels Capellans 4, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/f7/f4f7abced058db61405e7d8fba6b03b75756d00c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Barcelona, this hotel is ideal for both business and leisure travellers. It ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.52" OriginalAmount="218.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389036" Longitude="2.156525" StarRating="4" HotelCode="|208655" HotelName="The Corner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca, 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/6/5/5/208655_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.96" OriginalAmount="219.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393794" Longitude="2.167617" StarRating="5" HotelCode="|215736" HotelName="Eurostars Barcelona Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/3/6/215736_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386185" Longitude="2.168453" StarRating="4" HotelCode="27479|19763" HotelName="Pulitzer Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Bergara 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/96/11963331a8148429584354521d9e99c80d74dd49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is ideally located at the heart of Barcelona, near to the Plaza Catalunya an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.60" OriginalAmount="220" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|384200-25568014/4329126474802115170/10222" HotelName="WELL AND COME BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12850000/12846300/12846221/752a47a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.99" OriginalAmount="220.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3936757" Longitude="2.1750787" StarRating="0" HotelCode="|124512" HotelName="Martina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bailen, 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/1/2/124512_d05a1980936.jpg</HotelPictures>
        <HotelDescription>SITUATION: Passeig de Gracia It is 10 minutes away from. ROOM: Guests can find rooms with WiFi, (free of charge), a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.63" OriginalAmount="221" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12193-25197880/4329126474802115170/12602" HotelName="H10 RACO DEL PI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/700000/695800/695737/438c3093_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393066" Longitude="2.173697" StarRating="2" HotelCode="94216|hostal_center_inn" HotelName="Hostel Barcelona Center Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 688, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/83/e38375218ae367ab9813f02e55f6e73eb17954c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40400888" Longitude="2.16938482" StarRating="4" HotelCode="633797|hotel_barcelona_1882" HotelName="Hotel Barcelona 1882" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Massage Centre,Restaurant,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Córsega, 482, Gràcia / Camp d'en Grassot i Gràcia Nova, 08025 - Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/6c/846c50ee579107fda177acf0d2019f2aafbf35e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 4 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.66" OriginalAmount="222" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|269732-28443423/4329126474802115170/5474" HotelName="BARCELONA APARTMENT GRAN DE GRACIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4970000/4966600/4966525/199f8571_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.79" OriginalAmount="222.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3833116" Longitude="2.1740128" StarRating="3" HotelCode="|11079" HotelName="H10 Racó del Pi Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ DEL PI 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/7/9/11079_6c9e12f1724.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, has 4 floors, 37 rooms, 3 single rooms and 34 double rooms. It has a reception area, a cloakroom and lifts. The establishment has a restaurant with air-conditioning. You are also offered internet, a medical care service and a laundry service. SITUATION: This historic, urban hotel is in the tourist centre of Barcelona. It is 5 minutes away from the historic centre. The establishment is 1.5 kilometres away from the beach. It is located 150 metres away from public transport services. Around the establishment, clients can find shops, boutiques, bars and restaurants. En marzo del 2002 este hotel fue declarado patrimonio cultural de la ciudad, ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a safety deposit box, a double bed and central heating. MEALS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380853969394" Longitude="2.1773699521495" StarRating="4" HotelCode="267001|45911" HotelName="Arai Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Avinyó 30, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/4c/194c6dc9689ddca6c7c6a62eeb5783ff48610a8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400339-28481759/4329126474802115170/4231" HotelName="C211 BARCELONA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400339/2024515125849618.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|384041-28501239/4329126474802115170/4948" HotelName="BOUTIQUE HOSTEMPLO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14690000/14689100/14689039/2334369e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.69" OriginalAmount="223" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15166-25199597/4329126474802115170/10855" HotelName="NH COLLECTION PODIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523400/523323/536e2af1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.12" OriginalAmount="223.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40121441" Longitude="2.17336446" StarRating="3" HotelCode="434899|3313495" HotelName="Hotel Boutique Hostemplo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pasaje Gaiola 19, Eixample, 08013 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/597996/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.49" OriginalAmount="223.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384727949703" Longitude="2.179170101881" StarRating="4" HotelCode="55110|1096258" HotelName="Mercer Hotel Boria Bcn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Boria 24-26, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ce/7ece40376340e601c713d03f5250bca73c839ae5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of Barcelona, close to the most popular districts, such as El Born or t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.50" OriginalAmount="223.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386437" Longitude="2.168343" StarRating="4" HotelCode="29329|103" HotelName="Catalonia Plaza Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bergara 11, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/39/ae393c9a78edef7b82369b263a0b88809af15195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the middle of the tourist centre. There are numerous shopping facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387451" Longitude="2.1681590000001" StarRating="1" HotelCode="295422|58360" HotelName="Ginebra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 1, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/24/ee2482f34920f493f8ac5753bbc08d682ac27f76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1400198-28543709/4329126474802115170/1619" HotelName="LICEU APARTMENTS BY GAIAROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101520000/101518900/101518873/324c2187_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.72" OriginalAmount="224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30567-32413912/4329126474802115170/2802" HotelName="PULITZER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1079800/1079729/3c20d9b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.402465168259" Longitude="2.1609979564487" StarRating="4" HotelCode="311327|barcelona_apartment_mila" HotelName="Barcelona Apartment Milà" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Mila i Fontanals 55, 08012 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e6/06e61e5637b20e7b9d42dd65a0cf0cbf5052ce15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.75" OriginalAmount="225" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608553-28468605/4329126474802115170/2131" HotelName="HOSTAL MARTINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/608553/201973132442265.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385429012406" Longitude="2.173975728836" StarRating="4" HotelCode="97668|catedral_bas_apartments_barcelona" HotelName="Catedral Bas Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Calle Duran I Bas 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/86/9686a80f6cda096cfaab89e7580c96d75bac1753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to Placa Catalunya, in the centre of the city and the old quarter. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.90" OriginalAmount="225.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3910655" Longitude="2.1583086" StarRating="3" HotelCode="|124387" HotelName="Lemar By Aspasios - Bcn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Enric Granados, 44 - Principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/7/124387_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This bed and breakfast hotel, has comfortable rooms, WiFi and a continental breakfast. SITUATION: This establishment, is in Eixample the district of Passeig de GrÃ cia 5 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379691719976" Longitude="2.142498986168" StarRating="4" HotelCode="26714|413607" HotelName="Nobu Hotel Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Roma 2-4, 08014 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/7a/7aa3a6399f01a8c5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated next to the exhibition centre, close to the main train station. Variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400260-28481715/4329126474802115170/5149" HotelName="ASPASIOS CITY OASIS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105580000/105576000/105575996/58625a59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16130-18964119/4329126474802115170/7367" HotelName="REGINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4900/4894/306998fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|264914-12636284/4329126474802115170/7486" HotelName="CATALONIA SQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8663500/8663467/b21a2e91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.78" OriginalAmount="226" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.728145" Longitude="100.511518" StarRating="5" HotelCode="0|675-27550269/4329126474802115170/7832" HotelName="GRAND HYATT BARCELONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>123 CHAROENNAKORN RD., KLONGSAN,BANGKOK 10600 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17400/17348/440a4c9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.30" OriginalAmount="226.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410356" Longitude="2.2191863" StarRating="4" HotelCode="|19053" HotelName="Leonardo Royal Barcelona Forum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taulat, 278</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/5/3/19053_9e2a2c00842.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby with a lift, a cafÃ©, a reception with safety deposit boxes and a currency exchange service. The establishment has a bar, a TV room, an Ã  la carte restaurant with air-conditioning and WiFi. It also has a conference room, internet, a car park and an indoor car park. There are many services available at the establishment, including room service and a laundry service. SITUATION: This conference hotel is in the commercial area, Diagonal Mar it is in In the surrounding area, you can find shops, restaurants, bars and public transport services. 500 metres away from the establishment, you can find the beach, is situated 20 kilometres away from the airport. ROOM: The modern rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a stereo, internet, a mini-bar, a double bed, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a jacuzzi, a sauna, a solarium, a Turkish bath, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.53" OriginalAmount="226.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38114" Longitude="2.18141" StarRating="4" HotelCode="|386035" HotelName="Duquesa Suites Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/3/5/386035_78a19d91108.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.81" OriginalAmount="227" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608463-25766292/4329126474802115170/10502" HotelName="YURBBAN RAMBLAS BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33020000/33013500/33013489/d01392f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.85" OriginalAmount="227.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.409773820358" Longitude="2.2185033559799" StarRating="4" HotelCode="29823|232416" HotelName="AC Barcelona Forum" 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,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo Taulat 278, 08019 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/06/8806db9a144b4cf46249e3e2cc6d12bfd71a02ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the shopping and exhibition centre quarter, Diagonal Mar, in Bar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.19" OriginalAmount="227.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3855822" Longitude="2.1742456" StarRating="0" HotelCode="|46051" HotelName="Catedral Bas Apartments by Aspasios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duran i Bas, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/1/46051_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel and was built in 2007. It has 12 rooms, 8 one or two bedroom apartments and with features that offer you the maximum level of comfort. The establishment has a kitchen with features that offer you the maximum level of comfort and a lift. Guests can enjoy internet and WiFi. SITUATION: Close to the establishment, clients can findCatalonia the Square of is situated in the city centre, the historic centre ,Las Ramblas, el Paseo de Gracia, La Sagrada Familia and el Museo Picasso in the surrounding area, there is 20 minutes away, clients can find La Barceloneta the beach it is situated 20 kilometres away from Barcelona Airport. ROOM: large, comfortable, bright apartments, a bathroom with a bath, They are equipped with a hairdryer, satellite or cable TV, internet, a kitchen with fridge, an oven and a microwave. It also offers a coffee maker, a kettle, an iron, an individual air-conditioning system, individual heating and a balcony or terrace. OBSERVATIONS: Ask about key collection please inform the hotel as to your estimated arrival time. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.29" OriginalAmount="227.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3846687" Longitude="2.1790544" StarRating="4" HotelCode="|26978" HotelName="Mercer House Bòria Bcn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE BORIA, 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/7/8/26978_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, renovated in 2005, has modern facilities, 4 floors and 12Â junior suites. The hotel with air-conditioning, has a lobby, with elevators, a reception with safety deposit boxes, a laundry service, WiFi and a car park. SITUATION: It is inBarcelona the heart of it is near the tourist attractions, 10 minutes away, guests can find the sea, the harbour situated 15 kilometres away fromBarcelona Airport. ROOM: All the rooms have a king-size bed, a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, internet, a radio, a safety deposit box (available for a fee), a mini-bar, a kettle, a coffee maker and an ironing board. suites, have a kitchen, fully-equipped, a fridge and a microwave. Guests also have at their disposal a balcony with beautiful views. FACILITIES: Outdoors, guests have access to a sunbathing terrace. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.88" OriginalAmount="228.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396901" Longitude="2.192373" StarRating="4" HotelCode="|11055" HotelName="Sallés Pere Iv" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE PALLARS 128-130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/5/5/11055_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is perfect for business and holiday stays, has a business centre and a spa. SITUATION: This hotel is in district 22, Port Olimpic it is located close to Where you can find the beaches, shopping centres, restaurants and cinemas. It has excellent transport links to Barcelona the Convention Centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.23" OriginalAmount="228.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.41151" Longitude="2.136423" StarRating="0" HotelCode="|44083" HotelName="Abac Restaurant and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AV. DEL TIBIDABO 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/3/44083_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building, renovated in 2008, has 15 standard rooms, has a restaurant and a lovely garden. This establishment with air-conditioning, has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a bar, a pub, conference rooms, internet and WiFi. The establishment offers room service, a laundry service, a car park and a covered car park. SITUATION: This hotel is in SarriÃ -Sant Gervasi, about 5 minutes away (by car) from PlaÃ§a Catalunya and 700 metres away from El Museo de la Ciencia. Is 2 kilometres from el Parc GÃ¼ell de GaudÃ­ and el Quadrat dOr. It is 3 kilometres from convention centre. Is 12 kilometres from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.25" OriginalAmount="228.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386784" Longitude="2.166618" StarRating="4" HotelCode="30224|370385" HotelName="H10 Universitat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Universitat 21, Barcelona Centro, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b5/12b571a6a83d7e85ecc20533236ac5576b59fad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located directly in Barlceona's tourist centre. Scores of celebrated attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.75" OriginalAmount="228.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3935954" Longitude="2.1625578" StarRating="4" HotelCode="|11030" HotelName="Condes De Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSEIG DE GRACIA 73-75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/3/0/11030_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, Passeig de GrÃ cia it is in In front of. HOTEL:, has an outdoor pool and fantastic views. ROOM: It has contemporary style rooms. RESTAURANT: The establishmnet also offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392629095528" Longitude="2.1750564979332" StarRating="4" HotelCode="145695|casp_74_apartments" HotelName="Casp 74 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Casp 74, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/aa/b7aa2c5c5fb639885271478f8932ea98561b76fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.410583933148" Longitude="2.136482053378" StarRating="5" HotelCode="97667|abac_restaurant__hotel" HotelName="Abac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Del Tibidabo 1, 08022 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/06/520671a04967593f73430df129be6e19f86c0f55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sarria-Sant Gervasi, in the upper zone of Barcelona, with views of Placa Ke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.00" OriginalAmount="229.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3941619" Longitude="2.1608547" StarRating="3" HotelCode="|124523" HotelName="Circa 1905" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Provenza, 286, Principal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/2/3/124523_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This small hotel is in a modern building, Passeig de Gracia 50 metres away from. HOTEL: This hotel has a reception and rooms with WiFi, (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.02" OriginalAmount="229.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387849" Longitude="2.153254" StarRating="0" HotelCode="|47563" HotelName="Barcelona Apartment Villarroel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VILLARROEL 163</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/6/3/47563_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has smart apartments. SITUATION: The establishment, is in Eixample the city centre of the Mercat del Ninot near the establishment, you will find in the surrounding area, there is public transport stops. ROOM: The establishment has suites with kitchen fully-equipped, a bathroom, a living room with a sofa-bed, an air-conditioning system, heating, a television and a dining room. OBSERVATIONS: Check-in is at 14:00 check-out is at 11:00 please inform the hotel as to your estimated arrival time ask about key collection credit card will be requested upon the arrival ask for the cleaning service. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.02" OriginalAmount="229.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39368" Longitude="2.16464" StarRating="0" HotelCode="|162351" HotelName="Barcelona Apartment Val" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/3/5/1/162351_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Barcelona (El Ensanche) it is in Barcelona (El Ensanche) Close to, and. ROOM: The establishment has 5 rooms with an air-conditioning system, a kitchen with fridge, a ceramic hob, a television, WiFi (free of charge), a safe, a sitting area and cots (available on request). FACILITIES: Guests are offered a swimming pool (seasonal), WiFi (free of charge), tourist information and ticket sales.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.27" OriginalAmount="229.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397066" Longitude="2.15836" StarRating="3" HotelCode="|450372" HotelName="BE MATE PASEO DE GRACIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASEO DE GRACIA 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/7/2/450372_73dec071423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.400633" Longitude="4.893757" StarRating="2" HotelCode="0|564956-25715772/4329126474802115170/14859" HotelName="CIRCA 1905 BOUTIQUE BANDB" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>28 NDSM-Plein 28, Amsterdam, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4540000/4533300/4533290/f8dc9c51_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with **reduced service**: Fitness Center, Breakfast, On-site Restaurant(s), Room Service.Boasting a peaceful waterfront location, contemporary design, inviting guest rooms and fantastic business and leisure amenities; the DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf hotel is the perfect base for guests who want to easily experience the cosmopolitan city of Amsterdam, but avoid the frenetic pace of the bustling city center.

Feel at home in a comfortable and contemporary guest room at this Amsterdam hotel. Enjoy modern facilities and amenities including complimentary WiFi, air-conditioning, an LED TV, a powerful rain shower, and a plush bed. Upgrade to a suite for a larger room, bed and bathroom, and wonderful views of the waterfront.

Energize with the latest cardio, resistance and weights equipment in the complimentary 24-hour fitness center. Relax beside the open fireplace with a bespoke cocktail or a glass of beer, and savor Dutch specialties and international favorites as you admire local artwork in Brasserie &amp;amp; Bar Smederij.

Make updates to your presentation, or print your boarding pass in the complimentary 24-hour business center. Host a meeting, training event or celebration for up to 100 guests at this Amsterdam hotel in our bright, modern meeting room, which features state-of-the-art A/V equipment. We look forward to welcoming you at check-in with a signature, warm chocolate chip cookie.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38112496" Longitude="2.18148182" StarRating="4" HotelCode="492281|duquesa_suites_barcelona" HotelName="Duquesa Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Antonio López 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ba/02ba1800c700f89e8dea0fd28c0fadaf22eef372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.02" OriginalAmount="231.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3797513" Longitude="2.1424702" StarRating="5" HotelCode="|10996" HotelName="Nobu Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AVENIDA ROMA 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/9/6/10996_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 23 floors, 272 rooms, 259 double rooms and 13 suites. In the entrance, guests are offered a lobby with elevators, a reception, a currency exchange service and a business centre. Guests are also offered a theatre, a conference room, a car park and indoor parking. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, Guests can also use internet, room service and the launderette. SITUATION: This luxurious hotel is close to the exhibition centre, close to the establishment, guests have the railway station, 500 metres away, guests will find shops, is situated only a few minutes walk away from Sants the metro station of. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a stereo, satellite or cable TV, a radio, internet, a mini-bar, a double bed, a safety deposit box and heating. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a sauna, a solarium and a steam bath. The establishment also offers a massage service and a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.29" OriginalAmount="231.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389300023999" Longitude="2.166201621294" StarRating="4" HotelCode="32437|35804" HotelName="NH Collection Barcelona Gran Hotel Calderón" 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,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 26, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/66/9466dfa69c14fb0c0b9dad80c093417899ce4ef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Plaza de Cataluña in Barcelona's business district. There are shops, boutiqu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.96" OriginalAmount="232" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|466313-28564062/4329126474802115170/2343" HotelName="ROOM MATE COLLECTION GERARD, BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17840000/17839100/17839010/105007ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|201406-28443692/4329126474802115170/3921" HotelName="ASPASIOS 42 RAMBLA CATALUNYA SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8430000/8421700/8421620/0680045d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.99" OriginalAmount="233" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|452786-25624443/4329126474802115170/11961" HotelName="APARTMENTS RAMBLAS 108" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17450000/17447700/17447689/122f872e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.99" OriginalAmount="233.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378439294667" Longitude="2.1736663030758" StarRating="4" HotelCode="147620|feel_at_home_barcelona" HotelName="Palou Suites Ramblas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou de la Rambla 15, 08001 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/eb/4eeb13e82d8048191bf183330ecd34d83acd048d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.50" OriginalAmount="233.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378585" Longitude="2.173933" StarRating="4" HotelCode="|227909" HotelName="Aspasios Las Ramblas Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Nou de la Rambla, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/9/0/9/227909_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|83333-25252032/4329126474802115170/9557" HotelName="MELIA BARCELONA SKY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1860000/1858100/1858026/db612200_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.69" OriginalAmount="234.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3970127" Longitude="2.1587706" StarRating="3" HotelCode="|73094" HotelName="Passeig De Gracia " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/0/9/4/73094_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Passeig de Gracia It is situated in does not have a reception, This aparthotel is rated 3 stars and la Pedrera, la Casa BatllÃ³ and la PlaÃ§a Catalunya it is close to It has one-bedroom apartments with a living room-bedroom and with a sofa-bed. It also has three-bedroom apartments with a living room-bedroom and with a sofa-bed.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|563660-28550672/4329126474802115170/5269" HotelName="MY SPACE BARCELONA EXECUTIVE APARTMENTS CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16430000/16423200/16423159/0c9ce3c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3936491" Longitude="2.1647232" StarRating="4" HotelCode="154463|barcelona_apartment_val" HotelName="Barcelona Apartments Val" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>València 284, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/28/7128a852e1c8236245710554c21f151538457028.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387824225558" Longitude="2.1532007786288" StarRating="3" HotelCode="142338|villarroel_apartments_barcelona" HotelName="Villarroel Barcelona Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Villarroel 163, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ef/03efbadb283daa015e323575cee4dd5f170ccf18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Eixample, one of the city's most prestigious areas, the apartments are near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.09" OriginalAmount="236.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.425644" Longitude="2.1208207" StarRating="0" HotelCode="|11087" HotelName="METT Barcelona GL - A Leading Hotel of the World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CTRA DE VALLVIDRERA AL TIBIDABO 83-93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/8/7/11087_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel was built in 1925 and renovated in 2003. It is situated in a big garden area. It has 74 rooms, 6 floors, 51 double rooms and 23 suites. In the entrance, you can find a lobby with a lift, a reception with safety deposit boxes, a currency exchange service and a cloakroom. Guests have access to a cafÃ©, a shop, a hairdresser's, a bar, a nightclub, a games room, a TV room, an Ã  la carte restaurant with air-conditioning and a bar. The establishment offers a conference room and internet. Guests also have access to room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This luxurious hotel is just 7 kilometres away from the city centre, shops, bars and restaurants. The establishment offers a transfer service to the city centre free of charge. 15 kilometres away, you can find the beach. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, a radio, internet, a mini-bar, a double bed, an air-conditioning system, a central heating system and a safety deposit box. FACILITIES: Clients can enjoy a covered pool, a swimming pool with deck chairs and parasols. The establishment has a sauna, a solarium, a steam bath and a gym. Guests are offered a massage service. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.34" OriginalAmount="236.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391610087159" Longitude="2.1593070030212" StarRating="4" HotelCode="55749|386875" HotelName="Barcelona Center" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Balmes 103, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/80/0b80a60368ad4f97288eaac557ef0a7d0a917bfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Barcelona at the crossroads of Calle Balmes and Calle Mallorca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.85" OriginalAmount="236.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3931598" Longitude="2.161596" StarRating="4" HotelCode="|50091" HotelName="Alexandra Barcelona , Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca, 251</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/9/1/50091_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 116 rooms, a reception, cleaning service at check-out, a concierge, a currency exchange service, WiFi (free of charge), meeting rooms, a business centre, a restaurant, a bar, a fitness centre, a wellness centre, a library, bicycle rental, a car hire desk and a car park (for a fee). The establishment offers facilities for people with reduced mobility. SITUATION: This hotel is in the centre of Barcelona. It is located between Passeig de Gracia and la Rambla de Catalunya. 10 minutes away from the establishment, guests will find PlaÃ§a Catalunya, la Sagrada Familia and Las Ramblas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.11" OriginalAmount="237" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|614-25183483/4329126474802115170/8326" HotelName="ALEXANDRA BARCELONA, CURIO COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/530100/530031/a17912f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.389234" Longitude="2.172621" StarRating="4" HotelCode="|122149" HotelName="H10 Urquinaona Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>plaza urquinaona 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/4/9/122149_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, a gym, a terrace with a swimming pool, views of the city and 3 meeting rooms. SITUATION: This establishment, la Plaza Urquinaona it is in it is in Barcelona the centre of. ROOM: Each room has an individual air-conditioning system, a flat-screen television, international channels, a safety deposit box and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380631993723" Longitude="2.1744594871025" StarRating="3" HotelCode="101131|mh_apartments_opera_rambla" HotelName="Aspasios Plaza Real Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ferran 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/25/b225bd81947097cd09e8df867505cbd1f64a38fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are located in the heart of Barcelona next to the famous Ramblas and just 50 m from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.44" OriginalAmount="237.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392983" Longitude="2.164545" StarRating="4" HotelCode="30251|1428828" HotelName="SixtyTwo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 62, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/2c/372c4083b5c514010e6ba2c481f24209f7fc5f72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, stylish and comfortable hotel is hidden away behind a 1930's town house. It is located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.75" OriginalAmount="237.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3829497" Longitude="2.171705" StarRating="5" HotelCode="|71642" HotelName="Hotel Bagues, A Small Luxury Hotels Of The World" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LA RAMBLA 105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/6/4/2/71642_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a museum. SITUATION: This 5 star hotel is in Las Ramblas, is in the Gothic Quarter, in the surrounding area of the establishment, guests can find the cultural area, museums, the shopping area and the cathedral. Next to the establishment, customers can find the Gran Teatre del Liceu the Museum of Contemporary Art and the cathedral. ROOM: The establishment has 31 luxurious rooms. Some rooms have city views.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.83" OriginalAmount="237.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3821401" Longitude="2.1731749" StarRating="0" HotelCode="|73856" HotelName="Apartments Ciutat Vella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>D'EN ROCA 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/8/5/6/73856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, yet traditional style building, has apartments, with a kitchen, a television and WiFi. SITUATION: the Gothic Quarter Is situated in Las Ramblas it is close to next to the establishment, clients can find cultural centres, entertainment areas ,PlaÃ§a del Pi, MACBA, CCCB and el Teatre del Liceu in the surrounding area of the establishment, clients can find in the surrounding area, clients have the cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38312" Longitude="2.1635229999999" StarRating="3" HotelCode="38705|5443" HotelName="BCN Urban Hotels Gran Ronda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ronda de San Antonio 49, 08011 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/e6/d4e630bedaa765ecc1842c79ff56319a0ba8ef42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Barcelona, only a few minute's walk from Plaza Cataluña a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.14" OriginalAmount="238" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|36579-25218997/4329126474802115170/11235" HotelName="MARINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1064500/1064431/6cd727dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.78" OriginalAmount="238.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4197864" Longitude="2.1571527" StarRating="0" HotelCode="|124506" HotelName="AB Park Güell-Gaudi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/0/6/124506_1.jpg</HotelPictures>
        <HotelDescription>FACILITIES: Guests are offered a gym (free of charge). SITUATION: This establishment, is in a quiet residential area, a 10-minute walk away from GÃ¼ell park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.17" OriginalAmount="239" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9403-21395307/4329126474802115170/6145" HotelName="GAUDI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1468200/1468187/d77e7545_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.18" OriginalAmount="239.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386754492654" Longitude="2.1841171557503" StarRating="4" HotelCode="113147|1026128" HotelName="K+K Hotel Picasso El Born" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/eb/eb0ba2e926821356/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this boutique hotel is about 1.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.23" OriginalAmount="241" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="38.789876" Longitude="20.613687" StarRating="4" HotelCode="0|255863-28445016/4329126474802115170/4379" HotelName="CA LA MARIA BED AND BREAKFAST BARCELONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Ag. Nikitas</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26960000/26955700/26955603/6bde1bbc_b.jpg</HotelPictures>
        <HotelDescription>Pantheon Villas opened in 2003 and extended in 2008/2009 and consists of several low rise buildings with 19 maisonettes.
The hotel offers parking, fresh water pool with small children?s section, sun terrace, sun beds and umbrellas. pool bar.
All maisonettes have living room with sofa bed, TV and open plan kitchenette, bathroom with shower, WC,  wooden stairs lead to the upper floor with one bedroom and bathroom with bathtub or shower, WC, air conditioning and terrace.


**Important: Please advise arrival time, especially if arrival is outside 08:00 - 20:00 o`clock!**

Address: 31080 Ag. Nikitas, Lefkas, Greece. Set on a hillside, enjoying view over the Ionian Sea. Near the village of Aghios Nikitas (approx. 3 km) and the traditional village Kalamitsi. Lefkas town is in a distance of approx. 17 km and the sandy beach of Kathisma about 3 km.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394099" Longitude="2.159655" StarRating="4" HotelCode="408692|murmuri_residence_2" HotelName="Murmuri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/a8/01a882cf3aa89235e23fd2c6f5d96a42bdc9944f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Barcelona, in the district of Eixample, beside the Passei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.08" OriginalAmount="242.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397764" Longitude="2.1611175" StarRating="4" HotelCode="|428935" HotelName="Seventy Barcelona" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/9/3/5/428935_7038ac71828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.49" OriginalAmount="243.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382174129188" Longitude="2.1730908751488" StarRating="3" HotelCode="143706|1893955" HotelName="Ciutat Vella Apartaments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Carrer D'en Roca 8, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/62/086209d9fad9407c99c49779a868c7c775e4bda7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the Gothic Quarter, this apartment hotel is close to Las Ramblas and the main c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.31" OriginalAmount="243.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3938349" Longitude="2.1119468" StarRating="4" HotelCode="|70471" HotelName="Sansi Pedralbes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PASSATGE PEARSON, 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/4/7/1/70471_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 65 rooms, They have a safety deposit box service, a minibar, a TV, WiFi and internet. The establishment offers guests meeting room, a restaurant, a spa with a heated pool, with hydromassage shower, a sauna, chromotherapy and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.31" OriginalAmount="243.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3939744" Longitude="2.1595144" StarRating="4" HotelCode="|57675" HotelName="Murmuri Residence Mercader" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passatge de Mercader, 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/6/7/5/57675_8c4d3d71012.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, was opened in 2008. SITUATION: Is situated inBarcelona the city centre of Eixample it is in Passeig de GrÃ cia close to the establishment, clients can find close to the establishment, guests have the commercial area, the cultural area ,Avinguda Diagonal, Las Ramblas and the Sagrada Familia It is a few minutes walk away from in the surrounding area of the establishment, guests can find shops, boutiques, restaurants, terraces and public transport stops. ROOM: Clients are offered 53 inviting, soundproofed rooms, fully-equipped, an air-conditioning system and heating. They have a television with international channels, a safety deposit box, a mini-bar, a desk, WiFi and a hairdryer. FACILITIES: Outdoors, clients have access to a solarium, deck chairs and parasols., a gym, a swimming pool and a solarium. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast, restaurant with Asian cuisine and the bar Marfil with terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.32" OriginalAmount="244" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382752466645" Longitude="2.1714753278537" StarRating="5" HotelCode="167326|36159" HotelName="Hotel Bagués" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 105, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/aa/afaaac496fbdac7eba52447d9b34cb95aded0754.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Gothic Quarter, the hotel is a 5-minute walk from Barcelona Cathedral. Just 300 m aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="252.35" OriginalAmount="245" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|608611-25766506/4329126474802115170/14256" HotelName="MILÀ APARTAMENTOS BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8390000/8384000/8383920/b37ef50a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.85" OriginalAmount="245.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3798067" Longitude="2.1805282" StarRating="4" HotelCode="|19056" HotelName="Duquesa De Cardona 4 Sup By Duquessa Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE COLOM, 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/5/6/19056_3896ec51752.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2003, is in a historic building, has 40 rooms, a lobby with an elevator, a reception with a bureau de change and a cloakroom. The establishment boasts a cafÃ©, a bar, a television room, an Ã  la carte restaurant with air-conditioning, with highchairs, a conference room and WiFi (free of charge), There are many services available at the establishment, including room service and a laundry service. SITUATION: Passeig de Colom Is situated in it is in the historic centre, Las Ramblas nearby, you will find You can find restaurants, bars, a public transport stop, shops and the tourist area. 1,5 kilometres away, you can find the beach. ROOM: The stylish rooms, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, internet (free of charge), a double bed, fitted carpets, a safety deposit box, individual heating, individual air-conditioning and pillow menu. FACILITIES: On the rooftop, you can find a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.38" OriginalAmount="246" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400741-28481972/4329126474802115170/3657" HotelName="THE STREETS APARTMENTS RAMBLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400741/2024521111322191.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.35" OriginalAmount="246.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384767192025" Longitude="2.1744199097156" StarRating="4" HotelCode="145736|125310" HotelName="Catalonia Catedral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer dels Arcs 10, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/24/6e246b297047d840d748cc016e591bc45739eb73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Barcelona, in the heart of Barcelona's Gothic Quarter, near th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51841-25228243/4329126474802115170/12752" HotelName="BORIA BCN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1159000/1158961/797521f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.41" OriginalAmount="247" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608451-25766276/4329126474802115170/14860" HotelName="BEMATE BCN PG115" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36850000/36846300/36846277/f0a4290c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3860981" Longitude="2.17544305" StarRating="4" HotelCode="603607|h10_madison" HotelName="H10 Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/0f/0f0f8825b402669fc3cd4425c40d0164fdc57ef7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a restaurant for a comfortable and relaxing stay. Wireless internet access (no ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.20" OriginalAmount="249.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.413644" Longitude="2.134892" StarRating="5" HotelCode="|438530" HotelName="Boutique Mirlo Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda del Tibidabo 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/8/5/3/0/438530_0ad49491554.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.53" OriginalAmount="251" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1356302-26650093/4329126474802115170/12664" HotelName="ANTIGA CASA BUENAVISTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/68000000/67610000/67600300/67600210/dad3dbfa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.43" OriginalAmount="251.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3867468" Longitude="2.1840345" StarRating="4" HotelCode="|122331" HotelName="Miiro Borneta  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Picasso 26-30 08003 Barcelona Spain</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/3/3/1/122331_5d3c8431957.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in front ofla Ciutadella the Palace of the establishment, is in Born the district of close to the establishment, clients can find Picasso the museum La Rambla 10 minutes away from the establishment clients have. ROOM: The rooms have bath or shower, a WC, a hairdryer, a direct line telephone, a satellite television, a coffee maker, a safe and a mini-bar. FACILITIES: The establishment boasts a swimming pool, a restaurant, a bar, a snack bar and a swimming pool. The establishment also offers a business centre, conference equipment, internet zone and a car park (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.54" OriginalAmount="252.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.372680443464" Longitude="2.1550074219704" StarRating="4" HotelCode="12520|368675" HotelName="Crowne Plaza Barcelona - Fira Center" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Rius i Taulet 1-3, 08004 Barcelona, Costa Brava</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/15/7f151de19b751e05a615f2bb3c99cf1c7c20856d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located in the centre of Barcelona on the famous Plaza España, near the well-k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.62" OriginalAmount="254" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599769-32722000/4329126474802115170/14082" HotelName="OLALA VIBE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112780000/112775700/112775627/f5dcae45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.71" OriginalAmount="257" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|32827-32718329/4329126474802115170/15059" HotelName="CASA CONSELL GRAN VIA, GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122230000/122227300/122227296/b6e0a3c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.82" OriginalAmount="257.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3775122" Longitude="2.1779967" StarRating="0" HotelCode="|369407" HotelName="Nilo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/4/0/7/369407_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.64" OriginalAmount="257.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3902069" Longitude="2.1720297" StarRating="2" HotelCode="|124367" HotelName="Violeta Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Caspe, 38</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/6/7/124367_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique guest house, is in Eixample District Plaza CataluÃ±a 300 metres away from 200 metres away from Urquinaona the underground station of. ROOM: The rooms have an air-conditioning system, Some rooms have a balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="265.74" OriginalAmount="258" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|429746-25603248/4329126474802115170/12529" HotelName="DUQUESA SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15710000/15701100/15701002/d2fe9a74_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.377528763638" Longitude="2.1780028503101" StarRating="1" HotelCode="322044|257260" HotelName="Hostal Nilo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Josep Anselm Clav 17, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/2e/c02e1011530d9f36614a52a8c5a20bb2beb2635f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.77" OriginalAmount="259" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|108569-25282560/4329126474802115170/9296" HotelName="ABAC BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2220000/2215700/2215674/bb6b91b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.01" OriginalAmount="259.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404276" Longitude="2.170084" StarRating="4" HotelCode="|218748" HotelName="Radisson Blu 1882 Hotel, Barcelona Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ CORSEGA, 482</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/4/8/218748_4d1869a0857.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.53" OriginalAmount="259.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.425712195699" Longitude="2.1208360791206" StarRating="5" HotelCode="26035|958705" HotelName="Gran Hotel La Florida" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ctra. Vallvidrera al Tibidabo, 83-93, 08035 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e9/76e9165f09b736b354acc7d17b4823b780768d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel lies about 7 km outside of the centre with its array of shops, restaurants and bars...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39703674" Longitude="2.15839948" StarRating="4" HotelCode="638359|277381" HotelName="Hotel Nomads Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 115, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|646-18985848/4329126474802115170/512" HotelName="INTERCONTINENTAL BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28300/28279/873ab8fa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|184557-28501700/4329126474802115170/3817" HotelName="CIUTAT VELLA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2536200/2536174/bc0e18a1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28747-25208923/4329126474802115170/8757" HotelName="LEONARDO ROYAL HOTEL BARCELONA FORUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1109800/1109735/e5b1a8ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.80" OriginalAmount="260" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="30.430588" Longitude="-88.897682" StarRating="4" HotelCode="0|175392-25353233/4329126474802115170/15036" HotelName="BORNETA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10221 Rodriguez Street, Diberville, 39540, MS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104340000/104330300/104330231/04b61623_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Extended stay. Property Type: Extended stay. Total rooms: 131. Floors: 3. Property description- Travel with confidence at the Suburban Extended Stay Hotel Biloxi North Area in Dlberville, MS located off Interstate 110. This pet-friendly hotel is near destinations like the Mississippi Gulf Coast, Beau Rivage Casino, Hard Rock Casino Biloxi, Mardi Gras Museum and Grand Biloxi Casino and Keesler Air Force Base. Enjoy amenities like free WiFi, fitness center, copy and fax services and weekly housekeeping services. Spacious rooms include a flat-screen TV, well-equipped kitchen, hair dryer, iron and ironing board. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Front Desk Hours 7am-11pm. Weekly Housekeeping. Daily housekeeping available upon request. Pet accommodation 50.00 usd per pet, per stay. Pet limit Max 2 pets per room up to 25 lbs.. Onsite facilities information- ParkingHotel Currency: USD. Additional Phone Numbers: Voice - Brand reservations office: 800660-6246. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.80" OriginalAmount="260.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391786590177" Longitude="2.1657532423246" StarRating="3" HotelCode="336536|margot_house" HotelName="Hotel Margot House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia 46, Principal, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/aa/eeaa98064a2d8c2e695599c7b6324586271345f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.56" OriginalAmount="260.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3860302" Longitude="2.1680247" StarRating="4" HotelCode="|10988" HotelName="Regina Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bergara, 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/9/8/8/10988_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2006, has 99 large rooms and is ideal for holidays or business trips, The establishment boasts meeting facilities. SITUATION: This establishment, Plaza CataluÃ±a it is in it is in Barcelona the centre of Where you can find, and. OBSERVATIONS: Check-in is from 14:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.45" OriginalAmount="261.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4062176" Longitude="2.200961" StarRating="5" HotelCode="284768|992575" HotelName="The Level at Meliá Barcelona Sky" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Lope de Vega 141-147, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/87/e2870ac58d8a7a92d3882304252d838cf0e2248f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 800 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396162" Longitude="2.160916" StarRating="5" HotelCode="75452|22624" HotelName="Sir Victor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rossello 265, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/fd/e7fd91f5fede398a9b56e992b3dc65374c69be00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a privileged address on the Passeig de Gràcia, Barcelona's most stylish and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|564053-25715328/4329126474802115170/12503" HotelName="VILLARROEL APARTMENTS BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6130000/6121700/6121663/eee1532a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|453221-25624649/4329126474802115170/13469" HotelName="PALOU SUITES - MERCADER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15560000/15551600/15551525/970cbc3f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="269.86" OriginalAmount="262" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599500-25752387/4329126474802115170/14102" HotelName="COOLROOMS MALDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29320000/29311300/29311264/96cf9c30_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.99" OriginalAmount="262.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38922" Longitude="2.17647" StarRating="4" HotelCode="|241601" HotelName="Yurbban Passage &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Trafalgar 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/6/0/1/241601_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.70" OriginalAmount="263.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3735605" Longitude="2.1673784" StarRating="0" HotelCode="|124246" HotelName="Barcelona Fifteen Luxury Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fontrodona, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/4/6/124246_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, la avenida del Paralelo it is 300 metres away from the metro station. ROOM: The establishment has modern rooms, with air-conditioned, WiFi (free of charge) and flatscreen cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.92" OriginalAmount="264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|859727-28566532/4329126474802115170/1234" HotelName="LEMAR BY ASPASIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102390000/102384400/102384340/b7809d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.92" OriginalAmount="264" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1372214-27714885/4329126474802115170/9595" HotelName="LIBERE BARCELONA SANT ANTONI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1525700/1525690/5972aa6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.21" OriginalAmount="265.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3970553" Longitude="2.1583594" StarRating="3" HotelCode="427535|392022" HotelName="Passeig de Gràcia Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Housekeeping,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia, 115, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/ee/5cee15fe71203f4e4de8ddc694721e9bbf4cd989.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely apartment is situated in Paseo de Gracia. Situated within 500 metres from the town centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608596-28543732/4329126474802115170/1090" HotelName="LA ROSA BY THE STREETS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29700000/29699200/29699103/1b1145f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.98" OriginalAmount="266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39627566" Longitude="2.16218674" StarRating="4" HotelCode="498549|h10_casa_mimosa" HotelName="H10 Casa Mimosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 179, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/90/b1904e2e646c0a4b4fcf093e6b29898691b35400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.04" OriginalAmount="266.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3810268" Longitude="2.1750139" StarRating="2" HotelCode="|11108" HotelName="Adagio Gastronomic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE FERRAN 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/8/11108_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Gothic Quarter it is in is situated in the city centre, Close to and the tourist area, In the surrounding area, you can find cafÃ©s, restaurants, boutiques, shopping centres, bars, pubs and nightclubs. it is close to public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.00" OriginalAmount="266.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403883" Longitude="2.190157" StarRating="4" HotelCode="35603|35824" HotelName="The Gates Diagonal Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205, 08018 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/45/61453e97c02de151d62ca89bf57185d9e14e0ccb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located next to Plaza de las Glorias. The Auditori concert hall, the Catalun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390224" Longitude="2.1719820000001" StarRating="2" HotelCode="295436|violeta_boutique" HotelName="Violeta Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Casp 38, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/8c/c78cd2396d2862ef399d9575ca35df282e2f532d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.10" OriginalAmount="270" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|140195-25316404/4329126474802115170/10932" HotelName="APARTAMENTOS CASP74" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2970000/2964100/2964028/ab2bb595_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3913458" Longitude="2.16838113" StarRating="4" HotelCode="429484|paseo_de_gracia_bas_apartments_barcelona" HotelName="Paseo de Gracia Bas Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Massage Centre,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Diputacio 268, Barcelone 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/d8/1bd8abf1c9ed5420931b7aaf644667cb78c0e1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Paseo de Gracia Bas Apartments Barcelona, you'll be centrally locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38890514" Longitude="2.17614493" StarRating="4" HotelCode="592531|yurbban_passage_hotel_spa" HotelName="Yurbban Passage Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Trafalgar 26, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/83/f583c26bab2776609ce1b3e96f9a8093e8e0bc28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108645-28562373/4329126474802115170/3780" HotelName="UMA SUITES LUXURY MIDTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1790000/1784900/1784827/eb91243e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|16147-25199678/4329126474802115170/8819" HotelName="NH COLLECTION GRAN CALDERON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523278/9edf754a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392629265757" Longitude="2.1674756705761" StarRating="5" HotelCode="166947|renaissance_barcelona_hotel" HotelName="Renaissance Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 122, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14793d9450cc3783dd17aa0ba81032655a256c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern designer hotel is centrally located near to Plaça de Catalunya. It is 15 minutes on foot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383782" Longitude="2.170966" StarRating="5" HotelCode="302587|le_meridien_barcelona" HotelName="Le Meridien Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>La Rambla 111, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/2e/d42e50d3b20cb1f46073f013e7ac0995cb2c62d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is ideally situated at the heart of the city of Barcelona's artistic an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.89" OriginalAmount="272.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40014" Longitude="2.19622" StarRating="0" HotelCode="|452356" HotelName="Aspasios Poblenou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Pallars, 171</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/5/6/452356_e30fd711151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.19" OriginalAmount="273" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|334220-25527449/4329126474802115170/9990" HotelName="MARGOT HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10590000/10580400/10580305/32c91970_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.27" OriginalAmount="273.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4072627" Longitude="2.1463314" StarRating="0" HotelCode="|124374" HotelName="My Space Barcelona Guell Terrace Center  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ballester, 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/7/4/124374_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Park GÃ¼ell it is situated 15 minutes walk away from a 5-minute metro ride away from Barcelona the old town of. APARTMENTS: Guests are offered attic apartment and with WiFi available at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.32" OriginalAmount="273.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3830525" Longitude="2.1636479" StarRating="0" HotelCode="|26442" HotelName="Líbere Barcelona Sant Antoni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Antoni 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/4/2/26442_4536ce60841.jpg</HotelPictures>
        <HotelDescription>SITUATION: This urban hotel, l'Eixample it is in Close to and. La Pedrera it is near, the harbour, the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|175467-25353473/4329126474802115170/8183" HotelName="BAGUES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3960000/3957300/3957300/9d904ee5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38487116" Longitude="2.18448236" StarRating="0" HotelCode="953036|pension_portbou" HotelName="Pension Port Bou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Calle Comerc 29, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/4d/2a4d1ddf42ece0dce10580c5add409fd7fb2f1cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.58" OriginalAmount="279.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3999045" Longitude="2.1521368" StarRating="0" HotelCode="|124240" HotelName="Enjoybcn Patio de Gracia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/2/4/0/124240_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge) and a swimming pool. SITUATION: This establishment, GrÃ cia it is located between, Avinguda Diagonal and Passeig de Gracia it is situated 10 minutes walk away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.388024" Longitude="2.1731556" StarRating="4" HotelCode="320136|h10_cubik" HotelName="H10 Cubik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 69, Barcelona Centro, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/d5/b4d5886ae34b728894416f53a2e8b4dec75fd39d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Barcelona, this hotel is approximately 2.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.86" OriginalAmount="280.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4039351" Longitude="2.1901174" StarRating="4" HotelCode="|20553" HotelName="The Hoxton Poblenou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/5/3/20553_c95a3920657.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel was built in 2004 9 floors, 240 rooms, 20 suites and 220 double rooms. In the establishment entrance, guests will find a hall with a lift, a reception, a currency exchange service and a safety deposit box service. The establishment boasts a cafÃ©, an Ã  la carte restaurant with air-conditioning, conference rooms and WiFi. The establishment offers guests room service, a laundry service, a medical care service and a car park. SITUATION: This exclusive hotel is near GlÃ²ries the Square of Torre Agbar is situated in it is situated only a few minutes walk away from Auditori AXA the Congress Centre Teatro Nacional de CataluÃ±a near the establishment, you will find the international congress centre, 1000 metres away from the establishment, clients can find restaurants, bars, nightclubs and pubs. in front of the establishment, guests have a public transport stop, 1500 metres away from the establishment, guests can find the beach. ROOM: The stylish rooms, have a bathroom and a hairdryer. Are also furnished with a direct line telephone, a satellite or cable television, internet, a mini-bar, a double bed, fitted carpets, a central air-conditioning system and central heating. FACILITIES: Outdoors, clients can enjoy a swimming pool. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.21" OriginalAmount="280.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3810725" Longitude="2.1773956" StarRating="0" HotelCode="|156507" HotelName="Sol y K" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cervantes, 2, Ciutat Vella</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/5/0/7/156507_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi. SITUATION: This establishment, la Plaza Reial it is 200 metres away from Jaume I it is situated 300 metres away from la Seu 400 metres away, guests can find Barcelona Cathedral Barcelona-El Prat it is situated 12 kilometres away from. ROOM: The rooms have a bathroom with a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.85" OriginalAmount="283.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4054454" Longitude="2.171246" StarRating="3" HotelCode="|369454" HotelName="Suite Place Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corsega 518, 1-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/9/4/5/4/369454_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.40" OriginalAmount="284.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3929636" Longitude="2.1644106" StarRating="4" HotelCode="|11092" HotelName="Sixtytwo Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/9/2/11092_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has rooms and suites. In the establishment entrance, guests will find a lobby with a reception, a lift and a safety deposit box service. SITUATION: This hotel is in the city centre, Paseo de Gracia it is in La Plaza CatalunÃ±a, El Barrio Gotico and Las Ramblas 10 minutes away from the establishment, clients can find. ROOM: Some rooms have a terrace, The rooms have a television, a direct line telephone, a stereo and WiFi. FACILITIES: This establishment offers a wine tasting service on Friday and a personal shopper service on Wednesays. OTHERS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.35" OriginalAmount="287.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3915987" Longitude="2.175249" StarRating="4" HotelCode="|124592" HotelName="Aspasios Urquinaona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Girona, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/9/2/124592_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inEixample the district of 5 minutes away from the establishment clients have Catalunya the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.49" OriginalAmount="287.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.384988558529" Longitude="2.177631855011" StarRating="5" HotelCode="55117|5111828" HotelName="Grand Hotel Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 30, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/40/88400a35e5c37493c166f83175a35e1c6679ee4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a main road in the attractive tourist Gothic quarter at the heart of Barce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="296.64" OriginalAmount="288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|206762-28593978/4329126474802115170/2109" HotelName="APARTMENTS HISPANOS SIETE SUIZA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/850000/845600/845510/d9093103_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.38" OriginalAmount="288.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3979353" Longitude="2.1580987" StarRating="0" HotelCode="|23656" HotelName="Casa Fuster" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASEO DE GRACIA 132</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/5/6/23656_d0e94b40732.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, has 5 floors, 96 rooms, 78 double rooms and 18 suites. In the entrance, guests are offered a lobby with an elevator, a cafÃ©, a reception with safety deposit boxes, a cloakroom and a currency exchange service. The establishment has a hairdresser's, a bar, a pub and an Ã  la carte restaurant with air-conditioning, Guests have access to a conference room and WiFi. Guests will be able to use indoor parking and a car park. The establishment offers guests room service and a laundry service. SITUATION: This trendy hotel Barcelona it is in in the surrounding area, clients can find shops, restaurants, bars, pubs and nightclubs. in front of the hotel there is a public transport stop. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, fitted carpets and a safety deposit box. FACILITIES: Outdoors, guests have access to a swimming pool, a solarium with sunshades and deck chairs. Clients can enjoy a sauna, a massage service and a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.70" OriginalAmount="290" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|864994-28557014/4329126474802115170/2220" HotelName="APARTMENTS - SUITE PLACE BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45140000/45140000/45139988/cd0131b0_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|667-24654254/4329126474802115170/398" HotelName="KIMPTON VIVIDORA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37200000/37193700/37193610/2011f357_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.73" OriginalAmount="291" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="45.437000000000000" Longitude="9.210000000000000" StarRating="5" HotelCode="0|26384-20806926/4329126474802115170/7567" HotelName="NOBU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34/A Via Marco D'Agrate, Milano, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39070000/39067400/39067368/034f3a42_b.jpg</HotelPictures>
        <HotelDescription>Developed over 8 floors and 3,000 square meters. Completely renovated, the Hotel Rex is located in a strategic position south of Milan, easily accessible for those arriving by car due to its proximity to the motorways and bypasses. Its location, very quiet but still within walking distance from the historic center, as well connected with public transportation (yellow metro line stop "Corvetto", tram 24, bus 95 and 99). The wide lobby, 2 breakfast rooms for individuals and tour groups, the restaurant, the shuttle service, the garage, Mediaset Premium football and cinema, Wi-fi throughout and the friendly/helpful staff make it particularly welcoming. Being in a private street and in a park with a dog area, playground, basketball court and soccer field, where you can also practice running, as well as its own gym, makes it suitable for sports enthusiasts or for all those looking to relax in a quiet room.

Our "strengths":
- Soundproof rooms, with park opposite, with the following amenities; Air conditioning, telephone, direct Internet connection, minibar, satellite madiaset Premium football and cinema, Safe, hair dryer, etc.
- Wireless coverage throughout the building with direct access to the network.
- Nr. 2 bars, 1 breakfast room for groups, 1 breakfast room for individual restaurant for groups, outside restaurant agreement (100 mt.) For individual, gym, meeting rooms, garage, parking for trucks and vans in areas video supervised.
- Shuttle transfers to and from; Airports, Fairs, the train stations.
- How to get there: from the south ring road east towards Venezia exit Corvetto. From the north;
east bypass towards Bologna Corvetto exit. Signs will guide you to us.
Public transport; yellow underground Corvetto station, bus 95, 99,93,90,84, 24 tram, etc.
- Nearby locations: Istituto Europeo di Oncologia (2km), Gaetano Pini (2km), Duomo (3km), Cardilogico Monziono (4km), Humanitas (4km), Navigli (5km), Assago forum (4km), San Siro stadium (6km), Milan Fiera (6km).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.76" OriginalAmount="292" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39992086" Longitude="2.1520739" StarRating="4" HotelCode="441127|478706" HotelName="HVA Augusta Garden Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Augusta 58-60, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a0/7ba0cbb7ac01a241352d3357951e0361eef18b71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the nightlife, shopping and sightseeing district of Barcelona. With its qua...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.76" OriginalAmount="292" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38467" Longitude="2.172954" StarRating="3" HotelCode="26036|432" HotelName="Barcelona Centro" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc 15, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fcba7a4a60225cd4a8e15edb706e249c11a7d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the centre of Barcelona, near the University, the Plaza Cataluña, the cat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.99" OriginalAmount="292.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4338399" Longitude="2.1474033" StarRating="4" HotelCode="|11127" HotelName="Alimara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CALLE BERRUGUETE, 126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/2/7/11127_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: This modern establishment is in Barcelona the outskirts of it is in a peaceful area, Close to a public transport stop and, a few minutes away from the establishment, clients can find bars, cafÃ©s, restaurants and nightclubs. it is 20 minutes drive away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.71" OriginalAmount="292.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.379034" Longitude="2.1741718" StarRating="0" HotelCode="|124672" HotelName="Happy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nou de la Rambla, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/6/7/2/124672_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Las Ramblas it is 50 metres away from In front of, is in Raval the district of. APARTMENTS: It offers elegant apartments with a balcony and WiFi available at no extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.79" OriginalAmount="293" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="13.381458" Longitude="103.829556" StarRating="4" HotelCode="0|504998-25666684/4329126474802115170/10208" HotelName="YURBBAN PASSAGE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Khum Sror Nge, Siem Reap, KH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19390000/19389400/19389333/8d3e0440_b.jpg</HotelPictures>
        <HotelDescription>Sokhalay Angkor Inn is conveniently located on the same lavish and tropical grounds as its five-star sister properties Sokhalay Angkor Villa Resort and Sokhalay Angkor Executive &amp;amp; Spa, making it one of very few hotels to offer five-star facilities at three-star prices. This prime location between the airport and the city centre provides travellers with a private and peaceful oasis away from the noise and crowds of the city, yet still close to the world-renowned 12th-century ruins of Angkor Wat, a UNESCO World Heritage site.  Travellers can revel in the magnificence of more than 250 temples, including Angkor Wat, the world's single largest religious monument before returning to relax beside an exceptionally luxurious pool at the hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.99" OriginalAmount="293.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.407262" Longitude="2.14637" StarRating="0" HotelCode="|124371" HotelName="My Space Barcelona Park Putxet Rentals" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Balllester 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/7/1/124371_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This apartment, is a 10-minute walk away from GÃ¼ell park a 5-minute walk away from Lesseps the metro station. APARTMENTS: Guests are offered 1 duplex apartments with a terrace and WiFi available at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.58" OriginalAmount="294.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39411" Longitude="2.159696" StarRating="5" HotelCode="|442869" HotelName="Casa Sagnier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rambla de Catalunya 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/6/9/442869_9a2400b1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.53" OriginalAmount="297.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.403120035575" Longitude="2.1712119533729" StarRating="4" HotelCode="76566|383615" HotelName="Hispanos Siete Suiza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Calle Sicilia 255, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/e1/7fe1346f5246a3218b8b8ba968d5ca72f998014a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only 150 metres away from Barcelona's iconic Sagrada Familia, in the upmarket ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400268-28481724/4329126474802115170/5439" HotelName="BARCELONA 54 APARTMENT RENTALS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400268/202451415393634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37904641" Longitude="2.17417486" StarRating="3" HotelCode="429481|happy_apartments_2" HotelName="Happy Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 01/06/2026" HotelFacility="Air Conditioning,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Nou de la Rambla 10, Barcelone  08001</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c9/28c941c44bfcc6a63c2a2120acadf5c8d57af0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Happy Apartments Barcelona in Barcelona Ciutat Vella, you'll be min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1417502-27572466/4329126474802115170/11343" HotelName="HOTEL LA PAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102060000/102053100/102053023/2516065d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.03" OriginalAmount="301" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|242683-25458734/4329126474802115170/8446" HotelName="THE LEVEL AT MELIA BARCELONA SKY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6470000/6460900/6460810/5b04ef95_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.47" OriginalAmount="301.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.387035" Longitude="2.174354" StarRating="5" HotelCode="904646|146645" HotelName="Ohla Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laietana 49, Ciutat Vella, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c42ebad92038ca94660ef530007f673662412e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated just 5 minutes' walk from Plaza Catalunya, this hotel is located in the charming Go...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293330-28587245/4329126474802115170/3143" HotelName="CATEDRAL BAS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7670000/7662200/7662178/644ac5bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.75" OriginalAmount="302.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391562108049" Longitude="2.1752898452301" StarRating="4" HotelCode="185874|1757768" HotelName="Aspasios Urquinaona Design Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Girona, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bf/f5bfd9010704d2428c83fd503bcb823a44397292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These apartments are set in a quiet area of Barcelona’s famous Eixample district, only a 5-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.39" OriginalAmount="303.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3883142" Longitude="2.1576364" StarRating="0" HotelCode="|41464" HotelName="Vale Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>CALLE VALENCIA 194</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/4/6/4/41464_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2007. It has 15 two bedroom suites. The establishment has air-conditioning. In the entrance, you can find a hall with a reception, a cloakroom and a lift. Guests can enjoy internet. The establishment offers guests a laundry service, (for a fee) a dry cleaner's, (for a fee) bicycle hire and (for a fee) a car park. A transfer service to the airport and (for a fee). SITUATION: This establishment is situated between the streets of Muntaner and Valencia. It is in the city centre. Near the establishment, guests will find Avinguda Diagonal, Passeig de Gracia and Las Ramblas ROOM: The establishment has two bedroom suites. They are equipped with a living room-bedroom with a sofa-bed, a bathroom, a kitchen, an air-conditioning system, a television and a direct line telephone. They also have letterbox, WiFi, daily cleaning, pillow menu and an iron. Some rooms have a terrace. PAYMENT METHODS: Customers can pay using Visa, Mastercard, AmEx and cash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.12" OriginalAmount="304" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400683-28481915/4329126474802115170/4700" HotelName="NUMA I COLMENA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400683/202452184551157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="315.20" OriginalAmount="306.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39443855" Longitude="2.15645759" StarRating="5" HotelCode="436312|439201" HotelName="Ohla Eixample" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Còrsega 289, Eixample, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/7e/ce7ee8d05c4f811430bc5ebb0c80038e1e416d2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Barcelona.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.47" OriginalAmount="306.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40322" Longitude="2.13552" StarRating="0" HotelCode="|127236" HotelName="My Space Barcelona Penthouse Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ciutat de Balaguer 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/2/3/6/127236_f03bc191520.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close toBonanova the metro station of. ROOM: Guests are offered 6 bedrooms, a living room-bedroom, a sofa-bed and a kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="316.21" OriginalAmount="307" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28522-25209525/4329126474802115170/8995" HotelName="METT BARCELONA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/913800/913726/a97df9b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.39" OriginalAmount="313" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400276-28481731/4329126474802115170/4141" HotelName="BCN APARTMENTS 41" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400276/2024514155031557.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.381049" Longitude="2.17960908" StarRating="5" HotelCode="478264|the_wittmore" HotelName="The Wittmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Riudarenes 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/14/7814aa761927d17c356bf6a293c76dc4e578f8e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location The Wittmore is a truly luxury five-star establishment located in the district of Gotic-Ciu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.46" OriginalAmount="316.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3929286" Longitude="2.1736466" StarRating="0" HotelCode="|68898" HotelName="Center Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/8/8/9/8/68898_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern facilities. ROOM: The rooms have a bathroom, an air-conditioning system, heating and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.86" OriginalAmount="321.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385017" Longitude="2.175786" StarRating="4" HotelCode="47606|351765" HotelName="Hotel Colón Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Catedral 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ef/26ef1c4cb64411ec719ff0fdfbbd806d4fcef1fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading hotel enjoys a superb location directly in the Barrio Gotico opposite the cathedral. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.58" OriginalAmount="321.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3947553" Longitude="2.1685336" StarRating="0" HotelCode="|124335" HotelName="The Corner Apartments by Aspasios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/3/5/124335_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Eixample the district of Paseo de Gracia 400 metres away from the monuments. APARTMENTS: The apartments roomy, have city views and WiFi available at no extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.66" OriginalAmount="322" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394352677515" Longitude="2.1652212738991" StarRating="5" HotelCode="47518|3388" HotelName="Claris Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pau Claris 150, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e8/53e8f60f5bcec1c8e128bd5d8ea2de6801ae5eab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious design hotel is located directly in the centre of Barcelona, near the Passeig de Grac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37128807" Longitude="2.14646155" StarRating="4" HotelCode="434759|home_to_home_barcelona" HotelName="Home To Home Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer de Sant Fructuos 37, 08004 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/4a/104a31318287ebf7d268cf89b3a96a78ff476143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.21" OriginalAmount="322.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3927491" Longitude="2.1807105" StarRating="4" HotelCode="|124419" HotelName="My Space Barcelona Pool City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Roger de Flor, 70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/1/9/124419_1_115.jpg</HotelPictures>
        <HotelDescription>SITUATION: This apartment complex is in Barcelona the centre of a 5-minute walk away from Ciutadella de Menorca park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3947356" Longitude="2.1686098" StarRating="3" HotelCode="267650|arago312_apartments" HotelName="Arago312 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Aragó 312, 08009 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/cb/9ecb39f5dd47c302d9ba8d73b472336d0d98a07e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.48" OriginalAmount="324.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380939" Longitude="2.1796095" StarRating="5" HotelCode="|201545" HotelName="Wittmore - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Riudarenes, 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/5/4/5/201545_be04f0a1334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.75" OriginalAmount="325" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400740-28481971/4329126474802115170/2069" HotelName="THE ORBIT APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400740/2024521111119856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.83" OriginalAmount="327.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38785" Longitude="2.15234" StarRating="0" HotelCode="|183306" HotelName="Mercedes Heritage Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Calle Provenza 131-133</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/3/0/6/183306_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.87" OriginalAmount="329" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|636-12636354/4329126474802115170/7644" HotelName="CLARIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905532/19dab18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.13" OriginalAmount="334.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3849619" Longitude="2.1775739" StarRating="5" HotelCode="|27204" HotelName="Grand  Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAIETANA, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/0/4/27204_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel it is in a building was built in 1926. SITUATION: This hotel is in Via Laietana, close to the Gothic Quarter and the historic centre, where you can visit the cathedral and Las Ramblas. Just a few minutes walk away, guests will find the commercial area, where guests can enjoy bars, cafÃ©s and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.05" OriginalAmount="335.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38782761" Longitude="2.15221507" StarRating="4" HotelCode="429480|mercedes_heritage_barcelona_apartments" HotelName="Mercedes Heritage Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Concierge,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Calle Provenza 131-133, 08036 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1e/9d1e47f88463fe62d6e892070e9b1d5319fac109.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location You'll be centrally located in Barcelona with a stay at Mercedes Heritage Barcelon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.14" OriginalAmount="338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40544993" Longitude="2.1745024" StarRating="0" HotelCode="524557|enjoybcn_sagrada_familia_apartments" HotelName="Enjoybcn Sagrada Familia Apartaments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Gaudí 14, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/b1/4fb11426a1c7df16dc6dc7c5365a2edf630c31dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.17" OriginalAmount="338.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4004217" Longitude="2.156171" StarRating="0" HotelCode="|124391" HotelName="Gracia Bas Apartments Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pere Serafi, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/9/1/124391_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inGrÃ cia the district of. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a television, a kitchen and views of the street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="349.17" OriginalAmount="339" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1400596-28454704/4329126474802115170/684" HotelName="LODGING APARTMENTS BEACH STUDIO 11" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400596/2024517151231985.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.23" OriginalAmount="341.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385982775223" Longitude="2.1777534398811" StarRating="5" HotelCode="725926|the_barcelona_edition" HotelName="Barcelona EDITION" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Francesc Cambo 14, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e6/aee631b36f6d783fea08dca80a982a6ebcbfa504.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is in Barrio Gotico. The establishment comprises a total of 100 snug guests roo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.20" OriginalAmount="341.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.392204" Longitude="2.157882" StarRating="0" HotelCode="|452353" HotelName="Aspasios Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/5/3/452353_5ebb0c11102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.26" OriginalAmount="342" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="34.1621" Longitude="77.5784" StarRating="4" HotelCode="0|561755-28587284/4329126474802115170/4382" HotelName="ASPASIOS URQUINAONA DESIGN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>FORT ROAD, LEH, IN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10420000/10413300/10413237/c53c19ea_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Royal Heritage Resort in Leh, you'll be convenient to Leh Temple and Namgyal Tsemo Gompa. This hotel is within the vicinity of Spitok Gompa and Phyang Gompa.   Rooms   Make yourself at home in one of the 26 guestrooms. Complimentary high-speed (wired) Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have makeup/shaving mirrors and complimentary toiletries. Conveniences include phones and irons/ironing boards, and housekeeping is provided daily.   Rec, Spa, Premium Amenities   Take in the views from a garden and make use of amenities such as babysitting/childcare (surcharge) and tour/ticket assistance.   Dining   Enjoy a meal at a restaurant, or stay in and take advantage of the hotel's 24-hour room service. Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include complimentary high-speed (wired) Internet access, audiovisual equipment, and dry cleaning/laundry services. Event facilities at this hotel consist of a conference center and a meeting/conference room. A roundtrip airport shuttle is provided for a surcharge (available on request), and free parking is available onsite.   Room Info:    Know Before You Go       No pets and no service animals are allowed at this property.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Airport shuttle fee: INR 600 per vehicle (one way)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     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 10 AM  Check-out time is 9 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="358.44" OriginalAmount="348" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|408812-25586930/4329126474802115170/9980" HotelName="WITTMORE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15400000/15393000/15392992/f98f3efc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.92" OriginalAmount="349.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40602" Longitude="2.1321" StarRating="0" HotelCode="|127241" HotelName="My Space Barcelona Classic Bonanova Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de la Bonanova 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/2/4/1/127241_006ffcd2028.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is close to the metro station. ROOM: Customers can find 4 bedrooms, 3 bathrooms, 2 sofas, a fully-equipped kitchen and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38526369" Longitude="2.16316667" StarRating="0" HotelCode="972419|miro_building_apartments" HotelName="Enjoybcn Miro Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Universidad 1, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/05/83059fcfb406fc6eb73f764f199c2282570220cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.56" OriginalAmount="352.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.390586422843" Longitude="2.1645024008776" StarRating="4" HotelCode="552017|cosmo_apartments_rambla_de_catalunya" HotelName="Cosmo Apartments Rambla Catalunya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rambla Catalunya 46, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/7d/437d5ad91ef126e62adea26a2655993daaf2992c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.16" OriginalAmount="352.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3846727" Longitude="2.1729529" StarRating="3" HotelCode="|11074" HotelName="Kimpton Vividora , An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Duc, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/7/4/11074_a8b6f851348.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1950, renovated in 2000. It has 6 floors, 156 rooms, 148 single rooms and 8 suites. In the establishment entrance, guests will find a reception with safety deposit boxes, a cloakroom, a currency exchange service, lifts, a cafÃ©, a games room and a TV room. Guests are also offered an Ã  la carte restaurant with air-conditioning, a bar, a pub, internet, a conference room, room service, a laundry service, a medical care service, a car park and indoor parking. SITUATION: This hotel is in the centre of Barcelona. Near the establishment, guests will find Plaza cataluÃ±a and las Ramblas the university and the cathedral. 5 minutes away from the establishment you have the metro station. It is located near shops, restaurants and bars. 500 metres away from the establishment, clients can find nightclubs. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, cable television, a radio, a stereo, a mini-bar, a fridge, a double bed, a safe, a central heating system and internet. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.19" OriginalAmount="354.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39028" Longitude="2.17612" StarRating="4" HotelCode="|183312" HotelName="My Address in Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pere 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/3/1/2/183312_56868551146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1331847-28555412/4329126474802115170/1303" HotelName="STAY U-NIQUE APARTMENTS PARLAMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1331847/202253015408657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="365.65" OriginalAmount="355" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400258-28481713/4329126474802115170/4289" HotelName="ARRIVO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105580000/105575900/105575814/3363310c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.61" OriginalAmount="355.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3788337" Longitude="2.1886959" StarRating="0" HotelCode="|46052" HotelName="Barceloneta Med" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANT MIQUEL 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/2/46052_29.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 4 new, two bedroom apartments and was built in 2007. Some of the establishment facilities on offer are a safety deposit box service, a lift, internet and WiFi. SITUATION: Barceloneta It is in 500 metres away, guests can find the beach, 500 metres away, there is a public transport stop, 1 kilometre away, you can find the city centre, shops and nightclubs. Las Ramblas It is situated 1 kilometre away from it is situated 3 kilometres away from La Sagrada familia, El Paseo de Gracia and El Museo Picasso the airport. ROOM: You are offered two bedroom apartments with kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle, a washing machine and an iron. They also have a shower, a hairdryer, satellite or cable TV, internet, a double bed, individual air-conditioning, individual heating, a safe and a balcony or terrace. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.63" OriginalAmount="355.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.370394682247" Longitude="2.1715092184201" StarRating="5" HotelCode="60385|76044" HotelName="Hotel Miramar Barcelona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Carlos Ibañez 3, 08038 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b155c00383e6555636ad7d882317d17b9eea48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the historical centre of Barcelona. The gardens of Montjuïc y de Costa i Llobera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.74" OriginalAmount="358" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|864565-26075196/4329126474802115170/14328" HotelName="ENJOYBCN COLISEUM APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44340000/44335500/44335426/02b63910_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="369.54" OriginalAmount="358.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38903037713" Longitude="2.1701055765152" StarRating="4" HotelCode="29343|896595" HotelName="Atiram Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/00/d0005bbfe0b913069f51b94fe4f608eed921eb0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of Barcelona, close to Plaza Cataluña. Countless shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="370.80" OriginalAmount="360" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|57501-25229484/4329126474802115170/8871" HotelName="SIR VICTOR BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995632/0c1c31a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.83" OriginalAmount="361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398020294026" Longitude="2.1581852110278" StarRating="4" HotelCode="167328|suites_center_barcelona" HotelName="Suites Center Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 128, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/6a/936a35c70e29355f1c05a462e964b439c2fc3475.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Eixample, in the centre of Barcelona, only 20 m from the modernist Casa Fus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.83" OriginalAmount="361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393867" Longitude="2.162225" StarRating="5" HotelCode="440529|monument_hotel_2" HotelName="Monument Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 75, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/fa/ddfae2605955b48213a2d06ed8fdd9ebb4342523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.83" OriginalAmount="361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="4" HotelCode="738748|aspasios_garden_apartments" HotelName="Aspasios Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De Provença 203, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064c8f41d0c6d568cd147006857bf01b35d1b2dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.15" OriginalAmount="361.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3860863" Longitude="2.1774481" StarRating="5" HotelCode="|220953" HotelName="The Barcelona Edition" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda Francesc Cambo 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/5/3/220953_fa6c2001734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.73" OriginalAmount="361.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.40412" Longitude="2.16104" StarRating="0" HotelCode="|127245" HotelName="Apartment Barcelona Rentals - Gracia Pool Apartments Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Ramon y Cajal 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/2/4/5/127245_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers a swimming pool and a lift. SITUATION: This establishment, is near Joanic the metro station of. ROOM: Guests are offered a terrace, a sofa-bed, a bathroom and a fully-equipped kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.86" OriginalAmount="362" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|864605-28506285/4329126474802115170/1886" HotelName="ENJOYBCN GAUDI APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44340000/44335600/44335568/877db02a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.12" OriginalAmount="362.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.394554" Longitude="2.163303" StarRating="5" HotelCode="904551|148375" HotelName="Alma Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mallorca 271, 08008 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/6c/096c26bdcbca9ee85f4fc5e136ea45214c44e99d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Barcelona, the hotel is just 200 m from the famous Passeig de Gràcia, ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.93" OriginalAmount="363.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38894" Longitude="2.16999" StarRating="5" HotelCode="|425362" HotelName="ME Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CASP 1-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/3/6/2/425362_2e04ad41254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.07" OriginalAmount="364.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3703075" Longitude="2.1710729" StarRating="5" HotelCode="|32352" HotelName="Miramar Barcelona GL - Preferred Hotels and Resorts - Newly Renovated" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/5/2/32352_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 2006 and has 75 rooms, In the establishment entrance, guests will find a hall with a reception, a safety deposit box service and a lift. The establishment has meeting rooms a meeting room and it is in the gardens, With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and a restaurant. Guests have access to a hairdresser's and a TV room. The establishment offers guests room service, a laundry service and a car park. SITUATION: This hotel is situated in Barcelona a good location in los Jardines de Montjuic and la Costa i Llobera in the surrounding area, clients can find. ROOM: Customers have bright rooms fully-equipped, They are equipped with a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a stereo, internet, a mini-bar and a king-size bed. FACILITIES: Outdoors, clients have access to a swimming pool, Customers can enjoy a gym. OBSERVATIONS: Check-in is at 15:00. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, The establishment serves special dishes and a special wine selection.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.10" OriginalAmount="364.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4100909" Longitude="2.1744723" StarRating="0" HotelCode="|124470" HotelName="Avinguda Gaudi Barcelonastuff" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/7/0/124470_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in a pedestrian street, la Sagrada Familia a 8-minute walk away from. APARTMENTS: Guests are offered modern apartments with WiFi available at no extra charge and balcony.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.98" OriginalAmount="366" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|644861-28502698/4329126474802115170/1287" HotelName="SUITE PLACE BARCELONA DIPUTACIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/644861/202032313309781.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.01" OriginalAmount="367.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.378808050443" Longitude="2.188695046627" StarRating="3" HotelCode="97671|uma_suites_barceloneta_beach" HotelName="Barcelona Beach Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sant Miquel 61, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/15/d3151c500b41a80357f37771bbdd0ab7081b81e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment is located in the traditional and popular neighbourhood of the Barceloneta, very clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9402-25185491/4329126474802115170/7726" HotelName="LAMARO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3388/3afae0a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|168179-25337172/4329126474802115170/9064" HotelName="MIRAMAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1570000/1563600/1563535/adb162c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.22" OriginalAmount="374" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1413657-28485866/4329126474802115170/2864" HotelName="CENTRAL APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1413657/2024121015343424.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.27" OriginalAmount="378.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3939082" Longitude="2.1622556" StarRating="5" HotelCode="|203694" HotelName="Monument" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paseo de Gracia, 75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/6/9/4/203694_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.82" OriginalAmount="379.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.385026" Longitude="2.1758865" StarRating="5" HotelCode="|11112" HotelName="Lamaro Barcelona - Preferred Hotels &amp; Resorts - Lifestyle Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CATEDRAL 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/2/11112_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1951, renovated in 2003, has 6 floors, 145 rooms, 30 single rooms, 110 double rooms and 5 suites. In the entrance, guests are offered a lobby with elevators, a reception, a safety deposit box service, a currency exchange service, a television room, a bar and a conference room. opposite the establishment, you can find a public car park, (for a fee), It also has a breakfast room, an Ã  la carte restaurant with air-conditioning, room service, a laundry service and internet. SITUATION: This hotel is in the historic area, is situated in front of the cathedral, near the establishment, guests will find the city centre, the tourist centre, Clients can also find restaurants and bars. it is located 20 metres away from pubs, 500 metres away, clients have a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a mini-bar, central heating and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="392.22" OriginalAmount="380.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.404611" Longitude="2.172462" StarRating="4" HotelCode="295432|1452758" HotelName="Sensation Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Rosselló 380, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc3998d4630c739a8f5285d4d7880fb35c24f62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.49" OriginalAmount="383" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|935481-28450465/4329126474802115170/1938" HotelName="ENJOYBCN TAPIES APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100250000/100241800/100241705/186f0bb3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.52" OriginalAmount="384.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39050356" Longitude="2.16935903" StarRating="5" HotelCode="591524|almanac_barcelona" HotelName="Almanac Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 619-621, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8f/ec8f4524cb6e352b5a6999d2f5ee1ecbce7a3a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A lobby and a reception are available to travellers. Amenities include a safe. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.82" OriginalAmount="389.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4026991" Longitude="2.2069881" StarRating="0" HotelCode="|124556" HotelName="Mar Bella Barcelonastuff" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passatge Piquer, 2-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/5/6/124556_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Sant MartÃ­ the district of 7 metres away you can find the beach. APARTMENTS: Guests are offered large and bright apartments with WiFi available at no extra charge and LCD television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.73" OriginalAmount="391.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3889" Longitude="2.16719" StarRating="0" HotelCode="968205|aspasios_sagrada_familia_apartments" HotelName="Aspasios Sagrada Familia Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer De La Indústria 116, Eixample, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/50/af50aa4665e146fbb80394fee8f2c3852a33adb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|167686-25337165/4329126474802115170/8876" HotelName="OHLA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4013000/4012958/ce1dcc54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="414.06" OriginalAmount="402" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|864569-28566568/4329126474802115170/1639" HotelName="ENJOYBCN DALI APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44340000/44334800/44334732/6f69125a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.396190257035" Longitude="2.1634951222852" StarRating="5" HotelCode="526452|the_one_barcelona_gl" HotelName="The One Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Boutique,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Provença 277, Barcelona Centro, 08037 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/1e/091e17e5d4745d921fc1e71d760013edfb795639.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With an exceptional location in the city's most exclusive district, The complex is a new hotel with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.51" OriginalAmount="413.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3821359" Longitude="2.1662966" StarRating="0" HotelCode="|70701" HotelName="Canela Homes BARCELONA MACBA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOAQUIN COSTA 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/0/7/0/1/70701_a2b8ce21310.jpeg</HotelPictures>
        <HotelDescription>APARTMENTS: The establishment has 10 two- and three-bedroom apartments with kitchen, kitchen utensils, a bathroom, lift, heating and air-conditioninng.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.09" OriginalAmount="413.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3944499" Longitude="2.1652436" StarRating="0" HotelCode="|11106" HotelName="Claris Hotel and Spa 5*gl, A Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PAU CLARIS 150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/0/6/11106_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 7 floors, 124 rooms, superior rooms, executive rooms, Junior Suite rooms and suites. In the entrance, you can find a lobby with elevators, a reception with safety deposit boxes, a currency exchange service, a cafÃ© and a bar. The establishment has an Ã  la carte restaurant, a conference room, internet, a car park and indoor parking (for a fee), The establishment offers guests a medical care service, room service and a laundry service. SITUATION: This luxurious hotel is in the tourist centre, is situated close to Passeig de Gracia the metro station 50 metres away from the establishment, you can find shops, is situated 100 metres away from bars, restaurants, 500 metres away from the establishment, clients can find nightclubs, opposite the establishment, guests have public transport services, is situated 2 kilometres away from Barcelona the beach. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a stereo, internet, a safety deposit box, a mini-bar, a king-size bed and a central heating system. FACILITIES: The establishment boasts a swimming pool on the roof terrace, (seasonal), deck chairs and parasols. The establishment also has a solarium, a gym and a sauna (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="431.57" OriginalAmount="419" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|165261-25337125/4329126474802115170/7882" HotelName="ALMA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4310000/4303500/4303477/9d11bbfb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="431.94" OriginalAmount="419.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38579653987" Longitude="2.1945834159851" StarRating="5" HotelCode="38258|29099" HotelName="Pullman Barcelona Skipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Av. del Litoral 10, Port Olimpic, 08003 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc37d05c87d49ddbf430154daa66209ccb37b97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the tourist district, only approximately 100 m away from the beach. Countles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.37" OriginalAmount="422.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.38275" Longitude="2.16477" StarRating="0" HotelCode="|190821" HotelName="Weflating MACBA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Carrer del Tigre, 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/8/2/1/190821_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.81" OriginalAmount="427" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|935642-28450485/4329126474802115170/5004" HotelName="MY SPACE BARCELONA RAMBLA CATALUNYA CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/935642/2021112584224476.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="450.11" OriginalAmount="437" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="32.72226" Longitude="-16.818261" StarRating="4" HotelCode="0|201588-28566697/4329126474802115170/1463" HotelName="SAGRADA FAMILIA APARTMENTS NAPOLS 266" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>477 ESTRADA SANTO ANTONIO DA SERRA, SANTO ANTONIO DA SERRA, PT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2110000/2104100/2104026/d3209ef3_b.jpg</HotelPictures>
        <HotelDescription>The family-friendly bungalow complex is situated in the village of Santo da Serra, where guests will find shops, restaurants, several local bars, a church, a bakery, a pharmacy, a hairdresser's, bus and taxi facilities and a petrol station. There is also a park, famous for its variety of endemic flora, and a viewing point from which guests can see Machico's valley, Ponta de São Lourenço and Porto Santo island on clear days. Machico beach is approximately 9 km from the complex and the city of Funchal is roughly 22 km away. Madeira Airport is around 8 km from the bungalow complex.

A beautiful example of a 'quinta', owned by the same family for decades, this hotel is situated 670 m above sea level, in the village of Santo da Serra, between Santa Cruz, Machico and Funchal. For the purpose of accommodating visitors, the estate has been developed and chalets and self catering semi-detached cottages have been built in the surrounding gardens. The bungalow complex now offers 28 accommodation units and facilities include a hotel safe and a TV lounge.

Each room features an en suite bathroom with a shower and bathtub, a kitchen with fridge, cooker, microwave and tea and coffee making facilities, and a private balcony or terrace. Other in-room amenities include a direct dial telephone, Internet access, a safe, ironing set and central heating.

A few minutes walk away, guests will find the fantastic Santo da Serra golf course, home to a PGA tournament. The nearby beach is rocky.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="453.86" OriginalAmount="440.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3961448" Longitude="2.1631674" StarRating="5" HotelCode="|211892" HotelName="The One Barcelona Gl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/8/9/2/211892_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="454.23" OriginalAmount="441" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54277-25228526/4329126474802115170/7850" HotelName="GRAND CENTRAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1300000/1298400/1298369/4b153023_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="456.29" OriginalAmount="443" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.393455" Longitude="2.163887" StarRating="5" HotelCode="14339|4131" HotelName="Majestic Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig De Gracia 68, L'Eixample, 08007 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c9e598774d93c26a0c9a94a191092f8bf0fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in close proximity to one of the city's main streets, the Paseo de Gracia, in the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="459.38" OriginalAmount="446" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1413819-28485952/4329126474802115170/1633" HotelName="STAY U-NIQUE APARTMENTS BALMES II" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1413819/20241211144139850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="464.53" OriginalAmount="451" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599787-28592020/4329126474802115170/607" HotelName="PALAU DE LA MUSICA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2100000/2099700/2099681/70dc556a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="464.53" OriginalAmount="451" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599541-28446862/4329126474802115170/4187" HotelName="FOUR PETALS BOUTIQUE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/16000000/15100000/15097600/15097581/75d74894_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.83" OriginalAmount="461.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.382751494264" Longitude="2.1789403374692" StarRating="5" HotelCode="207362|mercer_hotel_barcelona" HotelName="Mercer Hotel Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle dels Lledó 7, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/2f/e22ff6e1de484d7eb68124983a06e3698ddb69a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access to Barcelona's popular hot spots.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.59" OriginalAmount="480.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.380731" Longitude="2.18084" StarRating="5" HotelCode="|170945" HotelName="Serras Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Colom, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/9/4/5/170945_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: Serras is rated five stars. It has a swimming pool and a restaurant. SITUATION: This hotel is in the Gothic Quarter ROOM: Each room has an air-conditioning system, a balcony with views, a television, sound system, a bathroom with bathrobe, slippers and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.66" OriginalAmount="480.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3753436" Longitude="2.1672828" StarRating="0" HotelCode="|124325" HotelName="Stay Together Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pau 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/2/5/124325_1.jpg</HotelPictures>
        <HotelDescription>APARTMENTS: It offers elegant apartments with a balcony, a kitchen with full kitchenware and WiFi available at no extra charge. SITUATION: This establishment, is opposite ParalÂ·lel the metro station La Rambla 10 minutes walk away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="497.49" OriginalAmount="483" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|65463-25236736/4329126474802115170/7898" HotelName="SOFITEL BARCELONA SKIPPER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1500000/1495200/1495164/144d8416_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="501.03" OriginalAmount="486.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4023332" Longitude="2.1704632" StarRating="0" HotelCode="|42415" HotelName="Sagrada Familia Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NAPOLES 266</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/1/5/42415_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, was renovated in 2007 a lift, air-conditioning and a cloakroom. SITUATION: It is in an excellent location, la Sagrada Familia a few minutes' walk away from the establishment, clients have 200 metres away, there is an underground station, Las Ramblas 8 minutes away, guests can find Casa Batllo and Casa Mila 850 metres away from the establishment, guests can find in the surrounding area, there is restaurants, bars, close to the establishment, guests have Gaudi's Avenue It is situated 13 kilometres away fromBarcelona Airport. ROOM: The establishment has three bedroom apartments, They are equipped with a living room-bedroom with a sofa-bed, a fully-equipped kitchen, with fridge, an oven, a coffee maker, a kettle and a bathroom with a shower, They also have a television, a washing machine, a central air-conditioning system and a central heating system. OBSERVATIONS: Please inform the hotel as to your estimated arrival time ask about key collection credit card will be requested upon the arrival cleaning service is not included check-in is at 14:00 check-out is at 11:00. OTHERS: Accepted Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.41" OriginalAmount="489.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3935958" Longitude="2.1640015" StarRating="5" HotelCode="|11094" HotelName="Majestic Hotel &amp; Spa Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PASSEIG DE GRACIA 68-70</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/0/9/4/11094_287868b1132.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel, Passeig de GrÃ cia it is in Close to, You will be able to visit, and. HOTEL: This Neoclassical style building, has a rooftop terrace with a terrace, an outdoor swimming pool and views of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.73" OriginalAmount="491" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391366440759" Longitude="2.1714704638914" StarRating="5" HotelCode="16766|27782" HotelName="El Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/bb/73bb73d3cac104ba754f4d79c39adf598990ee67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first class hotel is located directly in the city's tourist centre. Las Ramblas and other emine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="507.79" OriginalAmount="493" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|186385-25371760/4329126474802115170/12187" HotelName="MERCER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15300000/15291500/15291443/cd850f10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.91" OriginalAmount="497" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|608555-28550705/4329126474802115170/4915" HotelName="BIZFLATS BATIK PENTHOUSE PEDRALBES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18540000/18538700/18538624/533a941d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.91" OriginalAmount="497" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|663-21668187/4329126474802115170/6233" HotelName="MAJESTIC HOTEL AND SPA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5100/5002/03686254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.97" OriginalAmount="499.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.37529642" Longitude="2.16735656" StarRating="4" HotelCode="429489|stay_together_barcelona_apartments" HotelName="Stay Together Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ronda Sant Pau 1, 08015 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/00/9100abdbc93f761accc9c8cb77089119c419dac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Stay Together Barcelona Apartments in Barcelona (Ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="524.27" OriginalAmount="509" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|299696-25508167/4329126474802115170/8913" HotelName="SERRAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9280000/9278900/9278807/eb3440c9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="525.71" OriginalAmount="510.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3883178" Longitude="2.173989" StarRating="0" HotelCode="|42408" HotelName="Palau de la Musica " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JONQUERES 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/0/8/42408_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers large, comfortable apartments. SITUATION: The establishment, the Palau de la MÃºsica Catalana it is situated next to Las Ramblas and el Mercado de La BoquerÃ­a in the surrounding area of the establishment, guests can find a few minutes walk away, guests will find La Barceloneta the beach a few minutes' walk away, clients have Urquinaona the underground station of. ROOM: All the apartments have a washing machine, tumble drier, an air-conditioning system and central heating. Clients are offered two bedroom apartments with kitchen, 2 bathrooms, a living room and a sofa-bed. Guests also have at their disposal three bedroom apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.398444" Longitude="2.172827" StarRating="3" HotelCode="425986|lodging_apartments_sagrada_familia_2" HotelName="Lodging Apartments City Center-Eixample" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Carrer d'Arago 373, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/50/9c50ba7c09256652773b7be303bd9918c397f957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lodging Apartments City Center-Sagrada Familia is a popular choice amongst travelers in Barcelona, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.57" OriginalAmount="519" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1400597-28481890/4329126474802115170/2676" HotelName="LODGING APARTMENTS SAGRADA FAMILIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1400597/2024517151310416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.11" OriginalAmount="537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.416587" Longitude="2.174853" StarRating="3" HotelCode="190705|castro_exclusive_residences_sant_pau" HotelName="Castro Exclusive Residences - Sant Pau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telégrafo 19-21, Barcelona 08041</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/6f/bc6f8120b2cdc1ba1d840dae9e037864127ffb28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="584.01" OriginalAmount="567" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.383194993763" Longitude="2.1753362392521" StarRating="5" HotelCode="29335|55362" HotelName="Hotel Neri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>C/ Sant Sever 5, 08002 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/6a/1f6a21e0675e4ca2ec5de92b4280b0e72c3ecac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Barcelona's central Gothic Quarter, the city's oldest quarter. In the narr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="586.07" OriginalAmount="569" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="33.80278" Longitude="-118.0028" StarRating="2" HotelCode="0|565016-28502581/4329126474802115170/521" HotelName="LODGING APARTMENTS CITY CENTER - EIXAMPLE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7450 KATELLA AVE, STANTON, CA 90680, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4460000/4458800/4458707/3934e8ef_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   A stay at Motel 6 Stanton places you in the heart of Stanton, convenient to Adventure City and Knott's Berry Farm. This motel is within close proximity of Cypress College and Los Alamitos Race Course.   Rooms   Make yourself at home in one of the 205 air-conditioned guestrooms. Conveniences include wake-up calls, as well as phones with free local calls.   Rec, Spa, Premium Amenities   Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including tour/ticket assistance.   Business, Other Amenities   Featured amenities include a 24-hour front desk and air conditioning in public areas. Self parking is available onsite.   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.       Fee for in-room wireless Internet: USD 2.99 (for 24 hours, rates may vary)                                The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    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:    A 8 percent city/local tax will be charged  Tourism fee: USD 0.03 per accommodation, per night      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.     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.  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="592.55" OriginalAmount="575.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3914278" Longitude="2.1714536" StarRating="5" HotelCode="|11118" HotelName="El Palace Barcelona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 668,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/1/1/8/11118_8a5f75b1038.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1919, has 125 rooms and 42 Junior suites and suite rooms. SITUATION: This hotel is in a tourist centre, nearby, you will find the city centre, 500 metres away from the establishment, clients can find restaurants. ROOM: The establishment has deluxe, classic style, exterior rooms. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="595.34" OriginalAmount="578" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|609106-28550671/4329126474802115170/3141" HotelName="CASTRO EXCLUSIVE RESIDENCES SANT PAU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/6000000/5250000/5244400/5244307/4a9fc534_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="600.09" OriginalAmount="582.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4049" Longitude="2.17385" StarRating="0" HotelCode="|193088" HotelName="Lodging Apartments City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/0/8/8/193088_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.52" OriginalAmount="584.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4066309" Longitude="2.1745744" StarRating="3" HotelCode="267657|suite_home_apartments_barcelona" HotelName="Suite Home Barcelona Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Avinguda de Gaudí 28, 08025 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/fa/5dfae77b706d29b4f70d6c875ad28d46bff1fa4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="615.94" OriginalAmount="598" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|28524-25208900/4329126474802115170/12319" HotelName="NERI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/973400/973311/5383c71c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="647.69" OriginalAmount="628.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39503" Longitude="2.15059" StarRating="0" HotelCode="|124383" HotelName="Ola Living Diagonal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aribau, 228</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/3/8/3/124383_bf7c7fe0947.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Eixample the district of 70 metres away from Diagonal Avenue. APARTMENTS: Guests are offered modern apartments with air-conditioning, WiFi available at no extra charge, a safe box and balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="647.87" OriginalAmount="629" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|248509-25465072/4329126474802115170/12074" HotelName="SUITE HOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9440000/9435300/9435202/66164d91_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="665.38" OriginalAmount="646.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391747" Longitude="2.171787" StarRating="5" HotelCode="317341|cotton_house_hotel_autograph_collection" HotelName="Cotton House Hotel, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gran Via de les Corts Catalanes 670, 08010 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/3b/703b5ae5517155ce5555a4aadc074b54da1e6b6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.06" OriginalAmount="649.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.4064766" Longitude="2.1746312" StarRating="0" HotelCode="|124514" HotelName="Suite Home Sagrada Familia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/5/1/4/124514_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Gaudi's Avenue la Sagrada Familia 250 metres away from. APARTMENTS: All the apartments have air-conditioninng and WiFi available at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="703.13" OriginalAmount="682.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3967731" Longitude="2.1588829" StarRating="5" HotelCode="|124471" HotelName="El Palauet Royal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/4/4/7/1/124471_84a8c121432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, a spa, views of the city, elegant suites, with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="704.52" OriginalAmount="684.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.397063" Longitude="2.158458" StarRating="5" HotelCode="168505|el_palauet_living_barcelona" HotelName="El Palauet Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 113, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/24/5a24f5c667097f008d02cbfd19f51f53b870f8d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona. The nearest airport is Barcelona (BCN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="727.80" OriginalAmount="706.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.3831908" Longitude="2.1752244" StarRating="5" HotelCode="|19062" HotelName="Neri Relais and Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SANT SEVER 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/0/6/2/19062_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is situated in a historic building, has 22 rooms and 7 suites. In the entrance, you can find a smart hall with a lift, a reception with air-conditioning, a cloakroom and a safety deposit box service. You are also offered an inviting bar, a cafÃ©, an Ã  la carte restaurant and conference rooms with features that offer you the maximum level of comfort, There are many services available at the establishment, including internet, WiFi, room service and a laundry service. SITUATION: It is inGothic District it is in a central area, In the surrounding area, you can find shops, cultural places, the cathedral and. a few minutes away by car, you can find the beach, is situated 20 kilometres away from the airport. ROOM: The rooms well-decorated, have a flat-screen television, a CD player, a DVD player, a safety deposit box, a mini-bar, pillow menu, sheets, room service, WiFi, press, a bathroom with a shower or bath and infrared lamp. FACILITIES: Guests can enjoy a massage service (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="735.42" OriginalAmount="714" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|207106-25405018/4329126474802115170/14340" HotelName="EL PALAUET LIVING BARCELONA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22960000/22950400/22950332/a38a329f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.51" OriginalAmount="717.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.39907131" Longitude="2.15775009" StarRating="1" HotelCode="320890|gracia_city_hostel" HotelName="Gracia City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Carrer Sant Pere Martir 18, Gràcia, Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0c/c00c35634e6d01c9fb826438b58164e4985a6487.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="770.44" OriginalAmount="748" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599765-32721999/4329126474802115170/14091" HotelName="OLALA PORT FORUM APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112780000/112775700/112775608/86459f76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="947.46" OriginalAmount="919.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391206" Longitude="2.166806" StarRating="5" HotelCode="|121255" HotelName="Mandarin Oriental, Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gracia 38-40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/2/5/5/121255_58ed3361152.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is rated 5 stars. It has a restaurant and a gym. SITUATION: This hotel is in Barcelona the centre of Passeig de Gracia is situated in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="971.50" OriginalAmount="943.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.391171422942" Longitude="2.166642844677" StarRating="5" HotelCode="103387|138648" HotelName="Mandarin Oriental Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Passeig de Gràcia 38-40, Barcelona 08007</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d209692cd8c1be069f5c688ebab60d9ecb53af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Barcelona.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.52" OriginalAmount="984.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.395854845469" Longitude="2.155921017686" StarRating="4" HotelCode="563342|casagrand_luxury_suites" HotelName="Casagrand Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Avenida Diagonal 478, 08006 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/01/9401e72ba5fa27c2043868845ac893cc104c6741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Barcelona, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1082.53" OriginalAmount="1051.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.368502646324" Longitude="2.1897277361425" StarRating="5" HotelCode="899897|w_barcelona" HotelName="W Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Placa de la Rosa dels Vents 1, Final Passeig de Joan de Borbo, 08039 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/cf/8ccf086af0bd17569f9c53e5cdf7dd110337fc95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Nova Bocana of the Port of Barcelona, which connects the city's historical centre to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14820.90" OriginalAmount="14389.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.386776" Longitude="2.196315" StarRating="5" HotelCode="10359|23894" HotelName="Arts Barcelona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Marina 19-21, 08005 Barcelona</AddressLine>
          </AddressLines>
          <CityName>Barcelona</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/77/0e776467fdfb84614d7a81712a4d173712baec42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spectacular, luxurious city hotel is located on the wonderful promenade and enjoys unique panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.82" OriginalAmount="118.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="41.399709" Longitude="2.150475" StarRating="2" HotelCode="|536739" HotelName="H Regas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Bicycle Rental,Jacuzzi,Wheelchair Access,Swimming Pool,Spa,Diet Meals,Golf,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Boutique,Business Centre,Housekeeping,Meeting Room,Parking,Pets allowed,Printer,Valet Parking,Wake-up Call Service,Kitchen,Garden,24 Hour Front Desk,Elevator,Luggage Storage,Vending Machine,Concierge,Dry Cleaning,Library,Beauty Salon,Coffee Shop,Smoking Rooms,24 Hour Room Service,LCD/Projector,Off-Site Parking</BasicAmenities>
    <HotelRating>4,2,3,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BEACH HOTEL,BUSINESS HOTEL,SPA HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL,APARTMENT,HOSTEL,APARTMENT HOTEL,ECO HOTEL,GUESTHOUSE,HOSTELS,FINCA,VILLAGE,GUEST HOUSES,CLUB RESORT,VACATION CONDO OR APARTMENT,VILLA,HOLIDAY HOMES,BED AND BREAKFASTS,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True