<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
001c4264-b85b-4021-95bc-115f142df629|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="001c4264-b85b-4021-95bc-115f142df629">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-13T00:00:00" End="2026-04-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Tolu Tours Private Limited" Password="nikunjhouse" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
001c4264-b85b-4021-95bc-115f142df629|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
001c4264-b85b-4021-95bc-115f142df629|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
001c4264-b85b-4021-95bc-115f142df629|VeturisSearch|successfull supplier interation||Veturis|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
001c4264-b85b-4021-95bc-115f142df629|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
001c4264-b85b-4021-95bc-115f142df629|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
001c4264-b85b-4021-95bc-115f142df629|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
001c4264-b85b-4021-95bc-115f142df629|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
001c4264-b85b-4021-95bc-115f142df629|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-03-06T09:22:41.9726702+00:00" Version="0" EchoToken="Search" TransactionIdentifier="001c4264-b85b-4021-95bc-115f142df629" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="230.84" OriginalAmount="228.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102535391835" Longitude="103.86199069564" StarRating="2" HotelCode="544885|96730588" HotelName="Backpackers@SG - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>111J King George's Avenue, Singapore 208559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/88/ad88203088512b8144682e7abe6c82ddeb54e216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.86" OriginalAmount="242.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050687009267" Longitude="103.8526767868" StarRating="1" HotelCode="434531|684483" HotelName="Campbell Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Campbell Lane, Little India, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3b/733bd6a9b8e4ff621796568288eca042fa2beb9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.51" OriginalAmount="245.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|2290095" HotelName="Cube Smith Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.10" OriginalAmount="246.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|684486" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.51" OriginalAmount="253.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157659891688" Longitude="103.85878131092" StarRating="2" HotelCode="384384|692131" HotelName="The Hive Singapore Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>624 Serangoon Road, Singapore 218223</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/1c/1d1cd6d7d7d247c9fb9a530e71f081ba1893fac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.41" OriginalAmount="259.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2877445788887" Longitude="103.84902034981" StarRating="2" HotelCode="383779|1241148" HotelName="Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road, Singapore 049368</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e7/93e711f8caac5a4041930bf016650b61c6b9d659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="263.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31122961" Longitude="103.87281588" StarRating="2" HotelCode="682474|682936" HotelName="Kallang River Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Ayer, Singapore 389143</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/82/be8275c688815cb05b6d09d02c7364d31e9642be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Lavender / Kallang, Kallang River Backpackers is a perfect starting point from which to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.46" OriginalAmount="265.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3101865731684" Longitude="103.85827445214" StarRating="2" HotelCode="439393|1229478" HotelName="7 Wonders Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar, Singapore 208930</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3e/b13ee95bd030888c02dd0e5a865f08672f828213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.32" OriginalAmount="277.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|1462638" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Chinatown, only a 5-minute walk from Chinatown MRT Station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|the_aspinals_hotel" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a great location, this hotel is the ideal place to stay for business and holidays travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|amrise" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Singapore. A total of 58 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.39" OriginalAmount="300.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|63994" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier road, around an 8-minute drive from Orchard Road, the famous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.36" OriginalAmount="314.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|1175868" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.72" OriginalAmount="314.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|80852" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of the Central Business District, along Lorong 16 in the middl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|fragrance_hotel__ruby" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Geylang Lorong 20, just a 15-minute drive from Changi International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.13" OriginalAmount="321.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106478664346" Longitude="103.88064795337" StarRating="2" HotelCode="65621|63974" HotelName="Fragrance Hotel – Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lorong 18 Geylang, Singapore 398824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220298c869496a0325e0213bf1f19646933432a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around a 17-minute drive from the city centre in the suburb of Geylang, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.17" OriginalAmount="323.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|98089" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Geylang which is surrounded by many local famous eateries, fresh fruit stall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|fragrance_hotel__emerald" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geylang, which is in the east of Singapore, well known for being a food mec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|k_hotel_1515" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304602" Longitude="103.854626" StarRating="1" HotelCode="909699|haising" HotelName="Haising" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Besar, Singapore 208801</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/8b/c98b059c367088a98a10151e39ea916868756d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Singapore. There are a total of 60 guests rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.48" OriginalAmount="337.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|156655" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Geylang district, close to the Kallang area, buzzing with dining venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.37" OriginalAmount="337.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|502235" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 15-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.86" OriginalAmount="338.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|64004" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Lorong 14 in the centre of Geylang, with its colourful landscape of small...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|60591" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests staying here can conveniently explore the Old World charm of the Balestier neighbourhood - a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.74" OriginalAmount="340.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|76435" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|fragrance_hotel_sapphire" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Lorong 10, in the heart of the Geylang area, a colourful entertainment dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|fragrance_hotel__oasis" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of the city, near an area where a number of famous restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.54" OriginalAmount="345.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|1222968" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.84" OriginalAmount="346.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|401655" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Foch Road, just behind the Eminent Plaza and around a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|635128" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|tai_hoe" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tai Hoe Hotel in Singapore ends your search for true 'value for money' hotel. At Tai Hoe Hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.68" OriginalAmount="357.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|80851" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Lorong 12 in the heart of the Geylang area, with a number of restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.22" OriginalAmount="357.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|64034" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Joo Chiat Road in the east of the city, a historically rich area of Singapo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.79" OriginalAmount="358.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|76436" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.93" OriginalAmount="359.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|91941" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the vibrant Geylang district. Geylang is home to some of the illustrious nam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.35" OriginalAmount="359.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|140149" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 20-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.70" OriginalAmount="365.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|102215" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on Selegie Road. It is surrounded by shopping centres, such as Peace Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.56" OriginalAmount="365.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|1227968" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.02" OriginalAmount="367.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|1453518" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier, around 5 minutes by car from Orchard Road, the famous shopping b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.02" OriginalAmount="368.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|1225398" HotelName="Cube At Kampong Glam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Kiwi Backpacker Hostel - Bugis, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|fragrance_hotel__royal" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the foot of Mount Faber, amid lush and tranquil green landscape, the hotel is just 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.56" OriginalAmount="374.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|682930" HotelName="Dream Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3122966347293" Longitude="103.88049342791" StarRating="2" HotelCode="345782|budgetone_hotel" HotelName="BudgetOne Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 18 Geylang, 398793 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/01/2f01d0485eeccfa6bf8abb5f30a4d26a7f834da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.18" OriginalAmount="376.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3187483617834" Longitude="103.91158375748" StarRating="3" HotelCode="524149|2002535" HotelName="Hotel 81 Changi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Golf,Housekeeping,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Changi Road, Singapore 419871</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84ba9d214cc1ace322ddd2b815fb41cba97f2d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;

