hockingstuart.com.au Open in urlscan Pro
20.37.196.201  Public Scan

Submitted URL: https://hockingstuart.au/
Effective URL: https://hockingstuart.com.au/
Submission: On July 22 via api from US — Scanned from AU

Form analysis 6 forms found in the DOM

POST /user/login

<form action="/user/login" method="post" onsubmit="return m4.user.signin(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="ZJl-b5JiaygaW7uz2WhBqFuVyzScRtiWMxSzAQm9nng1DTu4fLWLE-G9uW75ZJPipfUgq28cb3VG0_2XIIYpHoalryTgZv4tUJGniuiuOMw1"> <input type="hidden" id="b5-userTypeGuid" name="UserTypeGuid" value="2a2ce39a-24b6-ed11-ba77-281878387969">
  <input type="hidden" id="b5-favourite" name="favourite" value="">
  <fieldset>
    <input type="hidden" id="b5-action" name="b5-action" value="signin">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="b5-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="b5-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="loader-holder">
          <div class="loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <div class="form-group">
            <input type="submit" class="btn-submit" onclick="return m4.user.signin(this.form);" value="Sign In">
          </div>
          <p><a class="b5-panel-link" href="#b5-forgot">Forgot Password?</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/signup

<form action="/user/signup" method="post" onsubmit="return m4.user.register(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="zZns7A7AdLxsivYu7S9AZFxcXMl-v4w_8RYt95KqNwbpkufFqD1Jeo_DmUaH8ztt6Tw-ABgXy-POh3VxSqjXgYU4LCYk491kct4UPUGN5xY1"> <input type="hidden" id="b5-userTypeGuid" name="UserTypeGuid" value="2a2ce39a-24b6-ed11-ba77-281878387969">
  <input type="hidden" id="b5-favourite" name="favourite" value="">
  <fieldset>
    <input type="hidden" id="b5-action" name="b5-action" value="register">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-firstname" class="control-label">First name</label>
          <input type="text" class="form-control" id="b5-firstname" name="Firstname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-lastname" class="control-label">Last name</label>
          <input type="text" class="form-control" id="b5-lastname" name="Lastname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="b5-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="b5-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Confirm" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-confirm" class="control-label">Confirm Password</label>
          <input type="password" class="form-control" id="b5-confirm" name="Confirm" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Password" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-postcode" class="control-label">Postcode</label>
          <input type="text" class="form-control" id="b5-postcode" name="PostCode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-8">
        <div class="b5-terms-wrapper">
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="b5-register-terms" id="b5-register-terms" data-valid-required="true" data-valid="checkbox">
            <label for="b5-register-terms" class="control-label">I accept the <a href="/terms-of-use" target="_blank">Terms and Conditions</a></label>
          </div>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.register(this.form);" value="Register">
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/password

<form action="/user/password" method="post" onsubmit="return m4.user.forgot(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="nVRZRxAvdVlBk8oOu8UFFleyJE49OgKFbyXxGoMCrxK9GYx6d2gqVciE7Lcgl8_VCH2Ueq1Rk1_ICjpzzR6RvuvAPes-zwrftFdjNckV5aA1"> <input type="hidden" id="b5-userTypeGuid" name="UserTypeGuid" value="2a2ce39a-24b6-ed11-ba77-281878387969">
  <input type="hidden" id="b5-action" name="b5-action" value="forgot">
  <fieldset>
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="b5-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="b5-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.forgot(this.form);" value="Send">
          <p><a class="b5-panel-link" href="#b5-signin">Cancel</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

Name: property-searchGET /listings

