curiocity.africa Open in urlscan Pro
2606:4700:3033::6815:2964  Public Scan

Submitted URL: https://blackcity.africa/
Effective URL: https://curiocity.africa/
Submission: On March 13 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: booking_widgetPOST

<form method="post" action="" target="_blank" id="booking_widget" name="booking_widget">
  <div class="HotelLocations">
    <label class="label-title">Select Hotel:</label>
    <select name="location" id="hotel" class="pca" tabindex="3">
      <option selected="selected" disabled="disabled">Select A Hotel</option>
      <option disabled="disabled" class="optionGroup">CAPE TOWN</option>
      <option value="curiocity">CURIOCITY Green Point</option>
      <option value="TableView">SALT Boutique - Table View</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76328,76570,76571" <option value="TableView">SaltyCrax Backpackers - Table View</option> //If
      this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76607,76608,76609,76610,76611" <option disabled="disabled" class="optionGroup">JOHANNESBURG</option>
      <option value="curiocity-johannesburg">CURIOCITY Joburg</option>
      <option value="12-decades-art-hotel">12 Decades Art Hotel - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=31233,70503,31234,70513,70514,70515" <option value="12-decades-art-hotel">Fox
        Street Studios Penthouses - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=70504,71687,70507" <option value="12-decades-art-hotel">Urban Fox Penthouses - Maboneng</option> //If this
      option is selected, we need to add this to the end of the url: "&amp;roomTypes=80043" <!--							<option value="FARMHOUSE-fifty-eight">FARMHOUSE58 - Cradle Of Humankind</option> -->
    </select>
  </div>
  <div class="ArriveDateSelector">
    <label class="label-title">Check In: </label>
    <input id="startDate-en" name="dateStart" type="date" value="">
  </div>
  <div class="DepartureDateSelector">
    <label class="label-title">Check Out: </label>
    <input id="endDate-en" name="dateEnd" type="date" value="">
  </div>
  <script>
    function checkAvailability() {
      var sel = document.getElementById('hotel');
      var value = sel.options[sel.selectedIndex].value;
      var value_text = sel.options[sel.selectedIndex].innerText;
      var addition = "";
      console.log(value);
      if (value_text == 'SALT Boutique - Table View') {
        addition = "&roomTypes=76328,76570,76571"
      } else if (value_text == 'SaltyCrax Backpackers - Table View') {
        addition = "&roomTypes=76607,76608,76609,76610,76611"
      } else if (value_text == '12 Decades Art Hotel - Maboneng') {
        addition = "&roomTypes=31233,70503,31234,70513,70514,70515"
      } else if (value_text == 'Fox Street Studios Penthouses - Maboneng') {
        addition = "&roomTypes=70504,71687,70507"
      } else if (value_text == 'Urban Fox Penthouses - Maboneng') {
        addition = "&roomTypes=80043"
      }
      var url = "https:\/\/booking.roomraccoon.co.za\/" + value + "\/en\/?dateStart=" + document.getElementById("startDate-en").value + "&dateEnd=" + document.getElementById("endDate-en").value + addition;
      console.log('url', url);
      window.open(url, "_blank");
    }
    var date = new Date();
    var formatFixMonth, formatFixDay;
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var today = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    date.setDate(date.getDate() + 1);
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var tomorrow = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    document.getElementById("startDate-en").value = today;
    document.getElementById("endDate-en").value = tomorrow;
  </script>
  <button type="button" class="BookingFormButton" id="booking_btn" onclick="checkAvailability()">BOOK ONLINE </button>
</form>

Name: booking_widgetPOST