Located in the suburb of the eastern part of Singapore, Hotel 81 Changi is a 5-min walk to Kemba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.81" OriginalAmount="378.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|873635" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Balestier Road, surrounded by many local speciality food outlets...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.50" OriginalAmount="383.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|1453528" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.65" OriginalAmount="384.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|505415" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Balestier Road, surrounded by many local speciality food outl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.19" OriginalAmount="385.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|104728" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within Singapore's ‘Little India’, the hotel is within walking distance of a host of food an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.27" OriginalAmount="390.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|1006195" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is approximately 20 minutes' drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.36" OriginalAmount="391.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|1032898" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Malay heritage site of Geylang Serai, which is just a mere 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132689955934" Longitude="103.8759015114" StarRating="2" HotelCode="358038|regin" HotelName="Regin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Sims Avenue, Singapore 387416</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/46/a446e520d7fac577ab0095b86dcd30e141e9113b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the new generation budget hotel - Regin Hotel. Whether you are on business or holiday, si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.81" OriginalAmount="392.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|1175878" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.97" OriginalAmount="397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|hotel_81_opera" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.16" OriginalAmount="399.17" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|163955" HotelName="Wink Capsule" Meals="CAPSULE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8A Mosque Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/5/5/163955_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.67" OriginalAmount="399.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|1251098" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city centre, this hotel is the perfect base for business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.01" OriginalAmount="401" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|62538" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Rochor Road and is surrounded by numerous restaurants, food st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30922" Longitude="103.855436" StarRating="2" HotelCode="943391|grandmax" HotelName="Golden Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Desker Road, Singapore 209645</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/75/b775324467c89f68632a9fe38e8c1cb7d8ccf5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.10" OriginalAmount="402.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|911375" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the east, halfway between the airport and the city and a 15-minute drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31123141" Longitude="103.87763252" StarRating="2" HotelCode="845472|384821" HotelName="K Hotel 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.03" OriginalAmount="403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.33165372" Longitude="103.94711778" StarRating="0" HotelCode="982525|q_loft_hotelsbedok" HotelName="Q Loft Hotel - Bedok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359A Bedok Road, Singapore 469548</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a08e3d1641ba621ec1e72bb565fd1c0544ce9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="410.06" OriginalAmount="406.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305186803489" Longitude="103.85405749083" StarRating="3.5" HotelCode="170285|moon_hotel" HotelName="Moon 23 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Dickson Road, Singapore 209507</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/56/575608df40f1477a74c88e6bf5be527021e82a87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore's colourful Little India, the hotel is within 10 minutes' walk of the Little In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.16" OriginalAmount="408.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|156656" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area known as Kampong Glam, next to the Concourse Building and the Sult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.11" OriginalAmount="411.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.324432" Longitude="103.851109" StarRating="1.5" HotelCode="909721|new_orchid" HotelName="New Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>347 Balestier Road, Singapore 329777</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/519314fe0cec3754a06e98d0185d8102f4860269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;New Orchid Hotel is ideally situated within the bustle of activities. Bus stops are but a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="420.44" OriginalAmount="416.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|2291095" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the midst of cosmopolitian Singapore, Penang Hotel is a newly renovated budget hotel that aim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="425.91" OriginalAmount="421.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|1453508" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="426.18" OriginalAmount="421.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|60837433" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a chirpy art deco heritage building, Beary Best! was conceived with the simple intent to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3109230687953" Longitude="103.8769932358" StarRating="1" HotelCode="909720|darlene_hotel" HotelName="Darlene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Lorong 8 Geylang, Singapore 399096</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/4054047b95e9a420769dfafd6a1314d062a79fca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.25" OriginalAmount="425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|502155" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a residential area, this hotel is accessible from the Kovan MRT Station, which is 3 bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="430.28" OriginalAmount="426.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|1571728" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3054842631902" Longitude="103.85495455841" StarRating="2" HotelCode="933732|buncradius_hostel" HotelName="Bunc Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Upper Weld Road, 207372 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/80/8380ccf68a85a3ef0afc3330a4791e8680053336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.33" OriginalAmount="433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|oxford_hotel_4" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.30" OriginalAmount="434.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|504575" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the fringe of the city area. The Tiong Bahru area is an old residential ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|hotel_81_classic" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|j8_hotel" HotelName="J8 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.05" OriginalAmount="439.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|98039" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.06" OriginalAmount="439.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|1157748" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Jalan Besar, near to Little India, the CBD and nearest MRT stations are just 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.63" OriginalAmount="440.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.279822" Longitude="103.841874" StarRating="2" HotelCode="176114|1822648" HotelName="Hotel 81 - Cosy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jiak Chuan Road, Singapore 089263</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/04/7504824238a96fe0b239807a14e110d5896a79ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Tanjong Pagar area, surrounded by colonial style, history and architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.85" OriginalAmount="440.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|1225068" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ON THE LITTLE RED DOT,
IN LITTLE INDIA, SITS A LITTLE GREAT HOTEL.
OF LITTLE OBJECTS THAT SPEAK OF T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311108" Longitude="103.87372" StarRating="1" HotelCode="909698|gay_world" HotelName="Gay World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Geylang Rd, Singapore 389218</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Singapore. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.44" OriginalAmount="444.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|harbour_ville_hotel" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along Kampong Bahru Road in the direction of Mount Faber, within two prominent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.65" OriginalAmount="445.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|1744378" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.44" OriginalAmount="446.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|429135" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, situated in the City District, is just a stone's throw from the Bugis MRT station and in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.43" OriginalAmount="449.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|505005" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located at Robertson Quay, an area which features restaurants, travel agen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|157752" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.50" OriginalAmount="450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|jayleen_1918_hotel" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="455.38" OriginalAmount="450.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30919625" Longitude="103.8532425" StarRating="2" HotelCode="145209|2800296" HotelName="Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>195 Serangoon Road, Singapore 218067</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb64e36d9e518a1714000d37125e4f3e815b8482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Serangoon Road in the heart of Little India the Broadway Hotel is well served by public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="457.11" OriginalAmount="452.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|1571918" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Singapore. Hotel 88 International features a total of 22 accommod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3047329817812" Longitude="103.85283289636" StarRating="3" HotelCode="341051|the_daulat" HotelName="The Daulat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Madras Street, Singapore 208413</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/ce/c2ce7cf328269c23cc88a7ff2887a7d5c1340777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.60" OriginalAmount="460.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|four_chain_view_hotel" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and a hairdresser are available to guests of the hotel. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|sandpiper_hotel_singapore" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from Little India MRT Station and the 24-hour Mustafa Centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|classique" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenience,comfort and class are encapsulateed in Classique Hotel. A Hotel with modern facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.37" OriginalAmount="463.73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|47866" HotelName="Fragrance  - Ocean View" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>432 PASIR PANJANG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/6/47866_1_2821.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 2008, 47 rooms and is business, The establishment has a lobby with express check-out, a reception, a lift, a car park, a fax service and a laundry service. SITUATION: Is situated inSingapore the outskirts of It has excellent transport links to public transport, in front of the hotel there is a public transport stop, is 30 minutes away from the city centre, 10 minutes away from the establishment, you can find shops, nightclubs excellent transport links to HarbourFront Centre the commercial centre Faber the Mountain of Sentosa the Island of Haw Par Villa Amusement Park the theatres. it is 25 kilometres away from Singapore Changi Airport. ROOM: The small rooms, have a bathroom and with a shower, a hairdryer. They have king size bed or two beds, a direct line telephone, a satellite or cable television, a coffee maker, a kettle, individual air-conditioning, WiFi (available for a fee) and an ironing set (available on request). PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Customers have a security service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="478.34" OriginalAmount="473.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|88278" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on the corner of Lavender Road and Kallang Road, and a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="480.19" OriginalAmount="475.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|CAN909100" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.76" OriginalAmount="476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|windsor_5" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a 24-hour guest services desk. A safe, a currency exchange service, a 24-h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.52" OriginalAmount="478.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311698283772" Longitude="103.8826998692" StarRating="2" HotelCode="346122|1823608" HotelName="Hotel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Molek, Singapore 399541</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/64/5764b716842a019c02a00452e5be0a9239192897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.79" OriginalAmount="479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297906" Longitude="103.85716" StarRating="3" HotelCode="224700|marrison_hotel" HotelName="Marrison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/51/d7516f73521631d49b1d7c42f3ab5008dbdf5c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.68" OriginalAmount="479.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|1827848" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|park_view_7" HotelName="Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Undeniably one of the city's best hotels, Park View Hotel offers more than just quality accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.89" OriginalAmount="483.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|1086288" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Temple Street, which is a five-minute walk away from the Chinatown MRT St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.38" OriginalAmount="484.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3076072363275" Longitude="103.85077496242" StarRating="3" HotelCode="909711|2002605" HotelName="Park 22 Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Kerbau Road, Little India, Singapur 219184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/25/6525f5f6774bec825ec576fa02dc2ebf6e692467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120326971487" Longitude="103.87778699398" StarRating="2" HotelCode="909675|ascendere" HotelName="Ascendere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 10 Geylang, 399035 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0d/fc0d733d3c821b312ea1b86c860af639757fe339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Singapore. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3105899192554" Longitude="103.85626559373" StarRating="2" HotelCode="909733|grand_c_hotel" HotelName="Hotel 165" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>165 Kitchener Road, Singapore 208532</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0c/ff0c2947ccfdd32b66b3efbfaf96eefa5c96c1bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|hotel_bencoolen" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="496.17" OriginalAmount="491.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3013073150802" Longitude="103.85301517324" StarRating="3" HotelCode="434664|22731664" HotelName="South East Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190 Waterloo Street, 187965 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/df/b5dfe92e72a544a7aa4545e83cc7bf9378a2edea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;For more than four decades, South East Asia Hotel  has been the hotel of choice for many a visitor t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.72" OriginalAmount="495.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|91942" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Middle Road. It is a 10-minute walk from Bugis MRT Station, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.96" OriginalAmount="496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308861" Longitude="103.911973" StarRating="2" HotelCode="140883|le_peranakan_hotel" HotelName="Garden Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 East Coast Road, Singapore 428992</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/6e/c96e63a0a075e8fe7e77bb65e0288f6e3edf848c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the bustling Katong district and is surrounded by some of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.96" OriginalAmount="496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2969247" Longitude="103.85576321" StarRating="3" HotelCode="784418|populous_hotel" HotelName="Populous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Middle Road, Singapore 188933</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/e9/4ae984448e89995bb4feacef536d0787dd923425.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Our Hotel in Singapore, undoubtedly one of the most cosmopolitan, contemporary and vibran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="502.84" OriginalAmount="497.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|1508808" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within the CBD area, as well as the shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503.99" OriginalAmount="499" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|62779" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned city hotel is situated close to the National University of Singapore (NUS), Nati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.00" OriginalAmount="500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|fragrance_hotel__selegie" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around a 2-minute walk from Little India MRT Station. Located within some 10 minutes' w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.01" OriginalAmount="501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311107" Longitude="103.853702" StarRating="3" HotelCode="296207|penta_hotel_2" HotelName="Penta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Birch Road, Singapore 219894</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/db/2fdb88e450360d9ea2d48bbd587c5ca08df92356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Singapore, Penta Hotel puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.42" OriginalAmount="506.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30737519" Longitude="103.85172729" StarRating="3.5" HotelCode="632896|2241715" HotelName="Aqueen Heritage Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane, Singapore 219962</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/31/383153e4b08f8dff63e35c7bf4b8012f4721169d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="514.56" OriginalAmount="509.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|3200640" HotelName="Changi Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is situated opposite Little India Arcade and Shopping centre, where opportunities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="519.06" OriginalAmount="513.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28175089" Longitude="103.84519799" StarRating="2" HotelCode="967814|21128655" HotelName="ST Signature Chinatown - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>273 South Bridge Road, Singapore 058822</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/4a/be4ad47eb8177c9f1d49f20d116a552a2feb906a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|link_hotel" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tiong Bahru estate in the heartlands of Singapore, this city hotel is a mere 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.87" OriginalAmount="514.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|1232428" HotelName="Arton Boutique 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>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="520.15" OriginalAmount="515.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297019003828" Longitude="103.85255303393" StarRating="2" HotelCode="73808|victoria_hotel_6" HotelName="Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Victoria Street, Singapore 188016</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fd/a1fdc75790b396a358f171f1963de5f2c5bdb6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central area of Singapore, not far from Orchard Road's shopping paradise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.17" OriginalAmount="516.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2840777096686" Longitude="103.84416510018" StarRating="2" HotelCode="383777|1232778" HotelName="Wink Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Capsule hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A Mosque Street, Singapore 059488</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/8f/4d8fd5add1e6c3953eea9ff97d15f775d6b416ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.18" OriginalAmount="518.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|jayleen_clarke_quay_hotel" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.85" OriginalAmount="520.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|952345" HotelName="ibis Singapore Novena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance to Novena MRT Station and the Orchard shopping belt is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.20" OriginalAmount="520.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|2238175" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|63701" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.03" OriginalAmount="523.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121818559837" Longitude="103.87909821874" StarRating="3" HotelCode="402883|2290585" HotelName="The Amazing Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 14 Geylang, Singapore 398913</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/07/c607d2ae5778681a2128a2f112258ff752ca38d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29783655" Longitude="103.85724828" StarRating="2" HotelCode="937330|zen_rooms_bugis" HotelName="Marrison Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a2/9ca29cb517871cec2040b3548cefb59cf56c5a48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Colonial District (City Hall), ZEN Rooms Bugis is minutes from Suntec Singapore and Alive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="529.72" OriginalAmount="524.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284714" Longitude="103.844031" StarRating="2" HotelCode="96646|140158" HotelName="Hotel 81 - Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 New Bridge Road, Singapore 059418</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c50d0268531d8a48a6f01768d4e19574b2ec7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of the central business district of Singapore, one could not find a better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.22" OriginalAmount="526.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|1228258" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.390595" Longitude="103.985928" StarRating="4" HotelCode="60575|30711" HotelName="Village Hotel Changi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Netheravon Road, Singapore 508502</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c300113b9389a5baacb5382044d1ccffa55b3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Singapore district of Changi, amidst quaint little shops a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287255" Longitude="103.84011" StarRating="4" HotelCode="213835|the_seacare_hotel" HotelName="The Seacare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chin Swee Road, Singapur 169875</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/34/6f349f520b6bd1ff69877348a6d7d8192d0cf0f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.38" OriginalAmount="538.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.38881578" Longitude="103.97654425" StarRating="3" HotelCode="861348|zen_premium_cranwell_road" HotelName="Changi Cove by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Changi, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/84/3e84dd6087b313824d30513f7dbdcf4a5c5e6bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.32" OriginalAmount="542.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|1604408" HotelName="Hotel Boss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.32" OriginalAmount="544.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|2289745" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.43" OriginalAmount="544.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|505105" HotelName="Santa Grand Bugis" 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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very easily accessible, with convenient links to public transport and taxis. It takes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.75" OriginalAmount="549.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|2331035" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.42" OriginalAmount="549.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|2002545" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.42" OriginalAmount="549.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|1226168" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.35" OriginalAmount="550.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|916155" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk away from both Little India and Bugis MRT stations and a 10-minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="557.35" OriginalAmount="551.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|1954933" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|jinshan_hotel_4" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the highly dynamic Chinatown area and fully intertwined with the rich histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="560.29" OriginalAmount="554.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|1014825" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.18" OriginalAmount="556.61" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|250278" HotelName="Zen Premium Kallang" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Located in five/6 Hotel Splendour, 5 Lor 6 Geylang, Singapore Singapore 399167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/7/8/250278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="565.60" OriginalAmount="560.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117541344284" Longitude="103.86024663272" StarRating="2" HotelCode="517457|pine_hostel" HotelName="Pine Hostel by Just Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road, Qinan Building, 207566 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5a757e07fd141a27d4b10bdc9a8c9c849b1043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.67" OriginalAmount="563.04" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|33879" HotelName="Furama Riverfront" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>405 HAVELOCK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/9/33879_1_1406.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 and it is surrounded by vegetation 525 rooms and 2 buidings. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service, a currency exchange service, lifts and a hairdresser's. With regards to the food and beverage offering, the establishment has a bar and restaurants. The establishment offers a living room, 17 multifunctional rooms, a ballroom, a business centre and WiFi. The establishment also offers Orchard Road and Chinatown a transfer service to room service and a car park (for a fee). SITUATION: This hotel is next to Singapore the river it is near Clarke Quay and Chinatown the areas 10 minutes away from the establishment, you can find Zouk the nightclub Clients can also find Great World City the commercial centre restaurants, the bay and the history museum. 5 minutes away from the establishment clients have Chinatown the Station of it is 25 minutes away from Singapore Changi Airport. ROOM: The establishment has superior rooms with a bathroom, a hairdryer, large windows, a desk with telephone, internet, a satellite or cable television, a mini-bar, a coffee maker, a kettle, an iron and a safety deposit box. FACILITIES: The establishment has a gym, a jacuzzi and tennis courts. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyKintamani, Furama and Waterfall Lounge the restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.65" OriginalAmount="565.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|big_hotel" HotelName="Hotel G Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="573.11" OriginalAmount="567.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|873395" HotelName="V Lavender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the city centre, at the junction of Kallang Road and Lavender Road. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="573.68" OriginalAmount="568.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|hotel_nuve" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|hotel_clover_769_north_bridge_road" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful setting amidst the bustle and splendour of Singapore. The hotel is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="576.39" OriginalAmount="570.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|2170735" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.74" OriginalAmount="574.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|nuve_urbane" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="579.85" OriginalAmount="574.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|915975" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 2-minute walk from Clarke Quay MRT Station and just opposite Clarke Quay. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.11" OriginalAmount="575.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|94459" HotelName="Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Singapore’s exclusive residential district, a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.81" OriginalAmount="581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|istayinn_singapore" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.85" OriginalAmount="585.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|hotel_grand_pacific_2" HotelName="Grand Pacific" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the business district, adjacent to the Civic Art Centre, this hotel is with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.86" OriginalAmount="586.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|nostalgia_hotel" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Tiong Bahru Estate which is popular with young adults for its Art De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.86" OriginalAmount="586.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|santa_grand_hotel_east_coast" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a baggage stor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="592.79" OriginalAmount="586.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|597721" HotelName="Hotel Mi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Singapore's museum belt, and is best suited for the artistically incli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.97" OriginalAmount="588.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2868959869191" Longitude="103.84701695859" StarRating="3" HotelCode="491670|2290075" HotelName="Champion Hotel City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 North Canal Road, Boat Quay, Singapore 059293</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d4/ccd45268c6b0abf7a7f4674f492071fb00f054f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="596.91" OriginalAmount="591.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29801953" Longitude="103.83756371" StarRating="3" HotelCode="883569|greatwood_residence_at_devonshire" HotelName="Greatwood Residence At Devonshire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Devonshire Road, Orchard, Singapore 239849</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a96ac5200778068b0f7f7441c48edf236ba26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="597.92" OriginalAmount="592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|hotel_royal_at_queens" HotelName="Royal at Queens" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Singapore hotel is strategically located in the city's dynamic business, financial, convention,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598.93" OriginalAmount="593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|the_sultan" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kampong Glam and is just walking distance from the Malay Herita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.96" OriginalAmount="596.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|studio_m_hotel" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location at the Robertson Quay entertainment precinct, surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="605.57" OriginalAmount="599.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|2270065" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located within Singapore's culturally rich Little India, within walking distance of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.28" OriginalAmount="601.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295934709394" Longitude="103.85489724077" StarRating="3" HotelCode="383783|1712878" HotelName="Heritage @ Cityhall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>39 Seah Street, Singapore 188395</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e95aaf7bd9c3e406e82a655d3e6f1eaa3ba8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.64" OriginalAmount="601.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|22814" HotelName="Village Hotel Bugis" 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,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the Sultan Mosque on Arab Street and Bugis Village, with its enchanting atmosphere, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="610.27" OriginalAmount="604.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|1636668" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2880558038282" Longitude="103.84853890426" StarRating="2" HotelCode="311326|heritage_south_bridge" HotelName="Heritage @ South Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 South Bridge Road, Singapore 058670</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/21/3c2177a7b6135701f736f6faa2325f9209e61101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2827157482909" Longitude="103.84566827475" StarRating="1.5" HotelCode="414270|khostel_hometown_inn" HotelName="Heritage @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>229 South Bridge Road, Singapore 058778</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/fb/cafb3a3ac6f64df0248caab64b3a6e3b0f0c1ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hometown Inn in Singapore (Chinatown), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="611.18" OriginalAmount="605.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|1758278" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|strand_hotel_5" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of the cultural, civic and commercial district, Strand Hotel provides a welcome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="614.81" OriginalAmount="608.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|6695967" HotelName="Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the famous Orchard Road area, and is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="616.79" OriginalAmount="610.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|2233857" HotelName="ibis Singapore on Bencoolen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bencoolen Street, in the heart of the business and cultural district of Sin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="621.23" OriginalAmount="615.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|312885" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Chinatown's best-known historical lanes, Mosque Street, surrounded by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.40" OriginalAmount="617.23" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|54005" HotelName="Village Changi By Far East Hospitality" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHERAVON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/0/5/54005_1_5799.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2004, has 8 floors, 380 rooms, 5 junior suites and 11 suites. The establishment has a lobby, a reception, a currency exchange service, a cafÃ©, lifts and a restaurant. The establishment also offers a conference room, room service, a laundry service, a car park, 14 multifunctional rooms and a playground. SITUATION: This hotel is in Singapore Changi the heart of in the surrounding area, clients can find shops, restaurants, in the surrounding area, clients have the beach, the jetty. ROOM: The rooms have a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar and a safe. They also have a mini-bar, a kettle, a coffee maker and a central heating system. It also offers non-smoking rooms. FACILITIES: The establishment boasts a gym, a steam bath, a sauna, a massage service, a terrace with a swimming pool and a jacuzzi. next to the establishment, guests can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OBSERVATIONS: The establishment offers a transfer service to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|wanderlust" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Little India, a bustling cultural enclave where Indian immigrants once settled, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28413961" Longitude="103.84423828" StarRating="3" HotelCode="937482|the_porcelain_hotel" HotelName="Porcelain Hotel by JL Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Business Centre,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Porter,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/59/6c59a3d02ba5bab08fbae7128d5aea1002305575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property's full service health spa has massage/treatment rooms and beauty services. Complimentar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="625.19" OriginalAmount="619.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|ymca__one_orchard" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.27" OriginalAmount="627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2974854860404" Longitude="103.8567557931" StarRating="2" HotelCode="909665|hotel_calmo_bugis_sg_clean_staycation_approved" HotelName="Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Beach Road, Singapore 189699</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a7/6ba74d39d1ce28b9c191d3cfff0b4af5ec2494a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|m_social_singapore" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.04" OriginalAmount="637.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|952535" HotelName="Village Katong" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN) (about 15 km away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.41" OriginalAmount="641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|summer_view_hotel" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Singapore, a mere 5 to 10-minute drive from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.32100417" Longitude="103.852548" StarRating="0" HotelCode="970845|citadines_balestier_singapore" HotelName="Citadines Balestier Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Balestier Road, Singapore 329683</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/be/b1be30747afb39fc700f9eee451c58a9007b6bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649.43" OriginalAmount="643" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="649.97" OriginalAmount="643.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|2260625" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="651.35" OriginalAmount="644.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|2150785" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Inspired by first class travel, YOTEL translates the language of luxury airline travel into compact ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.68" OriginalAmount="648.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|1614398" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest Holiday Inn Express in Singapore!   The new hotel is the smart choice for savvy business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|grand_mercure_roxy_hotel" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of Singapore, on Marine Parade Road in the centre of histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="662.68" OriginalAmount="656.12" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218719" HotelName="Yotel Singapore Orchard Road" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/9/218719_1_1874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.29" OriginalAmount="660.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|127394" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tiong Bahru Estate and is within easy walking distance of some of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.66" OriginalAmount="666.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|aqueen_hotel_paya_lebar" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="677.36" OriginalAmount="670.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|1080248" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled between Sentosa and Mount Faber and offers those with an urban appetite simpli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="678.72" OriginalAmount="672.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|bliss_hotel_singapore" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="679.34" OriginalAmount="672.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|2729455" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="680.65" OriginalAmount="673.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|504955" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Balestier Road, the hotel is a 10-minute drive from the city centre and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="687.81" OriginalAmount="681.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|park_hotel_alexandra" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="694.65" OriginalAmount="687.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|139533" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Belilios Road which forms part of Little India, a must-see tourist destinat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="695.56" OriginalAmount="688.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|84906" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the business district of Chinatown. It is a two-minute walk from the Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="695.89" OriginalAmount="689" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|27893" HotelName="Oasia Hotel Novena" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the charming enclave of the Novena district, the hotel is within walking distance of Nove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="699.93" OriginalAmount="693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|101682" HotelName="Copthorne King's Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre by the historical Singapore River with easy access to all m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701.95" OriginalAmount="695" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|20862" HotelName="Furama City Centre" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Chinatown- a shopping and entertainment haven in the middle of the Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.29" OriginalAmount="695.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|1865268" HotelName="Mercure Singapore Bugis" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="703.39" OriginalAmount="696.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|47171946" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.06" OriginalAmount="706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|innotel" HotelName="Innotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is roughly a 5-minute walk away from Dhoby Ghaut MRT station and two train stops away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|k2_guest_house" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3019832805711" Longitude="103.8619674957" StarRating="4" HotelCode="935364|hotel_clover_33_jalan_sultan" HotelName="Clover 33 Jalan Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Sultan #01-01, 198965 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b1/f8b1a14c10cff63806d8ebc9ea0812e9538e8da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="721.14" OriginalAmount="714.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|ramada_singapore_at_zhongshan_park" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 384 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="725.18" OriginalAmount="718.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3143395707326" Longitude="103.86023909913" StarRating="2" HotelCode="322449|rucksack_inn__lavender_street" HotelName="Rucksack Inn @ Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>280A Lavender Street, Singapore 338800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/63/0f63fcdfbc5af5ce548baef0adfa183a56f9f03a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="729.47" OriginalAmount="722.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|120484" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from 2 MRT stations, Farrer Park and Lavender and Little India,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.28" OriginalAmount="728.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29164143" Longitude="103.84959786" StarRating="0" HotelCode="985184|lyf_funan_singapore_by_ascott" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hill Street, Singapore 179370</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7e/0d7ef8cd4b1a84fa0467febf134dcbfa9e33551f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.48" OriginalAmount="739.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|22974" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Orchard Road, a prime shopping, restaurant and entertainment bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="748.18" OriginalAmount="740.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|2099495" HotelName="York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, Singapore's main shopping and entertainment belt, and a 15 minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.42" OriginalAmount="742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|park_avenue_rochester_hotel" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 271 rooms. A dining area and a bar are available to guests of the acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.410263794" Longitude="103.8438662807" StarRating="4" HotelCode="901571|orchid_country_club" HotelName="Orchid Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchid Club Road, Singapore 769162</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ab/0cabd9b2484df57332ab81c32721cc51bfb74d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 30 minutes away from Changi International Airport, tucked away next to the Sung...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="752.31" OriginalAmount="744.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|2291305" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="755.57" OriginalAmount="748.09" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|256811" HotelName="Bencoolen@hong Kong Street" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Hongkong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/8/1/1/256811_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.53" OriginalAmount="753.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|dorsett_singapore" HotelName="Dorsett Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="765.58" OriginalAmount="758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296858" Longitude="103.855824" StarRating="2" HotelCode="932932|amaris_hotel_by_santika_bugis_singapore" HotelName="Amaris Hotel Bugis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Road, Bugis Junction, Singapore 188931</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/6a/0e6a77bd47ecda54d09b10a29b637e287da550dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.74" OriginalAmount="761.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|22764" HotelName="The Elizabeth" 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>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="772.37" OriginalAmount="764.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|250267" HotelName="Capsule Pod Boutique - Sg Clean" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Upper Cross Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/6/7/250267_5a3aeee1642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.77" OriginalAmount="777.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|costa_sands_resort_downtown_east" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a childcare service and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="788.33" OriginalAmount="780.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|574081" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated and in one of Singapore's most bustling districts, Park Hotel Farrer Park enjoys ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|150924" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 557 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="798.77" OriginalAmount="790.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|1340581" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along the picturesque Singapore River, this city hotel is just a 5-minute drive from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="801.34" OriginalAmount="793.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306895259978" Longitude="103.83600032258" StarRating="4.5" HotelCode="491667|2085045" HotelName="Oakwood Studios Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Garden,Housekeeping,Internet,Kitchen,Laundry,Parking,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Mount Elizabeth, Singapore 228514</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f0/a1f0c5f9e4483e071caf56e2f8c7752f3b2ef7e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MODERN SERVICED LIVING IN AN EXCLUSIVE DISTRICT

