www.outerbanksrentals.com Open in urlscan Pro
66.153.205.211  Public Scan

URL: https://www.outerbanksrentals.com/
Submission: On November 25 via api from CA — Scanned from CA

Form analysis 3 forms found in the DOM

POST /site-search

<form class="form-horizontal header-sitesearch" action="/site-search" method="post">
  <input type="text" id="appendedtext" name="SearchTerm" placeholder="Site Search">
  <input name="submit" type="submit" class="btn btn-primary" value="Search">
</form>

POST /booking/results.cfm

<form id="rentalForm" method="post" action="/booking/results.cfm">
  <input type="hidden" name="camefromsearchform" value="yes">
  <div class="input-group arrival">
    <input id="start-date" type="text" name="strcheckin" placeholder="Arrival" readonly="true" class="hasDatepicker">
  </div>
  <div class="input-group departure">
    <input id="end-date" type="text" name="strcheckout" placeholder="Departure" readonly="true" class="hasDatepicker">
  </div>
  <div class="group-select area">
    <div>
      <div class="dropdown bootstrap-select"><select class="selectpicker" name="location_area_name" tabindex="-98">
          <option selected="selected" value="">Area</option>
          <option value="Corolla">Corolla</option>
          <option value="Duck">Duck</option>
          <option value="Kill Devil Hills">Kill Devil Hills</option>
          <option value="Kitty Hawk">Kitty Hawk</option>
          <option value="Nags Head">Nags Head</option>
          <option value="South Nags Head">South Nags Head</option>
        </select><button type="button" class="btn dropdown-toggle bs-placeholder btn-default" data-toggle="dropdown" role="button" title="Area">
          <div class="filter-option">
            <div class="filter-option-inner">
              <div class="filter-option-inner-inner">Area</div>
            </div>
          </div><span class="bs-caret"><span class="caret"></span></span>
        </button>
        <div class="dropdown-menu open" role="combobox">
          <div class="inner open" role="listbox" aria-expanded="false" tabindex="-1">
            <ul class="dropdown-menu inner "></ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="group-select location">
    <div>
      <div class="dropdown bootstrap-select"><select class="selectpicker" name="location_name" tabindex="-98">
          <option selected="selected" value="">Location</option>
          <option value="Oceanfront">Oceanfront</option>
          <option value="Semi-Oceanfront">Semi-Oceanfront</option>
          <option value="Semi-Oceanfront/First Row">Semi-Oceanfront/First Row</option>
          <option value="Oceanside">Oceanside</option>
          <option value="First Row">First Row</option>
          <option value="First Block">First Block</option>
          <option value="Second Block">Second Block</option>
          <option value="Third Block">Third Block</option>
          <option value="Soundside">Soundside</option>
          <option value="Soundfront">Soundfront</option>
          <option value="Canalfront">Canalfront</option>
        </select><button type="button" class="btn dropdown-toggle bs-placeholder btn-default" data-toggle="dropdown" role="button" title="Location">
          <div class="filter-option">
            <div class="filter-option-inner">
              <div class="filter-option-inner-inner">Location</div>
            </div>
          </div><span class="bs-caret"><span class="caret"></span></span>
        </button>
        <div class="dropdown-menu open" role="combobox">
          <div class="inner open" role="listbox" aria-expanded="false" tabindex="-1">
            <ul class="dropdown-menu inner "></ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="group-select beds">
    <div>
      <div class="dropdown bootstrap-select"><select class="selectpicker" name="bedrooms_number" tabindex="-98">
          <option selected="selected" value="">Bedrooms</option>
          <option value="1,8">1 +</option>
          <option value="2,8">2 +</option>
          <option value="3,8">3 +</option>
          <option value="4,8">4 +</option>
          <option value="5,8">5 +</option>
          <option value="6,8">6 +</option>
          <option value="7,8">7 +</option>
          <option value="8,8">8 </option>
        </select><button type="button" class="btn dropdown-toggle bs-placeholder btn-default" data-toggle="dropdown" role="button" title="Bedrooms">
          <div class="filter-option">
            <div class="filter-option-inner">
              <div class="filter-option-inner-inner">Bedrooms</div>
            </div>
          </div><span class="bs-caret"><span class="caret"></span></span>
        </button>
        <div class="dropdown-menu open" role="combobox">
          <div class="inner open" role="listbox" aria-expanded="false" tabindex="-1">
            <ul class="dropdown-menu inner "></ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="group-checkbox petfriendly">
    <input type="checkbox" id="petfriendly" name="amenities" value="Pets Considered">
    <label for="petfriendly">Pet Friendly</label>
  </div>
  <div class="group-checkbox privpool">
    <input type="checkbox" id="privpool" name="amenities" value="Private Pool">
    <label for="privpool">Private Pool</label>
  </div>
  <div class="group-checkbox hottub">
    <input type="checkbox" id="hottub" name="amenities" value="Hot Tub">
    <label for="hottub">Hot Tub</label>
  </div>
  <div class="group-checkbox linens">
    <input type="checkbox" id="linens" name="amenities" value="Linens">
    <label for="linens">Bed &amp; Bath Linens</label>
  </div>
  <div class="group-select amenities">
    <div>
      <div class="dropdown bootstrap-select show-tick"><select class="selectpicker" name="amenities" multiple="" title="Amenities" tabindex="-98">
          <option value="Pets Allowed">Pets Allowed</option>
          <option value="Private Pool">Private Pool</option>
          <option value="Hot Tub">Hot Tub</option>
          <option value="Linens">Linens</option>
        </select><button type="button" class="btn dropdown-toggle bs-placeholder btn-default" data-toggle="dropdown" role="button" title="Amenities">
          <div class="filter-option">
            <div class="filter-option-inner">
              <div class="filter-option-inner-inner">Amenities</div>
            </div>
          </div><span class="bs-caret"><span class="caret"></span></span>
        </button>
        <div class="dropdown-menu open" role="combobox">
          <div class="inner open" role="listbox" aria-expanded="false" tabindex="-1">
            <ul class="dropdown-menu inner "></ul>
          </div>
        </div>
      </div>
    </div>
  </div>
  <a class="link" href="/booking/search.cfm">More Search Options <span>&gt;&gt;</span></a>
  <input type="submit" value="Find The One">
