mail.thepodsrealestate.ae.54-37-83-126.cprapid.com Open in urlscan Pro
54.37.83.126  Public Scan

Submitted URL: http://mail.thepodsrealestate.ae.54-37-83-126.cprapid.com/
Effective URL: https://mail.thepodsrealestate.ae.54-37-83-126.cprapid.com/
Submission: On December 18 via api from US — Scanned from FR

Form analysis 3 forms found in the DOM

POST /searchlist/found

<form class="property-search-form" id="frmId" action="/searchlist/found" method="POST">
  <div class="row row-bg-1" style=" ">
    <div class="col-sm-2 sect-home" style=" display:none;   min-width: 128px;">
      <input type="hidden" name="community" id="community">
      <input type="hidden" name="subcommunity" id="subcommunity">
    </div>
    <div class="col col-sm-12 col-md-12 form-group property-search-location clearfix site">
      <p>Enter Location</p>
      <div class="typeahead__container ">
        <div class="typeahead__field">
          <div class="typeahead__query"><span class="typeahead__label-container" data-padding-left="15" data-padding-right="0" data-padding-top="0"></span>
            <span class="typeahead__cancel-button">×</span><input class="js-typeahead-hockey_v2" placeholder="Community or Building" autocomplete="off">
          </div>
          <div class="typeahead__button">
            <button type="submit" class="btn btn-default"><i class="bi bi-arrow-right only-small-screen"></i>Search <span>Properties</span></button>
          </div>
        </div>
        <div class="typeahead__result"></div>
      </div>
      <style>
        html .typeahead__label-container {
          display: flex;
          color: #fff;
          /* background: #000; */
          position: absolute;
          white-space: nowrap;
          overflow: hidden;
        }

        html .typeahead__label .typeahead__cancel-button {
          border-left: 0;
        }

        li#the-selection-list {
          display: none !important;
        }

        .the-count {
          position: absolute;
          right: 0;
          background: var(--color1);
          padding: 5px;
          font-size: 10px;
          line-height: 1;
          border-radius: 25px;
          color: #fff;
          display: none;
        }

        .the-count.activ {
          display: block;
        }

        .typeahead__label-container {
          display: none;
        }

        .typeahead__button {
          display: block !important;
        }

        .property-search-mini .btn {
          top: 1px;
          background: #102448;
          color: #fff;
        }

        .property-search-mini .property-search-location {
          width: 100%;
          margin: 0;
          padding: 0;
        }

        .typeahead__button,
        .typeahead__filter {
          z-index: 111;
        }

        .typeahead__container .typeahead__field .typeahead__hint,
        .typeahead__container .typeahead__field .typeahead__label-container,
        .typeahead__container .typeahead__field [contenteditable],
        .typeahead__container .typeahead__field input,
        .typeahead__container .typeahead__field textarea {
          padding-right: 202px;
          line-height: 39px;
        }

        .typeahead__label {
          margin-bottom: calc(1rem * .375) !important;
        }

        .typeahead__display span {
          float: right;
        }

        .typeahead__display strong {
          font-weight: normal;
        }

        .page-banner .property-search-mini .property-search-location {
          box-shadow: unset;
          border-left: 1px solid #eee;
        }

        .typeahead__button {
          display: none;
        }

        .typeahead__container .typeahead__field .typeahead__hint,
        .typeahead__container .typeahead__field .typeahead__label-container,
        .typeahead__container .typeahead__field [contenteditable],
        .typeahead__container .typeahead__field input,
        .typeahead__container .typeahead__field textarea {
          padding-right: 0px;
        }

        .home-page-filter .typeahead__field {
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
        }

        #the-selection-list {
          flex-wrap: wrap;
        }

        html #the-selection-list .typeahead__label {
          background: var(--color1) !important;
          border-color: var(--color1) !important;
          margin-left: 2px;
          margin-top: 2px;
          margin-bottom: 2px !important;
          margin-right: 2px !important;
        }

        .typeahead__label {
          background: transparent !important;
        }

        li.my-custom-class {
          color: red;
          padding-left: 11px;
          margin-bottom: 5px;
        }

        .my-custom-class {
          color: red;
          line-height: 2;
          padding: 0px 10px;
          cursor: pointer;
        }

        #locat-picker-list .typeahead__label {}

        #locat-picker-list .typeahead__label {
          margin: 0;
        }

        .typeahead__label {
          background: var(--color1);
          border-color: var(--color1);
          margin-left: 5px;
          margin-top: 5px;
        }

        .typeahead__display span {
          float: none;
          display: block;
          line-height: 1;
          font-size: 11px;
          font-weight: 100;
          font-style: italic;
        }

        .typeahead__label>* {
          color: #d3a188 !important;
          font-weight: 400;
        }
      </style>
      <script>
        function setValFind(k, e) {
          var dval = jQuery(k).attr("data-val");
          jQuery(k).closest("form").find('#keyword1').val(dval);
          jQuery(k).closest("form").find("button[type='submit']").click();
        }
        var community = [];
        $(function() {
          typeof $.typeahead === 'function' && $.typeahead({
            input: '.js-typeahead-hockey_v2',
            minLength: 0,
            maxItem: 8,
            dynamic: true,
            delay: 500,
            maxItemPerGroup: 8,
            order: null,
            hint: false,
            searchOnFocus: true,
            blurOnTab: false,
            matcher: function(item, displayKey) {
              if (item.id === "BOS") {
                // Disable Boston for X reason
                item.disabled = true;
              }
              // Add all items matched items
              return true;
            },
            multiselect: {
              limit: 10,
              limitTemplate: 'You can\'t select more than 10 teams',
              matchOn: ["id"],
              cancelOnBackspace: true,
              data: function() {
                var deferred = $.Deferred();
                setTimeout(function() {
                  deferred.resolve(community);
                }, 2000);
                deferred.always(function() {
                  console.log('data loaded from promise');
                });
                return deferred;
              },
              callback: {
                onClick: function(node, item, event) {
                  if (item.typr == 'property') {
                    window.location = item.slug;
                    return false;
                  }
                  console.log(item);
                },
                onCancel: function(node, item, event) {
                  console.log(item);
                }
              }
            },
            templateValue: "{{name}}",
            display: ["name", "city"],
            emptyTemplate: 'no result for {{query}}',
            source: {
              teams: {
                ajax: {
                  url: "/ajax/autocomplete_community",
                  data: {
                    q: "{{query}}"
                  }
                }
              }
            },
            callback: {
              onClick: function(node, a, item, event) {
                if (item.typr == 'property') {
                  window.location = 'https://www.thepodsrealestate.ae/' + item.id;
                  return false;
                }
                console.log(item.name + ' Added!')
              },
              onLayoutBuiltBefore: function(node, query, result, resultHtmlList) {
                if (jQuery(".typeahead__label-container").find('.typeahead__cancel-button').length > 0) {
                  //jQuery(".the-count").html(jQuery(".typeahead__label-container").find('.typeahead__cancel-button').length).addClass("activ");
                  resultHtmlList.prepend("<li id='the-selection-list'  style='display:none !important'>" + jQuery(".typeahead__label-container").html() + "</li>");
                  removerli();
                } else {
                  //jQuery(".the-count").removeClass("activ");
                }
                return resultHtmlList.prepend(jQuery('<li/>', {
                  "text": "Search Keyword \"" + query + "\"",
                  "data-val": query,
                  "onclick": "setValFind(this,event)",
                  "class": "my-custom-class"
                }));
              },
              onSubmit: function(node, form, items, event) {
                event.preventDefault();
                console.log(items);
                if (items.length > 0) {
                  items.forEach(function(k) {
                    if (k.typr == 'com') {
                      cmval = jQuery('#community').val()
                      jQuery('#community').val(cmval + k.id + '|')
                    }
                    if (k.typr == 'sub') {
                      console.log(k);
                      cmval = jQuery('#subcommunity').val()
                      jQuery('#subcommunity').val(cmval + k.id + '|')
                    }
                  })
                }
                window.location = '/searchlist/found/data/' + jQuery('#frmId').serialize()
                return true
              }
            },
            debug: true
          });
        })

        function removerli() {
          setTimeout(function() {
            jQuery("#the-selection-list").find("span.typeahead__cancel-button").on("click", function() {
              var obj1 = jQuery(".typeahead__field .typeahead__label-container span:contains('" + jQuery(this).prev().html() + "')");
              jQuery.each(obj1, function() {
                jQuery(this).next().click();
              })
            })
          }, 500);
        }
      </script>
    </div>
    <style>
      #p-size.ina {
        height: 0px;
        overflow: hidden;
      }

      .main-text {
        opacity: 0.5;
      }
    </style>
    <style>
      .checkcontainer input:checked+span {
        background-color: #d3a188 !important;
        border-color: #d3a188;
        color: #000;
      }

      .homesearch .main-text {
        line-height: 1;
        height: 100%;
        width: 100%;
        display: block;
        justify-content: center;
        display: flex;
        align-items: center;
      }

      .bi-x-square-fill {
        visibility: hidden;
        margin-left: 10px;
      }

      .active .bi-x-square-fill {
        color: red;
        visibility: visible;
      }

      .the-contetn-drop .col-sm-12 {
        padding-left: 8px;
        padding-right: 8px;
      }

      .radio-container #sect .checkcontainer {
        flex: 1;
        margin-bottom: 0px;
      }

      .radio-container #sect span {
        justify-content: space-between;
      }

      .radio-container #sect span {
        margin: 0;
      }

      .radio-container #sect {
        gap: 15px;
      }

      .srch1-hme .radio-container .checkcontainer span {
        height: 48.38px;
      }

      .filter-card .property-search-form label.less-line-height {
        line-height: .1;
      }

      .property-search-location>p {
        font-size: 0;
        line-height: 0;
      }

      @media (min-width: 1200px) {
        .header-hero.C .header-hero__wrapper[data-v-89ca4511] {
          height: 100%;
        }

        .header-hero__wrapper .container {
          height: 100%;
        }

        .header-hero.C .header-hero__content-wrapper[data-v-89ca4511] {
          height: 100%;
        }

        .header-hero__wrapper .filter-card[data-v-eb8d9d21] {
          width: 100%;
          max-width: 799px;
          position: absolute;
          right: 80px;
          bottom: 80px;
        }

        .header-hero__wrapper .filter-card[data-v-eb8d9d21] {
          background: rgba(0, 0, 0, 0.7);
          backdrop-filter: unset;
        }
      }
    </style>
    <script>
      var residential_list = {
        "apartment": "Apartment",
        "duplex": "Duplex",
        "land": "Land",
        "penthouse": "Penthouse",
        "townhouse": "Townhouse",
        "villa": "Villa",
        "hotel-apartment": "Hotel Apartment"
      };
      var commercial_list = {
        "office": "Office Space",
        "retail": "Retail",
        "whole-building": "Whole Building",
        "residential-land": "Plot",
        "labor-camp": "Labor camp",
        "staff-accommodation": "Staff Accommodation",
        "warehouse": "Warehouse",
        "hotel-apartment": "Hotel Apartment"
      };

      function updateCategory(cat) {
        switch ($(cat).val()) {
          case 'commercial':
            var html = '<option value="">Please Select</option>';
            $.each(commercial_list, function(k, v) {
              html += '<option value="' + k + '">' + v + '</option>';
            })
            $('#select_category').html(html);
            break;
          case 'residential':
            var html = '<option value="">Please Select</option>';
            $.each(residential_list, function(k, v) {
              html += '<option value="' + k + '">' + v + '</option>';
            })
            $('#select_category').html(html);
            break;
        }
      }
      $(function() {
        $('#listing_type_list').val('residential').change();
      })
    </script>
    <div style="height:100%; ">
      <div class="heading homesearch " style="height:100%;"><span class="main-text the-price-hiden-home" onclick="toggleClassNew(this)">Price, Type and Bedrooms</span>
        <div class="drop">
          <div class="row mt-2 the-contetn-drop ">
            <div class="col-sm-6 mt-2 the-head-no">
              <label class="less-line-height">&nbsp;</label>
              <div class="radio-container font-medium text-black block flex-grow">
                <span id="sect"><label class="checkcontainer"><input value="for-sale" id="sect_0" checked="checked" type="radio" name="sect"><span class="radiobtn">Sale Properties</span></label><label class="checkcontainer"><input value="to-rent"
                      id="sect_1" type="radio" name="sect"><span class="radiobtn">Rental Properties</span></label></span>
              </div>
            </div>
            <div class="col-sm-6 mt-2 the-head-no">
              <label class="less-line-height">&nbsp;</label>
              <div class="row" style="margin-left:-8px;margin-right:-8px;">
                <div class="col-sm-6 ">
                  <select name="listing_type" id="listing_type_list" class="form-control prop-type-cls" onchange="updateCategory(this)">
                    <option value="residential">Residential</option>
                    <option value="commercial">Commecial</option>
                  </select>
                </div>
                <div class="col-sm-6">
                  <select name="category" id="select_category" class="form-control prop-type-cls">
                    <option value="">Please Select</option>
                    <option value="apartment">Apartment</option>
                    <option value="duplex">Duplex</option>
                    <option value="land">Land</option>
                    <option value="penthouse">Penthouse</option>
                    <option value="townhouse">Townhouse</option>
                    <option value="villa">Villa</option>
                    <option value="hotel-apartment">Hotel Apartment</option>
                  </select>
                </div>
              </div>
            </div>
            <div class="clearfix  "></div>
            <div class="clearfix  mt-2"></div>
            <div class="col-sm-6 mt-2 the-head-no">
              <label class="less-line-height">&nbsp;</label>
              <div class="row" style="margin-left:-8px;margin-right:-8px;">
                <div class="col-sm-6">
                  <select class="form-control" name="minprice">
                    <option value="">Min Price</option>
                    <option value="100000">AED 100,000</option>
                    <option value="200000">AED 200,000</option>
                    <option value="300000">AED 300,000</option>
                    <option value="400000">AED 400,000</option>
                    <option value="500000">AED 500,000</option>
                    <option value="600000">AED 600,000</option>
                    <option value="700000">AED 700,000</option>
                    <option value="800000">AED 800,000</option>
                    <option value="900000">AED 900,000</option>
                    <option value="1000000">AED 1,000,000</option>
                    <option value="1100000">AED 1,100,000</option>
                    <option value="1200000">AED 1,200,000</option>
                    <option value="1300000">AED 1,300,000</option>
                    <option value="1400000">AED 1,400,000</option>
                    <option value="1500000">AED 1,500,000</option>
                    <option value="1600000">AED 1,600,000</option>
                    <option value="1700000">AED 1,700,000</option>
                    <option value="1800000">AED 1,800,000</option>
                    <option value="1900000">AED 1,900,000</option>
                    <option value="2000000">AED 2,000,000</option>
                    <option value="2100000">AED 2,100,000</option>
                    <option value="2200000">AED 2,200,000</option>
                    <option value="2300000">AED 2,300,000</option>
                    <option value="2400000">AED 2,400,000</option>
                    <option value="2500000">AED 2,500,000</option>
                    <option value="2600000">AED 2,600,000</option>
                    <option value="2700000">AED 2,700,000</option>
                    <option value="2800000">AED 2,800,000</option>
                    <option value="2900000">AED 2,900,000</option>
                    <option value="3000000">AED 3,000,000</option>
                    <option value="3250000">AED 3,250,000</option>
                    <option value="3500000">AED 3,500,000</option>
                    <option value="3750000">AED 3,750,000</option>
                    <option value="4000000">AED 4,000,000</option>
                    <option value="4250000">AED 4,250,000</option>
                    <option value="4500000">AED 4,500,000</option>
                    <option value="4750000">AED 4,750,000</option>
                    <option value="5000000">AED 5,000,000</option>
                    <option value="6000000">AED 6,000,000</option>
                    <option value="7000000">AED 7,000,000</option>
                    <option value="8000000">AED 8,000,000</option>
                    <option value="9000000">AED 9,000,000</option>
                    <option value="10000000">AED 10,000,000</option>
                    <option value="25000000">AED 25,000,000</option>
                    <option value="30000000">AED 30,000,000</option>
                  </select>
                </div>
                <div class="col-sm-6">
                  <select class="form-control" name="maxprice">
                    <option value="">Max Price</option>
                    <option value="100000">AED 100,000</option>
                    <option value="200000">AED 200,000</option>
                    <option value="300000">AED 300,000</option>
                    <option value="400000">AED 400,000</option>
                    <option value="500000">AED 500,000</option>
                    <option value="600000">AED 600,000</option>
                    <option value="700000">AED 700,000</option>
                    <option value="800000">AED 800,000</option>
                    <option value="900000">AED 900,000</option>
                    <option value="1000000">AED 1,000,000</option>
                    <option value="1100000">AED 1,100,000</option>
                    <option value="1200000">AED 1,200,000</option>
                    <option value="1300000">AED 1,300,000</option>
                    <option value="1400000">AED 1,400,000</option>
                    <option value="1500000">AED 1,500,000</option>
                    <option value="1600000">AED 1,600,000</option>
                    <option value="1700000">AED 1,700,000</option>
                    <option value="1800000">AED 1,800,000</option>
                    <option value="1900000">AED 1,900,000</option>
                    <option value="2000000">AED 2,000,000</option>
                    <option value="2100000">AED 2,100,000</option>
                    <option value="2200000">AED 2,200,000</option>
                    <option value="2300000">AED 2,300,000</option>
                    <option value="2400000">AED 2,400,000</option>
                    <option value="2500000">AED 2,500,000</option>
                    <option value="2600000">AED 2,600,000</option>
                    <option value="2700000">AED 2,700,000</option>
                    <option value="2800000">AED 2,800,000</option>
                    <option value="2900000">AED 2,900,000</option>
                    <option value="3000000">AED 3,000,000</option>
                    <option value="3250000">AED 3,250,000</option>
                    <option value="3500000">AED 3,500,000</option>
                    <option value="3750000">AED 3,750,000</option>
                    <option value="4000000">AED 4,000,000</option>
                    <option value="4250000">AED 4,250,000</option>
                    <option value="4500000">AED 4,500,000</option>
                    <option value="4750000">AED 4,750,000</option>
                    <option value="5000000">AED 5,000,000</option>
                    <option value="6000000">AED 6,000,000</option>
                    <option value="7000000">AED 7,000,000</option>
                    <option value="8000000">AED 8,000,000</option>
                    <option value="9000000">AED 9,000,000</option>
                    <option value="10000000">AED 10,000,000</option>
                    <option value="25000000">AED 25,000,000</option>
                    <option value="30000000">AED 30,000,000</option>
                  </select>
                </div>
              </div>
            </div>
            <div class="col-sm-6 mt-2">
              <div>
                <label class="less-line-height">&nbsp;</label>
              </div>
              <button type="submit" class="mb-0 cursor-pointer bg-primary py-6 text-center text-[16px] font-medium text-black" style="min-width:100%;" data-v-eb8d9d21="">search Properties</button>
            </div>
            <div class="clearfix"></div>
            <div class="clearfix"></div>
          </div>
        </div>
      </div>
    </div>
    <!-- Script Bottom -->
    <script>
      var salepricelist = {
        "100000": "100,000",
        "200000": "200,000",
        "300000": "300,000",
        "400000": "400,000",
        "500000": "500,000",
        "600000": "600,000",
        "700000": "700,000",
        "800000": "800,000",
        "900000": "900,000",
        "1000000": "1,000,000",
        "1100000": "1,100,000",
        "1200000": "1,200,000",
        "1300000": "1,300,000",
        "1400000": "1,400,000",
        "1500000": "1,500,000",
        "1600000": "1,600,000",
        "1700000": "1,700,000",
        "1800000": "1,800,000",
        "1900000": "1,900,000",
        "2000000": "2,000,000",
        "2100000": "2,100,000",
        "2200000": "2,200,000",
        "2300000": "2,300,000",
        "2400000": "2,400,000",
        "2500000": "2,500,000",
        "2600000": "2,600,000",
        "2700000": "2,700,000",
        "2800000": "2,800,000",
        "2900000": "2,900,000",
        "3000000": "3,000,000",
        "3250000": "3,250,000",
        "3500000": "3,500,000",
        "3750000": "3,750,000",
        "4000000": "4,000,000",
        "4250000": "4,250,000",
        "4500000": "4,500,000",
        "4750000": "4,750,000",
        "5000000": "5,000,000",
        "6000000": "6,000,000",
        "7000000": "7,000,000",
        "8000000": "8,000,000",
        "9000000": "9,000,000",
        "10000000": "10,000,000",
        "25000000": "25,000,000",
        "30000000": "30,000,000"
      };
      var rentpricelist = {
        "20000": "20,000",
        "30000": "30,000",
        "40000": "40,000",
        "50000": "50,000",
        "60000": "60,000",
        "70000": "70,000",
        "80000": "80,000",
        "90000": "90,000",
        "100000": "100,000",
        "110000": "110,000",
        "120000": "120,000",
        "130000": "130,000",
        "140000": "140,000",
        "150000": "150,000",
        "160000": "160,000",
        "170000": "170,000",
        "180000": "180,000",
        "190000": "190,000",
        "200000": "200,000",
        "225000": "225,000",
        "250000": "250,000",
        "275000": "275,000",
        "300000": "300,000",
        "350000": "350,000",
        "400000": "400,000",
        "450000": "450,000",
        "500000": "500,000",
        "600000": "600,000",
        "700000": "700,000",
        "800000": "800,000",
        "900000": "900,000",
        "1000000": "1,000,000",
        "1100000": "1,100,000",
        "1200000": "1,200,000",
        "1300000": "1,300,000",
        "1400000": "1,400,000",
        "1500000": "1,500,000",
        "1600000": "1,600,000",
        "1700000": "1,700,000",
        "1800000": "1,800,000",
        "1900000": "1,900,000",
        "2000000": "2,000,000"
      };
      ptype_title = 'Price, Type and Bedrooms';
      jQuery(function() {
        generatePriceHtml(1)
        jQuery('select[name="sect"]').on('change', function() {
          if (jQuery(this).val() == 'for-rent') {
            generatePriceHtml('2');
          } else {
            generatePriceHtml('1')
          }
        })
      })
      jQuery(function() {
        jQuery('.drop').each(function() {
          if (jQuery(this).find('.itemn.active').length > 0) {
            jQuery(this).closest('.heading').find('span').html(jQuery(this).find('.itemn.active').html());
          }
        })
      })

      function closep(k, e) {
        e.preventDefault();
        e.stopPropagation();
        jQuery(k).closest('.heading').removeClass('active')
      }

      function dropDownTogglethis(k) {
        jQuery(k).closest(".p-drodown-list").toggleClass("active");
      }
    </script>
  </div>
  <input type="hidden" id="keyword1" name="keyword" value="">
  <div class="col-sm-12">
  </div>
