sitchu.com.au Open in urlscan Pro
13.107.253.40  Public Scan

Submitted URL: https://sgdbs6pn.r.eu-west-1.awstrack.me/L0/https:%2F%2Fsitchu.com.au%2Ftravel-guides%2Fadelaide-to-perth-road-trip%3Futm_campaign=sitchu...
Effective URL: https://sitchu.com.au/travel-guides/adelaide-to-perth-road-trip?utm_campaign=sitchu-melbourne-newsletter&utm_medium=em...
Submission: On January 28 via api from CA — Scanned from CA

Form analysis 6 forms found in the DOM

POST /search

<form action="/search" method="post">
  <div class="input-group search-bar">
    <input type="text" aria-label="Article Search" name="q" id="q" class="form-control" placeholder="Search Sitchu" autocomplete="off" spellcheck="false">
    <div class="input-group-append">
      <button class="btn btn-search" type="submit" aria-label="submit"><span class="icon-search"></span></button>
    </div>
  </div>
</form>

POST /user/login

<form action="/user/login" method="post" onsubmit="return m4.user.signin(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="zGBgx5R96fQJ8KeCYfDt0omBw-_z1sSvanufBrklCGMCfYtr5EP1A8xmgT311vdSBvXUBHBLQwUbyoCJrRy0Bea0RIG5dZgE-DWbXX8cWPg1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="User.City" value="sydney">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-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="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-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="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-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="s6-panel-link" href="#s6-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="NWPq4jaiFfB8ZImpx5Il_VTRmmWLHDJ9xMYyZ2Gli2rwasDFmNYliiJxvS3FY9k43U1QOi01ld1mJr63Hw1tUbqVIrgISQEiXCkCsxoJ1Lw1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-action" value="register">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-firstname" class="control-label">First name</label>
          <input type="text" class="form-control" id="s6-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="s6-lastname" class="control-label">Last name</label>
          <input type="text" class="form-control" id="s6-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="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-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="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-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="s6-pass2" class="control-label">Confirm Password</label>
          <input type="password" class="form-control" id="s6-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="s6-postcode" class="control-label">Postcode</label>
          <input type="text" class="form-control" id="s6-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="s6-terms-wrapper">
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Terms" id="s6-register-terms" data-valid-required="true" data-valid="checkbox" value="true">
            <label for="s6-register-terms" class="control-label">I accept the <a href="#terms-conditions" target="_blank">Terms and Conditions</a></label>
          </div>
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Subscribe" id="s6-subscribe" data-valid="checkbox" value="true">
            <label for="s6-subscribe" class="control-label">Subscribe me to Sitchu emails</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="MdHcaUNIkgsUxXnB4giW1F_1AdsEfZ48mQQ27YkPdWPNZjR-LejJl95SdI8dIQwxubI0yvspu-Urz9NWmAyULosG82e6WzAesSg_F_vx9uI1">
  <fieldset>
    <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
    <input type="hidden" id="s6-action" name="s6-action" value="forgot">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-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-loader-holder">
          <div class="form-loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.forgot(this.form);" value="SEND">
          <p><a class="s6-panel-link" data-modal-action="close" href="#s6-signin">Cancel</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="pkKmGWZHHs96qLG9vRG6QoRLbX9tWS-_N2XYEQ5qZhfJSMorF89gxDQCmwR7vq1Xlfr22BWuli3XrHHZbb17DT5GcmZLezXGkvJ_JJcBRFM1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <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.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="HT3XMST_xAMaTylGyZHqScBMC5omZZ6vCPSgxmXz6hacDq1IxYgHps2Tfu0TuivTfl4ARCtkcOdKbkSdl9ia5uxZgn8EiVGbyY4Ag6H1ePE1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <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.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

Text Content

Sydney
 * Melbourne
 * Brisbane
 * Adelaide
 * Canberra
 * Perth
 * Tasmania


Sign in
Subscribe



 * Lifestyle
 * Eat & Drink
 * Destinations
 * Property
 * Suburb Guides
 * Magazine
 * Summer


EXPLORE

