www.prestigeestatesgroup.com.au Open in urlscan Pro
103.255.31.47  Public Scan

Submitted URL: http://prestigeestatesgroup.com.au/
Effective URL: https://www.prestigeestatesgroup.com.au/
Submission: On March 26 via api from NL — Scanned from AU

Form analysis 4 forms found in the DOM

GET https://www.prestigeestatesgroup.com.au/search-results/

<form id="header_search" action="https://www.prestigeestatesgroup.com.au/search-results/" method="get">
  <ul class="list-style-none m-0 d-flex nav nav-tab">
    <li class="select-toolbar">
      <select name="list" class="select2 ap-sp-list select2-hidden-accessible" data-minimum-results-for-search="Infinity" data-select2-id="1" tabindex="-1" aria-hidden="true">
        <option value="sale" selected="" data-select2-id="3">Buy</option>
        <option value="lease">Rent</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 35px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-list-d3-container"><span class="select2-selection__rendered" id="select2-list-d3-container" role="textbox" aria-readonly="true"
              title="Buy">Buy</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </li>
    <li class="field">
      <input type="text" name="keywords" value="" class="bg-transparent ap-autocomplete-listings ui-autocomplete-input" placeholder="Suburb, Street or Property ID" data-format="[&quot;address&quot;]" autocomplete="off">
    </li>
    <li class="field">
      <button type="submit" name="button" class="border-0">
        <i class="las la-search"></i>
      </button>
    </li>
  </ul>
</form>

GET https://www.prestigeestatesgroup.com.au/search-results/

<form id="header_search" action="https://www.prestigeestatesgroup.com.au/search-results/" method="get">
  <ul class="list-style-none m-0 d-flex nav nav-tab">
    <li class="select-toolbar">
      <select name="list" class="select2 ap-sp-list select2-hidden-accessible" data-minimum-results-for-search="Infinity" data-select2-id="4" tabindex="-1" aria-hidden="true">
        <option value="sale" selected="" data-select2-id="6">Buy</option>
        <option value="lease">Rent</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 35px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-list-v6-container"><span class="select2-selection__rendered" id="select2-list-v6-container" role="textbox" aria-readonly="true"
              title="Buy">Buy</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </li>
    <li class="field">
      <input type="text" name="keywords" value="" class="bg-transparent ap-autocomplete-listings ui-autocomplete-input" placeholder="Suburb, Street or Property ID" data-format="[&quot;address&quot;]" autocomplete="off">
    </li>
    <li class="field">
      <button type="submit" name="button" class="border-0">
        <i class="las la-search"></i>
      </button>
    </li>
  </ul>
</form>

POST

<form method="post" class="bordered p-3">
  <div class="form-message"></div>
  <ul class="listforms list-style-none">
    <input type="hidden" name="action" value="ap_agent_enquiry">
    <input type="hidden" name="id" value="">
    <li class="row no-gutters">
      <label class="col-5 mb-0">First Name <span class="red">*</span></label>
      <input type="text" class="textbox col-7 letter" name="firstname" value="" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <label class="col-5 mb-0">Last Name <span class="red">*</span></label>
      <input type="text" class="textbox col-7 letter" name="lastname" value="" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <label class="col-5 mb-0">Email <span class="red">*</span></label>
      <input type="text" class="textbox col-7" name="email" value="" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <label class="col-5 mb-0">Mobile <span class="red">*</span></label>
      <input type="text" class="textbox col-7 number" name="phone" value="" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <label class="col-5 mb-0">Enquiry <span class="red">*</span></label>
      <textarea class="form-control col-7" name="comment" cols="22" rows="3" autocomplete="off"></textarea>
    </li>
    <li class="row no-gutters justify-content-end mt-10">
      <span class="col-7 text-left">
        <button type="submit" class="button d-inline-block btn btn-solid-theme p-2">Submit</button>
      </span>
    </li>
  </ul>
</form>

POST