</form>

POST submit.cfm

<form class="form-horizontal" id="newsletterform" method="post" action="submit.cfm" novalidate="novalidate">
  <script type="text/javascript" defer="defer">
    function getMousePos(e) {
      if (!e) var e = window.event;
      e.pageX || e.pageY ? (xPos = e.pageX, yPos = e.pageY) : (e.clientX || e.clientY) && (xPos = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft, yPos = e.clientY + document.body.scrollTop + document.documentElement
        .scrollTop)
    }

    function timedMousePos() {
      if (document.onmousemove = getMousePos, xPos >= 0 && yPos >= 0) {
        var e = xPos,
          t = yPos;
        intervals++
      }
      1 == intervals ? (firstX = xPos, firstY = yPos) : 2 == intervals && (clearInterval(myInterval), calcDistance(firstX, firstY, e, t))
    }

    function calcDistance(e, t, s, o) {
      var n = Math.round(Math.sqrt(Math.pow(e - s, 2) + Math.pow(t - o, 2)));
      try {
        for (var a = getInputElementsByClassName("cffp_mm"), l = 0; l < a.length; l++) a[l].value = n
      } catch (r) {}
    }

    function logKeys() {
      keysPressed++;
      for (var e = getInputElementsByClassName("cffp_kp"), t = 0; t < e.length; t++) e[t].value = keysPressed
    }

    function dummy() {}
    var getInputElementsByClassName = function(e) {
        var t = new Array,
          s = 0,
          o = document.getElementsByTagName("input");
        for (i = 0; i < o.length; i++) o[i].className == e && (t[s] = o[i], s++);
        return t
      },
      myInterval = window.setInterval(timedMousePos, 250),
      xPos = -1,
      yPos = -1,
      firstX = -1,
      firstY = -1,
      intervals = 0,
      keysPressed = 0;
    document.onkeypress = logKeys;
  </script>
  <input id="fp1" type="hidden" name="formfield1234567891" class="cffp_mm" value="">
  <input id="fp2" type="hidden" name="formfield1234567892" class="cffp_kp" value="">
  <input id="fp3" type="hidden" name="formfield1234567893" value="39981331,19770208">
  <span style="display:none">Leave this field empty <input id="fp4" type="text" name="formfield1234567894" value=""></span>
  <input type="hidden" name="newsletterform">
  <fieldset>
    <input id="email" name="email" type="text" placeholder="Enter Your Email Address" class="form-control input-md required email">
    <input id="submit" name="submit" type="submit" value="Subscribe">
  </fieldset>
</form>

Text Content

Live Support
Stan White
252-441-1515
 * facebook
 * twitter
 * pinterest
 * instagram
 * youtube