MELBOURNE
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Sydney
Melbourne
Brisbane
Adelaide
Canberra
Perth
Tasmania
 * Lifestyle
   SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
   SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
   BEAUTY
   The Best Facials in Sydney for the Ultimate Pamper Session
   WHAT'S ON
   Fun Date Ideas in Sydney That Are Guaranteed to Impress
   EXPERIENCES
   The Best Hikes In & Around Sydney to Tackle this Spring
   HEALTH & WELLNESS
   The Best Day Spas in Sydney for the Ultimate Pamper Session
    * VIEW ALL LIFESTYLE
    * BEAUTY
    * HEALTH & WELLNESS
    * FITNESS
    * FASHION
    * ARTS & CULTURE
    * WHAT'S ON
    * SHOPPING

 * Eat & Drink
   THE BEST NEW RESTAURANTS IN SYDNEY
   THE BEST NEW CAFES IN SYDNEY
   BARS
   The Best Happy Hours in Sydney for an After-Work Tipple
   RESTAURANTS
   The Most Romantic Restaurants in Sydney for an Intimate Date Night
   BARS
   Best New Bars in Sydney for Cocktails & Good Times
   CAFES
   Best Brunch in Sydney: Your List of Weekend Café Hangouts
    * VIEW ALL EAT & DRINK
    * RESTAURANTS
    * BARS
    * ENTERTAINING
    * RECIPES
    * CAFES

 * Destinations
   ROMANTIC GETAWAYS IN NSW
   THE BEST TINY CABINS TO BOOK IN NSW
   ACCOMMODATION
   The Best Large Group Accommodation in NSW for Your Next Getaway
   ACCOMMODATION
   The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
   ACCOMMODATION
   The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
   ACCOMMODATION
   The Best Farm Stays in NSW for an Unforgettable Country Escape
    * VIEW ALL DESTINATIONS
    * TRAVEL GUIDES
    * EXPERIENCES
    * ACCOMMODATION

 * Property
   THE EXPERT GUIDE TO SELLING YOUR HOME
   FIRST HOME BUYER TIPS
   THE SITCH
   How To Get a Home Loan in 5 Simple Steps
   THE SITCH
   How to Add Value to Your Home Without Breaking the Bank
   HOME DESIGN
   How To Harness the Power of Colour Psychology to Create Harmony in Your Home
   HOME DESIGN
   What’s New in Interiors: The Best New Homewares & Furniture in Australia to
   Buy this Month
    * VIEW ALL PROPERTY
    * THE SITCH
    * HOME SEARCH
    * HOME DESIGN
    * HOME TOURS
    * NEIGHBOURHOOD WATCH

 * Suburb Guides
 * Magazine
 * Summer
 * EXPLORE

 * Privacy Policy
 * Terms & Conditions
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

 * SIGN IN
 * SUBSCRIBE

 * 
 * 
 * 

 * 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
Subscribe me to Sitchu emails



FORGOTTEN YOUR PASSWORD?

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

Email
 


Cancel


UNLOCK SYDNEY'S HIDDEN GEMS

All the latest and greatest places to eat, drink, stay and play in your city.

Email
Postcode
 


By signing up, you agree to periodic email marketing from Sitchu to the email
address you provided. Terms and Conditions. Privacy Policy.
   
 * Sydney
 * Travel Guides
 * Adelaide to Perth Road Trip: The Awe-Inspiring Drive You Need to Take

Travel Guides



ADELAIDE TO PERTH ROAD TRIP: THE AWE-INSPIRING DRIVE YOU NEED TO TAKE

Who doesn’t love a road trip? Make it an epic one across the Nullarbor Plain
from Adelaide to Perth.


Gawler Ranges

You could certainly fly from Adelaide to Perth or take the iconic Indian Pacific
train but then you’d miss out on one of the most epic road trips of all time. In
fact, driving across the Nullarbor Plain at least once in your lifetime is an
Australian rite of passage.

Spanning over 2,700 kilometres, and depending on the route that you take, you
could make the drive comfortably in about four to five days, but we recommend
taking your time and immersing yourself in the landscape and characters you’ll
meet along the way.

Here are just a few highlights to expect on our Adelaide to Perth road trip
guide.


Adelaide (Image Credit: City of Adelaide)


ADELAIDE

Since award-winning restaurants line the streets, it’s unlikely you’ll ever
sample all the outstanding dishes on offer, not to mention the surrounding wine
regions such as McLaren Vale, the Barossa and Clare Valley.

You might enjoy reading our guide to Adelaide but if you’re short on time and
raring to get going on your Adelaide to Perth road trip, Adelaide’s East End
never disappoints for its range of dining options, boutiques, bars and
galleries. Get your steps in along the Rundle Street Mall and the Adelaide
Botanic Gardens or a dip at Brighton or Glenelg beaches before hitting the road.