<form method="post" action="" target="_blank" id="booking_widget" name="booking_widget">
  <div class="HotelLocations">
    <label class="label-title">Select Hotel:</label>
    <select name="location" id="hotel-mobile" class="pca" tabindex="3">
      <option selected="selected" disabled="disabled">Select A Hotel</option>
      <option disabled="disabled" class="optionGroup">CAPE TOWN</option>
      <option value="curiocity">CURIOCITY Green Point</option>
      <option value="TableView">SALT Boutique - Table View</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76328,76570,76571" <option value="TableView">SaltyCrax Backpackers - Table View</option> //If
      this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76607,76608,76609,76610,76611" <option disabled="disabled" class="optionGroup">JOHANNESBURG</option>
      <option value="curiocity-johannesburg">CURIOCITY Joburg</option>
      <option value="12-decades-art-hotel">12 Decades Art Hotel - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=31233,70503,31234,70513,70514,70515" <option value="12-decades-art-hotel">Fox
        Street Studios Penthouses - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=70504,71687,70507" <option value="12-decades-art-hotel">Urban Fox Penthouses - Maboneng</option> //If this
      option is selected, we need to add this to the end of the url: "&amp;roomTypes=80043" <!--							<option value="FARMHOUSE-fifty-eight">FARMHOUSE58 - Cradle Of Humankind</option> -->
    </select>
  </div>
  <div class="ArriveDateSelector">
    <label class="label-title">Check In: </label>
    <input id="startDate-en-mobile" name="dateStart" type="date" value="">
  </div>
  <div class="DepartureDateSelector">
    <label class="label-title">Check Out: </label>
    <input id="endDate-en-mobile" name="dateEnd" type="date" value="">
  </div>
  <script>
    function checkAvailability1() {
      var sel = document.getElementById('hotel-mobile');
      var value1 = sel.options[sel.selectedIndex].value;
      var value_text1 = sel.options[sel.selectedIndex].innerText;
      var addition = "";
      console.log(value1);
      if (value_text1 == 'SALT Boutique - Table View') {
        addition = "&roomTypes=76328,76570,76571"
      } else if (value_text1 == 'SaltyCrax Backpackers - Table View') {
        addition = "&roomTypes=76607,76608,76609,76610,76611"
      } else if (value_text1 == '12 Decades Art Hotel - Maboneng') {
        addition = "&roomTypes=31233,70503,31234,70513,70514,70515"
      } else if (value_text1 == 'Fox Street Studios Penthouses - Maboneng') {
        addition = "&roomTypes=70504,71687,70507"
      } else if (value_text1 == 'Urban Fox Penthouses - Maboneng') {
        addition = "&roomTypes=80043"
      }
      var url = "https:\/\/booking.roomraccoon.co.za\/" + value1 + "\/en\/?dateStart=" + document.getElementById("startDate-en-mobile").value + "&dateEnd=" + document.getElementById("endDate-en-mobile").value + addition;
      console.log('url', url);
      window.open(url, "_blank");
    }
    var date = new Date();
    var formatFixMonth, formatFixDay;
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var today = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    date.setDate(date.getDate() + 1);
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var tomorrow = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    document.getElementById("startDate-en-mobile").value = today;
    document.getElementById("endDate-en-mobile").value = tomorrow;
  </script>
  <button type="button" class="BookingFormButton" id="booking_btn1" onclick="checkAvailability1()">BOOK ONLINE </button>
</form>

Name: booking_widgetPOST

