{"id":197727,"date":"2026-01-31T07:00:00","date_gmt":"2026-01-31T03:00:00","guid":{"rendered":"https:\/\/www.propertyfinder.ae\/blog\/?p=197727"},"modified":"2026-03-03T16:14:58","modified_gmt":"2026-03-03T12:14:58","slug":"sqm-to-sqft","status":"publish","type":"post","link":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/","title":{"rendered":"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More"},"content":{"rendered":"<p>In the UAE, property sizes are often shown in square metres (SQM) and square feet (SQFT). Sometimes both appear in the same listing. Sometimes they do not. That is where confusion starts.<\/p><p>A 100 SQM apartment can look &ldquo;smaller&rdquo; than a 1,076 SQFT apartment at first glance. But they are actually the same size. The numbers just speak different languages.<\/p><p>This guide keeps it practical. You will get the conversion factor, a built-in calculator, real UAE-style examples, and the common mistakes that can throw your comparisons off.<\/p><ul class=\"wp-block-list\">\n<li><strong><a href=\"#h-sqm-to-sqft-converter-calculator-online-for-uae-properties\">SQM to SQFT converter calculator online for UAE properties<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-why-does-the-sqm-to-sqft-conversion-matter-in-the-uae\">Why does the SQM to SQFT conversion matter in the UAE?<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-sqm-vs-sqft-examples-you-will-see-in-the-uae\">SQM vs SQFT examples you will see in the UAE<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-what-should-you-double-check-before-comparing-two-properties\">What should you double-check before comparing two properties?<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-how-should-you-round-conversions-in-the-uae\">How should you round conversions in the UAE?<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-error-examples-and-troubleshooting\">Error examples and troubleshooting<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-how-can-you-build-a-converter-in-excel-or-google-sheets\">How can you build a converter in Excel or Google Sheets?<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-key-takeaways\">Key Takeaways<\/a><\/strong><\/li>\n\n\n\n<li><strong><a href=\"#h-faqs\">FAQs<\/a><\/strong><\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-sqm-to-sqft-converter-calculator-online-for-uae-properties\"><strong>SQM to SQFT converter calculator online for UAE properties<\/strong><\/h2><div id=\"pf-calc-container\">\n    <div class=\"pf-calc-wrapper\">\n        <div class=\"pf-section-top\">\n            <h2 class=\"pf-calc-title\">SQM to SQFT Converter<\/h2>\n            \n            <div class=\"pf-input-box\">\n                <label>Square Meters (SQM)<\/label>\n                <input type=\"number\" id=\"pf-sqm\" placeholder=\"e.g. 100\">\n            <\/div>\n\n            <div class=\"pf-toggle-icon\">&#8645;<\/div>\n\n            <div class=\"pf-input-box\">\n                <label>Square Feet (SQFT)<\/label>\n                <input type=\"number\" id=\"pf-sqft\" placeholder=\"e.g. 1076\">\n            <\/div>\n\n            <div class=\"pf-input-box\">\n                <label>Total Property Price (AED) <span class=\"pf-optional\">&ndash; Optional<\/span><\/label>\n                <input type=\"number\" id=\"pf-totalPrice\" placeholder=\"Enter total price\">\n            <\/div>\n\n            <button class=\"pf-btn-calculate\" onclick=\"pfPerformCalc()\">CALCULATE RESULTS<\/button>\n        <\/div>\n\n        <div class=\"pf-section-bottom\">\n            <div class=\"pf-results-grid\">\n                <div class=\"pf-result-card\">\n                    <small>Price per SQFT<\/small>\n                    <span id=\"pf-pSQFT\">AED 0.00<\/span>\n                <\/div>\n                <div class=\"pf-result-card\">\n                    <small>Price per SQM<\/small>\n                    <span id=\"pf-pSQM\">AED 0.00<\/span>\n                <\/div>\n            <\/div>\n\n            <p class=\"pf-disclaimer\">\n                Standard UAE Conversion: 1 SQM = 10.7639 SQFT.<br>\n                Market rates update based on your inputs.\n            <\/p>\n        <\/div>\n    <\/div>\n<\/div><style>\n    \/* Scoping everything to #pf-calc-container so it won't break your WordPress theme *\/\n    #pf-calc-container {\n        width: 100%;\n        display: flex;\n        justify-content: center;\n        padding: 20px 0;\n        clear: both;\n    }\n\n    #pf-calc-container .pf-calc-wrapper {\n        width: 100%;\n        max-width: 450px;\n        background: #ffffff;\n        border-radius: 12px;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n        border: 1px solid #e0e0e0;\n        overflow: hidden;\n        line-height: 1.5;\n    }\n\n    #pf-calc-container .pf-section-top { padding: 25px; }\n    \n    #pf-calc-container .pf-calc-title {\n        color: #E32828;\n        font-size: 20px;\n        font-weight: 700;\n        margin: 0 0 20px 0;\n        text-align: center;\n        text-transform: uppercase;\n    }\n\n    #pf-calc-container .pf-input-box { margin-bottom: 15px; text-align: left; }\n    \n    #pf-calc-container .pf-input-box label {\n        display: block;\n        font-size: 12px;\n        font-weight: 700;\n        color: #444;\n        margin-bottom: 5px;\n        text-transform: uppercase;\n    }\n\n    #pf-calc-container .pf-optional {\n        font-weight: normal;\n        text-transform: lowercase;\n        color: #999;\n    }\n\n    #pf-calc-container .pf-input-box input {\n        width: 100%;\n        padding: 12px;\n        font-size: 16px;\n        border: 1px solid #ccc;\n        border-radius: 6px;\n        font-family: inherit;\n    }\n\n    #pf-calc-container .pf-toggle-icon {\n        text-align: center;\n        color: #E32828;\n        font-size: 20px;\n        margin: 5px 0;\n    }\n\n    #pf-calc-container .pf-btn-calculate {\n        width: 100%;\n        background-color: #E32828;\n        color: white;\n        border: none;\n        padding: 15px;\n        border-radius: 6px;\n        font-size: 16px;\n        font-weight: 700;\n        cursor: pointer;\n        transition: opacity 0.2s;\n    }\n\n    #pf-calc-container .pf-btn-calculate:hover { opacity: 0.9; }\n\n    #pf-calc-container .pf-section-bottom {\n        padding: 25px;\n        background-color: #f6f6f6;\n        border-top: 1px solid #eee;\n    }\n\n    #pf-calc-container .pf-results-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 10px;\n    }\n\n    #pf-calc-container .pf-result-card {\n        background: #fff;\n        padding: 12px;\n        border-radius: 6px;\n        border-left: 4px solid #E32828;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n    }\n\n    #pf-calc-container .pf-result-card small {\n        display: block;\n        font-size: 10px;\n        color: #888;\n        text-transform: uppercase;\n        margin-bottom: 2px;\n    }\n\n    #pf-calc-container .pf-result-card span {\n        font-size: 14px;\n        font-weight: 800;\n        color: #222;\n    }\n\n    #pf-calc-container .pf-disclaimer {\n        font-size: 11px;\n        color: #999;\n        margin-top: 15px;\n        text-align: center;\n    }\n<\/style><script>\n    function pfPerformCalc() {\n        const sqmIn = document.getElementById('pf-sqm');\n        const sqftIn = document.getElementById('pf-sqft');\n        const priceIn = document.getElementById('pf-totalPrice');\n        const outSqft = document.getElementById('pf-pSQFT');\n        const outSqm = document.getElementById('pf-pSQM');\n\n        const RATIO = 10.7639104;\n        let sqm = parseFloat(sqmIn.value);\n        let sqft = parseFloat(sqftIn.value);\n        let price = parseFloat(priceIn.value);\n\n        if (sqm > 0 && (!sqft || sqftIn.value === \"\")) {\n            sqft = sqm * RATIO;\n            sqftIn.value = sqft.toFixed(2);\n        } else if (sqft > 0 && (!sqm || sqmIn.value === \"\")) {\n            sqm = sqft \/ RATIO;\n            sqmIn.value = sqm.toFixed(2);\n        } else if (sqm > 0) {\n            sqft = sqm * RATIO;\n            sqftIn.value = sqft.toFixed(2);\n        }\n\n        if (price > 0 && sqm > 0 && sqft > 0) {\n            outSqft.innerText = \"AED \" + (price \/ sqft).toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2});\n            outSqm.innerText = \"AED \" + (price \/ sqm).toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2});\n        } else {\n            outSqft.innerText = \"AED 0.00\";\n            outSqm.innerText = \"AED 0.00\";\n        }\n    }\n<\/script><ul class=\"wp-block-list\">\n<li>SQM stands for square metres. It is the metric unit used across the UAE and most of the world. You will see it in technical documents, drawings, and many official records.<\/li>\n\n\n\n<li>SQFT stands for square feet. It is an imperial unit still commonly used in real estate marketing. Many buyers recognise it quickly, so it often shows up in listings and brochures.<\/li>\n<\/ul><p>Neither unit is &ldquo;more correct&rdquo;. The issue is consistency. You want to know which unit you are reading and convert cleanly when you need to compare.<\/p><h2 class=\"wp-block-heading\" id=\"h-why-does-the-sqm-to-sqft-conversion-matter-in-the-uae\"><strong>Why does the SQM to SQFT conversion matter in the UAE?<\/strong><\/h2><p>Because the UAE market uses both. You might view a listing in SQFT, then see paperwork or drawings in SQM. If you are comparing properties, even a small misunderstanding can distort value.<\/p><p>Conversion matters most when you are: comparing multiple listings with different units, reviewing tenancy or sale documents, or checking fit-out quantities. It is also useful when discussing built-up area versus usable space with contractors and units that may be measured differently.<\/p><p>It is also a time-saver. Once you know the key numbers, browsing becomes much easier.<\/p><h3 class=\"wp-block-heading\" id=\"h-how-do-you-use-the-converter-in-three-quick-steps\"><strong>How do you use the converter in three quick steps?<\/strong><\/h3><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\" alt=\"real estate agents shaking hands\" class=\"wp-image-197730\" srcset=\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp 1200w, https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands-400x209.webp 400w, https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands-800x419.webp 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><p>Most converter mistakes happen before anyone presses &ldquo;convert&rdquo;. Keep your input simple, and the result will be reliable.<\/p><ol class=\"wp-block-list\">\n<li>Enter the number (for example, 85).<\/li>\n\n\n\n<li>Select the unit you are starting with (SQM or SQFT).<\/li>\n\n\n\n<li>Convert and review the output, including any rounding.<\/li>\n\n\n\n<li>Also, if you input the total property price, you will get the price per SQM and SQFT (optional step).<\/li>\n<\/ol><p>If the result looks wildly off, the unit selection is usually wrong. Double-check that first.<\/p><h3 class=\"wp-block-heading\" id=\"h-what-is-the-standard-sqm-to-sqft-formula\"><strong>What is the standard SQM to SQFT formula?<\/strong><\/h3><p>The conversion factor does not change.<\/p><p><strong>1 SQM = 10.7639 SQFT<\/strong><\/p><p>From that, you get the two standard formulas:<\/p><ul class=\"wp-block-list\">\n<li>SQM &times; 10.7639 = SQFT<\/li>\n\n\n\n<li>SQFT &divide; 10.7639 = SQM<\/li>\n<\/ul><p>If you want a mental shortcut for quick browsing, 10.76 is close enough. For anything formal, use 10.7639 and round at the end.<\/p><h2 class=\"wp-block-heading\" id=\"h-sqm-vs-sqft-examples-you-will-see-in-the-uae\"><strong>SQM vs SQFT examples you will see in the UAE<\/strong><\/h2><p>In the UAE, property sizes can look confusing at first because listings are measured in both SQM and SQFT. A place that says &ldquo;85 SQM&rdquo; might be the same size as one that says &ldquo;915 SQFT&rdquo;; it is just a different unit. And even when the numbers match, the layout can make a home feel bigger or smaller than you expect.<\/p><p>The table below provides handy size benchmarks you will often see in apartments, villas, and townhouses, shown in both SQM and SQFT for quick comparison.<\/p><figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Area (SQM)<\/strong><\/th><th><strong>Equivalent (SQFT)<\/strong><\/th><th><strong>What it often matches in the UAE<\/strong><\/th><\/tr><\/thead><tbody><tr><td>35<\/td><td>376.74<\/td><td>Compact studio<\/td><\/tr><tr><td>50<\/td><td>538.20<\/td><td>Small studio<\/td><\/tr><tr><td>75<\/td><td>807.29<\/td><td>Large studio or compact 1-bed<\/td><\/tr><tr><td>100<\/td><td>1,076.39<\/td><td>Typical 1-bed<\/td><\/tr><tr><td>150<\/td><td>1,614.58<\/td><td>Typical 2-bed<\/td><\/tr><tr><td>200<\/td><td>2,152.78<\/td><td>Large 2-bed or small 3-bed<\/td><\/tr><tr><td>250<\/td><td>2,690.97<\/td><td>Townhouse or villa (built-up varies)<\/td><\/tr><tr><td>500<\/td><td>5,381.96<\/td><td>Large villa or warehouse unit<\/td><\/tr><\/tbody><\/table><\/figure><p>These are reference points. Layout can change how a space feels, even at the same size. Learn more about the <a href=\"https:\/\/www.propertyfinder.ae\/blog\/difference-between-villa-townhouse\/\" target=\"_blank\">differences between Townhouses and Villas<\/a> in the UAE.<\/p><h2 class=\"wp-block-heading\" id=\"h-what-should-you-double-check-before-comparing-two-properties\"><strong>What should you double-check before comparing two properties?<\/strong><\/h2><figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/New-Project-2026-01-29T153302.599.webp\" alt=\"\" class=\"wp-image-198142\" srcset=\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/New-Project-2026-01-29T153302.599.webp 1200w, https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/New-Project-2026-01-29T153302.599-400x210.webp 400w, https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/New-Project-2026-01-29T153302.599-800x420.webp 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><p>The area figure is a helpful starting point, but it is not the full picture. <a href=\"https:\/\/www.propertyfinder.ae\/blog\/how-find-owner-property\/\" target=\"_blank\">Ownership<\/a> documentation typically refers to the property description, which is why <a href=\"https:\/\/www.propertyfinder.ae\/blog\/title-deeds-dubai-guide\" target=\"_blank\">title deeds in Dubai<\/a> are often mentioned when clarifying what a unit&rsquo;s area refers to.<\/p><p>In the UAE, two listings can show the same number and still offer very different usable space, simply because the measurement method differs. A quick double-check on what is included makes your comparison fair.<\/p><ul class=\"wp-block-list\">\n<li><strong>Built-up area vs net area<\/strong><\/li>\n<\/ul><p>Some listings show built-up area, which may include wall thickness and, in some cases, balconies. Others show net area, which is closer to usable internal space.<\/p><p>Two homes can both say &ldquo;1,200 SQFT&rdquo; and feel different if one counts a terrace and the other does not.<\/p><ul class=\"wp-block-list\">\n<li><strong>Balconies, terraces, and shared areas<\/strong><\/li>\n<\/ul><p>Balconies are a common source of confusion. Some listings include them in the total. Some list them separately. Some do not say.<\/p><p>If you are comparing prices, ask what is included in each area. It prevents surprises later.<\/p><ul class=\"wp-block-list\">\n<li><strong>Comparing like-for-like property types<\/strong><\/li>\n<\/ul><p>A 90 SQM apartment and a 90 SQM townhouse are not comparable in the same way. Reporting can vary, and the layout experience is not the same.<\/p><p>When you compare, try to match: net to net, built-up to built-up, and internal space to internal space. This is also why <a href=\"https:\/\/www.propertyfinder.ae\/blog\/what-to-ask-when-buying-an-apartment\" target=\"_blank\">the questions about what to ask when buying an apartment in Dubai<\/a> often focus on how the area is defined and what is included.<\/p><div class=\"wp-block-create-block-pf-shortcodes\"><script>\n    window.tealiumPropertyDict =  {\"97829558\":{\"id\":\"97829558\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":2000000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Furnished | Mid Floor | Community View\",\"location\":{\"id\":\"3045\",\"full_name\":\"Elite Residence, Dubai Marina, Dubai\",\"coordinates\":{\"lat\":25.089393615722656,\"lon\":55.147796630859375},\"slug\":\"dubai-marina-elite-residence\",\"path\":\"1.50.3045\",\"type\":\"TOWER\",\"name\":\"Elite Residence\",\"path_name\":\"Dubai, Dubai Marina\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/0320f01a-1d54-42e1-a29e-1f7671140764\\\/416x272.jpg?v=67b2332d2f3d259a36e3182de688f71b\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/0320f01a-1d54-42e1-a29e-1f7671140764\\\/668x452.jpg?v=ee78d5d3e35d1ebd91e7aaae8d04a813\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/04bd9e60-5817-4664-a9ba-481c6e37a96e\\\/416x272.jpg?v=796b314eec95ca8e52ea3d7a5b252a86\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/04bd9e60-5817-4664-a9ba-481c6e37a96e\\\/668x452.jpg?v=4ccc5e76d2bb1c3bbbb3bf80c5541a32\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/d00bff2a-19a3-47f8-9136-bccc10791509\\\/416x272.jpg?v=302849a30479b8e4ce2c7bd00014c0f7\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/d00bff2a-19a3-47f8-9136-bccc10791509\\\/668x452.jpg?v=4ea77fa63422087fc1393d912e9a1770\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/e2b51953-7cc1-4126-b085-f09c0800c8d2\\\/416x272.jpg?v=883b8507f91dd5317f93ec588cba4bbb\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/81YHMFSF5AH4KKY4TER8ZZ5KMM\\\/e2b51953-7cc1-4126-b085-f09c0800c8d2\\\/668x452.jpg?v=74328787b0576a84ce0744a73d472c23\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"309505\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/62fad73ec17667f68695bcb19c4cd8d5909d31aa\\\/desktop\",\"is_super_agent\":true,\"name\":\"Benjamin Rae\",\"user_id\":148330,\"email\":\"benjamin.rae@huspy.io\",\"languages\":[\"English\"],\"slug\":\"benjamin-rae\"},\"broker\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"2\",\"bathrooms\":\"3\",\"size\":{\"value\":1329,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-elite-residence-97829558.html\",\"reference\":\"Huspy-81YHMFSF5AH4KKY4TER8ZZ5KMM\",\"listed_date\":\"2026-06-03T12:53:51Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"benjamin.rae@huspy.io\",\"link\":\"mailto:benjamin.rae@huspy.io\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971504239409\",\"link\":\"tel:+971504239409\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+Huspy-81YHMFSF5AH4KKY4TER8ZZ5KMM%0AType%3A+Apartment%0APrice%3A+2%2C000%2C000+AED+%0ALocation%3A+Elite+Residence+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F97829558%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":9,\"amenities\":[\"BA\",\"BW\",\"CP\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":0,\"rss\":0,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7148066860\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":true,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"50\",\"name\":\"Dubai Marina\",\"type\":\"COMMUNITY\",\"slug\":\"dubai-marina\",\"slug_en\":\"dubai-marina\",\"level\":\"1\"},{\"id\":\"3045\",\"name\":\"Elite Residence\",\"type\":\"TOWER\",\"slug\":\"dubai-marina-elite-residence\",\"slug_en\":\"dubai-marina-elite-residence\",\"level\":\"2\"}],\"description\":\"Huspy is delighted to present you with this 2 bedroom apartment in the prestigious Elite Residence, located in the heart of Dubai Marina. \\n\\nApartment Specs:  \\n\\n- Mid floor with community view  \\n- 2 Bedrooms and 3 bathrooms  \\n- Spacious living area  \\n- 1 Dedicated parking space  \\n- Fully furnished  \\n\\nStep inside this beautifully appointed apartment where modern elegance meets comfort. The open-plan living and dining area is adorned with large windows allowing natural light to flood the space. Enjoy the tranquility of community views from the mid-floor location, creating a serene living environment. Each bedroom features ample built-in storage and en-suite bathroom facilities, ensuring privacy and convenience. \\n\\nLiving in Elite Residence grants you access to the vibrant Dubai Marina lifestyle, with top-notch amenities including swimming pools, a well-equipped gym, and a relaxing spa. Experience a blend of luxury and community in one of Dubai's most sought-after areas. \\n\\nContact Benjamin Rae today to schedule a viewing and explore your new home!\",\"amenity_names\":[\"Balcony\",\"Built in Wardrobes\",\"Covered Parking\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-elite-residence-97829558.html\",\"rank_score\":0,\"bedrooms_value\":2,\"bathrooms_value\":3,\"is_pf_exclusive\":false,\"listing_id\":\"81YHMFSF5AH4KKY4TER8ZZ5KMM\",\"client\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":0,\"price_per_area\":{\"price\":1504,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":true,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"91797679\":{\"id\":\"91797679\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":1325000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Furnished | Marina View | Open Layout\",\"location\":{\"id\":\"3092\",\"full_name\":\"Princess Tower, Dubai Marina, Dubai\",\"coordinates\":{\"lat\":25.08863067626953,\"lon\":55.148170471191406},\"slug\":\"dubai-marina-princess-tower\",\"path\":\"1.50.3092\",\"type\":\"TOWER\",\"name\":\"Princess Tower\",\"path_name\":\"Dubai, Dubai Marina\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/f23d8dfc-181f-4c0d-bd9c-12b387829732\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/f23d8dfc-181f-4c0d-bd9c-12b387829732\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/5a388243-be0e-464e-9a57-16545afef284\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/5a388243-be0e-464e-9a57-16545afef284\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/2bf51f60-ae86-42b0-8ab6-ac67e1ba0d06\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/2bf51f60-ae86-42b0-8ab6-ac67e1ba0d06\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/74c10560-e8dd-44fa-a0da-41b7bcae4529\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\\\/74c10560-e8dd-44fa-a0da-41b7bcae4529\\\/668x452.jpg\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"309505\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/62fad73ec17667f68695bcb19c4cd8d5909d31aa\\\/desktop\",\"is_super_agent\":true,\"name\":\"Benjamin Rae\",\"user_id\":148330,\"email\":\"benjamin.rae@huspy.io\",\"languages\":[\"English\"],\"slug\":\"benjamin-rae\"},\"broker\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"1\",\"bathrooms\":\"2\",\"size\":{\"value\":865,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-princess-tower-91797679.html\",\"reference\":\"Huspy-G1X9GXF4N0AZMJ38Y4KWR6VPW0\",\"listed_date\":\"2026-05-20T05:30:24Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"benjamin.rae@huspy.io\",\"link\":\"mailto:benjamin.rae@huspy.io\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971504239409\",\"link\":\"tel:+971504239409\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+Huspy-G1X9GXF4N0AZMJ38Y4KWR6VPW0%0AType%3A+Apartment%0APrice%3A+1%2C325%2C000+AED+%0ALocation%3A+Princess+Tower+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F91797679%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":10,\"amenities\":[\"BA\",\"BW\",\"BL\",\"LB\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":0,\"rss\":0,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7146015970\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":true,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"50\",\"name\":\"Dubai Marina\",\"type\":\"COMMUNITY\",\"slug\":\"dubai-marina\",\"slug_en\":\"dubai-marina\",\"level\":\"1\"},{\"id\":\"3092\",\"name\":\"Princess Tower\",\"type\":\"TOWER\",\"slug\":\"dubai-marina-princess-tower\",\"slug_en\":\"dubai-marina-princess-tower\",\"level\":\"2\"}],\"description\":\"Huspy is delighted to present you with this 1 bedroom apartment situated in the iconic Princess Tower, a premier location in Dubai Marina. \\n\\nApartment Specs:\\n\\n- Stunning views of the Dubai Marina\\n- Spacious open layout\\n- Elegant finishes throughout\\n- Access to exceptional building amenities\\n\\nThis sophisticated 1 bedroom apartment offers an abundance of natural light enhanced by large windows, creating a bright and airy atmosphere. The open plan living area seamlessly connects to the modern kitchen, ideal for both relaxed living and entertaining. Enjoy the spectacular views from your private balcony, which provides the perfect backdrop for unwinding after a busy day. Residents of Princess Tower benefit from a wealth of amenities, including a swimming pool, gym, and communal lounge areas, all designed to elevate your lifestyle. \\n\\nLocated in the heart of Dubai Marina, you are moments away from vibrant dining, shopping, and entertainment options. Experience the ultimate in luxurious urban living. Contact Harini Karunagaran today to schedule a viewing.\",\"amenity_names\":[\"Balcony\",\"Built in Wardrobes\",\"View of Landmark\",\"Lobby in Building\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-princess-tower-91797679.html\",\"rank_score\":0,\"bedrooms_value\":1,\"bathrooms_value\":2,\"is_pf_exclusive\":false,\"listing_id\":\"G1X9GXF4N0AZMJ38Y4KWR6VPW0\",\"client\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[{\"unit_number\":\"\",\"dimension\":\"2d\",\"image_url\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/floorplan\\\/7a9703a4b2e9450d7bcf268c08ef560e\\\/6a22af01-3a1e-4d75-8dad-1e3fd2282275\\\/watermarked.png\",\"floor_number\":0,\"area\":865,\"gltf_url\":\"https:\\\/\\\/propertyfinder.floorplan.aixsolutions.ai\\\/gltf\\\/?id=843b3404-4e0f-4e27-b886-70a2c38a3112\"}],\"mortgage_cashback\":0,\"price_per_area\":{\"price\":1531,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":true,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"94455736\":{\"id\":\"94455736\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":1995000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Upgraded | Vacant | Fully Furnished\",\"location\":{\"id\":\"3094\",\"full_name\":\"The Torch, Dubai Marina, Dubai\",\"coordinates\":{\"lat\":25.087751388549805,\"lon\":55.14762878417969},\"slug\":\"dubai-marina-the-torch\",\"path\":\"1.50.3094\",\"type\":\"TOWER\",\"name\":\"The Torch\",\"path_name\":\"Dubai, Dubai Marina\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/a0f7141e-e034-4bcd-85bf-227c2069fb4b\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/a0f7141e-e034-4bcd-85bf-227c2069fb4b\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/f6d0b8dc-e00a-4907-8ea4-2c227d41310c\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/f6d0b8dc-e00a-4907-8ea4-2c227d41310c\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/7527e499-54c8-44c9-830e-8baff4fb8efb\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/7527e499-54c8-44c9-830e-8baff4fb8efb\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/072834a7-63db-408f-bfcd-d686f4c6ff15\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/HG3YY632W41HQTFYKZ7075B86C\\\/072834a7-63db-408f-bfcd-d686f4c6ff15\\\/668x452.jpg\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"401239\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/75c01665ff59aa0068431411421a87af0563c58e\\\/desktop\",\"is_super_agent\":true,\"name\":\"David Marsh\",\"user_id\":0,\"email\":\"david.marsh@huspy.io\",\"languages\":[\"English\"],\"slug\":\"david-marsh\"},\"broker\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"2\",\"bathrooms\":\"2\",\"size\":{\"value\":1258,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-the-torch-94455736.html\",\"reference\":\"Huspy-HG3YY632W41HQTFYKZ7075B86C\",\"listed_date\":\"2026-05-26T17:15:55Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"david.marsh@huspy.io\",\"link\":\"mailto:david.marsh@huspy.io\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971527700395\",\"link\":\"tel:+971527700395\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+Huspy-HG3YY632W41HQTFYKZ7075B86C%0AType%3A+Apartment%0APrice%3A+1%2C995%2C000+AED+%0ALocation%3A+The+Torch+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F94455736%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":11,\"amenities\":[\"BA\",\"BW\",\"AC\",\"CP\",\"BK\",\"SP\",\"VW\",\"SE\",\"SY\",\"BL\",\"LB\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":0,\"rss\":0,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7130351500\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":true,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"50\",\"name\":\"Dubai Marina\",\"type\":\"COMMUNITY\",\"slug\":\"dubai-marina\",\"slug_en\":\"dubai-marina\",\"level\":\"1\"},{\"id\":\"3094\",\"name\":\"The Torch\",\"type\":\"TOWER\",\"slug\":\"dubai-marina-the-torch\",\"slug_en\":\"dubai-marina-the-torch\",\"level\":\"2\"}],\"description\":\"Huspy is excited to present this fully upgraded turnkey 2 bedroom apartment in Torch Tower\\n\\nProperty Details:\\n\\n- 2 bedroom\\n- 2 bathroom\\n- 2 storage rooms\\n- Fully upgraded\\n- Fully furnished\\n- Vacant\\n- Sea view\\n- Mid floor\\n- 1,258 sqft\\n- 24\\\/7 Concierge \\n- Pool\\n- Gymnasium\\n- Spa\\n\\nxperience elevated Marina living in this beautifully fully upgraded 2-bedroom apartment in The Torch Tower, Dubai Marina. Situated on a high floor, this exceptional residence offers a spacious and modern layout complemented by stunning partial sea views and an abundance of natural light through floor-to-ceiling windows.\\n\\nDesigned to the highest standard, the apartment features premium finishes throughout, a sleek contemporary kitchen with high-quality fittings, and an open-plan living and dining area perfect for both relaxing and entertaining. Both bedrooms are generously sized with built-in wardrobes, while the upgraded bathrooms add a touch of luxury and sophistication.\",\"amenity_names\":[\"Balcony\",\"Built in Wardrobes\",\"Central A\\\/C\",\"Covered Parking\",\"Kitchen Appliances\",\"Shared Pool\",\"View of Water\",\"Security\",\"Shared Gym\",\"View of Landmark\",\"Lobby in Building\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-dubai-marina-the-torch-94455736.html\",\"rank_score\":0,\"bedrooms_value\":2,\"bathrooms_value\":2,\"is_pf_exclusive\":false,\"listing_id\":\"HG3YY632W41HQTFYKZ7075B86C\",\"client\":{\"id\":\"7037\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/7037\\\/b716312f-a973-4e7f-b5df-1fb271d58587\\\/178x98.jpg\",\"name\":\"Huspy Dubai\",\"address\":\"Office 7th Floor, Building The Bay Gate, Business Bay, NA, Dubai, PO Box NA\",\"email\":\"daniela.motta@huspy.io\",\"phone\":\"+971589404895\",\"slug\":\"huspy-dubai-7163\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":0,\"price_per_area\":{\"price\":1585,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"99959555\":{\"id\":\"99959555\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":32000000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Fully Upgraded with Sea and Skyline View\",\"location\":{\"id\":\"17208\",\"full_name\":\"Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\",\"coordinates\":{\"lat\":25.20964813232422,\"lon\":55.23322296142578},\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"path\":\"1.66.920.8319.17208\",\"type\":\"TOWER\",\"name\":\"Bulgari Resort & Residences 6\",\"path_name\":\"Dubai, Jumeirah, Jumeirah Bay Island, Bulgari Resort & Residences\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/ad0b58a4-ad51-463b-8a4c-8719218f9e55\\\/416x272.jpg?v=230d00a6063d29d13e55996cd354d0ba\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/ad0b58a4-ad51-463b-8a4c-8719218f9e55\\\/668x452.jpg?v=8e824253ecbeb7568be37ec8128f114b\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/5bea0d77-f896-4bc6-8e9d-881930cce2a4\\\/416x272.jpg?v=d5a0f8f237d726c75ad1753f5429fffa\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/5bea0d77-f896-4bc6-8e9d-881930cce2a4\\\/668x452.jpg?v=0b07652af3c508bc6a1979315a5bd20b\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/c65073e1-b5ad-4049-8a25-06ade4855904\\\/416x272.jpg?v=a11f318b6c6d2bd225f0ac198e3dd8c8\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/9HY36RGEEHZHXM75FRQHB7GZX8\\\/c65073e1-b5ad-4049-8a25-06ade4855904\\\/668x452.jpg?v=68cc95c289f387f6d07c7028d9b1c187\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"114574\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\\\/desktop\",\"is_super_agent\":true,\"name\":\"Kianoush Darban\",\"user_id\":9235,\"email\":\"kia@drivenproperties.com\",\"languages\":[\"English\",\"Persian\\\/Farsi\"],\"slug\":\"kianoush-darban\"},\"broker\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"4\",\"size\":{\"value\":2630,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-99959555.html\",\"reference\":\"DPF-S-51273\",\"listed_date\":\"2026-06-08T08:17:20Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"kia@drivenproperties.com\",\"link\":\"mailto:kia@drivenproperties.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971524960123\",\"link\":\"tel:+971524960123\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+DPF-S-51273%0AType%3A+Apartment%0APrice%3A+32%2C000%2C000+AED+%0ALocation%3A+Bulgari+Resort+%2F+Residences+6+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F99959555%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":26,\"amenities\":[\"BW\",\"BK\",\"SE\",\"BA\",\"SS\",\"MR\",\"PR\",\"VW\",\"WC\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":97.91841,\"rss\":97.91841,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7121372015\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"66\",\"name\":\"Jumeirah\",\"type\":\"COMMUNITY\",\"slug\":\"jumeirah\",\"slug_en\":\"jumeirah\",\"level\":\"1\"},{\"id\":\"920\",\"name\":\"Jumeirah Bay Island\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island\",\"slug_en\":\"jumeirah-jumeirah-bay-island\",\"level\":\"2\"},{\"id\":\"8319\",\"name\":\"Bulgari Resort & Residences\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"level\":\"3\"},{\"id\":\"17208\",\"name\":\"Bulgari Resort & Residences 6\",\"type\":\"TOWER\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"level\":\"4\"}],\"description\":\"Brought to you by The Private Collection, this 3-bedroom apartment is located in Bulgari Resort & Residences, Jumeirah.\\n\\nUnit Details:\\n\\n  * Tenanted until May 2027\\n  * Will be sold tenanted\\n  * Investor deal\\n  * Luxurious 3Br+Maids\\n  * Mid Floor\\n  * Fully Furnished and Upgraded\\n  * Partial Sea view\\n  * Kitchen: Open and Fully Fitted\\n  * Bathrooms: 4\\n  * Built-up Area: 2,630 Sqft\\n  * 2 Allocated Parking\\n\\nFeatures:\\n\\n  * Balcony\\n  * Central air conditioning\\n  * Kitchen Appliances\\n  * View of Water\\n  * Shared swimming pool\\n  * Built in wardrobes\\n  * Basement parking\\n  * Maids room\\n  * Upgraded interior\\n  * Walk-in Closet\\n  * Shared Spa\\n  * Restaurants\\n  * Security\\n  * Shops\\n  * Public parking\\n  * Concierge Service\\n  * Childrens play area\\n  * Communal gardens\\n\\nAsk us about:\\n\\n  * Mortgage Advisory\\n  * Property Management\\n  * Holiday Homes\\n  * Interior Design\\n\\nVisit our offices across Dubai's most popular communities including:\\n\\n  * Business Bay\\n  * Dubai Creek Harbour\\n  * Jumeirah Village Circle\\n  * Dubai Hills Estate\",\"amenity_names\":[\"Built in Wardrobes\",\"Kitchen Appliances\",\"Security\",\"Balcony\",\"Shared Spa\",\"Maids Room\",\"Children's Play Area\",\"View of Water\",\"Walk-in Closet\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-99959555.html\",\"rank_score\":97.91841125488281,\"bedrooms_value\":3,\"bathrooms_value\":4,\"is_pf_exclusive\":false,\"listing_id\":\"9HY36RGEEHZHXM75FRQHB7GZX8\",\"client\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_fhm\":true,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":150000,\"price_per_area\":{\"price\":12167,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"97398284\":{\"id\":\"97398284\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":38000000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"High Floor | Luxurious with Full Skyline Views\",\"location\":{\"id\":\"17204\",\"full_name\":\"Bulgari Resort & Residences 2, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\",\"coordinates\":{\"lat\":25.209047317504883,\"lon\":55.235748291015625},\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2\",\"path\":\"1.66.920.8319.17204\",\"type\":\"TOWER\",\"name\":\"Bulgari Resort & Residences 2\",\"path_name\":\"Dubai, Jumeirah, Jumeirah Bay Island, Bulgari Resort & Residences\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/274fd85c-516d-4100-86b9-8133a5d69b74\\\/416x272.jpg?v=fa5790551772a6e681fcdf8535640238\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/274fd85c-516d-4100-86b9-8133a5d69b74\\\/668x452.jpg?v=7938f4047a02b008708384ad0af01ff6\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/7cc5e109-d3a5-46a5-810b-d76c52c0073f\\\/416x272.jpg?v=f91b4baa8a4d2a9b065adcd0e2145e6f\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/7cc5e109-d3a5-46a5-810b-d76c52c0073f\\\/668x452.jpg?v=d227d70619e0c64806c9f99ed00748ec\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/b921777a-49a6-482b-a1f2-0c92869fe3ea\\\/416x272.jpg?v=3995fe70241e5ac125e59419b5f1bb2e\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/1C0WFFVET3KYW21J1G4TPMK6MM\\\/b921777a-49a6-482b-a1f2-0c92869fe3ea\\\/668x452.jpg?v=1dadf8f914b374a4c1f177df84cb1b08\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"114574\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\\\/desktop\",\"is_super_agent\":true,\"name\":\"Kianoush Darban\",\"user_id\":9235,\"email\":\"kia@drivenproperties.com\",\"languages\":[\"English\",\"Persian\\\/Farsi\"],\"slug\":\"kianoush-darban\"},\"broker\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"4\",\"size\":{\"value\":2631,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2-97398284.html\",\"reference\":\"DPF-S-51020\",\"listed_date\":\"2026-06-02T13:48:14Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"kia@drivenproperties.com\",\"link\":\"mailto:kia@drivenproperties.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971524960123\",\"link\":\"tel:+971524960123\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+DPF-S-51020%0AType%3A+Apartment%0APrice%3A+38%2C000%2C000+AED+%0ALocation%3A+Bulgari+Resort+%2F+Residences+2+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F97398284%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":29,\"amenities\":[\"BW\",\"SE\",\"BA\",\"SS\",\"MR\",\"PR\",\"VW\",\"WC\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":94.87599,\"rss\":94.87599,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7121371623\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"66\",\"name\":\"Jumeirah\",\"type\":\"COMMUNITY\",\"slug\":\"jumeirah\",\"slug_en\":\"jumeirah\",\"level\":\"1\"},{\"id\":\"920\",\"name\":\"Jumeirah Bay Island\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island\",\"slug_en\":\"jumeirah-jumeirah-bay-island\",\"level\":\"2\"},{\"id\":\"8319\",\"name\":\"Bulgari Resort & Residences\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"level\":\"3\"},{\"id\":\"17204\",\"name\":\"Bulgari Resort & Residences 2\",\"type\":\"TOWER\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2\",\"level\":\"4\"}],\"description\":\"Brought to you by The Private Collection, this 3 Bedroom Apartment is located in Bulgari Resort & Residences, Jumeirah.\\n\\nUnit Details:\\n\\n  * Vacant on transfer\\n  * High floor\\n  * Type B\\n  * Full Skyline Views\\n  * Open and Fully Fitted Kitchen\\n  * 4 Bathrooms\\n  * Built-up Area: 2,631 square feet\\n  * 2 allocated parking\\n\\nFeatures:\\n\\n  * Balcony\\n  * Central air conditioning\\n  * Gymnasium\\n  * View of Water\\n  * Built in wardrobes\\n  * Basement parking\\n  * Maids room\\n  * Walk-in Closet\\n  * Childrens nursery\\n  * Childrens play area\\n  * Restaurants\\n  * Shared Spa\\n  * Shops\\n  * Security\\n  * Concierge Service\\n\\nJumeirah Bay Island is the seahorse-shaped island development by Meraas features an array of residential buildings and villas accompanied by green spaces and stunning panoramic views of the sea and the Dubai skyline\\n\\nAsk us about:\\n\\n  * Mortgage Advisory\\n  * Property Management\\n  * Holiday Homes\\n  * Interior Design\\n\\nVisit our offices across Dubai's most popular communities including:\\n\\n  * Business Bay\\n  * Dubai Creek Harbour\\n  * Jumeirah Village Circle\\n  * Dubai Hills Estate\",\"amenity_names\":[\"Built in Wardrobes\",\"Security\",\"Balcony\",\"Shared Spa\",\"Maids Room\",\"Children's Play Area\",\"View of Water\",\"Walk-in Closet\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2-97398284.html\",\"rank_score\":94.87599182128906,\"bedrooms_value\":3,\"bathrooms_value\":4,\"is_pf_exclusive\":false,\"listing_id\":\"1C0WFFVET3KYW21J1G4TPMK6MM\",\"client\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_fhm\":true,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":150000,\"price_per_area\":{\"price\":14443,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"97364333\":{\"id\":\"97364333\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":38000000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Luxurious Unit with Marina View | Partly Furnished\",\"location\":{\"id\":\"17205\",\"full_name\":\"Bulgari Resort & Residences 3, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\",\"coordinates\":{\"lat\":25.208560943603516,\"lon\":55.23484420776367},\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3\",\"path\":\"1.66.920.8319.17205\",\"type\":\"TOWER\",\"name\":\"Bulgari Resort & Residences 3\",\"path_name\":\"Dubai, Jumeirah, Jumeirah Bay Island, Bulgari Resort & Residences\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/ccc4617d-a8ef-44bb-9b63-593d814ecbcd\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/ccc4617d-a8ef-44bb-9b63-593d814ecbcd\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/61ec31f7-b9ec-46a0-8062-26c09043673f\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/61ec31f7-b9ec-46a0-8062-26c09043673f\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/b015e92e-5051-468c-abfb-ada7e9d6ca8d\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/XRHRB60DPGS5V5FZTF0G65RMW8\\\/b015e92e-5051-468c-abfb-ada7e9d6ca8d\\\/668x452.jpg\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"114574\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\\\/desktop\",\"is_super_agent\":true,\"name\":\"Kianoush Darban\",\"user_id\":9235,\"email\":\"kia@drivenproperties.com\",\"languages\":[\"English\",\"Persian\\\/Farsi\"],\"slug\":\"kianoush-darban\"},\"broker\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"4\",\"size\":{\"value\":2698,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3-97364333.html\",\"reference\":\"DPF-S-50568\",\"listed_date\":\"2026-06-02T04:43:12Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"kia@drivenproperties.com\",\"link\":\"mailto:kia@drivenproperties.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971524960123\",\"link\":\"tel:+971524960123\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+DPF-S-50568%0AType%3A+Apartment%0APrice%3A+38%2C000%2C000+AED+%0ALocation%3A+Bulgari+Resort+%2F+Residences+3+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F97364333%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":22,\"amenities\":[\"BW\",\"SE\",\"BA\",\"CP\",\"MR\",\"VW\",\"WC\",\"LB\"],\"completion_status\":\"completed\",\"furnished\":\"PARTLY\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":94.71869,\"rss\":94.71869,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7121371695\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"66\",\"name\":\"Jumeirah\",\"type\":\"COMMUNITY\",\"slug\":\"jumeirah\",\"slug_en\":\"jumeirah\",\"level\":\"1\"},{\"id\":\"920\",\"name\":\"Jumeirah Bay Island\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island\",\"slug_en\":\"jumeirah-jumeirah-bay-island\",\"level\":\"2\"},{\"id\":\"8319\",\"name\":\"Bulgari Resort & Residences\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"level\":\"3\"},{\"id\":\"17205\",\"name\":\"Bulgari Resort & Residences 3\",\"type\":\"TOWER\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3\",\"level\":\"4\"}],\"description\":\"Brought to you by The Private Collection, this 3-bedroom apartment is located in Bulgari Resort & Residences, Jumeirah.\\n\\nUnit Details:\\n\\n  * Strictly No Agents\\n  * Direct Clients only\\n  * Partly Furnished \\n  * Type C\\n  * Marina View\\n  * 4 Bathrooms\\n  * 2 Allocated Parking\\n  * BUA: 2,698 sq.ft\\n\\nFeatures:\\n\\n  * Balcony\\n  * View of Water\\n  * Shared swimming pool\\n  * Covered parking\\n  * Built in wardrobes\\n  * Maids room\\n  * Walk-in Closet\\n  * Concierge Service\\n  * Security\\n\\nJumeirah Bay Island is the seahorse-shaped island development by Meraas features an array of residential buildings and villas accompanied by green spaces and stunning panoramic views of the sea and the Dubai skyline.\\n\\nAsk us about:\\n\\n  * Mortgage Advisory\\n  * Property Management\\n  * Holiday Homes\\n  * Interior Design\\n\\nVisit our offices across Dubai's most popular communities including:\\n\\n  * Business Bay\\n  * Dubai Creek Harbour\\n  * Jumeirah Village Circle\\n  * Dubai Hills Estate\",\"amenity_names\":[\"Built in Wardrobes\",\"Security\",\"Balcony\",\"Covered Parking\",\"Maids Room\",\"View of Water\",\"Walk-in Closet\",\"Lobby in Building\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3-97364333.html\",\"rank_score\":94.71868896484375,\"bedrooms_value\":3,\"bathrooms_value\":4,\"is_pf_exclusive\":false,\"listing_id\":\"XRHRB60DPGS5V5FZTF0G65RMW8\",\"client\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_fhm\":true,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":150000,\"price_per_area\":{\"price\":14084,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":false,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"87049697\":{\"id\":\"87049697\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":38000000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Luxurious | High Floor with Full Marina View\",\"location\":{\"id\":\"17208\",\"full_name\":\"Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\",\"coordinates\":{\"lat\":25.20964813232422,\"lon\":55.23322296142578},\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"path\":\"1.66.920.8319.17208\",\"type\":\"TOWER\",\"name\":\"Bulgari Resort & Residences 6\",\"path_name\":\"Dubai, Jumeirah, Jumeirah Bay Island, Bulgari Resort & Residences\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/ce852459-644b-4fb2-8278-36d57b42d159\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/ce852459-644b-4fb2-8278-36d57b42d159\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/8a2d5352-7b8f-4cf1-af01-d77be19e6fbd\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/8a2d5352-7b8f-4cf1-af01-d77be19e6fbd\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/7b916fe2-410c-4278-a5b3-35b68396ffc5\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PB47ZERGSFAP0GXQYTHHMKFYVM\\\/7b916fe2-410c-4278-a5b3-35b68396ffc5\\\/668x452.jpg\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"114574\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\\\/desktop\",\"is_super_agent\":true,\"name\":\"Kianoush Darban\",\"user_id\":9235,\"email\":\"kia@drivenproperties.com\",\"languages\":[\"English\",\"Persian\\\/Farsi\"],\"slug\":\"kianoush-darban\"},\"broker\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"4\",\"size\":{\"value\":2611,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-87049697.html\",\"reference\":\"DPF-S-48739\",\"listed_date\":\"2026-05-09T15:59:19Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"kia@drivenproperties.com\",\"link\":\"mailto:kia@drivenproperties.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971524960123\",\"link\":\"tel:+971524960123\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+DPF-S-48739%0AType%3A+Apartment%0APrice%3A+38%2C000%2C000+AED+%0ALocation%3A+Bulgari+Resort+%2F+Residences+6+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F87049697%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":30,\"amenities\":[\"BW\",\"SE\",\"BA\",\"MR\",\"WC\"],\"completion_status\":\"completed\",\"furnished\":\"NO\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":90.18688,\"rss\":90.18688,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7121372083\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"66\",\"name\":\"Jumeirah\",\"type\":\"COMMUNITY\",\"slug\":\"jumeirah\",\"slug_en\":\"jumeirah\",\"level\":\"1\"},{\"id\":\"920\",\"name\":\"Jumeirah Bay Island\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island\",\"slug_en\":\"jumeirah-jumeirah-bay-island\",\"level\":\"2\"},{\"id\":\"8319\",\"name\":\"Bulgari Resort & Residences\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences\",\"level\":\"3\"},{\"id\":\"17208\",\"name\":\"Bulgari Resort & Residences 6\",\"type\":\"TOWER\",\"slug\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"slug_en\":\"jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6\",\"level\":\"4\"}],\"description\":\"Brought to you by The Private Collection, this 3-bedroom apartment is located in Bulgari Resort and Residences, Jumeirah.\\n\\nUnit Details:\\n\\n  * Vacant on transfer\\n  * 3BR plus maids \\n  * High floor \\n  * Original Bvlgari \\n  * Full marina and downtown  views\\n  * 4 Bathrooms\\n  * 2 Allocated Parkings\\n  * Bua: 2,611 Sq. ft.\\n\\nFeatures:\\n\\n  * Balcony\\n  * Basement parking\\n  * Built-in wardrobes\\n  * Shared swimming pool\\n  * Walk-in Closet\\n  * Maids room\\n  * Concierge Service\\n\\nJumeirah Bay Island featuring mixed-use properties spans across a 6 million sq. ft. area. There are 127 plots and contemporary built villas that allow access to the private beach offering views of the Arabian Gulf\\n\\nAsk us about:\\n\\n  * Mortgage Advisory\\n  * Property Management\\n  * Holiday Homes\\n  * Interior Design\\n\\nVisit our offices across Dubai's most popular communities including:\\n\\n  * Business Bay\\n  * Dubai Creek Harbour\\n  * Jumeirah Village Circle\\n  * Dubai Hills Estate\",\"amenity_names\":[\"Built in Wardrobes\",\"Security\",\"Balcony\",\"Maids Room\",\"Walk-in Closet\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-87049697.html\",\"rank_score\":90.18688201904297,\"bedrooms_value\":3,\"bathrooms_value\":4,\"is_pf_exclusive\":false,\"listing_id\":\"PB47ZERGSFAP0GXQYTHHMKFYVM\",\"client\":{\"id\":\"847\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/847\\\/bd8aeeb8-64d3-4aed-8137-a0f5eccfb00d\\\/178x98.jpg\",\"name\":\"Driven Properties\",\"address\":\"Office 101, Building Emaar Square - Building 3, Downtown Dubai, Sheikh Mohammed bin Rashid Blvd, Dubai, \",\"email\":\"abdullah@driven-properties.com\",\"phone\":\"+97142454800\",\"slug\":\"driven-properties-948\"},\"is_fhm\":true,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":150000,\"price_per_area\":{\"price\":14553,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":false,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"99541220\":{\"id\":\"99541220\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":9750000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Large High-Floor 3-Bedroom Ashjar Residence\",\"location\":{\"id\":\"15188\",\"full_name\":\"Ashjar Building G1, Ashjar, Al Barari, Dubai\",\"coordinates\":{\"lat\":25.099864959716797,\"lon\":55.31728744506836},\"slug\":\"al-barari-ashjar-ashjar-building-g1\",\"path\":\"1.12.374.15188\",\"type\":\"TOWER\",\"name\":\"Ashjar Building G1\",\"path_name\":\"Dubai, Al Barari, Ashjar\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/0b6f6619-28c4-4d64-afb3-7c4f8a301a2f\\\/416x272.jpg?v=22b7cd7b318ef8debcb8b161546f3dbc\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/0b6f6619-28c4-4d64-afb3-7c4f8a301a2f\\\/668x452.jpg?v=afb1b1d662093f56780b80917dab0666\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/5c072635-14da-403b-8729-e561cf5af671\\\/416x272.jpg?v=fdfd1029ada93551001a2d7052ba5cac\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/5c072635-14da-403b-8729-e561cf5af671\\\/668x452.jpg?v=cbc7bea9dbae28af231d5bd0c34d2a81\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/f569b907-eef9-4c2f-9632-c308c944f696\\\/416x272.jpg?v=548d12b6f45f4edf4af6f3820b48867a\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/PNPSDV7EZBRW98M8CFKY3VENRM\\\/f569b907-eef9-4c2f-9632-c308c944f696\\\/668x452.jpg?v=f509a87deea6ed116f8fdeca4b70fc8d\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"315704\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/e6a50468770f8226f2cbaf5694ef2992dc282592\\\/desktop\",\"is_super_agent\":true,\"name\":\"Ashley Roman\",\"user_id\":149709,\"email\":\"info@thefoundryrealty.com\",\"languages\":[\"English\",\"French\",\"Spanish\"],\"slug\":\"ashley-roman\"},\"broker\":{\"id\":\"12094\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/12094\\\/c9ee4142-8461-4dba-9aba-fe0cf1f295ee\\\/178x98.jpg\",\"name\":\"THE FOUNDRY REAL ESTATE BROKERAGE L.L.C\",\"address\":\"Office ........., Building .........., Bur Dubai, ----------, Dubai, PO Box ........\",\"email\":\"michael@thefoundryrealty.com\",\"phone\":\"+971585131837\",\"slug\":\"the-foundry-real-estate-brokerage-l-l-c-12223\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"4\",\"size\":{\"value\":3898,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-al-barari-ashjar-ashjar-building-g1-99541220.html\",\"reference\":\"PNPSDV7EZBRW98M8CFKY3VENRM\",\"listed_date\":\"2026-06-07T07:41:57Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"info@thefoundryrealty.com\",\"link\":\"mailto:info@thefoundryrealty.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971585131837\",\"link\":\"tel:+971585131837\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+PNPSDV7EZBRW98M8CFKY3VENRM%0AType%3A+Apartment%0APrice%3A+9%2C750%2C000+AED+%0ALocation%3A+Ashjar+Building+G1+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F99541220%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":26,\"amenities\":[\"BA\",\"BW\",\"AC\",\"CP\",\"BK\",\"PA\",\"SP\",\"SE\",\"CS\",\"SS\",\"SY\",\"MS\",\"WC\",\"BL\",\"PR\",\"LB\",\"CO\"],\"completion_status\":\"completed\",\"furnished\":\"NO\",\"property_type_id\":1,\"has_view_360\":true,\"rsp\":89.27083,\"rss\":89.27083,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7117994340\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"https:\\\/\\\/youtu.be\\\/OZr_HHxU3B4\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"12\",\"name\":\"Al Barari\",\"type\":\"COMMUNITY\",\"slug\":\"al-barari\",\"slug_en\":\"al-barari\",\"level\":\"1\"},{\"id\":\"374\",\"name\":\"Ashjar\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"al-barari-ashjar\",\"slug_en\":\"al-barari-ashjar\",\"level\":\"2\"},{\"id\":\"15188\",\"name\":\"Ashjar Building G1\",\"type\":\"TOWER\",\"slug\":\"al-barari-ashjar-ashjar-building-g1\",\"slug_en\":\"al-barari-ashjar-ashjar-building-g1\",\"level\":\"3\"}],\"description\":\"Seamless Indoor-Outdoor Harmony: Discover Ashjar's Finest Residence. \\nThe Foundry is exceptionally proud to present a rare-to-market, 3-bedroom residence located in the highly coveted Ashjar enclave of Al Barari. Spanning an impressive 3,898 sq. ft. , this high-floor masterpiece offers a seamless open-plan design enveloped by multiple private terraces. Designed to harmonize sophisticated modern living with the surrounding lush botanical canopy, the property features luxurious en-suite bedrooms, floor-to-ceiling glazing, and a state-of-the-art kitchen. This is a highly sought-after acquisition opportunity for discerning individuals seeking a tranquil, nature-immersed lifestyle without compromising on urban luxury. \\n\\nAgents Welcome\\n\\nProject Name: Ashjar\\nCommunity: Al Barari, Dubai\\nProperty Type: 3-Bedroom Luxury Apartment\\nBuilt-Up Area (BUA): 3,898 sq. ft. \\nFloor Level: High Floor\\nBedrooms: 3 (All En-Suite)\\nCondition: Pristine, Rare-to-Market\\nKey Unit Features: Multiple private terraces, open-plan living and dining, floor-to-ceiling windows, sleek modern kitchen with built-in appliances, spacious walk-in wardrobes. \\nListing Price: AED 9,750,000\\n\\nCommunity\\nAshjar, meaning \\\"trees\\\" in Arabic, is a unique residential concept within Al Barari that is globally celebrated for its low-rise, low-density architecture. The buildings are brilliantly integrated into the surrounding forest, offering an elevated lifestyle that provides profound privacy and intimacy with nature. Al Barari itself stands as Dubai\\u2019s premier eco-luxury sanctuary, a verdant haven where uncompromising luxury perfectly intersects with the natural environment. The gated neighborhood features hundreds of kilometers of shaded walking trails, serene waterways, and meticulously landscaped parks, ensuring a peaceful retreat entirely insulated from the city's frantic pace.\",\"amenity_names\":[\"Balcony\",\"Built in Wardrobes\",\"Central A\\\/C\",\"Covered Parking\",\"Kitchen Appliances\",\"Pets Allowed\",\"Shared Pool\",\"Security\",\"Concierge\",\"Shared Spa\",\"Shared Gym\",\"Maid Service\",\"Walk-in Closet\",\"View of Landmark\",\"Children's Play Area\",\"Lobby in Building\",\"Children's Pool\"],\"payment_method\":[],\"lead_value\":173.83,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-al-barari-ashjar-ashjar-building-g1-99541220.html\",\"rank_score\":89.27082824707031,\"bedrooms_value\":3,\"bathrooms_value\":4,\"is_pf_exclusive\":false,\"listing_id\":\"PNPSDV7EZBRW98M8CFKY3VENRM\",\"client\":{\"id\":\"12094\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/12094\\\/c9ee4142-8461-4dba-9aba-fe0cf1f295ee\\\/178x98.jpg\",\"name\":\"THE FOUNDRY REAL ESTATE BROKERAGE L.L.C\",\"address\":\"Office ........., Building .........., Bur Dubai, ----------, Dubai, PO Box ........\",\"email\":\"michael@thefoundryrealty.com\",\"phone\":\"+971585131837\",\"slug\":\"the-foundry-real-estate-brokerage-l-l-c-12223\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":21000,\"price_per_area\":{\"price\":2501,\"unit\":\"sqft\"},\"view_360\":\"https:\\\/\\\/my.matterport.com\\\/show\\\/?m=PTzPSechDC2\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"97814313\":{\"id\":\"97814313\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":11300000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Island Living|Stunning Sea View |Upgraded Interior\",\"location\":{\"id\":\"9409\",\"full_name\":\"Bluewaters Residences Building 2, Bluewaters Residences, Bluewaters, Dubai\",\"coordinates\":{\"lat\":25.079275131225586,\"lon\":55.120670318603516},\"slug\":\"bluewaters-bluewaters-residences-bluewaters-residences-building-2\",\"path\":\"1.9042.9407.9409\",\"type\":\"TOWER\",\"name\":\"Bluewaters Residences Building 2\",\"path_name\":\"Dubai, Bluewaters, Bluewaters Residences\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/5630a77e-7f29-43e2-a22b-bd6c2fe43152\\\/416x272.jpg?v=fb60b997cff2c77dfe199a6ff1e84c6c\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/5630a77e-7f29-43e2-a22b-bd6c2fe43152\\\/668x452.jpg?v=78b219dfbdbfede761a094528330d23f\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/e59462ca-b1b2-4fb2-a275-2bcf0689bb3f\\\/416x272.jpg?v=80e3ac7be3070ff351ed811c9455dfed\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/e59462ca-b1b2-4fb2-a275-2bcf0689bb3f\\\/668x452.jpg?v=5179dda5ec31ef5bd334f558a787019a\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/7fe93a35-71eb-45a7-accc-d076ed40a178\\\/416x272.jpg?v=23535102df3f485965944769c07054ef\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/VKYZQC42B59PC5FKJXB1ARB5J8\\\/7fe93a35-71eb-45a7-accc-d076ed40a178\\\/668x452.jpg?v=964b26d6e86c23764e05affd07fdae69\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"241544\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/8acd32c3c8018ffb573759fc1dcc122c24e4d0fd\\\/desktop\",\"is_super_agent\":true,\"name\":\"Kristina Nevolko\",\"user_id\":96961,\"email\":\"k.nevolko@whitewill.ae\",\"languages\":[\"English\",\"Russian\"],\"slug\":\"kristina-nevolko\"},\"broker\":{\"id\":\"4994\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/4994\\\/372ffc56-41b4-4ff6-90ca-f6e4702361ef\\\/178x98.jpg\",\"name\":\"WHITEWILL REAL ESTATE BROKERS L.L.C\",\"address\":\"Office 1314, Building The Onyx Tower 1, The Greens, 0, Dubai, PO Box 0000\",\"email\":\"info@whitewill.ae\",\"phone\":\"+97145973460\",\"slug\":\"whitewill-real-estate-brokers-l-l-c-5120\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"2\",\"bathrooms\":\"3\",\"size\":{\"value\":1488,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-bluewaters-bluewaters-residences-bluewaters-residences-building-2-97814313.html\",\"reference\":\"101470-24KCue\",\"listed_date\":\"2026-06-03T09:18:38Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"k.nevolko@whitewill.ae\",\"link\":\"mailto:k.nevolko@whitewill.ae\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971542045059\",\"link\":\"tel:+971542045059\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+101470-24KCue%0AType%3A+Apartment%0APrice%3A+11%2C300%2C000+AED+%0ALocation%3A+Bluewaters+Residences+Building+2+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F97814313%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":28,\"amenities\":[\"BA\",\"BR\",\"BW\",\"AC\",\"CP\",\"BK\",\"PA\",\"SP\",\"VW\",\"SE\",\"SY\",\"WC\",\"BL\",\"PR\",\"LB\"],\"completion_status\":\"completed\",\"furnished\":\"YES\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":89.129005,\"rss\":89.129005,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"7148940970\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"9042\",\"name\":\"Bluewaters\",\"type\":\"COMMUNITY\",\"slug\":\"bluewaters\",\"slug_en\":\"bluewaters\",\"level\":\"1\"},{\"id\":\"9407\",\"name\":\"Bluewaters Residences\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"bluewaters-bluewaters-residences\",\"slug_en\":\"bluewaters-bluewaters-residences\",\"level\":\"2\"},{\"id\":\"9409\",\"name\":\"Bluewaters Residences Building 2\",\"type\":\"TOWER\",\"slug\":\"bluewaters-bluewaters-residences-bluewaters-residences-building-2\",\"slug_en\":\"bluewaters-bluewaters-residences-bluewaters-residences-building-2\",\"level\":\"3\"}],\"description\":\"Discover refined island living in this exceptional 2-bedroom residence at Bluewaters Residences 2. The apartment offers breathtaking panoramic views of the Arabian Gulf through expansive floor-to-ceiling windows that flood the interiors with natural light. The layout is thoughtfully designed with upgraded modern finishes, an open kitchen flowing seamlessly into spacious living and dining areas, and a large balcony ideal for outdoor dining and sunset relaxation. Built-in wardrobes provide ample storage, while the apartment also includes a maid\\u2019s room with en-suite bathroom and a separate utility\\\/storage room for added functionality.\\n\\nBluewaters Residences is an exclusive island community offering resort-style living. Residents enjoy access to a swimming pool, fully equipped gym, landscaped gardens, basketball courts, walking paths, and dedicated children\\u2019s play areas. The island also features a curated retail and dining scene, including Gordon Ramsay\\u2019s Hell\\u2019s Kitchen and Caesars Palace Resort, creating a vibrant yet private lifestyle environment.\\n\\nLocated off the coast of JBR, Bluewaters Island is connected to Sheikh Zayed Road via a dedicated bridge and offers seamless mobility through electric buggies and water taxis. Dubai Marina, Palm Jumeirah, and Downtown Dubai are all within convenient reach, making this address a rare combination of privacy, prestige, and accessibility.\\n\\nWe pay 2% broker commission.\\n\\nInterested in this property?\\nContact us today to arrange a private viewing and receive additional photos and a full walkthrough video. We can also introduce you to the Bluewaters lifestyle, guide you through every step, and help you find the perfect home or investment in Dubai.\",\"amenity_names\":[\"Balcony\",\"Barbecue Area\",\"Built in Wardrobes\",\"Central A\\\/C\",\"Covered Parking\",\"Kitchen Appliances\",\"Pets Allowed\",\"Shared Pool\",\"View of Water\",\"Security\",\"Shared Gym\",\"Walk-in Closet\",\"View of Landmark\",\"Children's Play Area\",\"Lobby in Building\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-bluewaters-bluewaters-residences-bluewaters-residences-building-2-97814313.html\",\"rank_score\":89.1290054321289,\"bedrooms_value\":2,\"bathrooms_value\":3,\"is_pf_exclusive\":false,\"listing_id\":\"VKYZQC42B59PC5FKJXB1ARB5J8\",\"client\":{\"id\":\"4994\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/4994\\\/372ffc56-41b4-4ff6-90ca-f6e4702361ef\\\/178x98.jpg\",\"name\":\"WHITEWILL REAL ESTATE BROKERS L.L.C\",\"address\":\"Office 1314, Building The Onyx Tower 1, The Greens, 0, Dubai, PO Box 0000\",\"email\":\"info@whitewill.ae\",\"phone\":\"+97145973460\",\"slug\":\"whitewill-real-estate-brokers-l-l-c-5120\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":24000,\"price_per_area\":{\"price\":7594,\"unit\":\"sqft\"},\"view_360\":\"\",\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false},\"93993454\":{\"id\":\"93993454\",\"category_id\":1,\"property_type\":\"Apartment\",\"price\":{\"value\":35950000,\"currency\":\"AED\",\"period\":\"sell\",\"is_hidden\":false},\"title\":\"Cityscape Duplex | Exclusive | Canal View\",\"location\":{\"id\":\"11680\",\"full_name\":\"Private Residences, Jumeirah 2, Jumeirah, Dubai\",\"coordinates\":{\"lat\":25.194454193115234,\"lon\":55.24066162109375},\"slug\":\"jumeirah-jumeirah-2-private-residences\",\"path\":\"1.66.916.11680\",\"type\":\"TOWER\",\"name\":\"Private Residences\",\"path_name\":\"Dubai, Jumeirah, Jumeirah 2\"},\"images\":[{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/9f5e3b93-126c-44ec-bf76-373bc0ca1fd2\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/9f5e3b93-126c-44ec-bf76-373bc0ca1fd2\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/51ab8b09-6e94-452f-9885-60b13436405e\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/51ab8b09-6e94-452f-9885-60b13436405e\\\/668x452.jpg\",\"classification_label\":\"\"},{\"small\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/10e4f75c-6cd5-4dd7-b5d4-a4bbd60d9ae3\\\/416x272.jpg\",\"medium\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/listing\\\/GCA2FCJP41TGG2M06WDWAZ6E6W\\\/10e4f75c-6cd5-4dd7-b5d4-a4bbd60d9ae3\\\/668x452.jpg\",\"classification_label\":\"\"}],\"agent\":{\"id\":\"245560\",\"image\":\"https:\\\/\\\/www.propertyfinder.ae\\\/images\\\/pf_agent\\\/picture\\\/3e273ddef63d1cb544deaa48351dbf3741475505\\\/desktop\",\"is_super_agent\":true,\"name\":\"Jordan Smith\",\"user_id\":100303,\"email\":\"jordan@whiteandcogroup.com\",\"languages\":[\"English\"],\"slug\":\"jordan-smith\"},\"broker\":{\"id\":\"4246\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/4246\\\/5f2ecd41-da29-48f8-95d2-dabac16efc7b\\\/178x98.jpg\",\"name\":\"White & Co Real Estate\",\"address\":\"Office 7th Floor, Building Control Tower, Motor City, Detroit Road, Dubai, \",\"email\":\"calum@whiteandco.net\",\"phone\":\"+971554228984\",\"slug\":\"white-co-real-estate-4372\"},\"is_verified\":true,\"is_direct_from_developer\":false,\"is_new_construction\":false,\"is_available\":true,\"is_featured\":false,\"is_premium\":true,\"is_new_insert\":false,\"utilities_price_type\":\"notSelected\",\"live_viewing\":null,\"is_community_expert\":false,\"is_cts\":false,\"bedrooms\":\"3\",\"bathrooms\":\"3\",\"size\":{\"value\":3244,\"unit\":\"sqft\"},\"share_url\":\"https:\\\/\\\/www.propertyfinder.ae\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-2-private-residences-93993454.html\",\"reference\":\"RL-214387\",\"listed_date\":\"2026-05-25T05:36:35Z\",\"last_refreshed_at\":null,\"contact_options\":[{\"type\":\"email\",\"value\":\"jordan@whiteandcogroup.com\",\"link\":\"mailto:jordan@whiteandcogroup.com\",\"is_did\":false},{\"type\":\"phone\",\"value\":\"+971543420242\",\"link\":\"tel:+971543420242\",\"is_did\":false},{\"type\":\"whatsapp\",\"value\":\"+97145560345\",\"link\":\"https:\\\/\\\/api.whatsapp.com\\\/send?phone=+97145560345&text=Hello%2C%0AI+would+like+to+get+more+information+about+this+property%3A+%0A+%0AReference%3A+RL-214387%0AType%3A+Apartment%0APrice%3A+35%2C950%2C000+AED+%0ALocation%3A+Private+Residences+%0ALink%3A+https%3A%2F%2Fwww.propertyfinder.ae%2Fto%2F93993454%2Fen+%0A+%0AAny+changes+made+to+this+message+will+result+in+the+enquiry+not+being+sent+to+the+agent.\",\"is_did\":false}],\"images_count\":29,\"amenities\":[\"AC\",\"MR\",\"BA\",\"SP\",\"SS\",\"SY\",\"CS\",\"CP\",\"VW\",\"BL\",\"PA\",\"ST\",\"BW\",\"WC\",\"BK\",\"SE\"],\"completion_status\":\"completed\",\"furnished\":\"NO\",\"property_type_id\":1,\"has_view_360\":false,\"rsp\":89.06569,\"rss\":89.06569,\"qs\":100,\"is_exclusive\":false,\"is_broker_project_property\":false,\"rera\":\"71340321139\",\"offering_type\":\"Residential for Sale\",\"video_url\":\"\",\"is_smart_ad\":false,\"is_spotlight_listing\":false,\"is_claimed_by_agent\":false,\"is_under_offer_by_competitor\":false,\"listing_level\":\"premium\",\"listing_level_label\":\"premium\",\"location_tree\":[{\"id\":\"1\",\"name\":\"Dubai\",\"type\":\"CITY\",\"slug\":\"dubai\",\"slug_en\":\"dubai\",\"level\":\"0\"},{\"id\":\"66\",\"name\":\"Jumeirah\",\"type\":\"COMMUNITY\",\"slug\":\"jumeirah\",\"slug_en\":\"jumeirah\",\"level\":\"1\"},{\"id\":\"916\",\"name\":\"Jumeirah 2\",\"type\":\"SUBCOMMUNITY\",\"slug\":\"jumeirah-jumeirah-2\",\"slug_en\":\"jumeirah-jumeirah-2\",\"level\":\"2\"},{\"id\":\"11680\",\"name\":\"Private Residences\",\"type\":\"TOWER\",\"slug\":\"jumeirah-jumeirah-2-private-residences\",\"slug_en\":\"jumeirah-jumeirah-2-private-residences\",\"level\":\"3\"}],\"description\":\"White and Co Real Estate is delighted to offer this magnificent 3-Bedroom Duplex Apartment located in Jumeirah Second - Canal Front. \\n\\nExperience the pinnacle of architectural elegance in this Luxury private apartments. Nestled within a prestigious residential tower, this extraordinary home spans two floors and boasts a spectacular 7-meter high lounge, offering an awe-inspiring sense of openness and light.\\n\\nEnter a living space where grandeur seamlessly blends with modernity. The soaring ceilings and expansive windows not only amplify the sense of space but also provide sweeping panoramic views of the cityscape. The interior is meticulously crafted to create an environment of luxury and comfort, perfect for both opulent entertaining and serene relaxation.\\n\\nResidents will benefit from the unparalleled amenities of the Four Seasons, including a state-of-the-art fitness center, lavish spa facilities, and attentive concierge service. \\n\\nFor further details please contact:\\n\\nJordan Smith\\nBRN: 55489\",\"amenity_names\":[\"Central A\\\/C\",\"Maids Room\",\"Balcony\",\"Shared Pool\",\"Shared Spa\",\"Shared Gym\",\"Concierge\",\"Covered Parking\",\"View of Water\",\"View of Landmark\",\"Pets Allowed\",\"Study\",\"Built in Wardrobes\",\"Walk-in Closet\",\"Kitchen Appliances\",\"Security\"],\"payment_method\":[],\"lead_value\":1000,\"details_path\":\"\\\/en\\\/plp\\\/buy\\\/apartment-for-sale-dubai-jumeirah-jumeirah-2-private-residences-93993454.html\",\"rank_score\":89.06568908691406,\"bedrooms_value\":3,\"bathrooms_value\":3,\"is_pf_exclusive\":false,\"listing_id\":\"GCA2FCJP41TGG2M06WDWAZ6E6W\",\"client\":{\"id\":\"4246\",\"logo\":\"https:\\\/\\\/static.shared.propertyfinder.ae\\\/media\\\/images\\\/client_logos\\\/4246\\\/5f2ecd41-da29-48f8-95d2-dabac16efc7b\\\/178x98.jpg\",\"name\":\"White & Co Real Estate\",\"address\":\"Office 7th Floor, Building Control Tower, Motor City, Detroit Road, Dubai, \",\"email\":\"calum@whiteandco.net\",\"phone\":\"+971554228984\",\"slug\":\"white-co-real-estate-4372\"},\"is_fhm\":false,\"travel_time_tags\":[],\"floor_plans\":[],\"mortgage_cashback\":76000,\"price_per_area\":{\"price\":11081,\"unit\":\"sqft\"},\"view_360\":\"\",\"number_of_cheques\":1,\"rnpm\":{\"enabled\":false},\"is_great_value\":false,\"is_high_demand\":true,\"is_luxe\":false,\"rooms\":null,\"rooms_value\":null,\"is_price_drop\":false}};\n<\/script>\n   <h2 class=\"shortcode__title\">Explore all apartments available for sale in Dubai<\/h2>\n    <div data-id=\"shortcode-carousel\"\n    data-plugin-type=\"properties\"\n    data-locale=\"en\"\n    data-property-type=\"1\"\n    data-bedrooms=\"\"\n    data-location-name=\"1\"\n    data-category-id=\"1\";\n><\/div>\n\n<ul data-id=\"properties-shortcode\" class=\"shortcode__property-carousel\">\n\n\n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"97829558\"\n        data-location-name=\"Elite Residence, Dubai Marina, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-dubai-marina-elite-residence-97829558.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/81YHMFSF5AH4KKY4TER8ZZ5KMM\/0320f01a-1d54-42e1-a29e-1f7671140764\/668x452.jpg?v=ee78d5d3e35d1ebd91e7aaae8d04a813 alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--default'> \n        Spotlight\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/62fad73ec17667f68695bcb19c4cd8d5909d31aa\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 7 days ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    2,000,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Furnished | Mid Floor | Community View                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Elite Residence, Dubai Marina, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            2                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        3                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            1,329 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Furnished | Mid Floor | Community View\"\n                    data-position=\"1\"\n                    data-project-id=\"97829558\"\n                    data-call-href=\"tel:+971504239409\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"7037\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"91797679\"\n        data-location-name=\"Princess Tower, Dubai Marina, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-dubai-marina-princess-tower-91797679.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/G1X9GXF4N0AZMJ38Y4KWR6VPW0\/f23d8dfc-181f-4c0d-bd9c-12b387829732\/668x452.jpg alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--default'> \n        Spotlight\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/62fad73ec17667f68695bcb19c4cd8d5909d31aa\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 3 weeks ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    1,325,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Furnished | Marina View | Open Layout                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Princess Tower, Dubai Marina, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            1                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        2                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            865 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Furnished | Marina View | Open Layout\"\n                    data-position=\"2\"\n                    data-project-id=\"91797679\"\n                    data-call-href=\"tel:+971504239409\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"7037\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"94455736\"\n        data-location-name=\"The Torch, Dubai Marina, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-dubai-marina-the-torch-94455736.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/HG3YY632W41HQTFYKZ7075B86C\/a0f7141e-e034-4bcd-85bf-227c2069fb4b\/668x452.jpg alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--default'> \n        Spotlight\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/75c01665ff59aa0068431411421a87af0563c58e\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 2 weeks ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    1,995,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Upgraded | Vacant | Fully Furnished                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">The Torch, Dubai Marina, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            2                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        2                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            1,258 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Upgraded | Vacant | Fully Furnished\"\n                    data-position=\"3\"\n                    data-project-id=\"94455736\"\n                    data-call-href=\"tel:+971527700395\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"7037\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"99959555\"\n        data-location-name=\"Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-99959555.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/9HY36RGEEHZHXM75FRQHB7GZX8\/ad0b58a4-ad51-463b-8a4c-8719218f9e55\/668x452.jpg?v=8e824253ecbeb7568be37ec8128f114b alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 2 days ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    32,000,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Fully Upgraded with Sea and Skyline View                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        4                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            2,630 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Fully Upgraded with Sea and Skyline View\"\n                    data-position=\"4\"\n                    data-project-id=\"99959555\"\n                    data-call-href=\"tel:+971524960123\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"847\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"97398284\"\n        data-location-name=\"Bulgari Resort & Residences 2, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-2-97398284.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/1C0WFFVET3KYW21J1G4TPMK6MM\/274fd85c-516d-4100-86b9-8133a5d69b74\/668x452.jpg?v=7938f4047a02b008708384ad0af01ff6 alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 1 week ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    38,000,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        High Floor | Luxurious with Full Skyline Views                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Bulgari Resort & Residences 2, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        4                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            2,631 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"High Floor | Luxurious with Full Skyline Views\"\n                    data-position=\"5\"\n                    data-project-id=\"97398284\"\n                    data-call-href=\"tel:+971524960123\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"847\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"97364333\"\n        data-location-name=\"Bulgari Resort & Residences 3, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-3-97364333.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/XRHRB60DPGS5V5FZTF0G65RMW8\/ccc4617d-a8ef-44bb-9b63-593d814ecbcd\/668x452.jpg alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 1 week ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    38,000,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Luxurious Unit with Marina View | Partly Furnished                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Bulgari Resort & Residences 3, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        4                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            2,698 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Luxurious Unit with Marina View | Partly Furnished\"\n                    data-position=\"6\"\n                    data-project-id=\"97364333\"\n                    data-call-href=\"tel:+971524960123\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"847\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"87049697\"\n        data-location-name=\"Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-jumeirah-jumeirah-bay-island-bulgari-resort-residences-bulgari-resort-residences-6-87049697.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/PB47ZERGSFAP0GXQYTHHMKFYVM\/ce852459-644b-4fb2-8278-36d57b42d159\/668x452.jpg alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/01ebc0e3ad103e2dba3d8b497bf4d81a2a957bb8\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 1 month ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    38,000,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Luxurious | High Floor with Full Marina View                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Bulgari Resort & Residences 6, Bulgari Resort & Residences, Jumeirah Bay Island, Jumeirah, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        4                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            2,611 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Luxurious | High Floor with Full Marina View\"\n                    data-position=\"7\"\n                    data-project-id=\"87049697\"\n                    data-call-href=\"tel:+971524960123\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"847\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"99541220\"\n        data-location-name=\"Ashjar Building G1, Ashjar, Al Barari, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-al-barari-ashjar-ashjar-building-g1-99541220.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/PNPSDV7EZBRW98M8CFKY3VENRM\/0b6f6619-28c4-4d64-afb3-7c4f8a301a2f\/668x452.jpg?v=afb1b1d662093f56780b80917dab0666 alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/e6a50468770f8226f2cbaf5694ef2992dc282592\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 3 days ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    9,750,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Large High-Floor 3-Bedroom Ashjar Residence                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Ashjar Building G1, Ashjar, Al Barari, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        4                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            3,898 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Large High-Floor 3-Bedroom Ashjar Residence\"\n                    data-position=\"8\"\n                    data-project-id=\"99541220\"\n                    data-call-href=\"tel:+971585131837\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"12094\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"97814313\"\n        data-location-name=\"Bluewaters Residences Building 2, Bluewaters Residences, Bluewaters, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-bluewaters-bluewaters-residences-bluewaters-residences-building-2-97814313.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/VKYZQC42B59PC5FKJXB1ARB5J8\/5630a77e-7f29-43e2-a22b-bd6c2fe43152\/668x452.jpg?v=78b219dfbdbfede761a094528330d23f alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/8acd32c3c8018ffb573759fc1dcc122c24e4d0fd\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 1 week ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    11,300,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Island Living|Stunning Sea View |Upgraded Interior                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Bluewaters Residences Building 2, Bluewaters Residences, Bluewaters, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            2                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        3                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            1,488 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Island Living|Stunning Sea View |Upgraded Interior\"\n                    data-position=\"9\"\n                    data-project-id=\"97814313\"\n                    data-call-href=\"tel:+971542045059\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"4994\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    \n    \n    <li class=\"shortcode__property-card-item--secondary\"  style=\"margin-left:0px\">\n        <div data-id=\"shortcode-property-card\"\n        data-locale=\"en\"\n        data-project-id=\"93993454\"\n        data-location-name=\"Private Residences, Jumeirah 2, Jumeirah, Dubai\"\n        data-property-type=\"1\"\n        data-bedrooms=\"\"\n        data-category-id=\"1\"><\/div> \n    <a class=\"shortcode__property-card-anchor--secondary\" href=\"https:\/\/www.propertyfinder.ae\/en\/plp\/buy\/apartment-for-sale-dubai-jumeirah-jumeirah-2-private-residences-93993454.html\"><\/a>\n        <div  class=\"shortcode__property-card\">\n            <div class=\"shortcode__property-card__image-container\">\n                <img class='shortcode__property-image' src=https:\/\/static.shared.propertyfinder.ae\/media\/images\/listing\/GCA2FCJP41TGG2M06WDWAZ6E6W\/9f5e3b93-126c-44ec-bf76-373bc0ca1fd2\/668x452.jpg alt='property-image'>                <div class=\"shortcode__property-overlay__tags\">\n                    <div class=\"shortcode__tags\"> \n                    <p class='shortcode__property-tag shortcode__property-tag--verified'> \n        Verified\n        <\/p><p class='shortcode__property-tag shortcode__property-tag--super-agent'> \n        Superagent\n        <\/p>                    <\/div>\n                    \n                <\/div>  \n                                <div class=\"shortcode__property-overlay__agent\"> \n                    <div class=\"shortcode__agent-avatar\">\n                        <img decoding=\"async\" src=\"https:\/\/www.propertyfinder.ae\/images\/pf_agent\/picture\/3e273ddef63d1cb544deaa48351dbf3741475505\/desktop\" alt=\"agent image\" >\n\n                        <svg class=\"shortcode__agent--superagent\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"16\" height=\"16\" rx=\"8\" fill=\"#3A307F\"\/>\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.95478 5.22788L8.20268 3.63227H8.20348C8.12009 3.45591 7.88035 3.45591 7.79777 3.63227L7.04487 5.22788C7.01199 5.29758 6.94865 5.34629 6.87488 5.35721L5.19349 5.61334C5.00827 5.6419 4.9345 5.8804 5.0684 6.01728L6.28475 7.25934C6.33767 7.31393 6.36253 7.39287 6.3497 7.46929L6.06265 9.22278C6.03058 9.41593 6.22461 9.56374 6.39059 9.4722L7.89479 8.64416C7.96053 8.60805 8.03911 8.60805 8.10486 8.64416L9.60906 9.4722C9.77503 9.56374 9.96907 9.41593 9.937 9.22278L9.64995 7.46929C9.63712 7.39203 9.66197 7.31393 9.71489 7.25934L10.9312 6.01728C11.0659 5.8804 10.9914 5.6419 10.8062 5.61334L9.12476 5.35721C9.051 5.34629 8.98765 5.29758 8.95478 5.22788ZM9.80216 11.4994V10.9658C9.80216 10.7692 9.60122 10.6103 9.35315 10.6103H8.68006V9.54297H7.33304V10.6103H6.65994C6.41187 10.6103 6.21094 10.7692 6.21094 10.9658V11.4994H9.80216ZM10.0455 11.5H5.95455C5.70342 11.5 5.5 11.6489 5.5 11.8331V12.5H10.5V11.8331C10.5 11.6489 10.2966 11.5 10.0455 11.5Z\" fill=\"white\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/div>  \n                \n            <\/div>\n    \n                <div class=\"shortcode__property-card__details-container\">\n                    <div class= \"shortcode__property-type\">\n                        <p>\n                            Apartment                        <\/p>\n                        <p>\n                            Listed 2 weeks ago                        <\/p>\n                    <\/div>\n                    <p class=\"shortcode__property-building-price\"> \n                    35,950,000 AED                    <\/p>\n                    <p class= \"shortcode__building-text\"> \n                        Cityscape Duplex | Exclusive | Canal View                    <\/p>\n                    <p class=\"shortcode__building-location\">  <span class=\"shortcode__location-icon\">\n                        <svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.99999 8.00002C7.10456 8.00002 7.99999 7.10459 7.99999 6.00002C7.99999 4.89545 7.10456 4.00002 5.99999 4.00002C4.89543 4.00002 3.99999 4.89545 3.99999 6.00002C3.99999 7.10459 4.89543 8.00002 5.99999 8.00002ZM6 7.33335C5.26362 7.33335 4.66666 6.7364 4.66666 6.00002C4.66666 5.26364 5.26362 4.66669 6 4.66669C6.73637 4.66669 7.33333 5.26364 7.33333 6.00002C7.33333 6.7364 6.73637 7.33335 6 7.33335ZM2.22876 2.20341C0.145963 4.25238 0.145963 7.57441 2.22876 9.62337L6 13.3334L9.77123 9.62337C11.854 7.57441 11.854 4.25238 9.77123 2.20341C7.68844 0.154446 4.31156 0.154446 2.22876 2.20341ZM2.69629 9.14812C0.879008 7.36036 0.879008 4.46642 2.69629 2.67866C4.51965 0.884918 7.48034 0.884918 9.3037 2.67866C11.121 4.46642 11.121 7.36036 9.3037 9.14812L5.99999 12.3982L2.69629 9.14812Z\" fill=\"#707070\"\/>\n                        <\/svg>\n                        <\/span>\n                        <span class=\"shortcode__location-text\">Private Residences, Jumeirah 2, Jumeirah, Dubai<\/span> <\/p>\n                    <div class= \"shortcode__bedroom-bathroom-container\">\n                        <p class= \"shortcode__bedroom-count\"> \n                            3                        <\/p>\n                        <p class= \"shortcode__bathroom-count\"> \n                        3                        <\/p>\n                        <p class= \"shortcode__area-size\"> \n                            3,244 sqft                        <\/p>\n                    <\/div>\n                   \n                <\/div>\n                <div class=\"shortcode__lead-cta-container divider--top\" data-id=\"properties-lead-buttons\"\n                    data-language=\"en\"\n                    data-contact-options=\"email|phone|whatsapp\"\n                    data-plugin-type=\"properties\"\n                    data-project-title=\"Cityscape Duplex | Exclusive | Canal View\"\n                    data-position=\"10\"\n                    data-project-id=\"93993454\"\n                    data-call-href=\"tel:+971543420242\"\n                    data-project-developer-id=\"\"\n                    data-project-developer-name=\"\"\n                    data-broker-id=\"4246\"\n                    data-contact-whatsapp=\"+97145560345\"\n                >\n                        <a class='shortcode__lead-cta-phone button--blue' >\n                        Call\n                        <\/a><button class='shortcode__lead-cta-whatsapp button--blue' >\n                            WhatsApp\n                            <\/button>                <\/div>\n           \n            \n        <\/div>\n    <\/li>\n\n    <\/ul>\n    <div class=\"shortcode__discover-all\">\n        <a href=\"https:\/\/www.propertyfinder.ae\/en\/search?l=1&amp;c=1&amp;t=1&amp;fu=0&amp;ob=mr\" data-id=\"properties-more-cta\">\n            See All Available properties        <\/a>\n    <\/div>\n    \n<\/div><h2 class=\"wp-block-heading\" id=\"h-how-should-you-round-conversions-in-the-uae\"><strong>How should you round conversions in the UAE?<\/strong><\/h2><p>Rounding is not the enemy. Rounding at the wrong time is. In practice, most property figures are either used for quick comparisons, cost estimates, or official paperwork. Each one needs a different level of precision. The safest approach is to use the full conversion factor in the calculation, then round at the end, and always keep the unit visible next to the number.<\/p><h3 class=\"wp-block-heading\" id=\"h-for-browsing-and-shortlisting\"><strong>For browsing and shortlisting<\/strong><\/h3><p>Whole numbers are fine for browsing listings and shortlisting options. You are trying to compare, not draft a contract.<\/p><ul class=\"wp-block-list\">\n<li>Example: 100 SQM &asymp; 1,076 SQFT is clear and readable.<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-quotations-and-contractor-discussions\"><strong>For quotations and contractor discussions<\/strong><\/h3><p>One decimal place is often a good balance. It keeps the figure consistent without pretending it is &ldquo;survey-perfect&rdquo;.<\/p><ul class=\"wp-block-list\">\n<li>Example: 74.6 SQM &asymp; 802.9 SQFT.<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-legal-documents-and-permits\"><strong>For legal documents and permits<\/strong><\/h3><p>Follow the document requirements. In many cases, clarity matters more than extreme precision. Use consistent rounding, state the unit clearly, and avoid mixing &ldquo;approx.&rdquo; figures across different pages.<\/p><p>A simple rule: calculate first, round last.<\/p><h2 class=\"wp-block-heading\" id=\"h-error-examples-and-troubleshooting\"><strong>Error examples and troubleshooting<\/strong><\/h2><p>When a conversion looks wrong, it is usually not the formula; it is the input. Most issues come from mixing up length and area units, or selecting the wrong unit before converting. A quick sense-check against common apartment sizes can save you time and prevent bad comparisons.<\/p><ul class=\"wp-block-list\">\n<li><strong>Feet vs square feet:<\/strong> Feet measure length, while square feet measure area. Mixing them creates nonsense results.<\/li>\n\n\n\n<li><strong>Metres vs square metres<\/strong>: Metres measure length, while square metres measure area. A room that is &ldquo;10 metres&rdquo; long is not &ldquo;10 SQM&rdquo;.<\/li>\n\n\n\n<li><strong>Wrong input unit<\/strong>: Entering SQFT into an SQM field (or the reverse) will make results look extreme.<\/li>\n\n\n\n<li><strong>Result too large or too small:<\/strong> This usually points to a unit mix-up, not a maths problem.<\/li>\n\n\n\n<li><strong>Incorrect precision<\/strong>: Too many decimals can look artificially exact, while rounding too early can distort later calculations.<\/li>\n<\/ul><p>A quick check that helps: compare against the reference table. If your &ldquo;one-bedroom&rdquo; suddenly converts to 7,000 SQFT, the unit is wrong.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-can-you-build-a-converter-in-excel-or-google-sheets\"><strong>How can you build a converter in Excel or Google Sheets?<\/strong><\/h2><p>If you find yourself converting areas more than once or twice, a simple spreadsheet is a lifesaver. You can drop in the number, get the result instantly, and keep everything in one place while you compare listings or review documents. Once it&rsquo;s set up, it becomes a quick habit you&rsquo;ll rely on.<\/p><p>Convert SQM to SQFT:<\/p><ul class=\"wp-block-list\">\n<li>Put the SQM value in cell A1.<\/li>\n\n\n\n<li>In B1, enter: =A1*10.7639<\/li>\n<\/ul><p>Convert SQFT to SQM:<\/p><ul class=\"wp-block-list\">\n<li>Put the SQFT value in cell B1.<\/li>\n\n\n\n<li>In A1, enter: =B1\/10.7639<\/li>\n<\/ul><p>Make it readable:<\/p><p>Format the result to:<\/p><ul class=\"wp-block-list\">\n<li>0 decimals for browsing, or<\/li>\n\n\n\n<li>1 decimal for contracts and quotes.<\/li>\n<\/ul><p>Label your cells clearly (&ldquo;Input SQM&rdquo;, &ldquo;Result SQFT&rdquo;). It prevents mistakes later.<\/p><h2 class=\"wp-block-heading\" id=\"h-key-takeaways\"><strong>Key Takeaways<\/strong><\/h2><p>SQM and SQFT are both widely used in <a href=\"https:\/\/www.propertyfinder.ae\/en\/buy\/properties-for-sale.html\" target=\"_blank\">UAE property<\/a>, so conversion helps you compare listings and understand documents without confusion. The fixed relationship is simple: 1 SQM = 10.7639 SQFT, and you convert using multiplication or division. Rounding should match the context, with whole numbers for browsing and one decimal place for more formal use.&nbsp;<\/p><p>Before comparing properties, confirm what the stated area includes, especially balconies and whether the figure is built-up or net, because that affects value as much as the unit.<\/p><h2 class=\"wp-block-heading\" id=\"h-faqs\"><strong>FAQs<\/strong><\/h2><div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1769439434545\"><strong class=\"schema-faq-question\"><strong>What is the exact conversion factor from SQM to SQFT?<\/strong><\/strong> <p class=\"schema-faq-answer\">1 square metre equals 10.7639 square feet.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769439443816\"><strong class=\"schema-faq-question\"><strong>Do UAE listings use SQM or SQFT more?<\/strong><\/strong> <p class=\"schema-faq-answer\">Both are common. Many listings show SQFT, while technical documents often rely on SQM.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769439450574\"><strong class=\"schema-faq-question\"><strong>How precise should I be when converting for contracts?<\/strong><\/strong> <p class=\"schema-faq-answer\">Whole numbers or one decimal place are usually enough, as long as the unit is clear.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769439461621\"><strong class=\"schema-faq-question\"><strong>Why do two homes with the same SQFT feel different?<\/strong><\/strong> <p class=\"schema-faq-answer\">Because area may be measured differently, or include balconies, walls, or terraces.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1769439477333\"><strong class=\"schema-faq-question\"><strong>What is the quickest way to avoid conversion mistakes?<\/strong><\/strong> <p class=\"schema-faq-answer\">Check the unit first, convert once, then compare using the same unit across all listings.<\/p> <\/div> <\/div><p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the UAE, property sizes are often shown in square metres (SQM) and square feet (SQFT). Sometimes both appear in the same listing. Sometimes they do not. That is where confusion starts. A 100 SQM apartment can look &ldquo;smaller&rdquo; than a 1,076 SQFT apartment at first glance. But they are actually the same size. The&#8230;<\/p>\n","protected":false},"author":30231,"featured_media":197730,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_eb_attr":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-197727","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-real-estate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.0 (Yoast SEO v22.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SQM to SQFT Converter Calculator - UAE Edition | Property Finder<\/title>\n<meta name=\"description\" content=\"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More\" \/>\n<meta property=\"og:description\" content=\"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\" \/>\n<meta property=\"og:site_name\" content=\"Property Finder Blog UAE\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/propertyfinderuae\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-31T03:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-03T12:14:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Nadeen Qadadeh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@propertyfinder\" \/>\n<meta name=\"twitter:site\" content=\"@propertyfinder\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nadeen Qadadeh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\"},\"author\":{\"name\":\"Nadeen Qadadeh\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/ced544ba8b3f3181d393cd78e7cbecb9\"},\"headline\":\"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More\",\"datePublished\":\"2026-01-31T03:00:00+00:00\",\"dateModified\":\"2026-03-03T12:14:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\"},\"wordCount\":1619,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\",\"articleSection\":[\"Real Estate\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\",\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\",\"name\":\"SQM to SQFT Converter Calculator - UAE Edition | Property Finder\",\"isPartOf\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\",\"datePublished\":\"2026-01-31T03:00:00+00:00\",\"dateModified\":\"2026-03-03T12:14:58+00:00\",\"description\":\"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545\"},{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816\"},{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574\"},{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621\"},{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage\",\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\",\"contentUrl\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp\",\"width\":1200,\"height\":628,\"caption\":\"real estate agents shaking hands\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.propertyfinder.ae\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real Estate\",\"item\":\"https:\/\/www.propertyfinder.ae\/blog\/real-estate\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#website\",\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/\",\"name\":\"Property Finder Blog UAE\",\"description\":\"Real Estate News, Guides, Tips &amp; Advices to Find Your Home\",\"publisher\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.propertyfinder.ae\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#organization\",\"name\":\"Property Finder Blog UAE\",\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2023\/02\/property-finder-logo.png\",\"contentUrl\":\"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2023\/02\/property-finder-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Property Finder Blog UAE\"},\"image\":{\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/propertyfinderuae\",\"https:\/\/x.com\/propertyfinder\",\"https:\/\/instagram.com\/propertyfinder.ae\/\",\"https:\/\/www.linkedin.com\/company\/propertyfinder-ae\",\"https:\/\/www.pinterest.com\/propertyfinder\/\",\"https:\/\/www.youtube.com\/user\/propertyfindermedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/ced544ba8b3f3181d393cd78e7cbecb9\",\"name\":\"Nadeen Qadadeh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d827231b86a963b1295063242fd1be80?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d827231b86a963b1295063242fd1be80?s=96&d=mm&r=g\",\"caption\":\"Nadeen Qadadeh\"}},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545\",\"position\":1,\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545\",\"name\":\"What is the exact conversion factor from SQM to SQFT?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"1 square metre equals 10.7639 square feet.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816\",\"position\":2,\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816\",\"name\":\"Do UAE listings use SQM or SQFT more?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Both are common. Many listings show SQFT, while technical documents often rely on SQM.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574\",\"position\":3,\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574\",\"name\":\"How precise should I be when converting for contracts?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Whole numbers or one decimal place are usually enough, as long as the unit is clear.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621\",\"position\":4,\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621\",\"name\":\"Why do two homes with the same SQFT feel different?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Because area may be measured differently, or include balconies, walls, or terraces.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333\",\"position\":5,\"url\":\"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333\",\"name\":\"What is the quickest way to avoid conversion mistakes?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Check the unit first, convert once, then compare using the same unit across all listings.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SQM to SQFT Converter Calculator - UAE Edition | Property Finder","description":"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More","og_description":"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.","og_url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/","og_site_name":"Property Finder Blog UAE","article_publisher":"https:\/\/www.facebook.com\/propertyfinderuae","article_published_time":"2026-01-31T03:00:00+00:00","article_modified_time":"2026-03-03T12:14:58+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp","type":"image\/webp"}],"author":"Nadeen Qadadeh","twitter_card":"summary_large_image","twitter_creator":"@propertyfinder","twitter_site":"@propertyfinder","twitter_misc":{"Written by":"Nadeen Qadadeh","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#article","isPartOf":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/"},"author":{"name":"Nadeen Qadadeh","@id":"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/ced544ba8b3f3181d393cd78e7cbecb9"},"headline":"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More","datePublished":"2026-01-31T03:00:00+00:00","dateModified":"2026-03-03T12:14:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/"},"wordCount":1619,"commentCount":0,"publisher":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/#organization"},"image":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage"},"thumbnailUrl":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp","articleSection":["Real Estate"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/","url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/","name":"SQM to SQFT Converter Calculator - UAE Edition | Property Finder","isPartOf":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage"},"image":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage"},"thumbnailUrl":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp","datePublished":"2026-01-31T03:00:00+00:00","dateModified":"2026-03-03T12:14:58+00:00","description":"Convert SQM to SQFT easily with this UAE guide. Learn the exact formula, rounding tips, real estate examples, common mistakes, and more.","breadcrumb":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545"},{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816"},{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574"},{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621"},{"@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#primaryimage","url":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp","contentUrl":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2026\/01\/real-estate-agents-shaking-hands.webp","width":1200,"height":628,"caption":"real estate agents shaking hands"},{"@type":"BreadcrumbList","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.propertyfinder.ae\/blog\/"},{"@type":"ListItem","position":2,"name":"Real Estate","item":"https:\/\/www.propertyfinder.ae\/blog\/real-estate\/"},{"@type":"ListItem","position":3,"name":"SQM to SQFT Converter Calculator [UAE Edition] How to Calculate &amp; More"}]},{"@type":"WebSite","@id":"https:\/\/www.propertyfinder.ae\/blog\/#website","url":"https:\/\/www.propertyfinder.ae\/blog\/","name":"Property Finder Blog UAE","description":"Real Estate News, Guides, Tips &amp; Advices to Find Your Home","publisher":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.propertyfinder.ae\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.propertyfinder.ae\/blog\/#organization","name":"Property Finder Blog UAE","url":"https:\/\/www.propertyfinder.ae\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2023\/02\/property-finder-logo.png","contentUrl":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/uploads\/2023\/02\/property-finder-logo.png","width":512,"height":512,"caption":"Property Finder Blog UAE"},"image":{"@id":"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/propertyfinderuae","https:\/\/x.com\/propertyfinder","https:\/\/instagram.com\/propertyfinder.ae\/","https:\/\/www.linkedin.com\/company\/propertyfinder-ae","https:\/\/www.pinterest.com\/propertyfinder\/","https:\/\/www.youtube.com\/user\/propertyfindermedia"]},{"@type":"Person","@id":"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/ced544ba8b3f3181d393cd78e7cbecb9","name":"Nadeen Qadadeh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.propertyfinder.ae\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d827231b86a963b1295063242fd1be80?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d827231b86a963b1295063242fd1be80?s=96&d=mm&r=g","caption":"Nadeen Qadadeh"}},{"@type":"Question","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545","position":1,"url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439434545","name":"What is the exact conversion factor from SQM to SQFT?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"1 square metre equals 10.7639 square feet.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816","position":2,"url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439443816","name":"Do UAE listings use SQM or SQFT more?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Both are common. Many listings show SQFT, while technical documents often rely on SQM.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574","position":3,"url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439450574","name":"How precise should I be when converting for contracts?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Whole numbers or one decimal place are usually enough, as long as the unit is clear.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621","position":4,"url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439461621","name":"Why do two homes with the same SQFT feel different?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Because area may be measured differently, or include balconies, walls, or terraces.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333","position":5,"url":"https:\/\/www.propertyfinder.ae\/blog\/sqm-to-sqft\/#faq-question-1769439477333","name":"What is the quickest way to avoid conversion mistakes?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Check the unit first, convert once, then compare using the same unit across all listings.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"lang":"en","translations":{"en":197727},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/posts\/197727"}],"collection":[{"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/users\/30231"}],"replies":[{"embeddable":true,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/comments?post=197727"}],"version-history":[{"count":10,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/posts\/197727\/revisions"}],"predecessor-version":[{"id":201076,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/posts\/197727\/revisions\/201076"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/media\/197730"}],"wp:attachment":[{"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/media?parent=197727"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/categories?post=197727"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/wp\/v2\/tags?post=197727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}