Stylish apartments with eclectic tech-enabled space...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="813.05" OriginalAmount="805.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301196" Longitude="103.8403858" StarRating="4" HotelCode="82183|orchard_point_serviced_apartments" HotelName="Orchard Point Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Orchard Road, 06-01, OG Orchard Point, Entrance is on Koek Road, Singapore 238842</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/82/9682bd21b000e5c6b88c48b1e3f363e1972e8912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.11" OriginalAmount="811.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|the_claremont_hotel_2" HotelName="The Claremont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.16" OriginalAmount="816.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313537" Longitude="103.825677" StarRating="4" HotelCode="909714|le_grove_serviced_apartments" HotelName="Le Grove Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Orange Grove Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a5/88a52ef4ce7a147037a626a037f80a18e2b6d690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a babysitting service and a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="824.45" OriginalAmount="816.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|1242431" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Changi Business Park, which comprises a mix of high technology ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="832.37" OriginalAmount="824.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|102532" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Singapore's Little India on Serangoon Road, just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="835.27" OriginalAmount="827" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|35089" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the crossroads of Outram and Havelock Roads, the hotel lies by the Singapore River, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.08" OriginalAmount="831.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|1006945" HotelName="Quincy" 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,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2995288044509" Longitude="103.84063839912" StarRating="4" HotelCode="168076|lanson_place_winsland_serviced_residences" HotelName="Lanson Place Winsland Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Penang Road, Singapore 238462</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5e/855e5766eb7c69791a8d1c0467a94a09a0c2ed66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is conveniently located in the heart of the city, within walking distance of Somerset ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="854.46" OriginalAmount="846.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3125045930778" Longitude="103.86121112304" StarRating="3" HotelCode="143917|aqueen_hotel_lavender" HotelName="Aqueen Lavender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>139 Lavender Street, Singapore 338739</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/46/a54690125cda301b1a9122fa364bd32ab650be46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within close proximity of various eateries offering uniquely Singaporean fares....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="863.55" OriginalAmount="855.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|traders_hotel_singapore" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orchard Spring, this hotel is just a 5-minute stroll to the main shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="879.71" OriginalAmount="871" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|3162" HotelName="Concorde Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road, the celebrated commercial and entertainment hub ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="882.37" OriginalAmount="873.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|1208258" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="896.88" OriginalAmount="888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|park_regis_singapore" HotelName="Park Regis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the city centre, within easy reach of Singapore's vibrant en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="903.95" OriginalAmount="895.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297276" Longitude="103.83846" StarRating="3" HotelCode="909725|orchard_grand_court" HotelName="Orchard Grand Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Killiney Road, Singapore 239571</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b1/afb1ce53362346760a54949d428751aeb1f1b094.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="904.48" OriginalAmount="895.52" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60329" HotelName="Concorde  Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/2/9/60329_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Orchard Road where you can find the commercial area and the leisure area. 5 minutes walk away, guests will find el Palacio Presidencial near the establishment, you will find commercial centres and Fort Canning Park. 200 metres away you can find restaurants, bars and nightclubs. Close to the establishment, guests can find El Museo de Arte de Singapur guests can also find Esplanade the Chijmes Hall theatres. HOTEL: This air-conditioned hotel has 407 standard rooms and 7 floors. Some of the establishment facilities on offer are a hairdresser's, a business centre, a secretary service, a medical care service and express check-out. The establishment has a lobby with a reception, a safety deposit box service and a currency exchange service. It has a bar and a restaurant. The establishment offers guests conference facilities and internet (for a fee). Guests have access to a gift shop. The establishment also offers room service, a laundry service and a car park (for a fee). ROOM: All the rooms have a marble bathroom with a shower, a bath, a hairdryer, a direct line telephone, a bathrobe, slippers, a king-size bed and a direct line telephone. They have a radio, a direct line telephone, a mini-bar, a mini-fridge, a coffee maker, an iron, cable television, a safe, a central air-conditioning system, internet (available for a fee), a writing desk and press. The establishment has non-smoking rooms (available on request).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="909.21" OriginalAmount="900.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|2373105" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|orchard_hotel_singapore" HotelName="Orchard Hotel Singapore" 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,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Orchard Road, adjacent to the Delfi Orchard mall and opposite to the Forum Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="920.11" OriginalAmount="911.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994245602115" Longitude="103.85048779788" StarRating="4" HotelCode="82175|somerset_bencoolen_singapore" HotelName="Somerset Bencoolen Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Bencoolen Street, Singapore 189630</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/46/d446a9b747d1e01c718b2e1773eb1258b0473435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="927.18" OriginalAmount="918.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|holiday_inn_express_singapore_clarke_quay" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.19" OriginalAmount="919.00" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63537" HotelName="The Robertson House by The Crest Collection" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/3/7/63537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="938.33" OriginalAmount="929.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|74308" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of Singapore's bustling Civic District, the hotel is just a stone’s throw away...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="939.66" OriginalAmount="930.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|1455948" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="942.97" OriginalAmount="933.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|1800688" HotelName="The Vagabond Club Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="943.80" OriginalAmount="934.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|2173965" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a babysitting service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="946.37" OriginalAmount="937.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|lloyd_s_inn" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="962.53" OriginalAmount="953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|bayview_hotel_singapore" HotelName="30 Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the crossroads of Singapore's popular shopping area and business district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.55" OriginalAmount="955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303088" Longitude="103.832473" StarRating="4" HotelCode="76122|orchard_parksuites" HotelName="Orchard Parksuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Orchard Turn, Singapore 238800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/00/95003365267f4e8c0b6fc912765495a90553695e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located just off Orchard Road, the residences are next to Wisma Atria and just a 5-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.96" OriginalAmount="971.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307807" Longitude="103.831862" StarRating="4" HotelCode="916778|1142988" HotelName="8 on Claymore Serviced Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Claymore Hill, Singapore 229572</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/09/340947623e18feb358022921986a152f7281b395.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="987.56" OriginalAmount="977.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|94929" HotelName="Royal Plaza on Scotts" 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,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Scotts Road, opposite the Grand Hyatt Hotel Singapore and the Marriot Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="989.56" OriginalAmount="979.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|102592" HotelName="PARKROYAL on Beach Road" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Beach Road, on the perimeter of Singapore's Central Business District, in cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1000.91" OriginalAmount="991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296388" Longitude="103.840725" StarRating="3.5" HotelCode="549370|210658" HotelName="Thanksgiving Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>328 River Valley Road, Singapore 238360</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/aa/e3aa241a47372e5e872a46f69e4f96d7baf37953.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.87" OriginalAmount="994.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|114642" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 09/03/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>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Orchard Road, with easy access to the popular Orchard Road shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1010.00" OriginalAmount="1000.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|grand_park_orchard" HotelName="Grand Park Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Orchard Road, surrounded by the city's most prestigious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1012.84" OriginalAmount="1002.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|1730438" HotelName="Darby Park Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.33" OriginalAmount="1011.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985031368806" Longitude="103.76544470992" StarRating="3.5" HotelCode="491666|2260635" HotelName="Oasia Residence Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>123 West Coast Crescent, Singapore 126779</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e0/c7e07c264275c37174c082c32552c78c5469ed11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1025.15" OriginalAmount="1015.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|carlton_hotel_singapore" HotelName="Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel grounds are located on Bras Basah Road, close to several popular tourist attractions. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1037.00" OriginalAmount="1026.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|99122" HotelName="Grand Copthorne Waterfront Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the banks of the historic Singapore River, within easy access of the shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.38" OriginalAmount="1038.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986335478394" Longitude="103.7880492037" StarRating="4" HotelCode="201400|fraser_place_fusionopolis_3" HotelName="Citadines Fusionopolis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Fusionopolis Way, Symbiosis Tower, Singapore 138633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6d/b06d3e909a0b6e625c8972ca19567fac0dd30935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.90" OriginalAmount="1043.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|1912815" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1054.12" OriginalAmount="1043.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|1018208" HotelName="Rendezvous Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the urban and cultural district of the city, with shopping venues, re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1055.45" OriginalAmount="1045.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|grand_park_city_hall" HotelName="Grand Park City Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This atrium hotel is strategically located in a vibrant quarter of Singapore's city centre, just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1058.48" OriginalAmount="1048.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291980983373" Longitude="103.8428969212" StarRating="4" HotelCode="318287|park_avenue_clemenceau" HotelName="Park Avenue Suites  Clemenceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81A Clemenceau Avenue, UE Square, Singapore 239918</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6c/976c41ec8756734c834c1e8d2aacabfaa5ac7682.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1069.92" OriginalAmount="1059.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|1571658" HotelName="Relc International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1075.84" OriginalAmount="1065.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|23429388" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,ASIAN BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1077.24" OriginalAmount="1066.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|74292" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located along the historic riverfront area of the famous Singapore River, right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1087.96" OriginalAmount="1077.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|117402" HotelName="Naumi Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, a mere two-minute walk from the famous Raffles Hotel. With...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.86" OriginalAmount="1086.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|m_hotel_singapore" HotelName="M Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of the business district with easy access to key local att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1098.61" OriginalAmount="1087.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|1735698" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1102.16" OriginalAmount="1091.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|SIAA" HotelName="Amara Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)62231293</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within the heart of the bustling business and shopping districts of Chinatown and Shenton Wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1118.58" OriginalAmount="1107.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|1896625" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1131.16" OriginalAmount="1119.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|372729" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road and is annexed to the Specialist Shopping Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1133.22" OriginalAmount="1122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|riverview_hotel_singapore" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the banks of the historical Singapore River, near Chinatown, just a 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1134.94" OriginalAmount="1123.70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|188411" HotelName="Louis Kienne Serviced Residences" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>554 Havelock Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/1/1/188411_1_5770.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1148.52" OriginalAmount="1137.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280646" Longitude="103.845391" StarRating="4" HotelCode="66150|84896" HotelName="The Scarlet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Erskine Road, Singapore 069333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/041700e634d46fbc8a2439287970610c29afc1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ann Siang Hill, one of Singapore's historic enclaves in Chinatown, and withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.42" OriginalAmount="1142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|capri_by_fraser_china_square" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1153.45" OriginalAmount="1142.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35480657214" Longitude="103.98910361532" StarRating="2" HotelCode="440859|2289715" HotelName="Ambassador Transit Hotel Terminal 2" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Level 3, Passenger Terminal Building (PTB) 2, Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8230690</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1172.87" OriginalAmount="1161.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|2330875" HotelName="Six Senses Maxwell" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3001570763725" Longitude="103.86029464693" StarRating="5" HotelCode="407792|157764" HotelName="PARKROYAL Serviced Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/04/2026" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>7500A Beach Road, The Plaza #01-345/346, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cd/cde3e1815f96f25f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at PARKROYAL Serviced Suites Singapore in Singapore (K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1183.71" OriginalAmount="1171.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|1121468" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1189.78" OriginalAmount="1178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|hilton_singapore" HotelName="Hilton Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road, 238883 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on fashionable Orchard Road and in the heart of Singapore's shopping, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1190.79" OriginalAmount="1179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|pan_pacific_serviced_suites_beach_road_singapore" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1192.78" OriginalAmount="1180.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|1463748" HotelName="Orchid Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1194.83" OriginalAmount="1183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|resorts_world_sentosa__michael" HotelName="Hotel Michael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, the hotel is a mere 10-minute drive from Singapore's Central Business Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1205.81" OriginalAmount="1193.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284286" Longitude="103.844947" StarRating="1" HotelCode="945417|1829178" HotelName="Capsule Pod Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Upper Cross Street, Singapore 058341</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7a007d13873516fbd4985ae2262ded339c5e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1208.12" OriginalAmount="1196.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994434075962" Longitude="103.84220963062" StarRating="4" HotelCode="75159|844295" HotelName="Regency House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Penang Road, Singapore 238464</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e6/1fe6253a2914290f46eaa7863aa173a9e25e259a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, at the junction of Penang Road and Oxley Road, between Fort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1210.10" OriginalAmount="1198.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|3457254" HotelName="Goodwood Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping and entertainment hub of Orchard and Scotts Roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1213.15" OriginalAmount="1201.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|2117015" HotelName="Oakwood Premier OUE Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1217.05" OriginalAmount="1205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|courtyard_singapore_novena" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1220.08" OriginalAmount="1208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|swissotel_merchant_court" HotelName="Swissôtel Merchant Court, Singapore" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the banks of the Singapore river opposite the Clarke Quay Festival Village....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1239.33" OriginalAmount="1227.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|1571938" HotelName="One15 Marina Club" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1245.25" OriginalAmount="1232.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|1018008" HotelName="One Farrer Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1273.61" OriginalAmount="1261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2928491314565" Longitude="103.8272112608" StarRating="5" HotelCode="79146|fraser_suites_river_valley" HotelName="Fraser Suites Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>491A River Valley Road, Singapore 248372</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/9b/929b9e830f52ec861dee2679104341adc9d0a368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1287.75" OriginalAmount="1275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311732368481" Longitude="103.83642196655" StarRating="5" HotelCode="45068|sheraton_towers_singapore" HotelName="Sheraton Towers Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scotts Road 39, 228230 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b1/71b18edfa6ab1fcc11aae87c2387f7032e4c0fbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a central location, on Scotts Road, just a 10-minute walk from Orchard Road, with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1311.99" OriginalAmount="1299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291254" Longitude="103.841391" StarRating="4" HotelCode="176121|village_residence_robertson_quay_by_far_east_hospitality" HotelName="Village Residence Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Robertson Quay, Singapore 238251</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/38/6938c644ac118a7ab0e48e1dea0ff3eb42ff2278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property sits on the banks of the Singapore River close to the bars and restaurants of trendy Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.02" OriginalAmount="1304.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|2334535" HotelName="Amoy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1319.06" OriginalAmount="1306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3084080916735" Longitude="103.82702776925" StarRating="4" HotelCode="387424|treetops_executive_residences" HotelName="Treetops Executive Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Orange Grove Road, Singapore 258355</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6ef3192ddca894cb70b2a36f78d29cb4703ab28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1344.31" OriginalAmount="1331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288142" Longitude="103.843186" StarRating="4" HotelCode="176116|village_residence_clarke_quay_by_far_east_hospitality" HotelName="Village Residence Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Havelock Road, Singapore 059765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bd/88bd5062facc0a8e7fce0bcd20ac46747bfeb102.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Clasped between the districts of Chinatown, Clarke Quay and the Central Business District, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1347.81" OriginalAmount="1334.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|69626" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Orchard Road, Singapore's premier shopping, entertainment and b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1361.11" OriginalAmount="1347.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|678167" HotelName="Shangri-La Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, the hotel provides a tranquil garden setting in the midst of the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1361.48" OriginalAmount="1348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309595" Longitude="103.826743" StarRating="4.5" HotelCode="82083|shangrila_apartments_4" HotelName="Shangri-La Apartments Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Anderson Road, 259983 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/34/a13433eb81cf9081aeb3afc423a5225f8cc9bc77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1390.53" OriginalAmount="1376.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295853" Longitude="103.845428" StarRating="5" HotelCode="168481|2850762" HotelName="Fort Canning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>11 Canning Walk, Singapore 178881</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba0fc127001c1a16f3c17fd969e00cf2640928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Fort Canning Park, this park setting straddles not only the Orchard Road shopping belt an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1398.90" OriginalAmount="1385.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|86030" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly 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">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is located at the heart of Singapore’s business and cultural centre where the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1412.64" OriginalAmount="1398.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|937815" HotelName="Carlton City Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.376023" Longitude="103.879483" StarRating="3.5" HotelCode="931433|village_residence_hougang" HotelName="Village Residence Hougang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Hougang Street 91, Singapore 538692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/59/5659b173c6ae76d5b7756c935f2036bb2d72deaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1432.18" OriginalAmount="1418" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|39502" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1435.17" OriginalAmount="1420.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|2169115" HotelName="Andaz Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1466.52" OriginalAmount="1452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|sofitel_singapore_city_centre" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1475.06" OriginalAmount="1460.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|74319" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Singapore's most exclusive areas, close to the main business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1560.91" OriginalAmount="1545.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|102852" HotelName="Pan Pacific Orchard" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a desirable residential district of Singapore just a stone's throw from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1573.58" OriginalAmount="1558" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.67" OriginalAmount="1567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3015651878004" Longitude="103.82979158453" StarRating="0" HotelCode="981522|fraser_residence_orchard_singapore_2" HotelName="Fraser Residence Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Paterson Road, Singapore 238522</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7d/717dd2feca8e6e2b7f1410b17b36f57cdceae18c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1618.93" OriginalAmount="1602.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|108172" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the Marina Bay area, the hotel is directly opposite the Suntec Singapore In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1621.05" OriginalAmount="1605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|grand_hyatt_singapore" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the shopping and entertainment district of Orchard Road, 2 km from Clarke Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1626.88" OriginalAmount="1610.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|98032" HotelName="Crowne Plaza Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located at Changi Airport in the east of Singapore. It lies close to the Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1627.11" OriginalAmount="1611.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|singapore_marriott_hotel" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a renowned landmark on the corner where Scotts Road meets Orchard Road. Located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1642.26" OriginalAmount="1626.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305645" Longitude="103.836895" StarRating="4" HotelCode="82176|fraser_residence_orchard_singapore" HotelName="Fraser Residence Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Mount Elizabeth Link, Singapore 227973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/af/c2af2d11622e5f8978fad21cc49f1df4040bed75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1643.24" OriginalAmount="1626.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|2385631" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With immediate access to the multinational business and financial institutions, the residence offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1643.27" OriginalAmount="1627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|the_duxton" HotelName="Six Senses Duxton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Duxton Road, in the heart of Chinatown and within walking distance of the central busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1663.47" OriginalAmount="1647.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|fairmont_singapore" HotelName="Fairmont Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Singapore's business, historical, cultural, and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1663.62" OriginalAmount="1647.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007121" Longitude="103.8379232" StarRating="5" HotelCode="118488|2002625" HotelName="Pan Pacific Serviced Suites Orchard" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Somerset Road, Singapore 238163</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5c6068f2945ed2c1b0dca0b5e47c539c083d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1668.52" OriginalAmount="1652.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|pan_pacific_singapore" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Marina Bay, the hotel is connected via covered sky-bridge to three major sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.05" OriginalAmount="1724.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|2305585" HotelName="The Capitol Kempinski Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1743.26" OriginalAmount="1726.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|intercontinental_singapore" HotelName="Intercontinental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/04/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>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the civic and cultural district of Singapore at Bugis Junction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.34" OriginalAmount="1734.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|parkroyal_on_pickering" HotelName="PARKROYAL on Pickering" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1805.88" OriginalAmount="1788.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|the_fullerton_hotel_singapore" HotelName="The Fullerton Hotel Singapore" 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,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated in a prime location in the heart of the Civic District. Lying at the forefront...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1935.34" OriginalAmount="1916.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|CAN267200" HotelName="Conrad Centennial Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre in the Marina Bay district, between Millenia Walk and Suntec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1951.32" OriginalAmount="1932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|the_south_beach_singapore" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1975.56" OriginalAmount="1956.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.246217" Longitude="103.842456" StarRating="5" HotelCode="186924|w_singapore_sentosa_cove" HotelName="W Singapore Sentosa Cove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Ocean Way, Singapur, Singapur 098374</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1b/101bb81c0343729ef9d1c495795c82b60a452a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the island of Sentosa, where East meets West. It is situated just off the so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1983.64" OriginalAmount="1964.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|four_seasons_hotel_singapore_2" HotelName="Four Seasons Hotel Singapore" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the tree-lined Orchard Boulevard, the hotel is linked to the business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2068.12" OriginalAmount="2047.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2578844725642" Longitude="103.81010144949" StarRating="5" HotelCode="17469|69631" HotelName="Shangri-La's Rasa Sentosa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>101 Siloso Road, Sentosa 098970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b4/32b4d0cc0ea772597629ad1efc4e9536e4069a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on the western tip of Sentosa island, Singapore, on the beachfront. Set...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2071.51" OriginalAmount="2051.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|the_st_regis_singapore" HotelName="The St. Regis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/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>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Orchard road, offering immediate access to excep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2268.46" OriginalAmount="2246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|the_ritzcarlton_millenia_singapore" HotelName="The Ritz-Carlton Millenia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Marina Centre, a 7-minute walk from the City Hall MRT Station (public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2607.82" OriginalAmount="2582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|mandarin_oriental_singapore" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along Marina Bay, with panoramic views of Singapore Harbour. It is adjacent to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2656.88" OriginalAmount="2630.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|952485" HotelName="The Westin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2996.92" OriginalAmount="2967.25" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71559" HotelName="The Fullerton Bay (sg Clean)" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 COLLYER QUAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/5/9/71559_1_2856.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, designer hotel, was built in 2010 and has 100 rooms, 5 suites and 1 Presidential Suite. In the establishment entrance, guests will find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a bar, The establishment offers guests internet, a laundry service and a car park. SITUATION: This hotel is in the business district, is in the Fullerton Heritage the area Where you can find The Fullerton Waterboat House the restaurant Clifford Pier Port One Fullerton the commercial centre 5 minutes away from the establishment guests have MRT Raffles Place the underground station of it is 25 minutes away from Singapur Changi Airport. ROOM: Each room has a bathroom with a shower, a bath and a hairdryer. They have a king size or double bed, Nespresso, a direct line telephone, LCD satellite and cable television, internet, an iPod docking station, a safe, a mini-bar, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool on the roof terrace, The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a continental breakfast and Ã  la carte lunch and dinner. Clients have at their disposal a lounge bar and a bar. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, cash and some debit cards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3287.55" OriginalAmount="3255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|fort_canning_lodge" HotelName="Fort Canning Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the lush gardens of Fort Canning Park, this city hotel is 5 minutes' walk from Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3407.74" OriginalAmount="3374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29457" Longitude="103.831378" StarRating="4" HotelCode="118486|great_world_serviced_apartments_3" HotelName="Great World Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Kim Seng Walk, Singapore 239404</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/0557c8e0a751d183b3dda6c2296321af11586874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4219.73" OriginalAmount="4177.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|125839" HotelName="Marina Bay Sands Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Conference Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is located in the heart of Singapore's city centre and just 10 minutes by car f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4347.34" OriginalAmount="4304.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|141554" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Central Business District and within the Fullerton Heritage precinct whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4840.65" OriginalAmount="4792.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71563" HotelName="Marina Bay Sands" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 BAYFRONT AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/3/71563_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has a swimming pool, 20 restaurants and casino. You are also offered direct access to a commercial area. SITUATION: The establishment is situated next to Bayfront Metro Station and the business district. ROOM: Customers have modern rooms with cable TV, fitted carpets and lovely views. FACILITIES: The establishment offers a garden area, a scenic lookout, a swimming pool and a nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9617.13" OriginalAmount="9521.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|63484" HotelName="Raffles Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Singapore's shopping and commercial district. Across the stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.32" OriginalAmount="249.82" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|256826" HotelName="7 Wonders Boutique Capsule" Meals="CAPSULE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1095.57" OriginalAmount="1084.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|250262" HotelName="Alocassia Serviced Apartments" Meals="APARTMENT" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383, Bukit Timah Road, Off Robin Drive.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>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,Wheelchair Access,Golf,Central Heating,Spa,Nightclub,Kitchen,Garden,Swimming Pool,Boutique,Library,Printer,Bicycle Rental,Diet Meals,24 Hour Power Supply,Housekeeping,24 Hour Security,Airport Transfer (on Demand),Parking,Babysitting,Wake-up Call Service,Dining,Business Centre,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Photocopy,Concierge,24 Hour Room Service,Dry Cleaning,Meeting Room,Off-Site Parking,Valet Parking,LCD/Projector,Heated Pool,Beauty Salon,Porter,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,4.5,3.5,1,2.5,1.5,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,CASINO RESORT,BOUTIQUE HOTEL,VILLAGE,GOLF HOTEL,HOSTEL,GUESTHOUSE,CLUB RESORT,BEACH HOTEL,APARTMENT,HOSTELS,APARTMENT HOTEL,SPA HOTEL,CAPSULE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14351c3c-4661-46ca-9d53-db50401e46fc|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="14351c3c-4661-46ca-9d53-db50401e46fc">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-13T00:00:00" End="2026-04-20T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Tolu Tours Private Limited" Password="nikunjhouse" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14351c3c-4661-46ca-9d53-db50401e46fc|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14351c3c-4661-46ca-9d53-db50401e46fc|VeturisSearch|successfull supplier interation||Veturis|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
14351c3c-4661-46ca-9d53-db50401e46fc|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
14351c3c-4661-46ca-9d53-db50401e46fc|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
14351c3c-4661-46ca-9d53-db50401e46fc|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
14351c3c-4661-46ca-9d53-db50401e46fc|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14351c3c-4661-46ca-9d53-db50401e46fc|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
14351c3c-4661-46ca-9d53-db50401e46fc|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-03-06T09:24:00.9132961+00:00" Version="0" EchoToken="Search" TransactionIdentifier="14351c3c-4661-46ca-9d53-db50401e46fc" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050687009267" Longitude="103.8526767868" StarRating="1" HotelCode="434531|campbell_inn_hostel" HotelName="Campbell Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Campbell Lane, Little India, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3b/733bd6a9b8e4ff621796568288eca042fa2beb9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30641157" Longitude="103.85232086" StarRating="0" HotelCode="689342|clifden_hostel" HotelName="Clifden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Upper Dickson Road, Singapore 207472</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/30/ff30a3cadb32fcbbe10be36ffaf4605e9d79a7c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.84" OriginalAmount="228.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102535391835" Longitude="103.86199069564" StarRating="2" HotelCode="544885|96730588" HotelName="Backpackers@SG - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>111J King George's Avenue, Singapore 208559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/88/ad88203088512b8144682e7abe6c82ddeb54e216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a laundry service are available to guests of the hostel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.51" OriginalAmount="245.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|2290095" HotelName="Cube Smith Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="249.10" OriginalAmount="246.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|684486" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.51" OriginalAmount="253.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157659891688" Longitude="103.85878131092" StarRating="2" HotelCode="384384|692131" HotelName="The Hive Singapore Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>624 Serangoon Road, Singapore 218223</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/1c/1d1cd6d7d7d247c9fb9a530e71f081ba1893fac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.41" OriginalAmount="259.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2877445788887" Longitude="103.84902034981" StarRating="2" HotelCode="383779|1241148" HotelName="Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Circular Road, Singapore 049368</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e7/93e711f8caac5a4041930bf016650b61c6b9d659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.30" OriginalAmount="263.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31122961" Longitude="103.87281588" StarRating="2" HotelCode="682474|682936" HotelName="Kallang River Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Ayer, Singapore 389143</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/82/be8275c688815cb05b6d09d02c7364d31e9642be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Lavender / Kallang, Kallang River Backpackers is a perfect starting point from which to e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113355278999" Longitude="103.86071371266" StarRating="2" HotelCode="522574|abc_hostel" HotelName="Meadows Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7A Hamilton Road, Singapore 209178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/01/9b01673241e31e5f55f69a825f12b34e95b2a953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.46" OriginalAmount="265.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3101865731684" Longitude="103.85827445214" StarRating="2" HotelCode="439393|1229478" HotelName="7 Wonders Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar, Singapore 208930</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/3e/b13ee95bd030888c02dd0e5a865f08672f828213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.32" OriginalAmount="277.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|1462638" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Chinatown, only a 5-minute walk from Chinatown MRT Station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2875638032952" Longitude="103.84716816601" StarRating="2" HotelCode="437141|river_city_inn_" HotelName="River City Inn - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33C Hong Kong Street, Singapore 059672</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/1c/9b1c54b119e54bbee33c25d9cd322f5cfc0b66ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.99" OriginalAmount="286.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|1120168" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a great location, this hotel is the ideal place to stay for business and holidays travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|amrise" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Singapore. A total of 58 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.39" OriginalAmount="300.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|63994" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier road, around an 8-minute drive from Orchard Road, the famous shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.36" OriginalAmount="314.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|1175868" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.72" OriginalAmount="314.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|80852" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the outskirts of the Central Business District, along Lorong 16 in the middl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="325.13" OriginalAmount="321.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106478664346" Longitude="103.88064795337" StarRating="2" HotelCode="65621|63974" HotelName="Fragrance Hotel – Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lorong 18 Geylang, Singapore 398824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220298c869496a0325e0213bf1f19646933432a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around a 17-minute drive from the city centre in the suburb of Geylang, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.17" OriginalAmount="323.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|98089" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Geylang which is surrounded by many local famous eateries, fresh fruit stall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.83" OriginalAmount="324.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|63984" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Geylang, which is in the east of Singapore, well known for being a food mec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|dream_lodge_2" HotelName="Dream Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|k_hotel_1515" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="332.21" OriginalAmount="328.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|64014" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Geylang Lorong 20, just a 15-minute drive from Changi International Airpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304602" Longitude="103.854626" StarRating="1" HotelCode="909699|haising" HotelName="Haising" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Jalan Besar, Singapore 208801</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/8b/c98b059c367088a98a10151e39ea916868756d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Singapore. There are a total of 60 guests rooms on the premises....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30100519" Longitude="103.85954487" StarRating="0" HotelCode="865893|met_a_space_arab_street" HotelName="Met A Space Pod @ Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Arab Street, Kampong Glam, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ae/5faea9316287597007563c3ff8fc6627416708f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.48" OriginalAmount="337.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|156655" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Geylang district, close to the Kallang area, buzzing with dining venues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.37" OriginalAmount="337.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|502235" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 15-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.86" OriginalAmount="338.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|64004" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Lorong 14 in the centre of Geylang, with its colourful landscape of small...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|60591" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests staying here can conveniently explore the Old World charm of the Balestier neighbourhood - a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878145" Longitude="103.84893423" StarRating="2" HotelCode="857588|hipstercity" HotelName="Hipstercity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Circular Road, Singapore 049365</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/40/0f408ca6230f3327f7493d9a8728f700ce2931aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Singapore, known for "its delicious hybrid cuisine from many countries". Hipstercity is p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.74" OriginalAmount="340.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|76435" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.50" OriginalAmount="342.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|88268" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the outskirts of the city, near an area where a number of famous restaurant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.04" OriginalAmount="343.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|64024" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Lorong 10, in the heart of the Geylang area, a colourful entertainment dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.54" OriginalAmount="345.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|1222968" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.84" OriginalAmount="346.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|401655" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Foch Road, just behind the Eminent Plaza and around a 5-minute walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3112654494484" Longitude="103.87757696678" StarRating="1" HotelCode="451267|oxley_blossom_" HotelName="Oxley Blossom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang, Singapore 399047</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/a4/96a40401381fecacaabb009e84f18b2d266a7d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Oxley Blossom has a good reputation for facilitating facilities and service.&lt;br/&gt;&lt;br/&gt;a good rep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|635128" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|tai_hoe" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Tai Hoe Hotel in Singapore ends your search for true 'value for money' hotel. At Tai Hoe Hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.68" OriginalAmount="357.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|80851" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Lorong 12 in the heart of the Geylang area, with a number of restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.22" OriginalAmount="357.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|64034" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Joo Chiat Road in the east of the city, a historically rich area of Singapo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.79" OriginalAmount="358.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|76436" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the vibrant Geylang district, with the central business district around a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.93" OriginalAmount="359.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|91941" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the vibrant Geylang district. Geylang is home to some of the illustrious nam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.35" OriginalAmount="359.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|140149" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Geylang, the hotel is within around a 20-minute drive from Orchard Road and the Central B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31123141" Longitude="103.87763252" StarRating="2" HotelCode="845472|k_hotel_14" HotelName="K Hotel 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Lorong 10 Geylang</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.70" OriginalAmount="365.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|102215" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on Selegie Road. It is surrounded by shopping centres, such as Peace Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.56" OriginalAmount="365.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|1227968" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.67" OriginalAmount="367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|sleepy_sam_s" HotelName="Cube At Kampong Glam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Green Kiwi Backpacker Hostel - Bugis, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="371.02" OriginalAmount="367.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|1453518" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Balestier, around 5 minutes by car from Orchard Road, the famous shopping b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="377.61" OriginalAmount="373.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|112372" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the foot of Mount Faber, amid lush and tranquil green landscape, the hotel is just 10 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.18" OriginalAmount="376.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3187483617834" Longitude="103.91158375748" StarRating="3" HotelCode="524149|2002535" HotelName="Hotel 81 Changi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Golf,Housekeeping,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Changi Road, Singapore 419871</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84ba9d214cc1ace322ddd2b815fb41cba97f2d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;