<form name="property-search" id="property-search" action="/listings" data-sector="residential" method="get">
  <input type="hidden" name="agent">
  <input type="hidden" name="office">
  <input type="hidden" name="officeAdditional">
  <input type="hidden" name="propertyType" id="propertyType" value="residential">
  <input type="hidden" name="sort" id="sort" value="newold">
  <input type="hidden" name="map" id="map" value="">
  <input type="hidden" name="inspections" id="inspections" value="">
  <input type="hidden" name="auctions" id="auctions" value="">
  <input type="hidden" name="offmarket" id="offmarket" value="">
  <input name="searchStatus" id="searchStatus" type="hidden" value="buy">
  <input name="searchKeywords" id="searchKeywords" type="hidden" value="">
  <input name="addressSuburbs" id="addressSuburbs" type="hidden" value="">
  <div class="search-group">
    <div class="form-selector">
      <div class="xn-selector-select">
        <div class="xn-selector-selected">Buy</div><select name="search_type" id="searchType" class="xn-selector">
          <option value="buy">Buy</option>
          <option value="rent">Rent</option>
          <option value="sold">Sold</option>
          <option value="leased">Leased</option>
          <option value="holidays">Holidays</option>
          <option value="rural">Rural</option>
          <option value="commercial">Commercial</option>
        </select>
      </div>
    </div>
    <div class="input-group input-bar">
      <input type="text" id="search-keywords" name="search-keywords" class="form-control selectized" placeholder="Find your property" autocomplete="off" spellcheck="false" tabindex="-1" style="display: none;" value="">
      <div class="selectize-control form-control multi plugin-remove_button plugin-no_results">
        <div class="selectize-input items not-full"><input type="text" autocomplete="off" tabindex="" id="search-keywords-selectized" placeholder="Find your property" style="width: 137.516px;"></div>
        <div class="loader-holder">
          <div class="loader"></div>
        </div>
      </div>
      <div class="input-group-append">
        <button class="btn input-bar-btn" type="submit" aria-label="submit">Search</button>
      </div>
    </div>
  </div>
  <div class="refine-search">
    <div class="inner">
      <div class="title" data-toggle="collapse" data-target="#advanced-search" aria-expanded="false" aria-controls="advanced-search">Filters</div>
      <div class="suburbs">
        <input type="checkbox" class="xn-checkbox" id="surr" name="surr" value="1" checked="checked">
        <label for="surr" class="control-label">Surrounding suburbs</label>
      </div>
    </div>
    <div class="collapse" id="advanced-search">
      <div class="inner">
        <div class="row">
          <div class="col-md-5">
            <div class="form-group">
              <label for="search-ptype" class="control-label">Property type</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="ptype" data-placeholder="All">
                  <option value="" selected="selected">All</option>
                  <option value="Acreage">Acreage</option>
                  <option value="Apartment">Apartment</option>
                  <option value="BlockOfUnits">Block of Units</option>
                  <option value="Semi/Duplex">Semi/Duplex</option>
                  <option value="House">House</option>
                  <option value="Land">Land</option>
                  <option value="Studio">Studio</option>
                  <option value="Terrace">Terrace</option>
                  <option value="Townhouse">Townhouse</option>
                  <option value="Unit">Unit</option>
                  <option value="Villa">Villa</option>
                  <option value="Other">Other</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-10" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">All</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-10" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-6 col-md-3">
            <div class="form-group">
              <label for="search-state" class="control-label">State</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="state" data-placeholder="All">
                  <option value="all" selected="">All</option>
                  <option value="nsw">NSW</option>
                  <option value="vic">VIC</option>
                  <option value="qld">QLD</option>
                  <option value="sa">SA</option>
                  <option value="nt">NT</option>
                  <option value="wa">WA</option>
                  <option value="tas">TAS</option>
                  <option value="act">ACT</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light" data-toggle="dropdown" role="combobox" aria-owns="bs-select-3" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">All</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-3" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-6 col-md-4">
            <div class="form-group">
              <label for="search-region" class="control-label">Region</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="region" data-placeholder="All">
                  <option value="" selected="selected">All</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-4" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">All</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-4" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-6 col-md-2">
            <div class="form-group">
              <label for="search-bmax" class="control-label">Beds</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="bmax" data-placeholder="Any">
                  <option value="" selected="selected">Any</option>
                  <option value="1">1+</option>
                  <option value="2">2+</option>
                  <option value="3">3+</option>
                  <option value="4">4+</option>
                  <option value="5">5+</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-11" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">Any</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-11" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-6 col-md-2">
            <div class="form-group">
              <label for="search-bmin" class="control-label">Cars</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="bmin" data-placeholder="Any">
                  <option value="" selected="selected">Any</option>
                  <option value="1">1+</option>
                  <option value="2">2+</option>
                  <option value="3">3+</option>
                  <option value="4">4+</option>
                  <option value="5">5+</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-12" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">Any</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-12" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-6 col-md-2">
            <div class="form-group">
              <label for="search-pmin" class="control-label">Min price</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="pmin" data-placeholder="Any">
                  <option value="" selected="selected">Any</option>
                  <option value="50000">$50,000</option>
                  <option value="100000">$100,000</option>
                  <option value="150000">$150,000</option>
                  <option value="200000">$200,000</option>
                  <option value="250000">$250,000</option>
                  <option value="300000">$300,000</option>
                  <option value="350000">$350,000</option>
                  <option value="400000">$400,000</option>
                  <option value="450000">$450,000</option>
                  <option value="500000">$500,000</option>
                  <option value="550000">$550,000</option>
                  <option value="600000">$600,000</option>
                  <option value="650000">$650,000</option>
                  <option value="700000">$700,000</option>
                  <option value="750000">$750,000</option>
                  <option value="800000">$800,000</option>
                  <option value="850000">$850,000</option>
                  <option value="900000">$900,000</option>
                  <option value="950000">$950,000</option>
                  <option value="1000000">$1,000,000</option>
                  <option value="1050000">$1,050,000</option>
                  <option value="1100000">$1,100,000</option>
                  <option value="1150000">$1,150,000</option>
                  <option value="1200000">$1,200,000</option>
                  <option value="1250000">$1,250,000</option>
                  <option value="1300000">$1,300,000</option>
                  <option value="1350000">$1,350,000</option>
                  <option value="1400000">$1,400,000</option>
                  <option value="1450000">$1,450,000</option>
                  <option value="1500000">$1,500,000</option>
                  <option value="1550000">$1,550,000</option>
                  <option value="1600000">$1,600,000</option>
                  <option value="1650000">$1,650,000</option>
                  <option value="1700000">$1,700,000</option>
                  <option value="1750000">$1,750,000</option>
                  <option value="1800000">$1,800,000</option>
                  <option value="1850000">$1,850,000</option>
                  <option value="1900000">$1,900,000</option>
                  <option value="1950000">$1,950,000</option>
                  <option value="2000000">$2,000,000</option>
                  <option value="3000000">$3,000,000</option>
                  <option value="4000000">$4,000,000</option>
                  <option value="5000000">$5,000,000</option>
                  <option value="6000000">$6,000,000</option>
                  <option value="7000000">$7,000,000</option>
                  <option value="8000000">$8,000,000</option>
                  <option value="9000000">$9,000,000</option>
                  <option value="10000000">$10,000,000</option>
                  <option value="20000000">$20,000,000</option>
                  <option value="30000000">$30,000,000</option>
                  <option value="40000000">$40,000,000</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-13" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">Any</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-13" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-6 col-md-2">
            <div class="form-group">
              <label for="search-pmax" class="control-label">Max price</label>
              <div class="dropdown bootstrap-select m4-"><select class="m4-selectpicker" name="pmax" data-placeholder="Any">
                  <option value="" selected="selected">Any</option>
                  <option value="50000">$50,000</option>
                  <option value="100000">$100,000</option>
                  <option value="150000">$150,000</option>
                  <option value="200000">$200,000</option>
                  <option value="250000">$250,000</option>
                  <option value="300000">$300,000</option>
                  <option value="350000">$350,000</option>
                  <option value="400000">$400,000</option>
                  <option value="450000">$450,000</option>
                  <option value="500000">$500,000</option>
                  <option value="550000">$550,000</option>
                  <option value="600000">$600,000</option>
                  <option value="650000">$650,000</option>
                  <option value="700000">$700,000</option>
                  <option value="750000">$750,000</option>
                  <option value="800000">$800,000</option>
                  <option value="850000">$850,000</option>
                  <option value="900000">$900,000</option>
                  <option value="950000">$950,000</option>
                  <option value="1000000">$1,000,000</option>
                  <option value="1050000">$1,050,000</option>
                  <option value="1100000">$1,100,000</option>
                  <option value="1150000">$1,150,000</option>
                  <option value="1200000">$1,200,000</option>
                  <option value="1250000">$1,250,000</option>
                  <option value="1300000">$1,300,000</option>
                  <option value="1350000">$1,350,000</option>
                  <option value="1400000">$1,400,000</option>
                  <option value="1450000">$1,450,000</option>
                  <option value="1500000">$1,500,000</option>
                  <option value="1550000">$1,550,000</option>
                  <option value="1600000">$1,600,000</option>
                  <option value="1650000">$1,650,000</option>
                  <option value="1700000">$1,700,000</option>
                  <option value="1750000">$1,750,000</option>
                  <option value="1800000">$1,800,000</option>
                  <option value="1850000">$1,850,000</option>
                  <option value="1900000">$1,900,000</option>
                  <option value="1950000">$1,950,000</option>
                  <option value="2000000">$2,000,000</option>
                  <option value="3000000">$3,000,000</option>
                  <option value="4000000">$4,000,000</option>
                  <option value="5000000">$5,000,000</option>
                  <option value="6000000">$6,000,000</option>
                  <option value="7000000">$7,000,000</option>
                  <option value="8000000">$8,000,000</option>
                  <option value="9000000">$9,000,000</option>
                  <option value="10000000">$10,000,000</option>
                  <option value="20000000">$20,000,000</option>
                  <option value="30000000">$30,000,000</option>
                  <option value="40000000">$40,000,000</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-14" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">Any</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-14" tabindex="-1">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-4">
            <div class="form-group">
              <label for="search-features" class="control-label">Features</label>
              <div class="dropdown bootstrap-select show-tick m4-"><select class="m4-selectpicker" name="features" multiple="multiple" data-placeholder="-">
                  <option value="Air Conditioning">Air Conditioning</option>
                  <option value="Alarm System">Alarm System</option>
                  <option value="Balcony">Balcony</option>
                  <option value="Broadband">Broadband</option>
                  <option value="Built-In Robes">Built-In Robes</option>
                  <option value="Courtyard">Courtyard</option>
                  <option value="Deck">Deck</option>
                  <option value="Dishwasher">Dishwasher</option>
                  <option value="Ducted Cooling">Ducted Cooling</option>
                  <option value="Ducted Heating">Ducted Heating</option>
                  <option value="Evaporative Cooling">Evaporative Cooling</option>
                  <option value="Floorboards">Floorboards</option>
                  <option value="Fully Fenced">Fully Fenced</option>
                  <option value="Furnished">Furnished</option>
                  <option value="Gas Heating">Gas Heating</option>
                  <option value="Gym">Gym</option>
                  <option value="Hydronic Heating">Hydronic Heating</option>
                  <option value="Inside Spa">Inside Spa</option>
                  <option value="Intercom">Intercom</option>
                  <option value="Open Fire Place">Open Fire Place</option>
                  <option value="Outdoor Entertainment Area">Outdoor Entertainment Area</option>
                  <option value="Outside Spa">Outside Spa</option>
                  <option value="Pay TV">Pay TV</option>
                  <option value="Pet Friendly">Pet Friendly</option>
                  <option value="Pool">Pool</option>
                  <option value="Pool (Above Ground)">Pool (Above Ground)</option>
                  <option value="Pool (In-Ground)">Pool (In-Ground)</option>
                  <option value="Remote Garage">Remote Garage</option>
                  <option value="Reverse Cycle Air Con">Reverse Cycle Air Con</option>
                  <option value="Rumpus Room">Rumpus Room</option>
                  <option value="Secure Parking">Secure Parking</option>
                  <option value="Shed">Shed</option>
                  <option value="Smokers">Smokers</option>
                  <option value="Split System Air Con">Split System Air Con</option>
                  <option value="Split System Heating">Split System Heating</option>
                  <option value="Study">Study</option>
                  <option value="Tennis Court">Tennis Court</option>
                  <option value="Vacuum System">Vacuum System</option>
                  <option value="Workshop">Workshop</option>
                </select><button type="button" tabindex="-1" class="btn dropdown-toggle btn-light bs-placeholder" data-toggle="dropdown" role="combobox" aria-owns="bs-select-9" aria-haspopup="listbox" aria-expanded="false">
                  <div class="filter-option">
                    <div class="filter-option-inner">
                      <div class="filter-option-inner-inner">-</div>
                    </div>
                  </div>
                </button>
                <div class="dropdown-menu ">
                  <div class="inner show" role="listbox" id="bs-select-9" tabindex="-1" aria-multiselectable="true">
                    <ul class="dropdown-menu inner show" role="presentation"></ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="search-toggle" data-toggle="collapse" data-target="#advanced-search" aria-expanded="false" aria-controls="advanced-search"></div>
  </div>