<form method="post" action="" target="_blank" id="booking_widget" name="booking_widget">
  <div class="HotelLocations">
    <label class="label-title">Select Hotel:</label>
    <select name="location" id="hotel" class="pca" tabindex="3">
      <option selected="selected" disabled="disabled">Select A Hotel</option>
      <option disabled="disabled" class="optionGroup">CAPE TOWN</option>
      <option value="curiocity">CURIOCITY Green Point</option>
      <option value="TableView">SALT Boutique - Table View</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76328,76570,76571" <option value="TableView">SaltyCrax Backpackers - Table View</option> //If
      this option is selected, we need to add this to the end of the url: "&amp;roomTypes=76607,76608,76609,76610,76611" <option disabled="disabled" class="optionGroup">JOHANNESBURG</option>
      <option value="curiocity-johannesburg">CURIOCITY Joburg</option>
      <option value="12-decades-art-hotel">12 Decades Art Hotel - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=31233,70503,31234,70513,70514,70515" <option value="12-decades-art-hotel">Fox
        Street Studios Penthouses - Maboneng</option> //If this option is selected, we need to add this to the end of the url: "&amp;roomTypes=70504,71687,70507" <option value="12-decades-art-hotel">Urban Fox Penthouses - Maboneng</option> //If this
      option is selected, we need to add this to the end of the url: "&amp;roomTypes=80043" <!--							<option value="FARMHOUSE-fifty-eight">FARMHOUSE58 - Cradle Of Humankind</option> -->
    </select>
  </div>
  <div class="ArriveDateSelector">
    <label class="label-title">Check In: </label>
    <input id="startDate-en" name="dateStart" type="date" value="">
  </div>
  <div class="DepartureDateSelector">
    <label class="label-title">Check Out: </label>
    <input id="endDate-en" name="dateEnd" type="date" value="">
  </div>
  <script>
    function checkAvailability() {
      var sel = document.getElementById('hotel');
      var value = sel.options[sel.selectedIndex].value;
      var value_text = sel.options[sel.selectedIndex].innerText;
      var addition = "";
      console.log(value);
      if (value_text == 'SALT Boutique - Table View') {
        addition = "&roomTypes=76328,76570,76571"
      } else if (value_text == 'SaltyCrax Backpackers - Table View') {
        addition = "&roomTypes=76607,76608,76609,76610,76611"
      } else if (value_text == '12 Decades Art Hotel - Maboneng') {
        addition = "&roomTypes=31233,70503,31234,70513,70514,70515"
      } else if (value_text == 'Fox Street Studios Penthouses - Maboneng') {
        addition = "&roomTypes=70504,71687,70507"
      } else if (value_text == 'Urban Fox Penthouses - Maboneng') {
        addition = "&roomTypes=80043"
      }
      var url = "https:\/\/booking.roomraccoon.co.za\/" + value + "\/en\/?dateStart=" + document.getElementById("startDate-en").value + "&dateEnd=" + document.getElementById("endDate-en").value + addition;
      console.log('url', url);
      window.open(url, "_blank");
    }
    var date = new Date();
    var formatFixMonth, formatFixDay;
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var today = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    date.setDate(date.getDate() + 1);
    if (date.getMonth() < 9) {
      formatFixMonth = 0;
    } else {
      formatFixMonth = "";
    }
    if (date.getDate() < 9) {
      formatFixDay = 0;
    } else {
      formatFixDay = "";
    }
    var tomorrow = date.getFullYear() + "-" + formatFixMonth + (date.getMonth() + 1) + "-" + formatFixDay + date.getDate();
    document.getElementById("startDate-en").value = today;
    document.getElementById("endDate-en").value = tomorrow;
  </script>
  <button type="button" class="BookingFormButton" id="booking_btn" onclick="checkAvailability()">BOOK ONLINE </button>
</form>

Text Content

Skip to content
 * Our Vision
   * Who We Are
   * Partner With Us
 * Destinations
   * CAPE TOWN
   *   CURIOCITY Green Point
   *   SALT Boutique Table View
   *   SaltyCrax Backpackers Table View
   *   THE BIG Luxury Backpackers
   * JOHANNESBURG
   *   CURIOCITY Joburg
   *  12 DECADES ART HOTEL
   *   FOX STREET STUDIOS – Penthouses
   *   URBAN FOX – Penthouses
   *   Fishbird Villa – Kensington
 * Experiences
   * Cape Town Experiences
   * Joburg Experiences
   * Curious Road Trips
   * Curious Safaris
   * In-person / Virtual Immersions
 * Group Bookings
 * Deals  
   * Packages
   * Mid-Long Term Rentals
 * Connect

 * Our Vision
   * Who We Are
   * Partner With Us
 * Destinations
   * CAPE TOWN
   *   CURIOCITY Green Point
   *   SALT Boutique Table View
   *   SaltyCrax Backpackers Table View
   *   THE BIG Luxury Backpackers
   * JOHANNESBURG
   *   CURIOCITY Joburg
   *  12 DECADES ART HOTEL
   *   FOX STREET STUDIOS – Penthouses
   *   URBAN FOX – Penthouses
   *   Fishbird Villa – Kensington
 * Experiences
   * Cape Town Experiences
   * Joburg Experiences
   * Curious Road Trips
   * Curious Safaris
   * In-person / Virtual Immersions
 * Group Bookings
 * Deals  
   * Packages
   * Mid-Long Term Rentals
 * Connect

