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

Submitted URL: https://sgdbs6pn.r.eu-west-1.awstrack.me/L0/https:%2F%2Fsitchu.com.au%2Fmelbourne%2Frestaurants%2Foyster-bars-melbourne%3Futm_campaign=si...
Effective URL: https://sitchu.com.au/melbourne/restaurants/oyster-bars-melbourne?utm_campaign=sitchu-melbourne-newsletter&utm_edition...
Submission: On January 23 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="nVZKVxMEdd8VUpR-MqMg-0YZ6Xvrpuw4a9k9vxhKCXV6JyXfyF0_Ip9NRUryROPqdHrNnSRfjHo0GaNja_1m5YXzHMcnAZPqRqPq3ZpoFvo1"> <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="bFACBm34zUt51etvMACsSANuVzthom_RTPmuowhMyBFbfrk5YRttZlh9VLBLg_Q3-lU4vuT9PqwgWdkF-gDAHDTz544zqYcIsvU0OXz-zlQ1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <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="kYTlh1V9eUp2puOYNYM91Qf4yoBccSYvtygR9BFDQEbWL7ODVati_JFEcDOjYhAhs_jaRyMeFPpfrvRFBW5ZeW0ootl7zj2o8vr0p_0H3vc1">
  <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="tizPJyBirVG3Odc7gm4GyEx7g-ZDcS2up3_B-yH-Z3VYjirXN5nsM97SkJzUuIGwjZwWavqIxY5eBHeM10J-oVDgkqBQMeO8GguvwMjnWz41"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <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="WVZl3AX5FNdC2O7Qg2piz8P7oknLWy787iSSFxikUpbli0PO3fkeTxQ0S1rOLTs5i6wq4aLPICelJWb9--q4xYdO7XE8cJ5s39mRTHfBhyI1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="melbourne">
  <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

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


Sign in
Subscribe



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


EXPLORE

SYDNEY
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
Melbourne
Sydney
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 MELBOURNE'S HIDDEN GEMS

The hottest new places to eat, drink, stay and play.

Email
Postcode
 


By signing up, you agree to periodic email marketing from Sitchu to the email
address you provided. Terms and Conditions. Privacy Policy.
   
 * Melbourne
 * Restaurants
 * 9 Spots to Savour & Slurp On The Finest Oysters in Melbourne

Restaurants



9 SPOTS TO SAVOUR & SLURP ON THE FINEST OYSTERS IN MELBOURNE

For a shucking good time, look no further than these oyster bars in Melbourne.


Hazel

There's never a bad time to enjoy this delectable bounty from the sea. Whether
you prefer them natural, dressed with a classic mignonette, or something more
daring, perhaps even cooked, here are the best places in Melbourne in which to
enjoy them. They're best paired with a glass or bottle of wine, in case you
needed any more incentive to make this your new weekend activity.

Are you ready? Go forth and slurp oysters in Melbourne in 3, 2, 1...


Claw & Tail


CLAW & TAIL - SEAFOOD & OYSTER BAR

Flock with the gulls to this excellent little kiosk in St Kilda. Claw & Tail is
the perfect summertime spot for indulging in a dozen oysters with friends and
family. Hit the beach, a tray of these freshly shucked, refreshing and juicy
morsels in one hand, luscious lobster roll in the other. 

20 Jacka Boulevard, St Kilda 


Hazel Melbourne


HAZEL 

The mellow, airy and beautiful Hazel is one of our favourite restaurants in
Melbourne's CBD - and for good reason. Every dish served up here has been
thoughtfully considered and gorgeously presented, with a strong focus on
sustainability and locally grown produce. There's a reason why the oysters on
the menu here are some of the best in the city too. Hazel carefully select each
and every producer they work with, valuing those who prioritise sustainable
methods, high animal welfare and time-honoured methods. So whether the oysters
are sourced from NSW's Wapengo Organic Rock Oysters or direct from a oyster farm
in Port Lincoln, South Australia, you can rest assured they'll be some of the
freshest, delectably salty fruits of the sea you'll ever eat. 

164 Flinders Lane, Melbourne 




Firebird



FIREBIRD

It's a big yes to grill-driven Vietnamese powerhouse, Firebird, where every
Saturday and Sunday diners can enjoy its Endless Lunch, which includes
bottomless grilled oysters served with green nuoc mam or fresh with burnt chilli
vinaigrette. Adding to the deliciousness are their bottomless frites with
lemongrass sate salt. The Endless Lunch also offers a flat pressed baguette with
black garlic relish, squid noodles with green papaya, charcoal, free-range
chicken and seasonal greens. Guests can make it more slurp-tastic with
bottomless booze for $35pp.

223 High Street, Windsor

Enjoying Our Guide to The Best Oysters in Melbourne? You'll Love...
RESTAURANTS
The Best French Restaurants in Melbourne
BARS
37 of The Best Wine Bars in Melbourne to Unleash Your Inner Sommelier

Pipi's Kiosk. Image credit: Carmen Zimmit


PIPI'S KIOSK

There's no better way to enjoy oysters than sitting beachside, and the perfect
spot is at Albert Park's Pipis Kiosk. Guests can take in the everchanging
bayside vista as they enjoy Sydney Rock oysters, served alongside a vibrant
rhubarb mignonette. Pipi's also has the perfect accompaniment, an Oyster
Martini! It's a crisp seaside delight served wet, using Never Never Oyster Shell
Gin, a dash of olive brine and Constance Fino orange bitters, and a sincere
expression of the Australian coastline.

