FIND YOUR STAY
Find Your Stay
Beautifully furnished, professionally managed homes for short stays, monthly stays and relocations across Dubai.
View Available Homes
Where Would You Like to Stay?
Search our furnished homes across Dubai and choose the dates and preferences that suit your stay.
AVAILABLE HOMES
Explore Our Dubai Collection
From city apartments to spacious family townhouses, all our homes are professionally managed and ready for your arrival.
STAY A LITTLE LONGERA FEW NIGHTS OR WEEKSNEED A READY HOME?
Looking for a Monthly Stay?Looking for a Short-Term Stay?Looking for a Relocation Stay?
Tell us what you need and our team can help you find a comfortable furnished home with flexible terms and bills included.Enjoy a fully furnished Dubai home for a few nights or weeks, with everything ready for your arrival.Arrive at a welcoming, ready home while you settle into life in Dubai.
(function(){
function renamePropertyPicker(){
document.querySelectorAll(‘#find-your-stay .search-categories’).forEach(function(root){
var select=root.querySelector(‘select’);
if(select){
select.setAttribute(‘data-placeholder’,’Choose a Home’);
select.setAttribute(‘placeholder’,’Choose a Home’);
if(select.options&&select.options[0]&&/property group/i.test(select.options[0].text))select.options[0].text=’Choose a Home’;
}
var label=root.querySelector(‘.chosen-single span’);
if(label&&/property group/i.test(label.textContent))label.textContent=’Choose a Home’;
var first=root.querySelector(‘.chosen-results li:first-child’);
if(first&&/property group/i.test(first.textContent))first.textContent=’Choose a Home’;
});
}
function start(){
renamePropertyPicker();
var target=document.querySelector(‘#find-your-stay’);
if(target)new MutationObserver(renamePropertyPicker).observe(target,{childList:true,subtree:true,characterData:true});
setTimeout(renamePropertyPicker,400);
setTimeout(renamePropertyPicker,1200);
}
document.readyState===’loading’?document.addEventListener(‘DOMContentLoaded’,start):start();
})();