BOOK NOW
BOOK NOW
 * Our Vision
   * Who We Are
   * Partner With Us
 * Destinations
   * CAPE TOWN
   *   CURIOCITY Green Point
   *   SALT Boutique Table View
   *   SaltyCrax Backpackers Table View
   *   THE BIG Luxury Backpackers
   * JOHANNESBURG
   *   CURIOCITY Joburg
   *  12 DECADES ART HOTEL
   *   FOX STREET STUDIOS – Penthouses
   *   URBAN FOX – Penthouses
   *   Fishbird Villa – Kensington
 * Experiences
   * Cape Town Experiences
   * Joburg Experiences
   * Curious Road Trips
   * Curious Safaris
   * In-person / Virtual Immersions
 * Group Bookings
 * Deals  
   * Packages
   * Mid-Long Term Rentals
 * Connect

Menu
 * Our Vision
   * Who We Are
   * Partner With Us
 * Destinations
   * CAPE TOWN
   *   CURIOCITY Green Point
   *   SALT Boutique Table View
   *   SaltyCrax Backpackers Table View
   *   THE BIG Luxury Backpackers
   * JOHANNESBURG
   *   CURIOCITY Joburg
   *  12 DECADES ART HOTEL
   *   FOX STREET STUDIOS – Penthouses
   *   URBAN FOX – Penthouses
   *   Fishbird Villa – Kensington
 * Experiences
   * Cape Town Experiences
   * Joburg Experiences
   * Curious Road Trips
   * Curious Safaris
   * In-person / Virtual Immersions
 * Group Bookings
 * Deals  
   * Packages
   * Mid-Long Term Rentals
 * Connect

 * Our Vision
   * Who We Are
   * Partner With Us
 * Destinations
   * CAPE TOWN
   *   CURIOCITY Green Point
   *   SALT Boutique Table View
   *   SaltyCrax Backpackers Table View
   *   THE BIG Luxury Backpackers
   * JOHANNESBURG
   *   CURIOCITY Joburg
   *  12 DECADES ART HOTEL
   *   FOX STREET STUDIOS – Penthouses
   *   URBAN FOX – Penthouses
   *   Fishbird Villa – Kensington
 * Experiences
   * Cape Town Experiences
   * Joburg Experiences
   * Curious Road Trips
   * Curious Safaris
   * In-person / Virtual Immersions
 * Group Bookings
 * Deals  
   * Packages
   * Mid-Long Term Rentals
 * Connect


WELCOME TO CURIOCITY


A NETWORK OF HYBRID HOTELS, HOSTELS & TRAVEL EXPERIENCES. DESIGNED WITH STYLE &
SOUL FOR THE CURIOUS TRAVELER


JOIN US CELEBRATE A DECADE OF CURIOCITY


USE CODE CURIOCITEN FOR 10% DISCOUNT


Select Hotel: Select A Hotel CAPE TOWN CURIOCITY Green Point SALT Boutique -
Table View //If this option is selected, we need to add this to the end of the
url: "&roomTypes=76328,76570,76571" SaltyCrax Backpackers - Table View //If this
option is selected, we need to add this to the end of the url:
"&roomTypes=76607,76608,76609,76610,76611" JOHANNESBURG CURIOCITY Joburg 12
Decades Art Hotel - Maboneng //If this option is selected, we need to add this
to the end of the url: "&roomTypes=31233,70503,31234,70513,70514,70515" Fox
Street Studios Penthouses - Maboneng //If this option is selected, we need to
add this to the end of the url: "&roomTypes=70504,71687,70507" Urban Fox
Penthouses - Maboneng //If this option is selected, we need to add this to the
end of the url: "&roomTypes=80043"
Check In:
Check Out:
BOOK ONLINE