</form>

POST /belle-property/suburbs/search/hs

<form action="/belle-property/suburbs/search/hs" method="post">
  <div class="search-group">
    <div class="form-selector">
      <div class="xn-selector-select">
        <div class="xn-selector-selected">VIC</div><select name="state" class="xn-selector">
          <option value="nsw">NSW</option>
          <option value="vic" selected="selected">VIC</option>
        </select>
      </div>
    </div>
    <div class="input-group input-bar">
      <input type="text" name="suburb" class="form-control" placeholder="Search suburb guides" autocomplete="off" spellcheck="false">
      <div class="input-group-append">
        <button class="btn input-bar-btn" type="submit" aria-label="submit">Search</button>
      </div>
    </div>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

 * Request an appraisal
 * Buy
 * Sell
 * Rent
 * Lease
 * Find an agent or office
 * New developments & projects

Sign in

 * Buy
 * Find an agent or office
 * Buy with Hockingstuart
 * Properties for sale
 * Upcoming inspections
 * Online auctions
 * New developments and projects
 * Buying tips & advice
 * Suburb guides

 * Sell
 * Find an agent or office
 * Sell with Hockingstuart
 * Request an appraisal
 * Recently sold
 * Testimonials
 * Selling tips & advice

 * Rent
 * Find an agent or office
 * Rent with Hockingstuart
 * Properties for rent
 * Upcoming inspections
 * Renting tips & advice
 * Suburb guides

 * Lease
 * Find an agent or office
 * Lease with Hockingstuart
 * Request an appraisal
 * Testimonials
 * Investing tips & advice

 * About us
 * Our services
 * Our Head Office
 * Our blog
 * Work with us