Menu
 * Outer Banks Rentals
   * Advanced Search
   * Homes By Area
     * Nags Head Rentals
     * Duck NC Rentals
     * South Nags Head Rentals
     * Kill Devil Hills Rentals
     * Corolla NC Rentals
     * Manteo Rentals
     * Kitty Hawk Rentals
   * Oceanfront Rentals
   * Outer Banks Condo Rentals
   * Outer Banks Communities
   * Long Term Rentals
 * Search Options
 * Specials
   * Outer Banks Vacation Rental Specials
 * For Guests
   * Happy Stays App
   * Guest Testimonials
   * Rental Guest FAQ
   * Rental Policies
   * Rental Services
   * Searching and Booking
   * What to Bring
   * Equipment Rentals
   * Checking In and Out
   * K Club Membership
 * For Owners
   * Owner Login
   * Ways To Generate More Money From Your Rental Home
   * Property Management Testimonials
   * Owner FAQ
   * Property Management Services
 * About Us
   * Why Stan White Realty?
   * Office Locations
   * Outer Banks Blog
   * Contact
 * The Outer Banks
   * Beach-Nourishment
   * Things To Do
   * Outer Banks Beach Policy
   * Events Calendar
   * Weather
   * Nags Head
   * Duck
 * Sales & Construction
   * Sales
   * Construction

Close

Looking to SAVE on your OBX Vacation?...

See Our Specials!


OUTER BANKS VACATION RENTALS

Area Corolla Duck Kill Devil Hills Kitty Hawk Nags Head South Nags Head
Area

Location Oceanfront Semi-Oceanfront Semi-Oceanfront/First Row Oceanside First
Row First Block Second Block Third Block Soundside Soundfront Canalfront
Location

Bedrooms 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8
Bedrooms

Pet Friendly
Private Pool
Hot Tub
Bed & Bath Linens
Pets Allowed Private Pool Hot Tub Linens
Amenities

More Search Options >>


PARTIAL WEEK STAYS

If you can’t stay for an entire
week or just need to get away for a few days, don’t worry – there are plenty of
options for you.  Click here to browse all of our vacation rentals that
participate in the partial week stay program.  Give us a call and one of our
friendly reservationists will provide you with pricing and availability based on
the check-in and check-out days you choose.  Select properties allow online
booking for nightly stays during the
off-season.


PET FRIENDLY

They’re more than just pets, they’re part of the family.  Just so you know, the
Outer Banks is one of the most ideal vacation destinations on the East Coast for
dogs (and their humans), with plenty of pet-friendly beaches, parks and local
attractions.  Click here to browse all of our vacation rentals that will welcome
your four-legged companions.  Book pet-friendly so you can skip the boarding,
cancel the pet-sitter, and avoid coming home from vacation to a resentful dog.


BED & BATH LINENS

When it comes to sheets, pillowcases and bath towels, we’ve got you covered…
(get it?)  Save money and room in the car when you book a home that’s a member
of our Carolina Club linen program.  Click here to browse all vacation rentals
that include linens and bed-making.  We’ll offer an optional linen package with
any property you choose, but only homes in the Carolina Club provide linens at
NO additional charge, plus you’ll arrive to freshly made beds.

DON'T MISS OUT! JOIN OUR MAILING LIST TO RECEIVE SPECIAL OFFERS, NEWS & MORE

Leave this field empty

Featured Outer Banks Rentals: JUST A FEW OF OUR VACATION HOMES

S150 WATER'S EDGE

 * * 4
   * 2

 * 
 * 

NH692 FRIDAY'S HARBOR

 * * 4
   * 2

 * 

NH798 BROOKS

 * * 3
   * 2

 * 

KD202 PEELICAN'S ROOST

 * * 6
   * 2

 * 
 * 

NH1212 HAWKS NEST

 * * 4
   * 2

 * 
 * 

SN426 THE LIGHTHOUSE

 * * 4
   * 3

 * 
 * 
 * 

SN419 QUICK GETAWAY

 * * 4
   * 2

 * 

KD100 MAI TAI

 * * 3
   * 2

 * 
 * 

SN360 CAROLINA STATION

 * * 8
   * 7

 * 
 * 
 * 

SN221 PETERSON

 * * 5
   * 3

 * 
 * 
 * 

SN222 THE CAN & ALVIN

 * * 5
   * 4

 * 
 * 

OP746 CAROLINA ROSE

 * * 4
   * 3

 * 
 * 

NH244 DECKEDY-DO-DA

 * * 5
   * 3

 * 

CS203 EAST OF THE SUN

 * * 1
   * 2

 * 

KD208 ATLANTIC VIEW

 * * 5
   * 4

 * 
 * 

S150 WATER'S EDGE

 * * 4
   * 2

 * 
 * 

NH692 FRIDAY'S HARBOR

 * * 4
   * 2

 * 

