import {fetch} from 'wix-fetch'; function parseRetsXml(xml) { const parser = new DOMParser(); const xmlDoc = parser.parseFromString(xml, "text/xml"); const retsNode = xmlDoc.getElementsByTagName("RETS")[0]; const replyCode = retsNode.getAttribute("ReplyCode"); const replyText = retsNode.getAttribute("ReplyText"); const loginUrl = retsNode.getAttribute("Login"); const searchUrl = retsNode.getAttribute("Search"); return { replyCode, replyText, loginUrl, searchUrl }; } async function searchMLS(xml, query) { const retsInfo = parseRetsXml(xml); const response = await fetch(retsInfo.searchUrl, { method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `search=${encodeURIComponent(query)}` }); const results = await response.json(); return results; } const xml = ' Broker = MemberName = 79190-RETSIDX James T Morrison MetadataVersion = 8.09.00001 MinMetadataVersion = 8.09.00001 User = 547029,NULL,NULL,NULL Login = http://rets.hawaiiinformation.com:6103/rets/login Logout = http://rets.hawaiiinformation.com:6103/rets/logout Search = http://rets.hawaiiinformation.com:6103/rets/search GetMetadata = http://rets.hawaiiinformation.com:6103/rets/getMetadata GetObject = http://rets.hawaiiinformation.com:6103/rets/getObject Balance = 0.01 TimeoutSeconds = 1800 '; const query = 'property type:Residential'; searchMLS(xml, query).then(results => { console.log(results); });
top of page
  • Writer's pictureJames T. Morrison R(S)

TOP 5 Condos in Keauhou on the Big Island of Hawaii



When it comes to finding a condo in Keauhou, there are plenty of great options to choose from. Here are the top five condos in Keauhou, each offering its own unique set of features and benefits.



1. Keauhou Surf and Racquet Club

This is the number one choice for many people because of its variety of units and oceanfront location. The Keauhou Surf and Racquet Club features spacious units with modern amenities and stunning views of the ocean. Whether you're looking for a vacation home or a permanent residence, this is the perfect place to call home.



2. Kanaloa at Kona by Outrigger

This luxurious complex is situated in a prime location, surrounded by lush greenery and breathtaking ocean views. The condos at Kanaloa are spacious, modern, and designed with the latest in style and comfort.



3. Keauhou Palena

This is a great option for those looking for an affordable condo in Keauhou. Despite its affordability, Keauhou Palena is still packed with great amenities and features, including access to a pool, hot tub, and clubhouse.



4. Keauhou Akahi

This complex is known for its mature landscaping and cement construction. The units are spacious and modern, with beautiful views of the surrounding landscape. The complex also features a pool and hot tub for residents to enjoy.


5. Keauhou Country Club


This condo complex is situated in a quiet and peaceful location, surrounded by stunning views of the ocean. The community is tight-knit and friendly, making it a great choice for those who want to be a part of a close-knit community. The units are spacious and modern, with great views of the ocean.





Whether you're looking for a vacation home or a permanent residence, Keauhou has something for everyone. With its rich history, beautiful landscapes, and modern condos, it's no wonder that Keauhou is one of the most popular places to live on the Big Island of Hawaii.

0 views0 comments
  • Facebook
  • Instagram
  • Yelp
bottom of page