Our connected network

 * Sign In
 * Register


SIGN IN

Email
Password
 


Forgot Password?


REGISTER


First name
Last name
Email
Password
Confirm Password
Postcode
I accept the Terms and Conditions



FORGOTTEN YOUR PASSWORD?

Enter your email address below and we'll send instructions and a link to reset
your password

Email

Cancel


FIND YOUR NEXT PROPERTY

Buy
BuyRentSoldLeasedHolidaysRuralCommercial
Search
Filters
Surrounding suburbs
Property type
AllAcreageApartmentBlock of
UnitsSemi/DuplexHouseLandStudioTerraceTownhouseUnitVillaOther
All

State
AllNSWVICQLDSANTWATASACT
All

Region
All
All

Beds
Any1+2+3+4+5+
Any

Cars
Any1+2+3+4+5+
Any

Min price
Any$50,000$100,000$150,000$200,000$250,000$300,000$350,000$400,000$450,000$500,000$550,000$600,000$650,000$700,000$750,000$800,000$850,000$900,000$950,000$1,000,000$1,050,000$1,100,000$1,150,000$1,200,000$1,250,000$1,300,000$1,350,000$1,400,000$1,450,000$1,500,000$1,550,000$1,600,000$1,650,000$1,700,000$1,750,000$1,800,000$1,850,000$1,900,000$1,950,000$2,000,000$3,000,000$4,000,000$5,000,000$6,000,000$7,000,000$8,000,000$9,000,000$10,000,000$20,000,000$30,000,000$40,000,000
Any