<form method="post" class="bordered p-3">
  <div class="form-message"></div>
  <ul class="listforms list-style-none">
    <input type="hidden" name="action" value="property_enquiry">
    <input type="hidden" name="property_id" value="">
    <input type="hidden" name="user_id" value="">
    <li class="row no-gutters">
      <input type="text" class="textbox col-7 letter" name="firstname" value="" placeholder="First Name*" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <input type="text" class="textbox col-7 letter" name="lastname" value="" placeholder="Last Name*" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <input type="text" class="textbox col-7" name="email" value="" placeholder="Your email address*" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <input type="text" class="textbox col-7 number" name="phone" value="" placeholder="Your mobile number*" autocomplete="off">
    </li>
    <li class="row no-gutters">
      <textarea class="form-control col-7" name="comment" cols="22" rows="3" placeholder="Additional comments or questions*" autocomplete="off"></textarea>
    </li>
    <li class="row no-gutters justify-content-end mt-10">
      <span class="col-7 text-left">
        <button type="submit" class="button d-inline-block btn btn-solid-theme p-2">Submit</button>
      </span>
    </li>
  </ul>
  <div class="enquiry-property-popup-bottom"></div>
</form>

Text Content

Menu

Primary Menu
 * HOME
 * BUY
   * Properties for Sale
   * Open For Inspection
   * Upcoming Auctions
   * The Hills District
   * 美丽的山区  
 * SOLD
   * Sold Properties
   * Book Market Appraisal 
   * Record Sales
 * ABOUT US
   * Our Team
   * Our Values
   * Blog
 * CONTACT US

 * HOME
 * BUY
   * Properties for Sale
   * Open For Inspection
   * Upcoming Auctions
   * The Hills District
   * 美丽的山区  
 * SOLD
   * Sold Properties
   * Book Market Appraisal 
   * Record Sales
 * ABOUT US
   * Our Team
   * Our Values
   * Blog
 * CONTACT US

slide 2 of 8



LET US HELP YOU REALISE YOUR DREAM

 * Buy Rent Buy
 * 
 * 

PROPERTIES THIS WEEK

 * For Sale
 * Open Times

prevnext

slide 7 to 10 of 4

For Sale

 * 5
 * 2
 * 5

Kenthurst

8 Lisbon Road

$6.25mil

For Sale

 * 6
 * 4
 * 4

Kenthurst

187 Pitt Town Road

Contact Agent

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

For Sale

 * 5
 * 2
 * 5

Kenthurst

8 Lisbon Road

$6.25mil

For Sale

 * 6
 * 4
 * 4

Kenthurst

187 Pitt Town Road

Contact Agent

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

For Sale

 * 5
 * 2
 * 5

Kenthurst

8 Lisbon Road

$6.25mil

For Sale

 * 6
 * 4
 * 4

Kenthurst

187 Pitt Town Road

Contact Agent

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

For Sale

 * 5
 * 2
 * 5

Kenthurst

8 Lisbon Road

$6.25mil

For Sale

 * 6
 * 4
 * 4

Kenthurst

187 Pitt Town Road

Contact Agent

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

prevnext

slide 3 to 6 of 2

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

For Sale

 * 5
 * 4
 * 2

Castle Hill

71 Parsonage Road



Inspection

Wednesday, 27th Mar 06:30 PM - 07:00 PM

For Sale

 * 5
 * 2
 * 6

Dural

63 Ravensbourne Way

Just listed

Inspection

Saturday, 30th Mar 11:15 AM - 12:00 PM

Our Team
Learn more
Buy
Learn more
Sell
Learn More
Open homes
Learn more
Appraisal
Learn more
Contact
Learn more

TESTIMONIALS

slide 3 to 4 of 8

GABRIELLE G.

Amazing Service

I have never experienced such incredible real estate service until I worked with
Prestige Estates Group. My agent was knowledgeable, supportive, and always had
my best interests in mind. They made the home-buying process a breeze, and I
couldn’t be happier with the home I found. I highly recommend Prestige Estates
Group to anyone looking for a team of experts who will go above and beyond to
help you find your dream home.

NINA B.

Highly Recommend

Prestige Estates Group is the real deal! My agent was a total pro and made
buying my first home a breeze. Highly recommend!

DELLA CRUZ

Above and beyond!

I was lucky enough to work with Prestige Estates Group for my recent home
purchase and I have to say, it was an outstanding experience. My agent was
professional, patient, and always available to answer my questions. They went
above and beyond to ensure I found the right home for me, and I couldn’t be more
grateful. If you’re looking for an exceptional real estate team, look no further
than Prestige Estates Group. They truly are the best!

TREV HANSON

Realestate Royalty

Just closed on my dream home with the help of Prestige Estates Group! These guys
are real estate royalty, can’t recommend them enough!

CHAD C.

Total Success

Shoutout to Prestige Estates Group for making my home-buying experience a total
success! Love my new place, thanks guys!

GRANT DOWNS

Professional and friendly