NH798 BROOKS

 * * 3
   * 2

 * 

KD202 PEELICAN'S ROOST

 * * 6
   * 2

 * 
 * 

NH1212 HAWKS NEST

 * * 4
   * 2

 * 
 * 

SN426 THE LIGHTHOUSE

 * * 4
   * 3

 * 
 * 
 * 

SN419 QUICK GETAWAY

 * * 4
   * 2

 * 

KD100 MAI TAI

 * * 3
   * 2

 * 
 * 

SN360 CAROLINA STATION

 * * 8
   * 7

 * 
 * 
 * 

SN221 PETERSON

 * * 5
   * 3

 * 
 * 
 * 

SN222 THE CAN & ALVIN

 * * 5
   * 4

 * 
 * 

OP746 CAROLINA ROSE

 * * 4
   * 3

 * 
 * 

NH244 DECKEDY-DO-DA

 * * 5
   * 3

 * 

CS203 EAST OF THE SUN

 * * 1
   * 2

 * 

KD208 ATLANTIC VIEW

 * * 5
   * 4

 * 
 * 

S150 WATER'S EDGE

 * * 4
   * 2

 * 
 * 




For over 50 years, Stan White Realty & Construction has specialized in renting
and managing Outer Banks vacation rental homes on the coast of North Carolina.
We offer homes from Corolla to South Nags Head.  Whether you’re looking for the
affordability and convenience of an Oceanside cottage or condo, or a luxury OBX
oceanfront vacation home with all the amenities, we have the perfect Outer Banks
rental for your budget.

Browse our Outer Banks Vacation Rentals where you can easily compare, and book
online. Give us a call today to speak with a knowledgeable Vacation Specialist
who can help you find the perfect Outer Banks rental for your next getaway.

Owned and operated by two generations, we know how important family is; after
all, that’s what Outer Banks vacations are all about. So for your next getaway,
have less worries and more fun, let our family take care of your family. Our
commitment to customer service and personalized Outer banks vacation rental and
management services are two big reasons why our guests return year after year.
It’s time to get excited, because you’re only a few clicks away from the perfect
Outer Banks vacation.

Featured Reviews: WORD ON THE STREET IS THAT WE'RE PRETTY AWESOME

"Great company, have rented homes with them for two years now. When we go to the
beach the last thing we want to worry about are all the little details that go
with renting a beach house. We know the house will be clean and well-supplied.
Check-in literally takes less than a minute! Staff are very welcoming and
willing go the distance for anything you need!"

- Linda H. from Elkridge, MD





"Great company, have rented homes with them for two years now. When we go to the
beach the last thing we want to worry about are all the little details that go
with renting a beach house. We know the house will be clean and well-supplied.
Check-in literally takes less than a minute! Staff are very welcoming and
willing go the distance for anything you need!"

- Linda H. from Elkridge, MD





"From the moment we walked in the door we were greeted with big smiles and a
sense of family. The outstanding customer service, friendliness and
professionalism we experienced was like no other we had before. We have rented
several different properties with Stan White based on how many bedrooms we need
each year. I can say without a doubt that any vacation home we have rented has
always been extremely clean, maintained and made you feel like you were home and
not a cottage."

- Larry S. from Fredericksburg, VA





"It is good to know we can always count on the cheery professionals at Stan
White to make our annual beach vacation in Duck outstanding every year. We have
been doing business with this company for well over a decade. Whenever we have
had a (rare) problem, they take care of it. Clean, comfortable rentals and
consistent, caring, customer service!"

- Kathleen D. from Cary, NC





"We have been vacationing in the Outer Banks, with the assistance of Stan White
Realty for the past 8 years. The office staff is competent, and understanding,
when having problems with the unit. We won't use any Realtor other than Stan
White. We want to go on vacation to relax, not worry about what the condition
will be at the rental house. Thank you for being number one on our list of
qualified customer service providers."

- Mary Z. from Baltimore, MD





"We have used Stan White Realty every year but two in the last 16 for our
vacation rentals in the Outer Banks. The staff is always knowledgeable, helpful
and smiling. The houses are always top notch, well-maintained and full of
amenities. The listings are always accurate in descriptions and details."

- Stacey F. from Abell, MD





"I am continually wowed by Stan White Realty's staff's kindness and efficiency.
It's so easy to reserve a house online. Each representative I spoke with in
person or on the phone treated me with respect and sincere kindness. It's as if
they really wanted me to have the vacation if a lifetime. They think of every
detail. I won't even consider renting from anyone but Stan White Realty."

- Christina L. from Jamestown, PA