</form>

POST /contact-us?home=1

<form 0="data-v-2a4d1cb4 data-v-21fc83b0" class="comment-form form-submit recapt" style="margin-top: 5px;" autocomplete="off" id="contactform" action="/contact-us?home=1" method="post">
  <div style="display:none"><input type="hidden" value="0d9d8cb82ecdc0cc924e3936babd592730a4e636" name="csrf_token"></div>
  <!--teleport start--><!--teleport end--><strong dir="ltr" class="h4 block text-center" data-v-21fc83b0="" style="font-weight:100">Prompt consultation</strong>
  <p dir="ltr" data-v-21fc83b0="">Fill form below and our agent will contact you shortly</p>
  <fieldset data-v-21fc83b0="">
    <label class="" dir="ltr" data-v-21fc83b0="">
      <input 0="data-v-21fc83b0" class="tb-my-input" placeholder="Your Name" name="ContactUs[name]" id="ContactUs_name" type="text" maxlength="150">
      <div class="errorMessage" id="ContactUs_name_em_" style="display:none"></div>
    </label>
    <label class="" dir="ltr" data-v-21fc83b0="">
      <input 0="data-v-21fc83b0" class="tb-my-input" placeholder="Your Phone" name="ContactUs[phone]" id="ContactUs_phone" type="text" maxlength="14">
      <div class="errorMessage" id="ContactUs_phone_em_" style="display:none"></div>
    </label>
    <label class="" dir="ltr" data-v-21fc83b0="">
      <input 0="data-v-21fc83b0" class="tb-my-input" placeholder="Your E-Mail " name="ContactUs[email]" id="ContactUs_email" type="text" maxlength="150">
      <div class="errorMessage" id="ContactUs_email_em_" style="display:none"></div>
    </label>
    <button class="primary-btn" data-v-21fc83b0="" id="send-request">Send</button>
    <!---->
  </fieldset>
  <strong dir="ltr" class="whatsapp" data-v-21fc83b0=""><span data-v-21fc83b0="">Or contact us right now via</span><a class="text-primary" style="    display: flex;    gap: 10px;    padding-left: 10px;" href="https://wa.me/971526557812?text=I am interested in this property. " data-v-21fc83b0="">
        <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-21fc83b0="">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5202 14.3495C16.2831 14.231 15.1209 13.6598 14.9045 13.5803C14.6882 13.5015 14.5307 13.4625 14.3724 13.6996C14.2149 13.935 13.7622 14.468 13.6246 14.6255C13.4862 14.7838 13.3486 14.8029 13.1123 14.6852C12.8761 14.5659 12.114 14.3169 11.2112 13.5119C10.5087 12.885 10.0338 12.111 9.89623 11.874C9.75861 11.6377 9.88112 11.5096 9.99964 11.3919C10.1062 11.2861 10.2359 11.1159 10.3544 10.9783C10.4729 10.8399 10.5119 10.7412 10.5907 10.5829C10.6702 10.4254 10.6305 10.2878 10.5708 10.1693C10.5119 10.0507 10.0394 8.88696 9.84214 8.41365C9.65043 7.95307 9.45554 8.01591 9.31076 8.00795C9.17235 8.00159 9.01484 8 8.85734 8C8.69983 8 8.44369 8.05887 8.22732 8.29592C8.01015 8.53217 7.40002 9.10412 7.40002 10.2679C7.40002 11.4309 8.24641 12.5549 8.36494 12.7132C8.48346 12.8707 10.0315 15.2587 12.4028 16.2825C12.9676 16.5259 13.4075 16.6715 13.7503 16.7797C14.3167 16.9602 14.8322 16.9348 15.2394 16.8735C15.6929 16.8059 16.6379 16.3016 16.8352 15.7495C17.0317 15.1975 17.0317 14.7242 16.9728 14.6255C16.9139 14.5269 16.7572 14.468 16.5202 14.3495Z" fill="#D3A188"></path>
          <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5202 14.3495C16.2831 14.231 15.1209 13.6598 14.9045 13.5803C14.6882 13.5015 14.5307 13.4625 14.3724 13.6996C14.2149 13.935 13.7622 14.468 13.6246 14.6255C13.4862 14.7838 13.3486 14.8029 13.1123 14.6852C12.8761 14.5659 12.114 14.3169 11.2112 13.5119C10.5087 12.885 10.0338 12.111 9.89623 11.874C9.75861 11.6377 9.88112 11.5096 9.99964 11.3919C10.1062 11.2861 10.2359 11.1159 10.3544 10.9783C10.4729 10.8399 10.5119 10.7412 10.5907 10.5829C10.6702 10.4254 10.6305 10.2878 10.5708 10.1693C10.5119 10.0507 10.0394 8.88696 9.84214 8.41365C9.65043 7.95307 9.45554 8.01591 9.31076 8.00795C9.17235 8.00159 9.01484 8 8.85734 8C8.69983 8 8.44369 8.05887 8.22732 8.29592C8.01015 8.53217 7.40002 9.10412 7.40002 10.2679C7.40002 11.4309 8.24641 12.5549 8.36494 12.7132C8.48346 12.8707 10.0315 15.2587 12.4028 16.2825C12.9676 16.5259 13.4075 16.6715 13.7503 16.7797C14.3167 16.9602 14.8322 16.9348 15.2394 16.8735C15.6929 16.8059 16.6379 16.3016 16.8352 15.7495C17.0317 15.1975 17.0317 14.7242 16.9728 14.6255C16.9139 14.5269 16.7572 14.468 16.5202 14.3495Z" fill="url(#paint0_linear_1_13)"></path>
          <path d="M20.9043 6.85613C17.9125 1.99984 11.8044 0.556079 7.06743 3.57485C2.45514 6.59362 0.959261 13.1562 3.95102 18.0125L4.20033 18.4062L3.20308 22.3437L6.94277 21.2937L7.31674 21.5562C8.93728 22.475 10.6825 23 12.4277 23C14.2975 23 16.1674 22.475 17.7879 21.425C22.4002 18.275 23.7714 11.8437 20.9043 6.85613Z" stroke="url(#paint1_linear_1_13)" stroke-width="1.2"></path>
          <defs>
            <linearGradient id="paint0_linear_1_13" x1="7.42778" y1="6.91513" x2="16.9846" y2="6.71908" gradientUnits="userSpaceOnUse">
              <stop stop-color="#CC9177"></stop>
              <stop offset="0.242874" stop-color="#E5B59E"></stop>
              <stop offset="0.515487" stop-color="#C18369"></stop>
              <stop offset="0.729115" stop-color="#EAB498"></stop>
              <stop offset="1" stop-color="#E6A483"></stop>
            </linearGradient>
            <linearGradient id="paint1_linear_1_13" x1="1.63025" y1="2.45543" x2="27.0535" y2="18.3256" gradientUnits="userSpaceOnUse">
              <stop stop-color="#CC9177"></stop>
              <stop offset="0.242874" stop-color="#E5B59E"></stop>
              <stop offset="0.515487" stop-color="#C18369"></stop>
              <stop offset="0.729115" stop-color="#EAB498"></stop>
              <stop offset="1" stop-color="#E6A483"></stop>
            </linearGradient>
          </defs>
        </svg>
        WhatsApp </a></strong><!----><!---->
</form>

POST /ajax/newsletter

<form class="form leadContact right_leadContact phs recapt comment-form form-submit" style="margin-top: 5px;" id="newsleterr" action="/ajax/newsletter" method="post">
  <div style="display:none"><input type="hidden" value="0d9d8cb82ecdc0cc924e3936babd592730a4e636" name="csrf_token"></div>
  <p class="font-2 text-color-8 mb-2">Sign up to receive the latest articles</p>
  <div class="text-wrap clearfix">
    <fieldset class="email-wrap style-text">
      <input class="tb-my-input" placeholder="Your email address" style="color: #ffffff;" name="Newsletter[email]" id="Newsletter_email" type="text" maxlength="250">
      <div class="errorMessage" id="Newsletter_email_em_" style="display:none"></div>
    </fieldset>
  </div>
  <button name="submit" type="submit" class="button btn-submit-comment btn-1 btn-8" fdprocessedid="uu2dwi">
    <span>Sign Up</span>
  </button>
</form>

Text Content

   
 * buy
 * Rent
   
 * Off-plan
 * News
 * Who we are
   







INVEST IN DUBAI REAL ESTATE WITH THE PODS REAL ESTATE

Our agents will help you find the right property

Leave a request
Ready PropertiesOff-Plan Projects

Enter Location

×
Search Properties

Price, Type and Bedrooms
 
Sale PropertiesRental Properties
 
Residential Commecial
Please SelectApartmentDuplexLandPenthouseTownhouseVillaHotel Apartment


 
Min PriceAED 100,000AED 200,000AED 300,000AED 400,000AED 500,000AED 600,000AED
700,000AED 800,000AED 900,000AED 1,000,000AED 1,100,000AED 1,200,000AED
1,300,000AED 1,400,000AED 1,500,000AED 1,600,000AED 1,700,000AED 1,800,000AED
1,900,000AED 2,000,000AED 2,100,000AED 2,200,000AED 2,300,000AED 2,400,000AED
2,500,000AED 2,600,000AED 2,700,000AED 2,800,000AED 2,900,000AED 3,000,000AED
3,250,000AED 3,500,000AED 3,750,000AED 4,000,000AED 4,250,000AED 4,500,000AED
4,750,000AED 5,000,000AED 6,000,000AED 7,000,000AED 8,000,000AED 9,000,000AED
10,000,000AED 25,000,000AED 30,000,000
Max PriceAED 100,000AED 200,000AED 300,000AED 400,000AED 500,000AED 600,000AED
700,000AED 800,000AED 900,000AED 1,000,000AED 1,100,000AED 1,200,000AED
1,300,000AED 1,400,000AED 1,500,000AED 1,600,000AED 1,700,000AED 1,800,000AED
1,900,000AED 2,000,000AED 2,100,000AED 2,200,000AED 2,300,000AED 2,400,000AED
2,500,000AED 2,600,000AED 2,700,000AED 2,800,000AED 2,900,000AED 3,000,000AED
3,250,000AED 3,500,000AED 3,750,000AED 4,000,000AED 4,250,000AED 4,500,000AED
4,750,000AED 5,000,000AED 6,000,000AED 7,000,000AED 8,000,000AED 9,000,000AED
10,000,000AED 25,000,000AED 30,000,000
 
search Properties



Buy
Rent

With a comprehensive portfolio of properties and countless offers, we cover all
your real estate needs.




THE PODS REAL ESTATE EXCLUSIVES PROJECTS

Discover the outstanding range of Dubai properties only with The Pods Real
Estate

Armani Beach Residences Palm Jumeirah
Ask for Price
JOURI HILLS Jumeirah Golf Estates
Starting AED 3,999,000
DAMAC BAY 2 BY CAVALLI Dubai Marina
Starting AED 2,990,000
Prev
1 / 3
Next
About us — The Pods Real Estate


5000+

OFFERS IN THE DATABASE


30+

LANGUAGES


500+

SPECIALISTS




REAL ESTATE BROKERS IN DUBAI

We have been in the luxury real estate market, helping clients around the world
find ultra-luxury residences in Dubai for living or investment. We take a
personalized approach to every request. We can help you maximize the
profitability of buying or selling luxury real estate in Dubai. Thanks to our
experience and reputation, our clients get privileged access to the best offers
in the market of exclusive real estate. We will ensure transparency of the
entire transaction process, maximize team involvement and help get the most
favourable terms throughout the transaction, even if you aren’t physically in
the country.


5000+

OFFERS IN THE DATABASE


30+

LANGUAGES


500+

SPECIALISTS


FEATURED COMMUNITIES


AL JUWAIZA'A EXPLORE
DUBAI INTERNET CITY EXPLORE
SAADIYAT ISLAND EXPLORE
AL ZORAH CITY EXPLORE
AL MAMZAR EXPLORE
CITY OF ARABIA EXPLORE


PROMPT CONSULTATION

Fill in the form and our agent will contact you shortly.

Enquire now


LIFESTYLE

Wide range options for any lifestyle. Make your choice with us

Palm Jumeirah EXPLORE
Business Bay EXPLORE
Dubai Marina EXPLORE
The Springs EXPLORE
Dubai Sports City EXPLORE
Prev
Next


OUR CLIENT REVIEWS

EXCELLENT
4.8/5

28 Google reviews

TYLER BERGHORST

“Abdulkarim and the team were fantastic, friendly, and very helpful throughout
the entire process of renting an apartment.”

--------------------------------------------------------------------------------




DENIS SCVORTOV

“I had a pleasure to work with this company on a property in Burj Khalifa.

Amazing experience, highly recommended!”

--------------------------------------------------------------------------------




KSENIA BUTORINA

“Local Guide”

--------------------------------------------------------------------------------




TATIANA JELTENCO

“Many thanks for the support! Very qualified and experienced team. I was well
advised and supported in all questions at all stages of the cooperation.”

--------------------------------------------------------------------------------




PARVANEH INANLOU

“The best agency with a professional team!”

--------------------------------------------------------------------------------




FAIZAN RASHEED

“Excellent service with Nice team”

--------------------------------------------------------------------------------




ЕВГЕНИЙ КУРОЧКИН

“Great service, highly recomend!”

--------------------------------------------------------------------------------




SITASHMA CHAND

“Very professional and well managed.”

--------------------------------------------------------------------------------




EUGEN MARDER

“Specialist team, working in downtown and predominantly Burj Khalifa.”

--------------------------------------------------------------------------------




LAKEN NAT

“Very professional and friendly, didn’t waste any time and found them to be
knowledgeable and always helpful.”

--------------------------------------------------------------------------------




Leave your review


OUR PARTNERS & DEVELOPERS

The Visionaries Behind Iconic Developments




LATEST NEWS & MEDIA


THE PALATIUM RESIDENCES BY AHMADYAR DEVELOPMENTS: REDEFINING LUXURY IN DUBAI

12 Jul,2024




SHOULD DUBAI PROPERTY BUYERS GO FOR 1% PAYMENT PLAN OR SEEK A MORTGAGE DEAL?

12 Jul,2024





WHEN SELLING DUBAI’S SUPER-LUXURY HOMES, PRIVATE LISTINGS ARE WHAT WORKS

12 Jul,2024




NEW PRICING DYNAMICS WILL COME INTO PLAY IN DUBAI PROPERTY MARKET

12 Jul,2024




UAE RENTERS’ GUIDE – ALL YOU NEED TO KNOW WHEN YOU RENT AN APARTMENT

11 Jul,2024




Prompt consultation

Fill form below and our agent will contact you shortly




Send Or contact us right now via WhatsApp

WE’VE RECEIVED YOUR APPLICATION

Thank you for contacting us. Our specialist will get back to you shortly.

close
Trending areas
   
 * Properties for sale in Palm Jumeirah
 * Properties for sale in Business Bay
 * Properties for sale in Dubai Marina
 * Properties for sale in The Springs
 * Properties for sale in Dubai Sports City
   

Popular searches
   
 * Properties for sale in Dubai
 * Apartments for sale in Dubai
 * Commercial Properties for sale in Dubai
 * Duplexes for sale in Dubai
 * Penthouses for sale in Dubai
 * Plots for sale in Dubai
 * Townhouses for sale in Dubai
 * Villas for sale in Dubai
   

LIFESTYLE
   
 * Palm Jumeirah
 * Business Bay
 * Dubai Marina
 * The Springs
 * Dubai Sports City
   

Offplan projects
 * Armani Beach Residences
 * JOURI HILLS
 * DAMAC BAY 2 BY CAVALLI
   


THE PODS – A REAL ESTATE AGENCY IN DUBAI

We are a premier real estate brokerage firm in Dubai, providing expert guidance
and personalized service to clients looking to buy, sell, rent or lease
residential properties. Our team of licensed professionals brings extensive
experience and a passion for delivering exceptional results that exceed our
clients' expectations.

At The Pods Realty, we believe in the importance of professionalism, ethics,
trust, and integrity. We are committed to building long-lasting relationships
with our clients, based on a foundation of honesty and transparency. Our goal is
to be the go-to resource for all your real estate needs, providing expert advice
and guidance every step of the way.

We are regulated by the Real Estate Regulatory Agency under Office Registration
Number 35034.

Read moreHide



OFFICE ADDRESS

Head office:

THE PODS, BLUEWATERS - DUBAI


CONTACT SELLER

WhatsApp:

+971 526557812

Email:

INFO@THEPODSREALESTATE.AE


OUR COMPANY

 * Off-Plan
 * Buy
 * About us
 * Blog
 * Careers
 * Contact Us


NEWSLETTER

Sign up to receive the latest articles


Sign Up
 * AML Policy
 * Privacy Policy
 * Terms & Conditions
   


Copyright © 2024 The Pods Real Estate - All Rights Reserved.