Max price
Any$50,000$100,000$150,000$200,000$250,000$300,000$350,000$400,000$450,000$500,000$550,000$600,000$650,000$700,000$750,000$800,000$850,000$900,000$950,000$1,000,000$1,050,000$1,100,000$1,150,000$1,200,000$1,250,000$1,300,000$1,350,000$1,400,000$1,450,000$1,500,000$1,550,000$1,600,000$1,650,000$1,700,000$1,750,000$1,800,000$1,850,000$1,900,000$1,950,000$2,000,000$3,000,000$4,000,000$5,000,000$6,000,000$7,000,000$8,000,000$9,000,000$10,000,000$20,000,000$30,000,000$40,000,000
Any

Features
Air Conditioning Alarm System Balcony Broadband Built-In Robes Courtyard Deck
Dishwasher Ducted Cooling Ducted Heating Evaporative Cooling Floorboards Fully
Fenced Furnished Gas Heating Gym Hydronic Heating Inside Spa Intercom Open Fire
Place Outdoor Entertainment Area Outside Spa Pay TV Pet Friendly Pool Pool
(Above Ground) Pool (In-Ground) Remote Garage Reverse Cycle Air Con Rumpus Room
Secure Parking Shed Smokers Split System Air Con Split System Heating Study
Tennis Court Vacuum System Workshop
-


Request an appraisal




OUR FEATURED PROPERTIES

Nowra, NSW
10 View Street
4
2
1
Hampton Park, VIC
22/132 Somerville Road
2
1
1
Greenvale, VIC
3 Ballymena Street
4
2
2
Williams Landing, VIC
19 Thornbury Way
5
2
2
Williamstown, VIC
26 Little Ferguson Street
3
1
1
Altona North, VIC
88a Marion Street
4
3
2
Doveton, VIC
29 Photinia Street
3
2
1
Mickleham, VIC
28 Ellendale Street
4
2
2
Donnybrook, VIC
68 Farm Crescent
4
2
2
Bundoora, VIC
1 Pasture Place
4
2
2
Nowra, NSW
10 View Street
4
2
1
Hampton Park, VIC
22/132 Somerville Road
2
1
1
Greenvale, VIC
3 Ballymena Street
4
2
2
Williams Landing, VIC
19 Thornbury Way
5
2
2
Williamstown, VIC
26 Little Ferguson Street
3
1
1
Altona North, VIC
88a Marion Street
4
3
2
Doveton, VIC
29 Photinia Street
3
2
1
Mickleham, VIC
28 Ellendale Street
4
2
2
Donnybrook, VIC
68 Farm Crescent
4
2
2
Bundoora, VIC
1 Pasture Place
4
2
2
Nowra, NSW
10 View Street
4
2
1
Hampton Park, VIC
22/132 Somerville Road
2
1
1
Greenvale, VIC
3 Ballymena Street
4
2
2
Williams Landing, VIC
19 Thornbury Way
5
2
2
Williamstown, VIC
26 Little Ferguson Street
3
1
1
Altona North, VIC
88a Marion Street
4
3
2
Doveton, VIC
29 Photinia Street
3
2
1
Mickleham, VIC
28 Ellendale Street
4
2
2
Donnybrook, VIC
68 Farm Crescent
4
2
2
Bundoora, VIC
1 Pasture Place
4
2
2


 * For sale
 * Sold

Baldivis, WA
17 Ficifolia Brace
From $799,000
4
2
2
Williams Landing, VIC
102 Palmers Road
$1,050,000 - $1,100,000
4
2
2
Altona, VIC
138B Grieve Parade
$875,000 - $930,000
3
2
2
Beveridge, VIC
9 Waxflower Road
$670,000 - $695,000
4
2
2
Bundoora, VIC
13/80 Enterprise Drive
$440,000 - $460,000
2
1
2
South Nowra, NSW
82 Bowerbird Street
$880,000-$900,000
5
2
2
Nowra, NSW
10 View Street
$765,000
4
2
1
Under contract

