www.mlslistings.com Open in urlscan Pro
13.93.158.16  Public Scan

Submitted URL: https://ncrex.com/
Effective URL: https://www.mlslistings.com/
Submission: On November 03 via api from US — Scanned from IT

Form analysis 1 forms found in the DOM

Name: homesearchbarPOST /Search/ResultPost

<form id="homesearchbar" name="homesearchbar" autocomplete="off" action="/Search/ResultPost" method="post">
  <div id="front-search-type-buttons" class="row mt-3 mb-0">
    <input id="transactionType" type="hidden" name="transactionType" value="buy">
    <span id="status_container" class="hidden"><input type="hidden" id="Active" name="listing_status" value="Active" data-value="Active" data-default="True" data-exclusive="False" data-multiple="true"></span>
    <div class="col-md-2"></div>
    <div class="col-xs-12 col-md-8">
      <div class="row">
        <div class="col-xs-4 fh px-0 mb-50">
          <button type="button" value="buy" class="front-search-type-button btn btn-block btn-lg active" title="Search for Properties to Buy" aria-label="Search for Properties to Buy">Buy</button>
        </div>
        <div class="col-xs-4 fh px-0">
          <button type="button" value="rent" class="front-search-type-button btn btn-block btn-lg" title="Search for Properties to Rent" aria-label="Search for Properties to Rent">Rent</button>
        </div>
        <div class="col-xs-4 fh px-0">
          <button type="button" value="recentlySold" class="front-search-type-button btn btn-block btn-lg" title="Search for Properties Recently Sold" aria-label="Search for Properties Recently Sold">Recently Sold</button>
        </div>
      </div>
    </div>
    <div class="col-md-2"></div>
  </div>
  <!-- Partial/Home/Components/_HeroButtons.cshtml -->
  <script>
    $(document).on('click', '.front-search-type-button', function(e) {
      $('.front-search-type-button').removeClass('active');
      $(this).addClass('active');
      $('#transactionType').val($(this).val());
      if ($(this).val() === "recentlySold") {
        $('#status_container').html('');
      } else {
        var status = '<input type="hidden" id="Active" name="listing_status" value="Active" data-value="Active" data-default="True" data-exclusive="False" data-multiple="true">';
        /*
        status += '<input type="hidden" id="ActiveUnderContract" name="listing_status" value="ActiveUnderContract" data-value="ActiveUnderContract" data-default="True" data-exclusive="False" data-multiple="true">';
        status += '<input type="hidden" id="Pending" name="listing_status" value="Pending" data-value="Pending" data-default="True" data-exclusive="False" data-multiple="true">';
        */
        $('#status_container').html(status);
      }
    });
  </script>
  <div id="front-search" class="row mt-50">
    <div class="col-md-2"></div>
    <div class="col-xs-12 col-md-8">
      <div class="row">
        <div class="col-xs-12 px-0 mx-0">
          <div id="search-bar-inner" class="input-group pos-relative px-0">
            <div class="pos-relative w-100">
              <input id="searchTextType" type="hidden" name="searchTextType" value="" class="form-control">
              <input id="searchText" type="text" name="searchText" class="form-control font-size-lg" placeholder="California City, Zip, Address, School District, MLS #" data-type="search" maxlength="300"
                aria-label="California City, Zip, Address, School District, MLS #" autocomplete="off">
            </div>
            <span class="input-group-btn">
              <button id="btn-submit" class="btn btn-primary btn-lg font-size-lg" type="button" title="Submit Search" aria-label="Submit Search"><i class="fa fa-search" aria-hidden="true" aria-lablel="Icon for Search Box"></i> Search</button>
            </span>
            <!-- Views/Shared/_Autosuggest-Helper.cshtml -->
            <div id="autocomplete-menu" class="autocomplete-suggestions "></div>
            <div id="autocomplete-helper" class="autocomplete-suggestions hidden">
              <div class="autoComplete-holder">
                <div class="expanded_type autocomplete-suggestion">Search California Real Estate by:</div>
              </div>
              <div class="autoComplete-holder">
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">City</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">san jose</span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">Zip Code</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">94086</span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">Address</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">740 Kifer Rd, Sunnyvale, CA</span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">Street</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">rainbow drive</span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">School District <span class="autocomplete-callout">new</span></span> <span class="autosuggest-criteria font-weight-bold d-inline-block">palo
                    alto unified </span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">County</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">san mateo county</span></div>
                <div class="autocomplete-suggestion suggest"><span class="autosuggest-locale d-inline-block">MLS #</span> <span class="autosuggest-criteria font-weight-bold d-inline-block">ML12345678</span></div>
              </div>
            </div>
            <script>
              $('input[data-type="search"]').focusin(function() {
                $('#autocomplete-helper').removeClass('hidden').addClass('d-block');
              });
              $('input[data-type="search"]').focusout(function() {
                $('#autocomplete-helper').addClass('hidden').removeClass('d-block');
              });
            </script>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-2"></div>
  </div>
  <script>
    $(document).on('click', '#btn-submit', function(e) {
      $(this).parents('form').trigger('submit');
    });
    $(function() {
      if (!$('#searchText').val()) {
        let recentSearch = Cookies.get('search-text');
        //const addressRegex = /^\d{1,5}\s[A-Za-z\s]+,[\s]?[A-Za-z\s]+(\s)?,[\s]?([A-Za-z]{2})\s\d{5}(-\d{4})?$/;
        const addressRegex = /^\d{1,5}\s\w+/;
        const mlsnumRegex = /\b[a-zA-Z]\w*[\w-](?:\d\w[\w-]*){4,}\b/;
        if (addressRegex.test(recentSearch) || mlsnumRegex.test(recentSearch)) {
          $('#searchText').val('San Jose');
        } else {
          $('#searchText').val(recentSearch);
        }
        //setting a default search text type breaks the search when user chnages search text
        //$('#searchTextType').val(Cookies.get('search-type'));
      }
    });
    $(document).on('keydown', '#btn-submit', function(e) {
      if (e.keyCode == 13) {
        $(this).parents('form').trigger('submit');
        return false;
      }
    });
  </script>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8HRt3jmYk0BCnBm_OeesHR4pzcNmVlehgjTDSZC3oSHucI10ecIhg5cMCD4Juj366NmwOPft9wDrA8T-jYPgz4Qhw_CKyXOE5BCmTVWCM_oZ29MiF23u1PtoOvSZZf9HKiR0pC0jLWXRhI1pSPN_w0w">