Located in the suburb of the eastern part of Singapore, Hotel 81 Changi is a 5-min walk to Kemba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.78" OriginalAmount="378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|value_hotel_balestier" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Balestier Road, surrounded by many local speciality food outlets...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.50" OriginalAmount="383.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|1453528" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.65" OriginalAmount="384.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|505415" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the middle of Balestier Road, surrounded by many local speciality food outl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.19" OriginalAmount="385.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|104728" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within Singapore's ‘Little India’, the hotel is within walking distance of a host of food an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.27" OriginalAmount="390.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|1006195" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is approximately 20 minutes' drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="395.36" OriginalAmount="391.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|1032898" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Malay heritage site of Geylang Serai, which is just a mere 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.81" OriginalAmount="392.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|1175878" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.16" OriginalAmount="399.17" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|163955" HotelName="Wink Capsule" Meals="CAPSULE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8A Mosque Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/9/5/5/163955_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.26" OriginalAmount="399.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|1032828" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="403.67" OriginalAmount="399.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|1251098" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located at the heart of the city centre, this hotel is the perfect base for business a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|hotel_81_tristar" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the east, halfway between the airport and the city and a 15-minute drive fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.01" OriginalAmount="401" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|62538" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Rochor Road and is surrounded by numerous restaurants, food st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30922" Longitude="103.855436" StarRating="2" HotelCode="943391|grandmax" HotelName="Golden Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Desker Road, Singapore 209645</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/75/b775324467c89f68632a9fe38e8c1cb7d8ccf5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.03" OriginalAmount="403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.33165372" Longitude="103.94711778" StarRating="0" HotelCode="982525|q_loft_hotelsbedok" HotelName="Q Loft Hotel - Bedok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359A Bedok Road, Singapore 469548</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a08e3d1641ba621ec1e72bb565fd1c0544ce9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="412.16" OriginalAmount="408.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|156656" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the area known as Kampong Glam, next to the Concourse Building and the Sult...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.11" OriginalAmount="411.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.324432" Longitude="103.851109" StarRating="1.5" HotelCode="909721|new_orchid" HotelName="New Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>347 Balestier Road, Singapore 329777</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/93/519314fe0cec3754a06e98d0185d8102f4860269.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;New Orchid Hotel is ideally situated within the bustle of activities. Bus stops are but a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="420.44" OriginalAmount="416.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|2291095" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the midst of cosmopolitian Singapore, Penang Hotel is a newly renovated budget hotel that aim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="425.91" OriginalAmount="421.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|1453508" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="426.18" OriginalAmount="421.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|60837433" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a chirpy art deco heritage building, Beary Best! was conceived with the simple intent to m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3109230687953" Longitude="103.8769932358" StarRating="1" HotelCode="909720|darlene_hotel" HotelName="Darlene Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Lorong 8 Geylang, Singapore 399096</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/54/4054047b95e9a420769dfafd6a1314d062a79fca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="429.25" OriginalAmount="425.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|502155" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a residential area, this hotel is accessible from the Kovan MRT Station, which is 3 bus s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|bright_star_2" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|aliwal_park_hotel" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|robertson_quay_hotel" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located at Robertson Quay, an area which features restaurants, travel agen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3054842631902" Longitude="103.85495455841" StarRating="2" HotelCode="933732|buncradius_hostel" HotelName="Bunc Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Upper Weld Road, 207372 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/80/8380ccf68a85a3ef0afc3330a4791e8680053336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.30" OriginalAmount="434.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|504575" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on the fringe of the city area. The Tiong Bahru area is an old residential ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2840777096686" Longitude="103.84416510018" StarRating="2" HotelCode="383777|wink_hostel" HotelName="Wink Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Capsule hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8A Mosque Street, Singapore 059488</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/8f/4d8fd5add1e6c3953eea9ff97d15f775d6b416ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311566" Longitude="103.87727088" StarRating="3" HotelCode="973285|jh_hotel_2" HotelName="JH Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Lorong 10 Geylang, 399041 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/59/7359ad5f2a1db7e345e2eed28164e2bbd05cb0ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.05" OriginalAmount="439.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|98039" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.06" OriginalAmount="439.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|1157748" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Jalan Besar, near to Little India, the CBD and nearest MRT stations are just 10 minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.28" OriginalAmount="439.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|501635" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Joo Chiat, the hotel is within around a 15-minute drive from Orchard Road and the Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.63" OriginalAmount="440.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.279822" Longitude="103.841874" StarRating="2" HotelCode="176114|1822648" HotelName="Hotel 81 - Cosy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jiak Chuan Road, Singapore 089263</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/04/7504824238a96fe0b239807a14e110d5896a79ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Tanjong Pagar area, surrounded by colonial style, history and architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.85" OriginalAmount="440.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|1225068" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ON THE LITTLE RED DOT,
IN LITTLE INDIA, SITS A LITTLE GREAT HOTEL.
OF LITTLE OBJECTS THAT SPEAK OF T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311108" Longitude="103.87372" StarRating="1" HotelCode="909698|gay_world" HotelName="Gay World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Geylang Rd, Singapore 389218</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Singapore. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.27" OriginalAmount="441.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|1705678" HotelName="J8 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="447.69" OriginalAmount="443.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|1087628" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.65" OriginalAmount="445.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|1744378" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="450.60" OriginalAmount="446.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|1096928" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located along Kampong Bahru Road in the direction of Mount Faber, within two prominent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.44" OriginalAmount="446.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|429135" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel, situated in the City District, is just a stone's throw from the Bugis MRT station and in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.48" OriginalAmount="448.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113164" Longitude="103.87758762" StarRating="2" HotelCode="703173|k_hotel_12" HotelName="K Hotel 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Lorong 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02723944e9d8c090f1504117a169e5e91bc147ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|157752" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="455.15" OriginalAmount="450.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|1571918" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Singapore. Hotel 88 International features a total of 22 accommod...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="455.38" OriginalAmount="450.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30919625" Longitude="103.8532425" StarRating="2" HotelCode="145209|2800296" HotelName="Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>195 Serangoon Road, Singapore 218067</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/64/cb64e36d9e518a1714000d37125e4f3e815b8482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on Serangoon Road in the heart of Little India the Broadway Hotel is well served by public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.08" OriginalAmount="451.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|191936" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.55" OriginalAmount="455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|santa_grand_hotel_west_coast" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned city hotel is situated close to the National University of Singapore (NUS), Nati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="466.59" OriginalAmount="461.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|1718318" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a transfer service and a hairdresser are available to guests of the hotel. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|classique" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Convenience,comfort and class are encapsulateed in Classique Hotel. A Hotel with modern facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.37" OriginalAmount="463.73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|47866" HotelName="Fragrance  - Ocean View" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>432 PASIR PANJANG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/6/47866_1_2821.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was opened in 2008, 47 rooms and is business, The establishment has a lobby with express check-out, a reception, a lift, a car park, a fax service and a laundry service. SITUATION: Is situated inSingapore the outskirts of It has excellent transport links to public transport, in front of the hotel there is a public transport stop, is 30 minutes away from the city centre, 10 minutes away from the establishment, you can find shops, nightclubs excellent transport links to HarbourFront Centre the commercial centre Faber the Mountain of Sentosa the Island of Haw Par Villa Amusement Park the theatres. it is 25 kilometres away from Singapore Changi Airport. ROOM: The small rooms, have a bathroom and with a shower, a hairdryer. They have king size bed or two beds, a direct line telephone, a satellite or cable television, a coffee maker, a kettle, individual air-conditioning, WiFi (available for a fee) and an ironing set (available on request). PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Customers have a security service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="478.34" OriginalAmount="473.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|88278" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, on the corner of Lavender Road and Kallang Road, and a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.74" OriginalAmount="474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121818559837" Longitude="103.87909821874" StarRating="3" HotelCode="402883|the_amazing_inn" HotelName="The Amazing Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 14 Geylang, Singapore 398913</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/07/c607d2ae5778681a2128a2f112258ff752ca38d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="480.19" OriginalAmount="475.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|CAN909100" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the suburbs of Singapore, allowing travellers to experience the peace and q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="483.52" OriginalAmount="478.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311698283772" Longitude="103.8826998692" StarRating="2" HotelCode="346122|1823608" HotelName="Hotel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Molek, Singapore 399541</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/64/5764b716842a019c02a00452e5be0a9239192897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="484.68" OriginalAmount="479.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|1827848" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.89" OriginalAmount="483.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|1086288" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along Temple Street, which is a five-minute walk away from the Chinatown MRT St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.17" OriginalAmount="484.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|1154788" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from Little India MRT Station and the 24-hour Mustafa Centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="489.38" OriginalAmount="484.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3076072363275" Longitude="103.85077496242" StarRating="3" HotelCode="909711|2002605" HotelName="Park 22 Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Kerbau Road, Little India, Singapur 219184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/25/6525f5f6774bec825ec576fa02dc2ebf6e692467.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="489.85" OriginalAmount="485.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|park_view_7" HotelName="Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Undeniably one of the city's best hotels, Park View Hotel offers more than just quality accommodatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3120326971487" Longitude="103.87778699398" StarRating="2" HotelCode="909675|ascendere" HotelName="Ascendere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lorong 10 Geylang, 399035 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0d/fc0d733d3c821b312ea1b86c860af639757fe339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Singapore. Pets are not allowed at this hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3105899192554" Longitude="103.85626559373" StarRating="2" HotelCode="909733|grand_c_hotel" HotelName="Hotel 165" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>165 Kitchener Road, Singapore 208532</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/0c/ff0c2947ccfdd32b66b3efbfaf96eefa5c96c1bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="496.17" OriginalAmount="491.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3013073150802" Longitude="103.85301517324" StarRating="3" HotelCode="434664|22731664" HotelName="South East Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190 Waterloo Street, 187965 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/df/b5dfe92e72a544a7aa4545e83cc7bf9378a2edea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;For more than four decades, South East Asia Hotel  has been the hotel of choice for many a visitor t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="498.17" OriginalAmount="493.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|1571718" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="500.72" OriginalAmount="495.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|91942" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along Middle Road. It is a 10-minute walk from Bugis MRT Station, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.96" OriginalAmount="496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2969247" Longitude="103.85576321" StarRating="3" HotelCode="784418|populous_hotel" HotelName="Populous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Designated Smoking Area,Internet,Parking,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Middle Road, Singapore 188933</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/e9/4ae984448e89995bb4feacef536d0787dd923425.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to Our Hotel in Singapore, undoubtedly one of the most cosmopolitan, contemporary and vibran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="507.69" OriginalAmount="502.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|64054" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is around a 2-minute walk from Little India MRT Station. Located within some 10 minutes' w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.42" OriginalAmount="506.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30737519" Longitude="103.85172729" StarRating="3.5" HotelCode="632896|2241715" HotelName="Aqueen Heritage Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Belilios Lane, Singapore 219962</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/31/383153e4b08f8dff63e35c7bf4b8012f4721169d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="514.31" OriginalAmount="509.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|1508808" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within the CBD area, as well as the shopping and entertainment dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="514.56" OriginalAmount="509.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|3200640" HotelName="Changi Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is situated opposite Little India Arcade and Shopping centre, where opportunities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="519.06" OriginalAmount="513.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28175089" Longitude="103.84519799" StarRating="2" HotelCode="967814|21128655" HotelName="ST Signature Chinatown - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>273 South Bridge Road, Singapore 058822</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/4a/be4ad47eb8177c9f1d49f20d116a552a2feb906a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.87" OriginalAmount="514.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|1232428" HotelName="Arton Boutique 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>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="521.46" OriginalAmount="516.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|504765" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tiong Bahru estate in the heartlands of Singapore, this city hotel is a mere 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.18" OriginalAmount="518.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|jayleen_clarke_quay_hotel" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.19" OriginalAmount="519" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308861" Longitude="103.911973" StarRating="2" HotelCode="140883|62544" HotelName="Garden Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 East Coast Road, Singapore 428992</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/6e/c96e63a0a075e8fe7e77bb65e0288f6e3edf848c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the bustling Katong district and is surrounded by some of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="525.85" OriginalAmount="520.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|952345" HotelName="ibis Singapore Novena Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance to Novena MRT Station and the Orchard shopping belt is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="526.20" OriginalAmount="520.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|2238175" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|63701" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29783655" Longitude="103.85724828" StarRating="2" HotelCode="937330|zen_rooms_bugis" HotelName="Marrison Hotel by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/a2/9ca29cb517871cec2040b3548cefb59cf56c5a48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Colonial District (City Hall), ZEN Rooms Bugis is minutes from Suntec Singapore and Alive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="529.72" OriginalAmount="524.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284714" Longitude="103.844031" StarRating="2" HotelCode="96646|140158" HotelName="Hotel 81 - Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 New Bridge Road, Singapore 059418</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c50d0268531d8a48a6f01768d4e19574b2ec7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the crossroads of the central business district of Singapore, one could not find a better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="531.04" OriginalAmount="525.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297906" Longitude="103.85716" StarRating="3" HotelCode="224700|1228358" HotelName="Marrison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Beach Road, Singapore 189704</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/51/d7516f73521631d49b1d7c42f3ab5008dbdf5c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.22" OriginalAmount="526.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|1228258" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.390595" Longitude="103.985928" StarRating="4" HotelCode="60575|30711" HotelName="Village Hotel Changi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Netheravon Road, Singapore 508502</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c300113b9389a5baacb5382044d1ccffa55b3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the Singapore district of Changi, amidst quaint little shops a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.64" OriginalAmount="530.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|1603708" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a lift and a 24-hour guest services desk. A safe, a currency exchange service, a 24-h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="536.50" OriginalAmount="531.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3047329817812" Longitude="103.85283289636" StarRating="3" HotelCode="341051|1178038" HotelName="The Daulat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Madras Street, Singapore 208413</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/ce/c2ce7cf328269c23cc88a7ff2887a7d5c1340777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.38" OriginalAmount="538.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.38881578" Longitude="103.97654425" StarRating="3" HotelCode="861348|zen_premium_cranwell_road" HotelName="Changi Cove by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Changi, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/84/3e84dd6087b313824d30513f7dbdcf4a5c5e6bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="544.98" OriginalAmount="539.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|1171058" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Kampong Glam and is just walking distance from the Malay Herita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="548.32" OriginalAmount="542.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|1604408" HotelName="Hotel Boss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.32" OriginalAmount="544.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|2289745" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="550.43" OriginalAmount="544.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|505105" HotelName="Santa Grand Bugis" 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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very easily accessible, with convenient links to public transport and taxis. It takes a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="554.75" OriginalAmount="549.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|2331035" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.42" OriginalAmount="549.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|2002545" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.42" OriginalAmount="549.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|1226168" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.35" OriginalAmount="550.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|916155" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk away from both Little India and Bugis MRT stations and a 10-minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="557.35" OriginalAmount="551.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|1954933" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="560.89" OriginalAmount="555.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|2104535" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the highly dynamic Chinatown area and fully intertwined with the rich histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.18" OriginalAmount="556.61" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|250278" HotelName="Zen Premium Kallang" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Located in five/6 Hotel Splendour, 5 Lor 6 Geylang, Singapore Singapore 399167</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/7/8/250278_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.03" OriginalAmount="557.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|1014825" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="565.60" OriginalAmount="560.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3117541344284" Longitude="103.86024663272" StarRating="2" HotelCode="517457|pine_hostel" HotelName="Pine Hostel by Just Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>153A Tyrwhitt Road, Qinan Building, 207566 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5a757e07fd141a27d4b10bdc9a8c9c849b1043.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.63" OriginalAmount="563.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|mercure_singapore_on_stevens" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.67" OriginalAmount="563.04" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|33879" HotelName="Furama Riverfront" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>405 HAVELOCK ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/9/33879_1_1406.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2005 and it is surrounded by vegetation 525 rooms and 2 buidings. In the establishment entrance, guests will find a hall with a reception, a safety deposit box service, a currency exchange service, lifts and a hairdresser's. With regards to the food and beverage offering, the establishment has a bar and restaurants. The establishment offers a living room, 17 multifunctional rooms, a ballroom, a business centre and WiFi. The establishment also offers Orchard Road and Chinatown a transfer service to room service and a car park (for a fee). SITUATION: This hotel is next to Singapore the river it is near Clarke Quay and Chinatown the areas 10 minutes away from the establishment, you can find Zouk the nightclub Clients can also find Great World City the commercial centre restaurants, the bay and the history museum. 5 minutes away from the establishment clients have Chinatown the Station of it is 25 minutes away from Singapore Changi Airport. ROOM: The establishment has superior rooms with a bathroom, a hairdryer, large windows, a desk with telephone, internet, a satellite or cable television, a mini-bar, a coffee maker, a kettle, an iron and a safety deposit box. FACILITIES: The establishment has a gym, a jacuzzi and tennis courts. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyKintamani, Furama and Waterfall Lounge the restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.65" OriginalAmount="565.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|big_hotel" HotelName="Hotel G Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="573.11" OriginalAmount="567.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|873395" HotelName="V Lavender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the city centre, at the junction of Kallang Road and Lavender Road. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|hotel_clover_769_north_bridge_road" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a wonderful setting amidst the bustle and splendour of Singapore. The hotel is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007703475073" Longitude="103.90111684799" StarRating="1" HotelCode="909684|amber_katong" HotelName="Amber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Amber Road, 439878 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/9c/e99c11ef0bd228e7d37a2217ca4f8768b10e1b92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;These budget lodgings are close to the East Coast Park and about 15 minutes from the airport. Twenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.74" OriginalAmount="574.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|nuve_urbane" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="579.85" OriginalAmount="574.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|915975" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 2-minute walk from Clarke Quay MRT Station and just opposite Clarke Quay. Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="581.11" OriginalAmount="575.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|94459" HotelName="Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the heart of Singapore’s exclusive residential district, a 5-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="586.81" OriginalAmount="581.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|istayinn_singapore" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.85" OriginalAmount="585.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2868959869191" Longitude="103.84701695859" StarRating="3" HotelCode="491670|champion_hotel_city" HotelName="Champion Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 North Canal Road, Boat Quay, Singapore 059293</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d4/ccd45268c6b0abf7a7f4674f492071fb00f054f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="592.79" OriginalAmount="586.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|597721" HotelName="Hotel Mi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to Singapore's museum belt, and is best suited for the artistically incli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.32" OriginalAmount="588.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|1791388" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a baggage stor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.68" OriginalAmount="588.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|504815" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Tiong Bahru Estate which is popular with young adults for its Art De...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.89" OriginalAmount="589.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.31156631" Longitude="103.86142628" StarRating="3" HotelCode="760237|hamilton_2" HotelName="Harbour Ville Hotel Hamilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Hamilton Road, Lavender, Singapore 209210</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f5/acf530ce4fac20602baf687f97164ba7ba0a3f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Friendly and cosy hotel ideal for travelers and small tourists groups that is located in the serene ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="596.11" OriginalAmount="590.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|401815" HotelName="Grand Pacific" Meals="BED &amp; BREAKFAST,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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the business district, adjacent to the Civic Art Centre, this hotel is with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="596.91" OriginalAmount="591.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29801953" Longitude="103.83756371" StarRating="3" HotelCode="883569|greatwood_residence_at_devonshire" HotelName="Greatwood Residence At Devonshire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Devonshire Road, Orchard, Singapore 239849</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/4a/624a96ac5200778068b0f7f7441c48edf236ba26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="600.95" OriginalAmount="595.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|1551552" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location at the Robertson Quay entertainment precinct, surrounded by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295934709394" Longitude="103.85489724077" StarRating="3" HotelCode="383783|heritage__cityhall" HotelName="Heritage @ Cityhall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>39 Seah Street, Singapore 188395</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6e/506e95aaf7bd9c3e406e82a655d3e6f1eaa3ba8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="605.57" OriginalAmount="599.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|2270065" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel is located within Singapore's culturally rich Little India, within walking distance of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="605.69" OriginalAmount="599.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|1265304" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Singapore hotel is strategically located in the city's dynamic business, financial, convention,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.33" OriginalAmount="601.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|98955" HotelName="ibis Singapore on Bencoolen 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,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Bencoolen Street, in the heart of the business and cultural district of Sin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.64" OriginalAmount="601.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|22814" HotelName="Village Hotel Bugis" 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,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to the Sultan Mosque on Arab Street and Bugis Village, with its enchanting atmosphere, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2827157482909" Longitude="103.84566827475" StarRating="1.5" HotelCode="414270|khostel_hometown_inn" HotelName="Heritage @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>229 South Bridge Road, Singapore 058778</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/fb/cafb3a3ac6f64df0248caab64b3a6e3b0f0c1ad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hometown Inn in Singapore (Chinatown), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="611.18" OriginalAmount="605.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|1758278" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|strand_hotel_5" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of the cultural, civic and commercial district, Strand Hotel provides a welcome...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="613.94" OriginalAmount="607.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2880558038282" Longitude="103.84853890426" StarRating="2" HotelCode="311326|1461608" HotelName="Heritage @ South Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 South Bridge Road, Singapore 058670</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/21/3c2177a7b6135701f736f6faa2325f9209e61101.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="614.81" OriginalAmount="608.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|6695967" HotelName="Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the famous Orchard Road area, and is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|hotel_1929" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the business district of Chinatown. It is a two-minute walk from the Chi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="621.23" OriginalAmount="615.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|312885" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Chinatown's best-known historical lanes, Mosque Street, surrounded by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.40" OriginalAmount="617.23" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|54005" HotelName="Village Changi By Far East Hospitality" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 NETHERAVON ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/0/5/54005_1_5799.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2004, has 8 floors, 380 rooms, 5 junior suites and 11 suites. The establishment has a lobby, a reception, a currency exchange service, a cafÃ©, lifts and a restaurant. The establishment also offers a conference room, room service, a laundry service, a car park, 14 multifunctional rooms and a playground. SITUATION: This hotel is in Singapore Changi the heart of in the surrounding area, clients can find shops, restaurants, in the surrounding area, clients have the beach, the jetty. ROOM: The rooms have a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar and a safe. They also have a mini-bar, a kettle, a coffee maker and a central heating system. It also offers non-smoking rooms. FACILITIES: The establishment boasts a gym, a steam bath, a sauna, a massage service, a terrace with a swimming pool and a jacuzzi. next to the establishment, guests can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet restaurant and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OBSERVATIONS: The establishment offers a transfer service to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28413961" Longitude="103.84423828" StarRating="3" HotelCode="937482|the_porcelain_hotel" HotelName="Porcelain Hotel by JL Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Business Centre,Concierge,Dry Cleaning,Elevator,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Porter,Smoking Rooms,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/59/6c59a3d02ba5bab08fbae7128d5aea1002305575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property's full service health spa has massage/treatment rooms and beauty services. Complimentar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="625.19" OriginalAmount="619.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|ymca__one_orchard" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="626.78" OriginalAmount="620.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|1221538" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297019003828" Longitude="103.85255303393" StarRating="2" HotelCode="73808|63889" HotelName="Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Victoria Street, Singapore 188016</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/fd/a1fdc75790b396a358f171f1963de5f2c5bdb6fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central area of Singapore, not far from Orchard Road's shopping paradise...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.27" OriginalAmount="627.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2974854860404" Longitude="103.8567557931" StarRating="2" HotelCode="909665|hotel_calmo_bugis_sg_clean_staycation_approved" HotelName="Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Beach Road, Singapore 189699</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/a7/6ba74d39d1ce28b9c191d3cfff0b4af5ec2494a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|m_social_singapore" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.04" OriginalAmount="637.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|952535" HotelName="Village Katong" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN) (about 15 km away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.32100417" Longitude="103.852548" StarRating="0" HotelCode="970845|citadines_balestier_singapore" HotelName="Citadines Balestier Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>207 Balestier Road, Singapore 329683</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/be/b1be30747afb39fc700f9eee451c58a9007b6bc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="648.66" OriginalAmount="642.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|23094" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Singapore, a mere 5 to 10-minute drive from the business distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649.43" OriginalAmount="643" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="649.97" OriginalAmount="643.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|2260625" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="651.35" OriginalAmount="644.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|2150785" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Inspired by first class travel, YOTEL translates the language of luxury airline travel into compact ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.68" OriginalAmount="648.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|1614398" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The largest Holiday Inn Express in Singapore!   The new hotel is the smart choice for savvy business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="662.68" OriginalAmount="656.12" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|218719" HotelName="Yotel Singapore Orchard Road" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/1/9/218719_1_1874.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="665.26" OriginalAmount="658.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|40934" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the east coast of Singapore, on Marine Parade Road in the centre of histori...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|61069" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Little India, a bustling cultural enclave where Indian immigrants once settled, the hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.29" OriginalAmount="660.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|127394" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Tiong Bahru Estate and is within easy walking distance of some of the be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="669.63" OriginalAmount="663" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.287255" Longitude="103.84011" StarRating="4" HotelCode="213835|61251" HotelName="The Seacare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chin Swee Road, Singapur 169875</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/34/6f349f520b6bd1ff69877348a6d7d8192d0cf0f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="679.34" OriginalAmount="672.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|2729455" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="680.65" OriginalAmount="673.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|504955" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Balestier Road, the hotel is a 10-minute drive from the city centre and the sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="682.37" OriginalAmount="675.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|1220998" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="692.20" OriginalAmount="685.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|1478388" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="694.65" OriginalAmount="687.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|139533" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Belilios Road which forms part of Little India, a must-see tourist destinat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="695.89" OriginalAmount="689" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|27893" HotelName="Oasia Hotel Novena" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the charming enclave of the Novena district, the hotel is within walking distance of Nove...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="699.90" OriginalAmount="692.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|1080248" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is nestled between Sentosa and Mount Faber and offers those with an urban appetite simpli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="699.93" OriginalAmount="693.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|101682" HotelName="Copthorne King's Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre by the historical Singapore River with easy access to all m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="701.61" OriginalAmount="694.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|1589798" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701.95" OriginalAmount="695" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|20862" HotelName="Furama City Centre" 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,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Chinatown- a shopping and entertainment haven in the middle of the Financial...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="702.29" OriginalAmount="695.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|1865268" HotelName="Mercure Singapore Bugis" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="703.39" OriginalAmount="696.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|47171946" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|k2_guest_house" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.09" OriginalAmount="709.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3019832805711" Longitude="103.8619674957" StarRating="4" HotelCode="935364|hotel_clover_33_jalan_sultan" HotelName="Clover 33 Jalan Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Sultan #01-01, 198965 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b1/f8b1a14c10cff63806d8ebc9ea0812e9538e8da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="719.21" OriginalAmount="712.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280991" Longitude="103.841722" StarRating="3" HotelCode="909710|2262305" HotelName="Keong Saik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69 Keong Saik Road, Singapore 089165</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/1c/761c96d329e06c60060235e6c977d65791b6f760.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="728.25" OriginalAmount="721.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|1709268" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 271 rooms. A dining area and a bar are available to guests of the acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="729.22" OriginalAmount="722" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|157734" HotelName="Innotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is roughly a 5-minute walk away from Dhoby Ghaut MRT station and two train stops away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="729.47" OriginalAmount="722.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|120484" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 5-minute walk from 2 MRT stations, Farrer Park and Lavender and Little India,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.28" OriginalAmount="728.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29164143" Longitude="103.84959786" StarRating="0" HotelCode="985184|lyf_funan_singapore_by_ascott" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Hill Street, Singapore 179370</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/7e/0d7ef8cd4b1a84fa0467febf134dcbfa9e33551f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="746.48" OriginalAmount="739.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|22974" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the top of Orchard Road, a prime shopping, restaurant and entertainment bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="748.18" OriginalAmount="740.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|2099495" HotelName="York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, Singapore's main shopping and entertainment belt, and a 15 minute dri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.410263794" Longitude="103.8438662807" StarRating="4" HotelCode="901571|orchid_country_club" HotelName="Orchid Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchid Club Road, Singapore 769162</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ab/0cabd9b2484df57332ab81c32721cc51bfb74d31.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 30 minutes away from Changi International Airport, tucked away next to the Sung...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="750.44" OriginalAmount="743.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|925245" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 384 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="752.31" OriginalAmount="744.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|2291305" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.46" OriginalAmount="746.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288392" Longitude="103.849214" StarRating="2.5" HotelCode="383785|heritage__clarke_quay" HotelName="Heritage Apartments - Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>80 - 81 Boat Quay, Clarke Quay, Singapore 049868</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/0e/040ee86e3c64e647bcc9531d634f8922f69df0b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="755.57" OriginalAmount="748.09" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|256811" HotelName="Bencoolen@hong Kong Street" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Hongkong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/8/1/1/256811_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="757.50" OriginalAmount="750" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="762.55" OriginalAmount="755.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007814831625" Longitude="103.859719881" StarRating="2" HotelCode="380624|shophouse_the_social_hostel" HotelName="The Shophouse on Arab Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 Arab Street, Singapore 199745</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2a14a452648e0467a32fd3b8e0b1e8aab8fb24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="765.58" OriginalAmount="758.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296858" Longitude="103.855824" StarRating="2" HotelCode="932932|amaris_hotel_by_santika_bugis_singapore" HotelName="Amaris Hotel Bugis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Middle Road, Bugis Junction, Singapore 188931</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/6a/0e6a77bd47ecda54d09b10a29b637e287da550dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="768.74" OriginalAmount="761.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|22764" HotelName="The Elizabeth" 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>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="772.37" OriginalAmount="764.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|250267" HotelName="Capsule Pod Boutique - Sg Clean" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Upper Cross Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/6/7/250267_5a3aeee1642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="788.33" OriginalAmount="780.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|574081" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally situated and in one of Singapore's most bustling districts, Park Hotel Farrer Park enjoys ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="788.94" OriginalAmount="781.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|3895474" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a childcare service and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|150924" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 557 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="793.91" OriginalAmount="786.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|1083678" HotelName="Dorsett Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Singapore, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="798.77" OriginalAmount="790.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|1340581" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along the picturesque Singapore River, this city hotel is just a 5-minute drive from the cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="801.34" OriginalAmount="793.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306895259978" Longitude="103.83600032258" StarRating="4.5" HotelCode="491667|2085045" HotelName="Oakwood Studios Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Currency Exchange,Garden,Housekeeping,Internet,Kitchen,Laundry,Parking,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Mount Elizabeth, Singapore 228514</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f0/a1f0c5f9e4483e071caf56e2f8c7752f3b2ef7e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MODERN SERVICED LIVING IN AN EXCLUSIVE DISTRICT

