www.easy-affordable.com Open in urlscan Pro
160.153.128.28  Public Scan

URL: https://www.easy-affordable.com/
Submission: On February 06 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: searchSalePropertyGET http://www.easy-affordable.com/home/searchProperty

<form method="get" action="http://www.easy-affordable.com/home/searchProperty" name="searchSaleProperty" id="searchSaleProperty">
  <div class="d-block ps-3 pe-3">
    <div class="row align-items-center">
      <div class="col-lg-3 pe-lg-3 pt-4 pb-4 border-right">
        <select class="form-select" data-control="select2" data-placeholder="Select an option" id="buy_property_type" name="property_type">
          <option value="" disabled="" selected="">--- Select Type ---</option>
          <optgroup label="Residential">
            <option value="residential">Residential</option>
            <option class="sub-options" value="apartment">Apartment</option>
            <option class="sub-options" value="garage">Garage</option>
            <option class="sub-options" value="land">Land</option>
            <option class="sub-options" value="storage">Storage</option>
            <option class="sub-options" value="villa">Villa</option>
          </optgroup>
          <optgroup label="Commercial">
            <option value="commercial">Commercial</option>
            <option class="sub-options" value="building">Building</option>
            <option class="sub-options" value="office">Office</option>
            <option class="sub-options" value="restaurant">Restaurant</option>
            <option class="sub-options" value="shop">Shop</option>
          </optgroup>
        </select>
        <input type="hidden" name="flag" value="Sale">
      </div>
      <div class="col-lg-9 pt-4 pb-4">
        <div class="search_bar d-flex align-items-center flexwrap-responiveinputbtn">
          <img class="search_icon" src="http://www.easy-affordable.com/public/front_assets/images/Search.svg" alr="search">
          <input type="form-control" placeholder="Search city, locality, project, landmarks..." name="keywords">
          <input type="submit" class="btn btn-primary btn-responsive" value="Submit">
        </div>
      </div>
    </div>
  </div>
</form>

Name: searchRentPropertyGET http://www.easy-affordable.com/home/searchProperty

<form method="get" action="http://www.easy-affordable.com/home/searchProperty" name="searchRentProperty" id="searchRentProperty">
  <div class="d-block ps-3 pe-3">
    <div class="row align-items-center">
      <div class="col-lg-3 pe-lg-3 pt-4 pb-4 border-right">
        <select class="form-select" data-control="select2" data-placeholder="Select an option" id="rent_property_type" name="property_type">
          <option value="" disabled="" selected="">--- Select Type ---</option>
          <optgroup label="Residential">
            <option value="residential">Residential</option>
            <option class="sub-options" value="apartment">Apartment</option>
            <option class="sub-options" value="garage">Garage</option>
            <option class="sub-options" value="land">Land</option>
            <option class="sub-options" value="storage">Storage</option>
            <option class="sub-options" value="villa">Villa</option>
          </optgroup>
          <optgroup label="Commercial">
            <option value="commercial">Commercial</option>
            <option class="sub-options" value="building">Building</option>
            <option class="sub-options" value="office">Office</option>
            <option class="sub-options" value="restaurant">Restaurant</option>
            <option class="sub-options" value="shop">Shop</option>
          </optgroup>
        </select>
        <input type="hidden" name="flag" value="Rent">
      </div>
      <div class="col-lg-9 pt-4 pb-4">
        <div class="search_bar d-flex align-items-center flexwrap-responiveinputbtn">
          <img class="search_icon" src="http://www.easy-affordable.com/public/front_assets/images/Search.svg" alt="search">
          <input type="form-control" placeholder="Search city, locality, project, landmarks..." name="keywords" id="keywords">
          <input type="submit" class="btn btn-primary btn-responsive">
        </div>
      </div>
    </div>
  </div>
</form>

Name: requirement_form

<form id="requirement_form" name="requirement_form">
  <div class="row">
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="var_name">Full Name<span class="text-danger">*</span></label>
        <input class="form-control" name="var_name" id="var_name" type="text" placeholder="Enter Full Name" aria-label="default input example" oninput="inputValidation('var_name')">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="var_email">Email ID<span class="text-danger">*</span></label>
        <input class="form-control" name="var_email" id="var_email" type="email" placeholder="Enter Email Address" aria-label="default input example">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="var_phone">Phone No.<span class="text-danger">*</span></label>
        <input class="form-control" name="var_phone" id="var_phone" type="text" placeholder="Enter Phone No" pattern="[0-9]*" onkeypress="return isNumberKey(event);" aria-label="default input example" minlength="9" maxlength="9" inputmode="numeric">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="fk_parent">Type<span class="text-danger">*</span></label>
        <select class="form-select formselect-contact" name="fk_parent" id="fk_parent" data-control="select2" data-placeholder="Please Select Type" onchange="getSubCategory()">
          <option value="" selected="" disabled="">Please Select Type</option>
          <option value="5">Residential</option>
          <option value="6">Commercial</option>
        </select>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="fk_category">Category<span class="text-danger">*</span></label>
        <select class="form-select formselect-contact" name="fk_category" id="fk_category" data-control="select2" data-placeholder="Please Select Category">
          <option value="" selected="" disabled="">Please Select Category</option>
        </select>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="mb-4">
        <label for="flag">Property for<span class="text-danger">*</span></label>
        <select class="form-select formselect-contact" name="flag" id="flag" data-control="select2" data-placeholder="Please Select Property for">
          <option value="" selected="" disabled="">Please Select Property for</option>
          <option value="Rent">Rent</option>
          <option value="Sale">Sale</option>
        </select>
      </div>
    </div>
    <div class="col-lg-12">
      <div class="mb-4">
        <label for="message">Message<span class="text-danger">*</span></label>
        <textarea class="form-control" name="message" id="message" rows="5" placeholder="Message"></textarea>
      </div>
    </div>
    <div class="">
      <input type="submit" class="btn btn-primary btn-lg" value="Submit">
    </div>
  </div>