Point Cook, VIC
10 Viewbank Court
$1,100,000 - $1,200,000
4
2
3
Wallan, VIC
32 King William Court
$1,120,000 - 1,190,000
4
2
5
Warragul, VIC
20-22 MacArthur Street
$1,350,000
4
3
4
Werribee, VIC
37 Stawell Street
$1,320,000 - $1,420,000
4
2
6
Nilma, VIC
11 Drummond Street
$1,240,000
4
2
4
Baldivis, WA
17 Ficifolia Brace
From $799,000
4
2
2
Williams Landing, VIC
102 Palmers Road
$1,050,000 - $1,100,000
4
2
2
Altona, VIC
138B Grieve Parade
$875,000 - $930,000
3
2
2
Beveridge, VIC
9 Waxflower Road
$670,000 - $695,000
4
2
2
Bundoora, VIC
13/80 Enterprise Drive
$440,000 - $460,000
2
1
2
South Nowra, NSW
82 Bowerbird Street
$880,000-$900,000
5
2
2
Nowra, NSW
10 View Street
$765,000
4
2
1
Under contract

Point Cook, VIC
10 Viewbank Court
$1,100,000 - $1,200,000
4
2
3
Wallan, VIC
32 King William Court
$1,120,000 - 1,190,000
4
2
5
Warragul, VIC
20-22 MacArthur Street
$1,350,000
4
3
4
Werribee, VIC
37 Stawell Street
$1,320,000 - $1,420,000
4
2
6
Nilma, VIC
11 Drummond Street
$1,240,000
4
2
4
Baldivis, WA
17 Ficifolia Brace
From $799,000
4
2
2
Williams Landing, VIC
102 Palmers Road
$1,050,000 - $1,100,000
4
2
2
Altona, VIC
138B Grieve Parade
$875,000 - $930,000
3
2
2
Beveridge, VIC
9 Waxflower Road
$670,000 - $695,000
4
2
2
Bundoora, VIC
13/80 Enterprise Drive
$440,000 - $460,000
2
1
2
South Nowra, NSW
82 Bowerbird Street
$880,000-$900,000
5
2
2
Nowra, NSW
10 View Street
$765,000
4
2
1
Under contract

Point Cook, VIC
10 Viewbank Court
$1,100,000 - $1,200,000
4
2
3
Wallan, VIC
32 King William Court
$1,120,000 - 1,190,000
4
2
5
Warragul, VIC
20-22 MacArthur Street
$1,350,000
4
3
4
Werribee, VIC
37 Stawell Street
$1,320,000 - $1,420,000
4
2
6
Nilma, VIC
11 Drummond Street
$1,240,000
4
2
4


View all
Sold

Werribee, VIC
20 Hiskey Crescent
$640,000
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Warragul, VIC
21 Skyline Drive
$622,500
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Mill Park, VIC
3 Gloaming Court
$825,000
4
2
2
Sold

Hampton Park, VIC
16 Cumulus Court
$722,500
3
2
2
Sold

Yarraville, VIC
29 Gent Street
Price undisclosed
3
1
2
Sold

Wollert, VIC
46 Woodman Circuit
$588,000
3
2
1
Sold

Lalor, VIC
4 Dallas Drive
$610,000
3
1
1
Sold

Yarraville, VIC
55 Buninyong Street
$1,057,500
3
2
2
Sold

Reservoir, VIC
2/131 North Road
$580,000
2
1
1
Sold

Maidstone, VIC
2/21 Fisher Street
Price undisclosed
2
1
1
Sold

Werribee, VIC
20 Hiskey Crescent
$640,000
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Warragul, VIC
21 Skyline Drive
$622,500
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Mill Park, VIC
3 Gloaming Court
$825,000
4
2
2
Sold

Hampton Park, VIC
16 Cumulus Court
$722,500
3
2
2
Sold

Yarraville, VIC
29 Gent Street
Price undisclosed
3
1
2
Sold

Wollert, VIC
46 Woodman Circuit
$588,000
3
2
1
Sold

Lalor, VIC
4 Dallas Drive
$610,000
3
1
1
Sold

Yarraville, VIC
55 Buninyong Street
$1,057,500
3
2
2
Sold

Reservoir, VIC
2/131 North Road
$580,000
2
1
1
Sold

Maidstone, VIC
2/21 Fisher Street
Price undisclosed
2
1
1
Sold

Werribee, VIC
20 Hiskey Crescent
$640,000
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Warragul, VIC
21 Skyline Drive
$622,500
4
2
2
Sold

Altona North, VIC
17 Haven Parade
$890,000
4
3
2
Sold

Mill Park, VIC
3 Gloaming Court
$825,000
4
2
2
Sold

Hampton Park, VIC
16 Cumulus Court
$722,500
3
2
2
Sold

Yarraville, VIC
29 Gent Street
Price undisclosed
3
1
2
Sold

Wollert, VIC
46 Woodman Circuit
$588,000
3
2
1
Sold

Lalor, VIC
4 Dallas Drive
$610,000
3
1
1
Sold

Yarraville, VIC
55 Buninyong Street
$1,057,500
3
2
2
Sold

Reservoir, VIC
2/131 North Road
$580,000
2
1
1
Sold

Maidstone, VIC
2/21 Fisher Street
Price undisclosed
2
1
1


View all


WHAT OUR
CUSTOMERS SAY

The agent Jass is very sharp, very professional and efficient in communication.
All the money transactions are very clear. The landlord portal is very easy to
use.