Stylish apartments with eclectic tech-enabled space...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="817.57" OriginalAmount="809.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.301196" Longitude="103.8403858" StarRating="4" HotelCode="82183|1430278" HotelName="Orchard Point Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Orchard Road, 06-01, OG Orchard Point, Entrance is on Koek Road, Singapore 238842</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/82/9682bd21b000e5c6b88c48b1e3f363e1972e8912.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.16" OriginalAmount="816.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.313537" Longitude="103.825677" StarRating="4" HotelCode="909714|le_grove_serviced_apartments" HotelName="Le Grove Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Orange Grove Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a5/88a52ef4ce7a147037a626a037f80a18e2b6d690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a babysitting service and a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="824.45" OriginalAmount="816.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|1242431" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Changi Business Park, which comprises a mix of high technology ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="830.22" OriginalAmount="822" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|61818" HotelName="The Claremont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="832.37" OriginalAmount="824.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|102532" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Singapore's Little India on Serangoon Road, just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="835.27" OriginalAmount="827" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|35089" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the crossroads of Outram and Havelock Roads, the hotel lies by the Singapore River, with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="840.08" OriginalAmount="831.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|1006945" HotelName="Quincy" 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,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location within the prime residential district of Mount Elizabeth, just a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="855.89" OriginalAmount="847.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2995288044509" Longitude="103.84063839912" StarRating="4" HotelCode="168076|504715" HotelName="Lanson Place Winsland Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Penang Road, Singapore 238462</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5e/855e5766eb7c69791a8d1c0467a94a09a0c2ed66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is conveniently located in the heart of the city, within walking distance of Somerset ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="864.60" OriginalAmount="856.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|119772" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Orchard Spring, this hotel is just a 5-minute stroll to the main shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="879.71" OriginalAmount="871" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|3162" HotelName="Concorde Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road, the celebrated commercial and entertainment hub ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="882.37" OriginalAmount="873.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|1208258" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="884.76" OriginalAmount="876.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|novotel_singapore_on_stevens" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a babysitting service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="903.95" OriginalAmount="895.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.297276" Longitude="103.83846" StarRating="3" HotelCode="909725|orchard_grand_court" HotelName="Orchard Grand Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Killiney Road, Singapore 239571</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b1/afb1ce53362346760a54949d428751aeb1f1b094.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="904.48" OriginalAmount="895.52" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|60329" HotelName="Concorde  Singapore" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/2/9/60329_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Orchard Road where you can find the commercial area and the leisure area. 5 minutes walk away, guests will find el Palacio Presidencial near the establishment, you will find commercial centres and Fort Canning Park. 200 metres away you can find restaurants, bars and nightclubs. Close to the establishment, guests can find El Museo de Arte de Singapur guests can also find Esplanade the Chijmes Hall theatres. HOTEL: This air-conditioned hotel has 407 standard rooms and 7 floors. Some of the establishment facilities on offer are a hairdresser's, a business centre, a secretary service, a medical care service and express check-out. The establishment has a lobby with a reception, a safety deposit box service and a currency exchange service. It has a bar and a restaurant. The establishment offers guests conference facilities and internet (for a fee). Guests have access to a gift shop. The establishment also offers room service, a laundry service and a car park (for a fee). ROOM: All the rooms have a marble bathroom with a shower, a bath, a hairdryer, a direct line telephone, a bathrobe, slippers, a king-size bed and a direct line telephone. They have a radio, a direct line telephone, a mini-bar, a mini-fridge, a coffee maker, an iron, cable television, a safe, a central air-conditioning system, internet (available for a fee), a writing desk and press. The establishment has non-smoking rooms (available on request).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="909.21" OriginalAmount="900.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|2373105" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="918.97" OriginalAmount="909.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|98209" HotelName="Orchard Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the top of Orchard Road, adjacent to the Delfi Orchard mall and opposite to the Forum Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="921.15" OriginalAmount="912.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|1413939" HotelName="Park Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location in the city centre, within easy reach of Singapore's vibrant en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="928.19" OriginalAmount="919.00" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|63537" HotelName="The Robertson House by The Crest Collection" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/3/7/63537_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="938.30" OriginalAmount="929.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|993045" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="938.33" OriginalAmount="929.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|74308" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the middle of Singapore's bustling Civic District, the hotel is just a stone’s throw away...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="938.37" OriginalAmount="929.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3132689955934" Longitude="103.8759015114" StarRating="2" HotelCode="358038|2181485" HotelName="Regin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Sims Avenue, Singapore 387416</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/46/a446e520d7fac577ab0095b86dcd30e141e9113b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the new generation budget hotel - Regin Hotel. Whether you are on business or holiday, si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="939.66" OriginalAmount="930.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|1455948" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="942.40" OriginalAmount="933.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|1800688" HotelName="The Vagabond Club Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="952.21" OriginalAmount="942.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|1846048" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="964.93" OriginalAmount="955.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994245602115" Longitude="103.85048779788" StarRating="4" HotelCode="82175|1430438" HotelName="Somerset Bencoolen Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Bencoolen Street, Singapore 189630</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/46/d446a9b747d1e01c718b2e1773eb1258b0473435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="969.26" OriginalAmount="959.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303088" Longitude="103.832473" StarRating="4" HotelCode="76122|504875" HotelName="Orchard Parksuites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Orchard Turn, Singapore 238800</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/00/95003365267f4e8c0b6fc912765495a90553695e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located just off Orchard Road, the residences are next to Wisma Atria and just a 5-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="975.66" OriginalAmount="966.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307807" Longitude="103.831862" StarRating="4" HotelCode="916778|8_on_claymore_serviced_residences_by_royal_plaza_on_scotts" HotelName="8 on Claymore Serviced Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Claymore Hill, Singapore 229572</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/09/340947623e18feb358022921986a152f7281b395.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="979.67" OriginalAmount="969.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2833015906778" Longitude="103.84354697585" StarRating="2" HotelCode="318697|1238128" HotelName="Beds &amp; Dreams Inn @ Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Temple Street, Singapore 058597</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/e5/04e5e47a7bf17dc6116fe9e5c89b2568cfbf9f1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="989.56" OriginalAmount="979.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|102592" HotelName="PARKROYAL on Beach Road" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Beach Road, on the perimeter of Singapore's Central Business District, in cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="991.11" OriginalAmount="981.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|94929" HotelName="Royal Plaza on Scotts" 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,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Scotts Road, opposite the Grand Hyatt Hotel Singapore and the Marriot Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1000.91" OriginalAmount="991" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.296388" Longitude="103.840725" StarRating="3.5" HotelCode="549370|210658" HotelName="Thanksgiving Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>328 River Valley Road, Singapore 238360</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/aa/e3aa241a47372e5e872a46f69e4f96d7baf37953.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1004.87" OriginalAmount="994.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|114642" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 09/03/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>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Orchard Road, with easy access to the popular Orchard Road shopping and ente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1012.84" OriginalAmount="1002.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|1730438" HotelName="Darby Park Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Singapore. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1014.30" OriginalAmount="1004.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|22734" HotelName="30 Bencoolen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located at the crossroads of Singapore's popular shopping area and business district, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1021.33" OriginalAmount="1011.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2985031368806" Longitude="103.76544470992" StarRating="3.5" HotelCode="491666|2260635" HotelName="Oasia Residence Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>123 West Coast Crescent, Singapore 126779</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e0/c7e07c264275c37174c082c32552c78c5469ed11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1030.06" OriginalAmount="1019.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|1282494" HotelName="Grand Park Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the heart of Orchard Road, surrounded by the city's most prestigious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1032.43" OriginalAmount="1022.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|1119892" HotelName="Carlton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel grounds are located on Bras Basah Road, close to several popular tourist attractions. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1034.24" OriginalAmount="1024.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|hotel_indigo_singapore_katong" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1037.00" OriginalAmount="1026.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|99122" HotelName="Grand Copthorne Waterfront Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the banks of the historic Singapore River, within easy access of the shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1054.12" OriginalAmount="1043.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|1018208" HotelName="Rendezvous Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the urban and cultural district of the city, with shopping venues, re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1062.43" OriginalAmount="1051.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|101672" HotelName="Grand Park City Hall" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This atrium hotel is strategically located in a vibrant quarter of Singapore's city centre, just a s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1064.32" OriginalAmount="1053.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291980983373" Longitude="103.8428969212" StarRating="4" HotelCode="318287|1779388" HotelName="Park Avenue Suites  Clemenceau" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81A Clemenceau Avenue, UE Square, Singapore 239918</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6c/976c41ec8756734c834c1e8d2aacabfaa5ac7682.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1069.92" OriginalAmount="1059.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|1571658" HotelName="Relc International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1070.60" OriginalAmount="1060.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|naumi_hotel" HotelName="Naumi Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city centre, a mere two-minute walk from the famous Raffles Hotel. With...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1075.84" OriginalAmount="1065.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|23429388" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,ASIAN BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1077.24" OriginalAmount="1066.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|74292" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located along the historic riverfront area of the famous Singapore River, right i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1082.98" OriginalAmount="1072.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2986335478394" Longitude="103.7880492037" StarRating="4" HotelCode="201400|2279725" HotelName="Citadines Fusionopolis Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Fusionopolis Way, Symbiosis Tower, Singapore 138633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6d/b06d3e909a0b6e625c8972ca19567fac0dd30935.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1087.15" OriginalAmount="1076.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|2559095" HotelName="M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of the business district with easy access to key local att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1092.82" OriginalAmount="1082.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|travellers_inn_6" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1102.16" OriginalAmount="1091.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|SIAA" HotelName="Amara Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)62231293</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located within the heart of the bustling business and shopping districts of Chinatown and Shenton Wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1118.58" OriginalAmount="1107.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|1896625" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1131.16" OriginalAmount="1119.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|372729" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Orchard Road and is annexed to the Specialist Shopping Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1134.94" OriginalAmount="1123.70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|188411" HotelName="Louis Kienne Serviced Residences" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>554 Havelock Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/1/1/188411_1_5770.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1148.52" OriginalAmount="1137.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280646" Longitude="103.845391" StarRating="4" HotelCode="66150|84896" HotelName="The Scarlet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Erskine Road, Singapore 069333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/041700e634d46fbc8a2439287970610c29afc1c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ann Siang Hill, one of Singapore's historic enclaves in Chinatown, and withi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1152.78" OriginalAmount="1141.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.35480657214" Longitude="103.98910361532" StarRating="2" HotelCode="440859|2289715" HotelName="Ambassador Transit Hotel Terminal 2" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Level 3, Passenger Terminal Building (PTB) 2, Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8230690</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1153.42" OriginalAmount="1142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|capri_by_fraser_china_square" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1154.67" OriginalAmount="1143.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|1020187" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located on the banks of the historical Singapore River, near Chinatown, just a 5-1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1172.16" OriginalAmount="1160.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|2330875" HotelName="Six Senses Maxwell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/04/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1180.69" OriginalAmount="1169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3001570763725" Longitude="103.86029464693" StarRating="5" HotelCode="407792|157764" HotelName="PARKROYAL Serviced Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/04/2026" HotelFacility="Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>7500A Beach Road, The Plaza #01-345/346, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cd/cde3e1815f96f25f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at PARKROYAL Serviced Suites Singapore in Singapore (K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1183.71" OriginalAmount="1171.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|1121468" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1190.79" OriginalAmount="1179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|pan_pacific_serviced_suites_beach_road_singapore" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1192.78" OriginalAmount="1180.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|1463748" HotelName="Orchid Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1198.93" OriginalAmount="1187.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|1363327" HotelName="Hilton Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road, 238883 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located on fashionable Orchard Road and in the heart of Singapore's shopping, entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1205.81" OriginalAmount="1193.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.284286" Longitude="103.844947" StarRating="1" HotelCode="945417|1829178" HotelName="Capsule Pod Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Upper Cross Street, Singapore 058341</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7a007d13873516fbd4985ae2262ded339c5e13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1207.72" OriginalAmount="1195.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2994434075962" Longitude="103.84220963062" StarRating="4" HotelCode="75159|844295" HotelName="Regency House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Penang Road, Singapore 238464</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e6/1fe6253a2914290f46eaa7863aa173a9e25e259a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, at the junction of Penang Road and Oxley Road, between Fort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1210.10" OriginalAmount="1198.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|3457254" HotelName="Goodwood Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping and entertainment hub of Orchard and Scotts Roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1213.15" OriginalAmount="1201.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|2117015" HotelName="Oakwood Premier OUE Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1217.05" OriginalAmount="1205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|courtyard_singapore_novena" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1219.18" OriginalAmount="1207.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|231806" HotelName="Hotel Michael" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, the hotel is a mere 10-minute drive from Singapore's Central Business Dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1228.16" OriginalAmount="1216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|one15_marina_club" HotelName="One15 Marina Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1274.62" OriginalAmount="1262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.30351" Longitude="103.853" StarRating="2.5" HotelCode="874933|reddoorz_plus_near_lavender_street" HotelName="RedDoorz Plus near Lavender Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Located in The Noble Hotel, Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/84/2e84764811852d54a0f4b99ee1687ccfd9d51f07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1278.29" OriginalAmount="1265.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.311732368481" Longitude="103.83642196655" StarRating="5" HotelCode="45068|911485" HotelName="Sheraton Towers Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scotts Road 39, 228230 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b1/71b18edfa6ab1fcc11aae87c2387f7032e4c0fbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in a central location, on Scotts Road, just a 10-minute walk from Orchard Road, with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1281.17" OriginalAmount="1268.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|1018008" HotelName="One Farrer Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1315.02" OriginalAmount="1302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.291254" Longitude="103.841391" StarRating="4" HotelCode="176121|2002555" HotelName="Village Residence Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Robertson Quay, Singapore 238251</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/38/6938c644ac118a7ab0e48e1dea0ff3eb42ff2278.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property sits on the banks of the Singapore River close to the bars and restaurants of trendy Ro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.02" OriginalAmount="1304.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|2334535" HotelName="Amoy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1319.06" OriginalAmount="1306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3084080916735" Longitude="103.82702776925" StarRating="4" HotelCode="387424|treetops_executive_residences" HotelName="Treetops Executive Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Orange Grove Road, Singapore 258355</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6ef3192ddca894cb70b2a36f78d29cb4703ab28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1338.80" OriginalAmount="1325.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2928491314565" Longitude="103.8272112608" StarRating="5" HotelCode="79146|1571778" HotelName="Fraser Suites Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>491A River Valley Road, Singapore 248372</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/9b/929b9e830f52ec861dee2679104341adc9d0a368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1347.81" OriginalAmount="1334.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|69626" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Orchard Road, Singapore's premier shopping, entertainment and b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1354.71" OriginalAmount="1341.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|1106659" HotelName="Swissôtel Merchant Court, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the banks of the Singapore river opposite the Clarke Quay Festival Village....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1361.11" OriginalAmount="1347.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|678167" HotelName="Shangri-La Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Orchard Road, the hotel provides a tranquil garden setting in the midst of the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1361.64" OriginalAmount="1348.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.309595" Longitude="103.826743" StarRating="4.5" HotelCode="82083|1018488" HotelName="Shangri-La Apartments Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Anderson Road, 259983 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/34/a13433eb81cf9081aeb3afc423a5225f8cc9bc77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1390.53" OriginalAmount="1376.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.295853" Longitude="103.845428" StarRating="5" HotelCode="168481|2850762" HotelName="Fort Canning Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>11 Canning Walk, Singapore 178881</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba0fc127001c1a16f3c17fd969e00cf2640928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at Fort Canning Park, this park setting straddles not only the Orchard Road shopping belt an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1398.90" OriginalAmount="1385.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|86030" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly 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">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel complex is located at the heart of Singapore’s business and cultural centre where the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1411.41" OriginalAmount="1397.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|937815" HotelName="Carlton City Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1431.17" OriginalAmount="1417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.376023" Longitude="103.879483" StarRating="3.5" HotelCode="931433|village_residence_hougang" HotelName="Village Residence Hougang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Hougang Street 91, Singapore 538692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/59/5659b173c6ae76d5b7756c935f2036bb2d72deaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1432.18" OriginalAmount="1418" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|39502" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1435.17" OriginalAmount="1420.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|2169115" HotelName="Andaz Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1466.52" OriginalAmount="1452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|sofitel_singapore_city_centre" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1475.06" OriginalAmount="1460.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|74319" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Singapore's most exclusive areas, close to the main business distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1560.91" OriginalAmount="1545.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|102852" HotelName="Pan Pacific Orchard" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a desirable residential district of Singapore just a stone's throw from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1573.58" OriginalAmount="1558" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1582.67" OriginalAmount="1567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3015651878004" Longitude="103.82979158453" StarRating="0" HotelCode="981522|fraser_residence_orchard_singapore_2" HotelName="Fraser Residence Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Paterson Road, Singapore 238522</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7d/717dd2feca8e6e2b7f1410b17b36f57cdceae18c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1618.93" OriginalAmount="1602.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|108172" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Strategically located in the Marina Bay area, the hotel is directly opposite the Suntec Singapore In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1626.88" OriginalAmount="1610.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|98032" HotelName="Crowne Plaza Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located at Changi Airport in the east of Singapore. It lies close to the Singa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1631.58" OriginalAmount="1615.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|22844" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the shopping and entertainment district of Orchard Road, 2 km from Clarke Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1643.24" OriginalAmount="1626.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|2385631" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With immediate access to the multinational business and financial institutions, the residence offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1663.62" OriginalAmount="1647.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3007121" Longitude="103.8379232" StarRating="5" HotelCode="118488|2002625" HotelName="Pan Pacific Serviced Suites Orchard" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Somerset Road, Singapore 238163</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5c6068f2945ed2c1b0dca0b5e47c539c083d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1664.38" OriginalAmount="1647.9" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|86019" HotelName="Fairmont Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Singapore's business, historical, cultural, and shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1678.09" OriginalAmount="1661.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|96619" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Marina Bay, the hotel is connected via covered sky-bridge to three major sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1694.77" OriginalAmount="1677.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|104511" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a renowned landmark on the corner where Scotts Road meets Orchard Road. Located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.05" OriginalAmount="1724.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|2305585" HotelName="The Capitol Kempinski Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1749.21" OriginalAmount="1731.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|22884" HotelName="Intercontinental" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/04/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>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the civic and cultural district of Singapore at Bugis Junction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1754.59" OriginalAmount="1737.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|920105" HotelName="PARKROYAL on Pickering" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1810.76" OriginalAmount="1792.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|95210" HotelName="The Fullerton Hotel Singapore" 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is situated in a prime location in the heart of the Civic District. Lying at the forefront...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1935.34" OriginalAmount="1916.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|CAN267200" HotelName="Conrad Centennial Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 08/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre in the Marina Bay district, between Millenia Walk and Suntec...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1968.09" OriginalAmount="1948.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|1522718" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1984.27" OriginalAmount="1964.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.246217" Longitude="103.842456" StarRating="5" HotelCode="186924|911735" HotelName="W Singapore Sentosa Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Ocean Way, Singapur, Singapur 098374</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1b/101bb81c0343729ef9d1c495795c82b60a452a1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the island of Sentosa, where East meets West. It is situated just off the so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1989.66" OriginalAmount="1969.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|22774" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the tree-lined Orchard Boulevard, the hotel is linked to the business, shopping and enter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2068.12" OriginalAmount="2047.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2578844725642" Longitude="103.81010144949" StarRating="5" HotelCode="17469|69631" HotelName="Shangri-La's Rasa Sentosa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>101 Siloso Road, Sentosa 098970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/b4/32b4d0cc0ea772597629ad1efc4e9536e4069a52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is located on the western tip of Sentosa island, Singapore, on the beachfront. Set...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2134.38" OriginalAmount="2113.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|96359" HotelName="The St. Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/04/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>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the heart of Orchard road, offering immediate access to excep...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2182.61" OriginalAmount="2161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|409272" HotelName="Six Senses Duxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Duxton Road, in the heart of Chinatown and within walking distance of the central busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2240.71" OriginalAmount="2218.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|23044" HotelName="The Ritz-Carlton Millenia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Marina Centre, a 7-minute walk from the City Hall MRT Station (public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2618.00" OriginalAmount="2592.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|85129" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated along Marina Bay, with panoramic views of Singapore Harbour. It is adjacent to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2655.40" OriginalAmount="2629.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|952485" HotelName="The Westin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Singapore.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2996.92" OriginalAmount="2967.25" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71559" HotelName="The Fullerton Bay (sg Clean)" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 COLLYER QUAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/5/9/71559_1_2856.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury, designer hotel, was built in 2010 and has 100 rooms, 5 suites and 1 Presidential Suite. In the establishment entrance, guests will find a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a bar, The establishment offers guests internet, a laundry service and a car park. SITUATION: This hotel is in the business district, is in the Fullerton Heritage the area Where you can find The Fullerton Waterboat House the restaurant Clifford Pier Port One Fullerton the commercial centre 5 minutes away from the establishment guests have MRT Raffles Place the underground station of it is 25 minutes away from Singapur Changi Airport. ROOM: Each room has a bathroom with a shower, a bath and a hairdryer. They have a king size or double bed, Nespresso, a direct line telephone, LCD satellite and cable television, internet, an iPod docking station, a safe, a mini-bar, an iron, individual air-conditioning and a balcony or terrace. FACILITIES: Outdoors, guests have access to a swimming pool on the roof terrace, The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a continental breakfast and Ã  la carte lunch and dinner. Clients have at their disposal a lounge bar and a bar. PAYMENT METHODS: Customers can pay by American Express, Mastercard, Visa, cash and some debit cards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3492.28" OriginalAmount="3457.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.29457" Longitude="103.831378" StarRating="4" HotelCode="118486|1756458" HotelName="Great World Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Kim Seng Walk, Singapore 239404</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/57/0557c8e0a751d183b3dda6c2296321af11586874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Singapore. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4219.73" OriginalAmount="4177.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|125839" HotelName="Marina Bay Sands Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Conference Hotel" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel is located in the heart of Singapore's city centre and just 10 minutes by car f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4347.34" OriginalAmount="4304.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|141554" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Central Business District and within the Fullerton Heritage precinct whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4840.65" OriginalAmount="4792.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|71563" HotelName="Marina Bay Sands" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 BAYFRONT AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/3/71563_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has a swimming pool, 20 restaurants and casino. You are also offered direct access to a commercial area. SITUATION: The establishment is situated next to Bayfront Metro Station and the business district. ROOM: Customers have modern rooms with cable TV, fitted carpets and lovely views. FACILITIES: The establishment offers a garden area, a scenic lookout, a swimming pool and a nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="9617.13" OriginalAmount="9521.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|63484" HotelName="Raffles Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Singapore's shopping and commercial district. Across the stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.32" OriginalAmount="249.82" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|256826" HotelName="7 Wonders Boutique Capsule" Meals="CAPSULE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>257 Jalan Besar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1095.57" OriginalAmount="1084.72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|250262" HotelName="Alocassia Serviced Apartments" Meals="APARTMENT" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>383, Bukit Timah Road, Off Robin Drive.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>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,Wheelchair Access,Golf,Central Heating,Spa,Nightclub,Kitchen,Garden,Swimming Pool,Bicycle Rental,Diet Meals,Heated Pool,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Parking,Photocopy,Concierge,Dry Cleaning,LCD/Projector,Boutique,Dining,Housekeeping,Printer,Library,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Wake-up Call Service,Business Centre,24 Hour Room Service,Meeting Room,Off-Site Parking,Valet Parking,Beauty Salon,Porter,Smoking Rooms</BasicAmenities>
    <HotelRating>3,4,2,5,4.5,1.5,1,3.5,2.5,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HOTEL,AIRPORT HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BEACH HOTEL,CLUB RESORT,SPA HOTEL,HISTORIC HOTEL,CASINO RESORT,HOSTELS,APARTMENT HOTEL,BOUTIQUE HOTEL,VILLAGE,HOSTEL,GOLF HOTEL,GUESTHOUSE,APARTMENT,CAPSULE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True