</form>

Text Content

 * Home
 * Property
 * Contact Us
 * Free Estimation

English Portuguese


NEW LISTING FOR SALE IN LISBON

Easy & Affordable offers you this beautifull luxury apartment perfect for
exploring the city. Modern, spacious (141m2), elegant and well equipped, secure
and with an unbeatable location. View over Baixa. Next to the Cathedral and a
few steps from the Tagus River and Chiado. ! Price: 945.000

Explore Now
Buy Rent
--- Select Type --- Residential Apartment Garage Land Storage Villa Commercial
Building Office Restaurant Shop

--- Select Type --- Residential Apartment Garage Land Storage Villa Commercial
Building Office Restaurant Shop



RESIDENTIAL ZONES


LISBON

 * Total Property :
 * 7


WEST SILVER COAST

 * Total Property :
 * 12


PROPERTY IN THE SPOTLIGHT

Tour this property and know more

To view this video please enable JavaScript, and consider upgrading to a web
browser that supports HTML5 video



Video Player is loading.
Play Video
Play
Mute

Current Time 0:00
/
Duration 2:44
Loaded: 10.99%


0:00
Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -2:44
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected

Audio Track

Picture-in-PictureFullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.

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


MORADIA T3 C/ VISTA MAR À VENDA PRAIA DEL REY EM AMOREIRA, OBIDOS

West Silver coast

 * Villa
 * 3 Beds

 * 475 000€
 * 5+ Facilities


APARTAMENTO T5 DE LUXO À VENDA NO CAMPO GRANDE EM LISBOA

Lisbon

 * Apartment
 * 5 Beds

 * 1 900 000€
 * 6+ Facilities


MORADIA DE LUXO T7 C/ VISTA MAR À VENDA EM PENICHE, PORTUGAL

West Silver coast

 * Villa

 * 720 000€
 * 12+ Facilities


MORADIA T4 DE LUXO C/ VISTA FRONTAL MAR À VENDA NA AREIA BRANCA

West Silver coast

 * Villa
 * 4 Beds

 * 2 300 000€
 * 11+ Facilities


APARTAMENTO T2 À VENDA EM FERREL, PENICHE

West Silver coast

 * Apartment
 * 2 Beds

 * 260 000€
 * 6+ Facilities


APARTAMENTO T3 À VENDA EM FERREL , PENICHE

West Silver coast

 * Apartment
 * 3 Beds

 * 320 000€
 * 6+ Facilities


5 MORADIAS T4 DE LUXO C/ VISTA MAR À VENDA EM FERREL , PENICHE

West Silver coast

 * Villa
 * 4 Beds

 * 750 000€
 * 4+ Facilities


APARTAMENTO T2 DE LUXO À VENDA NA BAIXA EM LISBOA

Lisbon

 * Apartment
 * 2 Beds

 * 945 000€
 * 3+ Facilities

FREE ESTIMATION


WANT TO KNOW HOW MUCH THE PROPERTY VALUED?

Get property value estimated for free when registered

18+

Residential Property

1+

Commercial Property
Register here
How Can We Help?


LEAVE YOUR MESSAGE:

Full Name*
Email ID*
Phone No.*
Type* Please Select Type Residential Commercial
Category* Please Select Category
Property for* Please Select Property for Rent Sale
Message*



EARN 15% COMMISSION FROM REFERRAL FOR EVERYONE

Register To Begin

KEEPING OUR CLIENTS HAPPY BY TREATING EACH SELLING, BUYING, AND RENTING AS OUR
OWN

USEFUL LINK

 * Terms & Conditions
 * Privacy Policy
 * About Us

POPULAR CITIES

 * Lisbon
 * Porto
 * West Silver coast
 * Algarve

CONTACT US

 * (+351) 937 478 937
 * info@easy-affordable.com

CONNECT WITH US

 * 
 * 
 * 
 * 

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

All Rights Reserved - 2023

Powered By: Conception I Private Limited