WHERE DO YOU WANT TO BELONG?

We’ve got room for every type of guest! From the backpacker traveller to the
solo digital nomad, group travellers or the c-suite executive wanting to
connect to culture…

←
→



LOCATIONS

Our hotels & hostels share an authentic experience of their city, connecting the
curious traveller to a place and its people.


JOHANNESBURG, MabonengFOX STREET STUDIOS - Luxury Penthouses

JOHANNESBURG, MabonengURBAN FOX - Luxury Penthouses

CAPE TOWN, TableviewBoutique Hotel & Backpackers

CAPE TOWN, Green PointApart-Hotel

JOHANNESBURG, MabonengCURIOCITY Joburg Backpackers

JOHANNESBURG, Maboneng12 Decades Art Hotel

JOHANNESBURG, MabonengFOX STREET STUDIOS - Luxury Penthouses

JOHANNESBURG, MabonengURBAN FOX - Luxury Penthouses

CAPE TOWN, TableviewBoutique Hotel & Backpackers

CAPE TOWN, Green PointApart-Hotel

JOHANNESBURG, MabonengCURIOCITY Joburg Backpackers

JOHANNESBURG, Maboneng12 Decades Art Hotel
Previous
Next
←
→

SURF IN AFRICA
Cape Town
BE A DIGITAL NOMAD IN CAPE TOWN
BOOK NOW
EXPLORE AUTHENTIC TRAVEL EXPERIENCES
Cape Town, Green Point
LOCAL GUIDED EXPERIENCES
LEARN MORE
CAPE TOWN, TABLEVIEW
NOW OPEN
LEARN MORE
DESIGN-LED ROOMS
LEARN MORE
LUXURY LIVING IN THE CITY
JOBURG PENTHOUSES
EXPLORE
HISTORICAL IMMERSIONS
SAFARI ROADTRIPS
EXPLORE
CURIOUS ROAD TRIPS ACROSS SOUTH AFRICA
LEARN MORE
SURF IN AFRICA
Cape Town
BE A DIGITAL NOMAD IN CAPE TOWN
BOOK NOW
EXPLORE AUTHENTIC TRAVEL EXPERIENCES
Cape Town, Green Point
LOCAL GUIDED EXPERIENCES
LEARN MORE
CAPE TOWN, TABLEVIEW
NOW OPEN
LEARN MORE
DESIGN-LED ROOMS
LEARN MORE
LUXURY LIVING IN THE CITY
JOBURG PENTHOUSES
EXPLORE
HISTORICAL IMMERSIONS
SAFARI ROADTRIPS
EXPLORE
CURIOUS ROAD TRIPS ACROSS SOUTH AFRICA
LEARN MORE
SURF IN AFRICA
Cape Town
BE A DIGITAL NOMAD IN CAPE TOWN
BOOK NOW
EXPLORE AUTHENTIC TRAVEL EXPERIENCES
Cape Town, Green Point
LOCAL GUIDED EXPERIENCES
LEARN MORE
CAPE TOWN, TABLEVIEW
NOW OPEN
LEARN MORE
DESIGN-LED ROOMS
LEARN MORE
LUXURY LIVING IN THE CITY
JOBURG PENTHOUSES
EXPLORE
HISTORICAL IMMERSIONS
SAFARI ROADTRIPS
EXPLORE
CURIOUS ROAD TRIPS ACROSS SOUTH AFRICA
LEARN MORE

Previous slide
Next slide




WHAT'S ON?


PADDING 50PX/45PX/40PX


MUSIC SESSIONS