</form>

Text Content

 * 
 * Buy
   
   PREPARING TO BUY
   
   Buying: Why Work With A Pro?
   
   Buying: Before You Buy, Prepare
   
   RESOURCES
   
   MLSListings Mobile

 * Sell
   
   PREPARING TO SELL
   
   Selling: Why Work With A Pro?
   
   Selling: Before You Sell
   
   RESOURCES
   
   MLSListings Mobile

 * Rent
   
   PREPARING TO RENT
   
   Renting: Good to Know
   
   RESOURCES
   
   MLSListings Mobile

 * Open House
 * Map Search
   
 * Find An Agent
 * Media Center
   
   NEWS RELEASES
   
   News Releases
   
   RESOURCES
   
   Market Data Reports
   
   Interactive Market Snapshots
   
   MLSListings for Buyers and Sellers

 * About Us
   
   ABOUT US
   
   About MLSListings
   
   Leadership Team
   
   Board Of Directors
   
   Careers
   
   Advertise With Us
   
   Contact Us
   
   RESO Certifications
   
   RESOURCES
   
   MLSListings Mobile
   
   Privacy
   
   Terms of Service
   
   Copyright

 * Sign In
   
   CONSUMER
   
   Sign Up / Sign In
   
   --------------------------------------------------------------------------------
   
   MLSLISTINGS PRO
   
   Sign In
   
   Join the MLS
   
   Pro Support


FIND YOUR PLACE IN CALIFORNIA

Buy
Rent
Recently Sold


Search

Search California Real Estate by:
City san jose
Zip Code 94086
Address 740 Kifer Rd, Sunnyvale, CA
Street rainbow drive
School District new palo alto unified
County san mateo county
MLS # ML12345678

Loading...
Selling your home? Get a free consultation on your home's value. GET STARTED


HOMES YOU MAY LIKE

NEW
OPEN 11/3 1:00 pm - 4:00 pm


1322 Copper Peak Ln, San Jose, CA 95120
$1,175,000 Active 1 Day on Site
Townhouse 3 Bd 2 Ba

Agent: Therese Swan Phone: (408) 412-1880
NEW



6093 Larchmont Dr, San Jose, CA 95123
$1,499,990 Active 1 Day on Site
Farm 4 Bd 2 Ba

Agent: Jennifer Vo Phone: (408) 886-8966
NEW



3302 Lake Lesina Dr, San Jose, CA 95135
$1,050,000 Active 1 Day on Site
Condominium 2 Bd 2/1 Ba

Agent: Lisa Gault Phone: (408) 202-1959
NEW
OPEN 11/3 1:00 pm - 4:00 pm

VIRTUAL TOUR
1235 N Bascom Ave, San Jose, CA 95128
$1,628,000 Active 1 Day on Site
Single Family Residence 4 Bd 2 Ba

Agent: Jan Strohecker Phone: (650) 906-6516
View More Listings




WHY MLSLISTINGS?

Approximately 16,000 real estate professionals representing 28,000 square miles
conduct business utilizing our MLS platform. Because their listings originate
with us, our real estate data is the most up-to-date, refreshes every five
minutes, and is the most accurate information available to buyers, sellers and
those seeking California real estate information.