Don’t miss: For a taste of South Australia, don’t miss the Adelaide Central
Market. Showcasing over 70 traders under one roof, it’s the perfect spot to
stock up for epic adventures.


Clare Valley (Photo credit: South Australian Tourism Commission & Harry Vick)


CLARE VALLEY

Let’s ease into this unforgettable road trip with a spot of wine tasting in the
Clare Valley where Riesling is the star of the show. From the oldest winery
Sevenhill Cellars to Pikes Wines, O’Leary Walker Wines, Jim Barry Wines or
Mitchell Wines, to name a few of the 40 cellar doors, grab your favourite labels
to keep you sustained along the way, responsibly of course. Enjoy lunch at the
Watervale Hotel, Bush DeVine Restaurant (at Paulett Wines) or Mr Mick Cellar
Door and Kitchen.

Stay: Since you’re in a premium wine region, it makes sense to stay among the
vines at a two-bedroom villa at Neagles Retreat Villas (from $340 per night),
preferably with a local drop-in hand on the deck overlooking vineyard vistas.




Whyalla (Photo credit: Victoria Kronsell)



WHYALLA

Situated on the eastern side of the Eyre Peninsula, Whyalla is a four-hour drive
from Adelaide. Boasting over 300 days of annual sunshine and visited by over
250,000 giant Australian cuttlefish each winter, it’s the only place on earth
you can snorkel with these alien-looking sea creatures. The quirky town is also
worth checking out for its unexpected Elvis Presley Museum and unique circular
jetty. Relax on the pebbled beach of Fitzgerald Bay, set against a backdrop of
the southern Flinders Ranges.

Explore: Between May and August and September and April, join Whyalla Diving
Services to swim with the giant Australian cuttlefish or stay dry onboard
Cutty’s glass bottom boat tours. 

Loving Our Guide to the Ultimate Adelaide to Perth Road Trip? You May Also
Like...
EXPERIENCES
Australian Road Trips to Put on Your Bucket List
WHAT'S ON
12 Free Things To Do in Adelaide When You’re On a Budget

Greenly Beach (Photo credit: City of Port Lincoln & Kingship Productions)


PORT LINCOLN

After spending all that time in the car, you deserve some adventure in Port
Lincoln, the unofficial capital of the Eyre Peninsula. Famed for adventure, the
wild coastline promises kayaking, surfing, stand-up paddleboarding, swimming
with sea lions and dolphins or take it up a notch with shark cage diving.

Or if sounds a bit too adventurous, head to the tip of the Lincoln National
Park, where you can drive onto the beach and spend the day frolicking among the
ridiculously blue water and kangaroos, if you’re lucky.

However, if the weather has other ideas, the Memory Cove Wilderness Protection
Area in the Lincoln National Park is home to rugged cliffs, birdlife, kangaroos,
dolphins and whales when in season. To see koalas in their natural habitat, head
to Mikkira Station. Don’t forget to check out our accommodation guide to Port
Lincoln.

Dine: You’re at the epicentre of seafood, so you can’t pass by Coffin Bay, about
20 minutes away, without sampling the region’s famous oysters at 1802 Oyster Bar
or Oyster HQ. Join a Coffin Bay oyster farm tour and then relax on the
pure-white sands on Almonta Beach in Coffin Bay National Park.


Mt Ive Station (Photo credit: South Australian Tourism Commission & Rob
Blackburn)


GAWLER RANGES NATIONAL PARK

Believed to have been formed over 1500 million years ago after a volcanic
eruption, the Gawler Ranges National Park is most famed for Kolay Mirica Falls
and the Organ Pipes, aptly named for its prism-like columns. Sprawling across
1600sqm, the Gawler Ranges are also home to kangaroos, dingos and echidnas
living among the diverse volcanic, basalt, salt lake and sand dune landscape.

You’ll probably pass through the township of Kimba, the gateway to the Gawler
Ranges and known for its creative community, so be sure to check the Workshop26
art district and the silos painted with artwork on a grand scale.

Stay: For an outback adventure, stay on a family-owned sheep station at Mt Ive
Station in the heart of the Gawler Ranges. They have a range of accommodation
options, including camping, dongas, shearer’s quarters, or self-contained huts.
While here, you’ll have private access to Lake Gairdner, a vast salt lake
sprawling for 150km.




Streaky Bay (Photo credit: Brooke Montgomerie)