Wei X
22/7/2024
Josie was organised, helpful and helpful and patient with me when I had
difficulty with DocuSign. My daughter said she was lovely and approachable.
Josie has excellent negotiator skills. I would recommend her as real estate
agent.

Katherine J
26/5/2022
Shami is an honest, down to earth agent who maintained a high level of
professionalism and communication throughout the buying process. He was always
quick to answer our many questions and organise inspection times with the
vendor. He demonstrated kindness and patience which made us feel safe and
confident with our purchase. I highly recommend buying or selling with Shami.

Kirsty A
12/1/2023
Adrian was amazing in the sale of our mothers home, he included us in every
decision and treated our mother with great respect. He put together a sale plan
and it gave us a return well beyond our expectations.

Irene G
12/5/2022
Agent is very helpful. Help me out step by step and resolve any problem that
prop up in a very quick and efficient fashion. Communication is top notch and
all questions are answered throughoutly

Duy K
14/11/2022
We brought a house in Cranbourne north. It was amazing to work with Shami
throughout the process of purchasing a house. He has a great personality,
extremely knowledgeable, easy to communicate & reliable. Thank you Shami, I
really appreciate your work & kindness. Shami should be anyones first choice of
agent.

Mohammad D
22/11/2022
Lee was fantastic, as was Travis and rest of the team at Hockingstuart Ringwood.
Communication was superb and we were always made to feel very comfortable
throughout our sales process. We were very satisfied with the result of our
sale, which exceeded our expectations. Lee and the team went above and beyond
and we would highly recommend Lee and Travis to those looking to sell!

Matthew C
23/8/2022
Luc is amazing and honest. Also ran the auction beautifully and got way more
than I expected. Highly recommend

Faisal M
24/11/2022
We recently sold our first family home with Josie Galati and we couldn’t speak
more highly of our experience with Josie. Josie is candid, straightforward,
professional, knowledgeable and provided us with excellent feedback and updates
as our campaign progressed. We could not have asked for more! We struck agent
gold with choosing Josie! We would highly recommend Josie and her team to
anybody, whether you are a vendor or purchaser.

Rachel M
13/1/2022
Jamie and Rebecca are the real deal and always their to help out with all
enquiries, very professional. And we will continue with them for our investment
property in the future.

Peter &
16/12/2022
The agent Jass is very sharp, very professional and efficient in communication.
All the money transactions are very clear. The landlord portal is very easy to
use.

Wei X
22/7/2024
Josie was organised, helpful and helpful and patient with me when I had
difficulty with DocuSign. My daughter said she was lovely and approachable.
Josie has excellent negotiator skills. I would recommend her as real estate
agent.

Katherine J
26/5/2022
View all


SUBURB GUIDES

VIC
NSWVIC
Search
Frankston
Croydon
Cranbourne


JOIN HOCKINGSTUART

Hockingstuart’s strength as a group strongly correlates to the quality and
expertise of our people, and we are always looking for high-calibre franchise
owners and team members to join our expanding network.

Click below to learn more about our current franchise opportunities, and search
vacancies in our Head Office and agencies across sales, property management,
marketing or administration.

Work with us


SITCHU MAGAZINE

Thanks to our partnership with leading Australian lifestyle publisher, Sitchu,
our listings feature on Sitchu’s heavily-trafficked website and in its magazine,
exposing your property to a wide audience of potential buyers.

Featuring destination guides, home tours, local escapes and property advice,
Sitchu magazine is published fortnightly and distributed to our national office
network and associated businesses.

Read the latest issue


FROM OUR BLOG