LISTINGS UPDATED EVERY 5 MINS

MLSListings is updated every five minutes, giving you the latest and most
accurate information available.

Learn More


PUTTING YOU FIRST

Whether you are buying, selling or renting, a skillful Real Estate Agent can
make all the difference.

Find an Agent


MARKET TRENDS

Find out how the market is performing in your county through comprehensive and
insightful market data.

View Market Snapshots


DON'T MISS OUT

Sign up to save your search criteria and favorite listings. Get notifications
when new properties hit the market.

Sign Up


MARKET TRENDS

Find out how the market is performing in your county through comprehensive and
insightful market data.

View Market Snapshots


DON'T MISS OUT

Sign up to save your search criteria and favorite listings. Get notifications
when new properties hit the market.

Sign Up


REAL ESTATE & HOMES FOR SALE


Cities Adelanto (497) Apple Valley (904) California City (671) Hemet (802) Lake
Arrowhead (483) Lake Elsinore (590) Lancaster (1300) Long Beach (593) Los
Angeles (1936) Menifee (512) Oakland (1272) Oroville (517) Palmdale (611)
Paradise (597) Riverside (588) Sacramento (1395) San Bernardino (458) San Diego
(1956) San Francisco (1681) San Jose (833) Santa Rosa (531) Stockton (718)
Temecula (457) Twentynine Palms (609) Victorville (597) Browse All
Counties Alameda County (2560) Butte County (1883) Contra Costa County (2109) El
Dorado County (1205) Kern County (1972) Lake County (1545) Los Angeles County
(12204) Mendocino County (774) Merced County (863) Monterey County (794) Nevada
County (771) Orange County (4065) Placer County (1351) Riverside County (7410)
Sacramento County (2816) San Bernardino County (10519) San Diego County (6225)
San Francisco County (1683) San Joaquin County (1633) San Luis Obispo County
(1098) San Mateo County (1000) Santa Clara County (1779) Solano County (985)
Sonoma County (1540) Stanislaus County (1110) Browse All
High School Districts Apple Valley Unified (356) Bear Valley Unified (444)
Capistrano Unified (677) Corona-Norco Unified (430) El Dorado Union High (921)
Elk Grove Unified (543) Hemet Unified (717) Irvine Unified (351) Lake Elsinore
Unified (334) Lodi Unified (393) Long Beach Unified (446) Los Angeles Unified
(2842) Merced Union High (429) Morongo Unified (526) Newport-Mesa Unified (405)
Placer Union High (510) Rim of the World Unified (657) Riverside Unified (458)
Saddleback Valley Unified (358) San Bernardino City Unified (408) San Diego
Unified (412) San Juan Unified (613) Stockton Unified (340) Victor Valley Union
High (333) William S. Hart Union High (438) Browse All
Elementary School Districts Apple Valley Unified (357) Bear Valley Unified (444)
Calaveras Unified (304) Capistrano Unified (677) Corona-Norco Unified (430) Elk
Grove Unified (541) Hemet Unified (717) Irvine Unified (351) Lake Elsinore
Unified (334) Lodi Unified (391) Long Beach Unified (446) Los Angeles Unified
(2843) Morongo Unified (526) Murrieta Valley Unified (300) Newport-Mesa Unified
(405) Oakland Unified (299) Palm Springs Unified (299) Rim of the World Unified
(657) Riverside Unified (458) Saddleback Valley Unified (358) San Bernardino
City Unified (408) San Diego Unified (413) San Juan Unified (610) Stockton
Unified (342) Temecula Valley Unified (305) Browse All
 * Homes for Sale
 * Santa Clara County
 * Santa Cruz County
 * Monterey County
 * San Mateo County
 * San Joaquin County
 * San Benito County
 * Los Angeles County
 * Browse Listings

 * Homes for Rent
 * Santa Clara County Rentals
 * Santa Cruz County Rentals
 * Monterey County Rentals
 * San Mateo County Rentals
 * San Joaquin County Rentals
 * San Benito County Rentals
 * Los Angeles County Rentals
 * Rentals By County

 * Other Properties
 * Single Family Residence
 * Townhouse
 * Condominium
 * Multi-Family
 * Lot/Land
 * Mobile Homes
 * Other Property Types

 * Most Searched Cities
 * San Jose Real Estate
 * Santa Clara Real Estate
 * Sunnyvale Real Estate
 * Santa Cruz Real Estate
 * Cupertino Real Estate
 * San Mateo Real Estate
 * Mountain View Real Estate
 * Palo Alto Real Estate


 * About MLSListings

 * Privacy / Terms

 * Advertise with Us

 * Copyright & Intellectual Property

 * Feedback



Copyright © 2013-2024 MLSListings Inc. All rights reserved. ( v.0.7.1.144 )



Discover useful home DIY videos for your next project!

Go Now!

Don't show this again