STREAKY BAY

On the Eyre Peninsula’s wild west, Streaky Bay is wonderfully isolated and about
an eight-hour drive from Adelaide. Stretch your legs in town and follow the
Streaky Bay Historic walk and don’t miss the Powerhouse Museum and the Streaky
Bay Jetty. While in town, you will want to stock up for an unforgettable stay at
the Camel Beach House (from $390 per night). The Westall Way, Cape Bauer and
Point Labatt are three scenic drives to follow for vistas of the unique rock
formations, including Murphy’s Haystacks, the Granites, Whistling Rocks and
Smooth Point.

Stay: Set in the middle of a 250-acre conservation sanctuary, Camel Beach House
(from $390 per night) is the ultimate sustainable getaway in earthy luxury.
Recharge and connect with nature among the wildlife, home to Australian sea
lions, dolphins and migrating Southern Right Whales from May to October, set
against the soundtrack of the Southern Ocean’s crashing against your private
beach.



Image Credit: South Australia


CEDUNA

Ceduna is the last major town before hitting the Western Australian border.
Delve into the region’s culture on the Encounter Walking Trail and check out the
Aboriginal arts centre on the peninsula at Arts Ceduna, showcasing over 130
artists.

From May to October, witness migrating Southern Right Whales from the Head of
Bight, which is one of the best whale-watching spots in Australia and about
three-and-a-half hours west of Ceduna, or join a cruise for a closer vantage
point. Since you’re in the Nullarbor, one of the most remote places in the
country, there’s almost zero light pollution, so don’t forget to look up.

Stay: Enjoy an unforgettable stay at the iconic Nullarbor Roadhouse (from $173
per night), where you can dine on pub grub, explore the ancient limestone
Murrawijinie Caves and tee off from the Dingo’s Den on the world’s longest golf
course at the Nullarbor Links spanning 1365 kilometres.


Lake Ballard (Photo credit: Tourism Western Australia & @apertunity)


KALGOORLIE

One of the most direct ways from Adelaide to Perth is via the goldfields and
through the mining town of Kalgoorlie, built on the fortune of gold discovery in
the 1890s. While the historic town is definitely worth a visit, starting with
the Museum of the Goldfields, explore the ghost towns of Leonora and Gwalia and
the outdoor art gallery at Lake Ballard. Continue your golf game on the Nullabor
Links at the Par 4 Golden Mile at the Kalgoorlie Golf Club.

Visit: Kalgoorlie's Super Pit is one of the largest open-cut mines on earth and
the biggest gold mine in Australia, with 900,000 ounces of gold harvested each
year. 


Esperance (Image Credit: Esperance Chalet Village)


ESPERANCE

Located approximately 700km southeast of Perth, there’s no denying Esperance is
remote and has one of the most pristine environments in the country. You’ve
probably seen the promotional shot of kangaroos lounging on a snowy white beach
– that was taken along the 21km stretch of Lucky Bay, located within Cape Le
Grand National Park. Sandboarding down the dunes inspires fits of carefree
euphoria.

There’s no denying the mystery of Esperance Stonehenge, and built from locally
quarried pink granite, all 137 stones are arranged as an exact replica of the
original and are aligned with the winter and summer solstices. For vistas of the
iconic pink Lake Hillier, you’ll need to take to the skies for a flight over
Middle Island.

Stay: Head to Bandy Creek for self-contained comfort at the Esperance Chalet
Village (from $312 per night), the ideal location for setting off on adventures
and chilling out.


Valley of the Giants (Image Credit: Explore Parks WA)


ALBANY

Situated in Australia’s Great Southern Region, the coastal town of Albany has a
rich and fascinating history dating back to its dark whaling history at Albany’s
Historic Whaling Station. Albany is also home to charming heritage architecture
and the National ANZAC Centre overlooking the dramatic King George Sound,
honouring Australia’s and New Zealand’s war heroes. The Gap, in the Torndirrup
National Park, is one of the most formidable rock formations. Wine and food
lovers will adore exploring the town and region and a cosy stay at The Beach
House at Bayside (from $345 per night) boutique bed and breakfast is a must.

Don’t miss: On your way to Margaret River, don’t miss the 600-metre treetop walk
perched 40 metres above the forest floor at The Valley of the Giants. Add the
elephant rock formations at Elephant Rocks and Greens Pool in William Bay
National Park to your itinerary.