Working with Prestige Estates Group was a fantastic experience from start to
finish. My agent was professional, friendly, and always available to answer my
questions. They listened to my needs and helped me find the perfect home in no
time. I was impressed with their knowledge and expertise of the local market,
and I couldn’t be happier with my new home. If you’re looking for an incredible
real estate team, look no further than Prestige Estates Group. They truly
exceeded my expectations!

JOHN O'NEILL

Blown Away

I recently worked with Prestige Estates Group and I am blown away by their
incredible real estate service. From the very first meeting, my agent listened
to my needs and worked tirelessly to find the perfect home for me. Their
knowledge and expertise of the local market was invaluable and made the buying
process seamless and stress-free. I couldn’t be happier with the home I found
and I have Prestige Estates Group to thank for that. Thank you for everything!

STEPHANIE

On Point

Prestige Estates Group went above and beyond for me! My agent was on point and
made sure I got the perfect home. So grateful.

GABRIELLE G.

Amazing Service

I have never experienced such incredible real estate service until I worked with
Prestige Estates Group. My agent was knowledgeable, supportive, and always had
my best interests in mind. They made the home-buying process a breeze, and I
couldn’t be happier with the home I found. I highly recommend Prestige Estates
Group to anyone looking for a team of experts who will go above and beyond to
help you find your dream home.

NINA B.

Highly Recommend

Prestige Estates Group is the real deal! My agent was a total pro and made
buying my first home a breeze. Highly recommend!

DELLA CRUZ

Above and beyond!

I was lucky enough to work with Prestige Estates Group for my recent home
purchase and I have to say, it was an outstanding experience. My agent was
professional, patient, and always available to answer my questions. They went
above and beyond to ensure I found the right home for me, and I couldn’t be more
grateful. If you’re looking for an exceptional real estate team, look no further
than Prestige Estates Group. They truly are the best!

TREV HANSON

Realestate Royalty

Just closed on my dream home with the help of Prestige Estates Group! These guys
are real estate royalty, can’t recommend them enough!



OUR TEAM

slide 10 to 14 of 7
Renyi Xu
Secretary
Aashika Bhat
Sales Executive
Lisa Zhang
Sales Principal | L.R.E.A
Mina Wang
Sales Director | L.R.E.A
John Huang
Sales Executive
Peter Jones
Sales Manager
Bianca Perez
Sales Assistant
Renyi Xu
Secretary
Aashika Bhat
Sales Executive
Lisa Zhang
Sales Principal | L.R.E.A
Mina Wang
Sales Director | L.R.E.A
John Huang
Sales Executive
Peter Jones
Sales Manager
Bianca Perez
Sales Assistant
Renyi Xu
Secretary
Aashika Bhat
Sales Executive
Lisa Zhang
Sales Principal | L.R.E.A
Mina Wang
Sales Director | L.R.E.A
John Huang
Sales Executive
Peter Jones
Sales Manager
Bianca Perez
Sales Assistant
Renyi Xu
Secretary
Aashika Bhat
Sales Executive
Lisa Zhang
Sales Principal | L.R.E.A
Mina Wang
Sales Director | L.R.E.A


LATEST REAL ESTATE NEWS

View All
   
 * Blog


THE DANGERS OF SELLING REAL ESTATE WITHOUT AN AGENT

   
 * Blog


EVOLUTION OF INVESTMENT STRATEGIES: HOW MILLENNIALS APPROACH REAL ESTATE

   
 * Blog


HOW TO CHOOSE AN INVESTMENT PROPERTY

slide 2 of 8



LET US HELP YOU REALISE YOUR DREAM

 * Buy Rent Buy
 * 
 * 

Level 1 12A Kenthurst Road, Dural NSW 2158
T: 02 9651 5603
E: info@prestigeestatesgroup.com.au
 * HOME
 * BUY
   * Properties for Sale
   * Open For Inspection
   * Upcoming Auctions
   * The Hills District
   * 美丽的山区  
 * SOLD
   * Sold Properties
   * Book Market Appraisal 
   * Record Sales
 * ABOUT US
   * Our Team
   * Our Values
   * Blog
 * CONTACT US

Copyright © 2024 Prestige Estates Group. All rights reserved | Powered by
Agentpoint.
 * 
 * 
 * 
 * 
 * 
 * 

EMAIL

   
   
 * First Name *
 * Last Name *
 * Email *
 * Mobile *
 * Enquiry *
 * Submit

EMAIL

   
   
   
 * 
 * 
 * 
 * 
 * 
 * Submit



BOOKMARK PROPERTY



Notifications