Join us for locally inspired dinner and music. Make sure you arrive early to get
a good seat!
 * CURIOCITY, GREEN POINT
 * FRIDAYS


SUNDAY JAZZ

Join us every Sunday for Jazz nights at CURIOCITY Maboneng! Gather your mates,
grab a seat and connect over soulful music.
 * CURIOCITY, MABONENG
 * Sundays




EMBARK ON OUR JOURNEY

Newsletter Signup


PADDING 50PX/45PX/40PX


Select Hotel: Select A Hotel CAPE TOWN CURIOCITY Green Point SALT Boutique -
Table View //If this option is selected, we need to add this to the end of the
url: "&roomTypes=76328,76570,76571" SaltyCrax Backpackers - Table View //If this
option is selected, we need to add this to the end of the url:
"&roomTypes=76607,76608,76609,76610,76611" JOHANNESBURG CURIOCITY Joburg 12
Decades Art Hotel - Maboneng //If this option is selected, we need to add this
to the end of the url: "&roomTypes=31233,70503,31234,70513,70514,70515" Fox
Street Studios Penthouses - Maboneng //If this option is selected, we need to
add this to the end of the url: "&roomTypes=70504,71687,70507" Urban Fox
Penthouses - Maboneng //If this option is selected, we need to add this to the
end of the url: "&roomTypes=80043"
Check In:
Check Out:
BOOK ONLINE
Select Hotel: Select A Hotel CAPE TOWN CURIOCITY Green Point SALT Boutique -
Table View //If this option is selected, we need to add this to the end of the
url: "&roomTypes=76328,76570,76571" SaltyCrax Backpackers - Table View //If this
option is selected, we need to add this to the end of the url:
"&roomTypes=76607,76608,76609,76610,76611" JOHANNESBURG CURIOCITY Joburg 12
Decades Art Hotel - Maboneng //If this option is selected, we need to add this
to the end of the url: "&roomTypes=31233,70503,31234,70513,70514,70515" Fox
Street Studios Penthouses - Maboneng //If this option is selected, we need to
add this to the end of the url: "&roomTypes=70504,71687,70507" Urban Fox
Penthouses - Maboneng //If this option is selected, we need to add this to the
end of the url: "&roomTypes=80043"
Check In:
Check Out:
BOOK ONLINE

ABOUT US

Who We Are
Partner With Us
Careers
Sustainability

KEEP UPDATED

Media
Blog
Newsletter Signup
Newsletter Archives

INFO

Get In Touch
FAQs
T’s & C’s
Privacy Policy
Car Rental Discounts

FOLLOW US

 * Opens in a new tab
 * Opens in a new tab
 * Opens in a new tab
 * Opens in a new tab
 * Opens in a new tab


© 2013 - 2024 CURIOCITY.AFRICA

We use cookies to ensure that we give you the best experience on our website. If
you continue to use this site we will assume that you are happy with
it.OkPrivacy policy


CAPE TOWN


CURIOCITY


GREENPOINT


SALT BY CURIOCITY


TABLEVIEW


SALTYCRAX BACKPACKERS


TABLEVIEW


THE BIG LUXURY BACKPACKERS


GREENPOINT




JOHANNESBURG


CURIOCITY JOBURG


MABONENG


12 DECADES ART HOTEL


MABONENG


FOX STREET STUDIOS


MABONENG


URBAN FOX PENTHOUSES


MABONENG


FISHBIRD VILLA


KENSINGTON




CAPE TOWN


CURIOCITY


GREENPOINT


SALT BY CURIOCITY


TABLEVIEW


SALTYCRAX BACKPACKERS


TABLEVIEW


THE BIG LUXURY BACKPACKERS


GREENPOINT




JOHANNESBURG


CURIOCITY JOBURG


MABONENG


12 DECADES ART HOTEL


MABONENG


FOX STREET STUDIOS


MABONENG


URBAN FOX PENTHOUSES


MABONENG


FISHBIRD VILLA


KENSINGTON