129A Beaconsfield Parade, Albert Park


Omnia Bar & Bistro


OMNIA BAR & BISTRO

Craving a leisurely lunch? Omnia Bistro & Bar has fresh Gazander oysters
available with a classic mignonette dressing. Sourced from the esteemed
family-owned business in Little Douglas Bay, South Australia, these Pacific
oysters are a testament to Omnia's commitment to using only the freshest
produce. It's a swell destination for your next date night, not only for the
oysters on the menu (although hello aphrodisiac), but for its laidback but luxe
approach to dining. 

625 Chapel Street, South Yarra




Freyja


FREYJA

At Nordic restaurant Freyja, oysters are served with seasonal garnishes. This
month it's rhubarb and kosho, a condiment made from green chillies to add a
sour, salty and spicy zing to the beautifully fresh molluscs. We're big fans. 

427 Collins Street, Melbourne


Pearl Diver


PEARL DIVER 

Pearl Diver is a dynamic oyster bar and bistro in the heart of Melbourne’s
theatre precinct. Accompanying the incredible selection of seasonal oysters is a
full bistro menu paired with a concise and highly curated wine list. So if
you’re looking for a buzzy place to sit back and sip, slurp and savour some of
the best oysters in Melbourne, this is the place to do it. If there's a few of
you joining the party, we insist you order the oyster tower. The lobster
béchamel jaffle with bisque dip won't hurt, either!

56 Little Bourke Street, Melbourne


Pearl Chablis & Oyster Bar


PEARL CHABLIS & OYSTER BAR 

An intimate bar and dining space in Melbourne's bustling CBD, Pearl Chablis &
Oyster Bar is dedicated to nature’s perfect pairing. Head on in to this gorgeous
spot and enjoy the finest varieties of Chablis, paired with Australia’s freshest
oysters. It's a wine connoisseur’s dream, where you can peruse the largest
collection of Chablis in Australia, with over 500 wines from all over Chablis
and Burgundy.

Then it's onto our favourite oceanic delights; fresh, seasonal oysters sourced
sustainably from the best growers along the Oyster Coast of NSW. At Pearl,
they're served chilled, grilled or au natural - and shucked on demand!

108/200 Bourke Street, Melbourne 


HONORABLE MENTION FOR BEST OYSTERS IN MELBOURNE GOES TO...


Aptus Seafood


APTUS SEAFOODS

Since 1969, Aptus Seafoods has been serving up Melbourne with extraordinary
seafood. Owners Angelo and Petros, second-generation fishmongers, are now at the
helm and always happy to help with advice on the right type of fish for your
dish.

People come from far and wide to indulge in their freshly shucked oysters. Other
top selling products include Tasmanian salmon, cooked crayfish, fresh prawns and
sashimi grade tuna.

Angelo and Petro have also taken these shelled delights to the next level, with
the opening of The Oyster Bar. It boasts a daily selection of freshly shucked,
sustainable oysters, and is a boisterous little stall located in West Aisle
that's a must for any visitor to South Melbourne Market. In even better news -
it's so reasonably priced!

322-326 Coventry Street, South Melbourne 

Done savouring and slurping your way around the best oysters in Melbourne and
looking to escape to the coast for some more delightful seafood dining? Be sure
to check out our guide to Lakes Entrance, and to the best restaurants in the
Mornington Peninsula. 

By Kelsey Harrington

Posted 8 Nov 23





STAY IN THE LOOP

Subscribe
LOAD MORE ARTICLES


FOLLOW US

@sitchu.melbourne

 * 
 * 
 * 
 * 




STAY IN THE LOOP

Subscribe
Most Popular
WHAT'S ON

28 Cool Date Ideas in Melbourne That Are Guaranteed to Impress
RESTAURANTS

Essential Eats: 41 Must-Book Restaurants in Melbourne CBD
RESTAURANTS

Romantic Restaurants in Melbourne for the Perfect Date Night
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
BEAUTY

The Best Australian Skincare Brands that We're Loving Right Now
More On...
 * eat & drink
 * interior design
 * home design
 * recipe
 * entertaining at home
 * accommodation
 * lifestyle
 * shop
 * travel
 * property advice
 * property
 * architecture
 * home tour
 * experiences
 * beauty


Most Popular
WHAT'S ON

28 Cool Date Ideas in Melbourne That Are Guaranteed to Impress
RESTAURANTS

Essential Eats: 41 Must-Book Restaurants in Melbourne CBD
RESTAURANTS

Romantic Restaurants in Melbourne for the Perfect Date Night
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
BEAUTY

The Best Australian Skincare Brands that We're Loving Right Now


STAY CONNECTED

@sitchu.melbourne


More On...
 * eat & drink
 * interior design
 * home design
 * recipe
 * entertaining at home
 * accommodation
 * lifestyle
 * shop
 * travel
 * property advice
 * property
 * architecture
 * home tour
 * experiences
 * beauty


SEE THE LATEST FROM SITCHU

@sitchu.melbourne

 * 
 * 
 * 
 * 



 * © 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

SYDNEY
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