Choosing the right white paint for your walls
Discover how subtle variations in white paint can alter a room's mood. Learn
about warm, cool, and pure white paints and get tips on selecting the best
shade.
Read more
Why you should buy property in winter
Discover why winter could be the best time to buy property. Learn about the
advantages of a winter property purchase in the Australian real estate market.
Read more
Benefits of installing a home sauna
Discover the benefits of installing a home sauna in Australia. Whether an indoor
or outdoor sauna, add a unique selling point to your home.
Read more
How to choose the right art for your home
Discover how to choose the perfect art for your home. Learn tips on selecting
the right art and transforming your space with interior design and home decor.
Read more
5 things to do before making a property offer
5 steps to consider before making a property offer. Get expert advice from Belle
Property on market comparisons, title checks, and engaging a conveyancer.
Read more
Tips for selling your home this winter
Tips for selling your home and staging it this winter. Follow our advice for
selling your home and find expert strategies to increase your sale price.
Read more
Embrace Hygge: Danish interior design
Discover how to embrace Hygge, the Danish concept of cosy living, and transform
your home into an inviting sanctuary this winter with simple decor tips.
Read more
The importance of kerb appeal: First impressions matter
In this blog, we will explore kerb appeal and tips for enhancing it to make a
lasting first impression when selling your home.
Read more
Kids room decor: Styling & organisation tips for your child's bedroom
Discover creative ideas for kids' room decor and organisation. Find tips for
styling your child's bedroom, including wallpapers, wall stickers, rugs, and
storage solutions.
Read more
10 essential tips to help secure a home in a rental crisis
Units for rent are hard to come by amidst the rental crisis. This blog explores
how you can secure your next rental property with our expert tips. From being
quick to making a good first impression, our advice will help you navigate the
rental market.
Read more
Choosing the right white paint for your walls
Discover how subtle variations in white paint can alter a room's mood. Learn
about warm, cool, and pure white paints and get tips on selecting the best
shade.
Read more
Why you should buy property in winter
Discover why winter could be the best time to buy property. Learn about the
advantages of a winter property purchase in the Australian real estate market.
Read more
Benefits of installing a home sauna
Discover the benefits of installing a home sauna in Australia. Whether an indoor
or outdoor sauna, add a unique selling point to your home.
Read more
How to choose the right art for your home
Discover how to choose the perfect art for your home. Learn tips on selecting
the right art and transforming your space with interior design and home decor.
Read more
5 things to do before making a property offer
5 steps to consider before making a property offer. Get expert advice from Belle
Property on market comparisons, title checks, and engaging a conveyancer.
Read more
Tips for selling your home this winter
Tips for selling your home and staging it this winter. Follow our advice for
selling your home and find expert strategies to increase your sale price.
Read more
Embrace Hygge: Danish interior design
Discover how to embrace Hygge, the Danish concept of cosy living, and transform
your home into an inviting sanctuary this winter with simple decor tips.
Read more
The importance of kerb appeal: First impressions matter
In this blog, we will explore kerb appeal and tips for enhancing it to make a
lasting first impression when selling your home.
Read more
Kids room decor: Styling & organisation tips for your child's bedroom
Discover creative ideas for kids' room decor and organisation. Find tips for
styling your child's bedroom, including wallpapers, wall stickers, rugs, and
storage solutions.
Read more
10 essential tips to help secure a home in a rental crisis
Units for rent are hard to come by amidst the rental crisis. This blog explores
how you can secure your next rental property with our expert tips. From being
quick to making a good first impression, our advice will help you navigate the
rental market.
Read more
Choosing the right white paint for your walls
Discover how subtle variations in white paint can alter a room's mood. Learn
about warm, cool, and pure white paints and get tips on selecting the best
shade.
Read more
Why you should buy property in winter
Discover why winter could be the best time to buy property. Learn about the
advantages of a winter property purchase in the Australian real estate market.
Read more
Benefits of installing a home sauna
Discover the benefits of installing a home sauna in Australia. Whether an indoor
or outdoor sauna, add a unique selling point to your home.
Read more
How to choose the right art for your home
Discover how to choose the perfect art for your home. Learn tips on selecting
the right art and transforming your space with interior design and home decor.
Read more
5 things to do before making a property offer
5 steps to consider before making a property offer. Get expert advice from Belle
Property on market comparisons, title checks, and engaging a conveyancer.
Read more
Tips for selling your home this winter
Tips for selling your home and staging it this winter. Follow our advice for
selling your home and find expert strategies to increase your sale price.
Read more
Embrace Hygge: Danish interior design
Discover how to embrace Hygge, the Danish concept of cosy living, and transform
your home into an inviting sanctuary this winter with simple decor tips.
Read more
The importance of kerb appeal: First impressions matter
In this blog, we will explore kerb appeal and tips for enhancing it to make a
lasting first impression when selling your home.
Read more
Kids room decor: Styling & organisation tips for your child's bedroom
Discover creative ideas for kids' room decor and organisation. Find tips for
styling your child's bedroom, including wallpapers, wall stickers, rugs, and
storage solutions.
Read more
10 essential tips to help secure a home in a rental crisis
Units for rent are hard to come by amidst the rental crisis. This blog explores
how you can secure your next rental property with our expert tips. From being
quick to making a good first impression, our advice will help you navigate the
rental market.
Read more




OUR GLOBAL PARTNER

Thanks to our network’s exclusive membership of Leading Real Estate Companies of
the World (LeadingRE), an invitation-only global real estate network of 550
property firms, all our listings appear on its online global property portal.
This provides unmatched reach for our clients, exposing your property to an
otherwise hidden market of international buyers in 70 countries.

Learn more


CONNECT WITH US

@hockingstuart



Register to receive the latest
property news and alerts

Register
 * About us
   Find an agent or office Head Office Work with us Contact us Testimonials

 * Our services
   Buy Rent Sell Lease New developments & projects Request an appraisal

 * Resources
   Suburb guides Blog Sitchu Magazine

 * Our connected network
   Belle Property Belle Property Commercial Belle Property International Belle
   Property Escapes LeadingRE Maker Advisory Sitchu

 * 
 * 
 * 
 * 

 * Privacy policy
 * Terms of use

Need help? ×

How can we help you?

Close Start Chat
Back to top
No results found.

Find your property



Live chat:Contact us