Image Credit: Margaret River Region & South West WA


MARGARET RIVER REGION

Spanning 120 kilometres of pristine coastline, rugged cliffs, idyllic beaches
and skyscraping forests, the Margaret River Region is most famous for hundreds
of cellar doors, restaurants, fresh produce outlets, breweries, cideries and
distilleries. Mix in its creative community of writers, artists, photographers
and musicians drawn to the landscape and a wide range of accommodation options.

It's no wonder the Margaret River Region is one of the most popular holiday
destinations, especially since Perth is only three hours away. Check out our
guide to the region for a taste of what to expect. 

Must do: Since over half of the region’s wineries have received a Halliday
rating, you can’t visit the region without a wine tasting. Follow the golden
triangle in Wilyabrup, between Gracetown and Cowaramup, as a starting point and
just see where the road takes you. Or follow our wine lover’s guide to the best
wineries in the Margaret River Region. 


Perth


PERTH

Congratulations! You’ve completed this epic road trip of a lifetime. So it’s
time to celebrate in the cosmopolitan capital of Western Australia. Check out
our Perth guide for a few ideas of where to dine, stay and play but if you’re
short on time, explore the city’s mix of eclectic and high-street fashion in the
heart of the city.

Then reconnect with nature at the Australian Botanic Gardens in Kings Park,
climb the Matagarup Bridge or stroll around Elizabeth Quay, where you could jump
on a ferry to East Perth or Fremantle. Northbridge, an inner-city suburb north
of the railway, brims with multi-cultural dining options, a range of small bars
and the Perth Cultural Centre.

Stay: Now you've officially finished your Adelaide to Perth road trip, treat
yourself with a stay in a heritage suite at COMO The Treasury (from $1195 per
night) in the restored State Buildings and a fancy dinner at Wildflower with
sweeping city vistas. However, if the budget doesn’t quite extend that far, the
refurbished Parmelia Hilton Perth (from $213 per night) in the heart of the CBD
offers excellent value and beautifully appointed rooms. 

Has our Adelaide to Perth road trip guide ignited your wanderlust? Plan a local
stay in Perth and one of these luxe hotels, or pay a visit to one of South
Australia's best wineries.

By Carmen Jenner

Posted 1 Nov 23

 * road trip
 * adelaide
 * driving
 * western australia





STAY IN THE LOOP

Subscribe
LOAD MORE ARTICLES


FOLLOW US

@sitchu.sydney

 * 
 * 
 * 
 * 




STAY IN THE LOOP

Subscribe
Most Popular
RESTAURANTS

Best New Restaurants in Sydney 2023
RESTAURANTS

Affordable Fine Dining Sydney: Fancy Food for Under $150
WHAT'S ON

What's On in Sydney: Your Ultimate Guide for January & Beyond
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
SHOPPING

The Sydney Markets You Need to Visit at Least Once
More On...
 * eat & drink
 * restaurant
 * lifestyle
 * interior design
 * home design
 * lunch
 * accommodation
 * recipe
 * entertaining at home
 * shop
 * cafe
 * dinner
 * property advice
 * experiences
 * bar


Most Popular
RESTAURANTS

Best New Restaurants in Sydney 2023
RESTAURANTS

Affordable Fine Dining Sydney: Fancy Food for Under $150
WHAT'S ON

What's On in Sydney: Your Ultimate Guide for January & Beyond
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
SHOPPING

The Sydney Markets You Need to Visit at Least Once


STAY CONNECTED

@sitchu.sydney


More On...
 * eat & drink
 * restaurant
 * lifestyle
 * interior design
 * home design
 * lunch
 * accommodation
 * recipe
 * entertaining at home
 * shop
 * cafe
 * dinner
 * property advice
 * experiences
 * bar


SEE THE LATEST FROM SITCHU

@sitchu.sydney

 * 
 * 
 * 
 * 


 * © Sitchu 2022
 * Privacy Policy
 * Terms & Conditions

 * 
 * 
 * 
 * 

 * THINGS TO DO
 * LIFESTYLE
 * EAT & DRINK
 * DESTINATIONS
 * PROPERTY
 * MAGAZINE
 * EXPLORE

 * SUBURB GUIDES
 * Sydney
 * Melbourne
 * Brisbane
 * Adelaide
 * Canberra
 * Perth

 * SITCHU
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

STAY IN THE LOOP
Email
Postcode
 



EXPLORE

MELBOURNE
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Back to top