"Great company, have rented homes with them for two years now. When we go to the
beach the last thing we want to worry about are all the little details that go
with renting a beach house. We know the house will be clean and well-supplied.
Check-in literally takes less than a minute! Staff are very welcoming and
willing go the distance for anything you need!"

- Linda H. from Elkridge, MD





"From the moment we walked in the door we were greeted with big smiles and a
sense of family. The outstanding customer service, friendliness and
professionalism we experienced was like no other we had before. We have rented
several different properties with Stan White based on how many bedrooms we need
each year. I can say without a doubt that any vacation home we have rented has
always been extremely clean, maintained and made you feel like you were home and
not a cottage."

- Larry S. from Fredericksburg, VA





"It is good to know we can always count on the cheery professionals at Stan
White to make our annual beach vacation in Duck outstanding every year. We have
been doing business with this company for well over a decade. Whenever we have
had a (rare) problem, they take care of it. Clean, comfortable rentals and
consistent, caring, customer service!"

- Kathleen D. from Cary, NC





"We have been vacationing in the Outer Banks, with the assistance of Stan White
Realty for the past 8 years. The office staff is competent, and understanding,
when having problems with the unit. We won't use any Realtor other than Stan
White. We want to go on vacation to relax, not worry about what the condition
will be at the rental house. Thank you for being number one on our list of
qualified customer service providers."

- Mary Z. from Baltimore, MD





"We have used Stan White Realty every year but two in the last 16 for our
vacation rentals in the Outer Banks. The staff is always knowledgeable, helpful
and smiling. The houses are always top notch, well-maintained and full of
amenities. The listings are always accurate in descriptions and details."

- Stacey F. from Abell, MD





"I am continually wowed by Stan White Realty's staff's kindness and efficiency.
It's so easy to reserve a house online. Each representative I spoke with in
person or on the phone treated me with respect and sincere kindness. It's as if
they really wanted me to have the vacation if a lifetime. They think of every
detail. I won't even consider renting from anyone but Stan White Realty."

- Christina L. from Jamestown, PA





"Great company, have rented homes with them for two years now. When we go to the
beach the last thing we want to worry about are all the little details that go
with renting a beach house. We know the house will be clean and well-supplied.
Check-in literally takes less than a minute! Staff are very welcoming and
willing go the distance for anything you need!"

- Linda H. from Elkridge, MD





"From the moment we walked in the door we were greeted with big smiles and a
sense of family. The outstanding customer service, friendliness and
professionalism we experienced was like no other we had before. We have rented
several different properties with Stan White based on how many bedrooms we need
each year. I can say without a doubt that any vacation home we have rented has
always been extremely clean, maintained and made you feel like you were home and
not a cottage."

- Larry S. from Fredericksburg, VA





"It is good to know we can always count on the cheery professionals at Stan
White to make our annual beach vacation in Duck outstanding every year. We have
been doing business with this company for well over a decade. Whenever we have
had a (rare) problem, they take care of it. Clean, comfortable rentals and
consistent, caring, customer service!"

- Kathleen D. from Cary, NC





"We have been vacationing in the Outer Banks, with the assistance of Stan White
Realty for the past 8 years. The office staff is competent, and understanding,
when having problems with the unit. We won't use any Realtor other than Stan
White. We want to go on vacation to relax, not worry about what the condition
will be at the rental house. Thank you for being number one on our list of
qualified customer service providers."

- Mary Z. from Baltimore, MD





"We have used Stan White Realty every year but two in the last 16 for our
vacation rentals in the Outer Banks. The staff is always knowledgeable, helpful
and smiling. The houses are always top notch, well-maintained and full of
amenities. The listings are always accurate in descriptions and details."

- Stacey F. from Abell, MD





"I am continually wowed by Stan White Realty's staff's kindness and efficiency.
It's so easy to reserve a house online. Each representative I spoke with in
person or on the phone treated me with respect and sincere kindness. It's as if
they really wanted me to have the vacation if a lifetime. They think of every
detail. I won't even consider renting from anyone but Stan White Realty."

- Christina L. from Jamestown, PA




Prev Next
Visit Our Testimonials Page >> Read Our Google Reviews >>

Nags Head Office:

(800) 338-3233 (252) 441-1515

2506 S. Croatan Highway

Nags Head, NC 27959

Duck Office:

1232 Duck Road

Duck, NC 27949

Mailing Address:

P.O. Drawer 1447

Nags Head, NC 27959

(252) 441-1515

09:00am to 05:00pm EST Office Open



© 2024 Stan White . All Rights Reserved.

Website Design by InterCoastal Net Designs