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
keauhou-real-estate-big-island.jpg

Keauhou

Keauhou on the Big Island is a vibrant community steeped in history, with a rich cultural heritage and stunning natural beauty. The area boasts a popular shopping center and many luxurious condos, as well as a variety of other housing options. Surrounded by breathtaking ocean views and lush green landscapes, Keauhou is a prime location for outdoor activities and a true Hawaiian living experience. Whether you're seeking a vacation home or a permanent residence, Keauhou offers a fantastic opportunity to immerse yourself in the beauty and culture of the Big Island.

Discover the rich history of Keauhou on the Big Island of Hawaii, where ancient Hawaiian royalty and commerce once thrived. Immerse yourself in the cultural heritage of Keauhou, home to ancient Hawaiian temples and petroglyphs, and celebrate the unique history and traditions of the Big Island through cultural events and festivals.

Find your dream home in Keauhou, where single-family homes range from cozy cottages to spacious estates with breathtaking ocean views. Enjoy the serene and peaceful living environment surrounded by lush green landscapes and natural beauty, with large lots providing ample outdoor space and privacy. Conveniently located near shopping, dining, and recreational options, Keauhou is in high demand for both vacation homes and permanent residences.

Low-maintenance living awaits in Keauhou's vibrant condo market, offering options from studios to multi-bedroom units with modern amenities and stylish designs. Enjoy stunning views of the ocean and surrounding landscapes from your condo, and take advantage of the convenient access to shopping, dining, and recreational options. With a tight-knit community feel and close relationships with neighbors, Keauhou is a popular choice for second-home owners and those seeking a comfortable lifestyle.

  • Facebook
  • Instagram
  • Yelp
bottom of page