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)

Making a Difference: Renting Your Second Home in Kailua-Kona to Local Families


Kailua-Kona, located on the Big Island of Hawaii, is a popular tourist destination that attracts millions of visitors every year. But with the growing population and high demand for rental properties, many local families are feeling the pressure of the housing crunch. They are struggling to find affordable places to rent or purchase homes of their own. However, owning a second home in Kailua-Kona can provide a solution to this problem.


Relieving the Pressure of the Housing Crunch


By renting your second home in Kailua-Kona to local families, you can help to relieve some of the pressures felt by the housing crunch. You can provide an affordable and comfortable living space for families who are struggling to find a place to call home. By doing so, you can make a positive impact on the lives of local residents and contribute to the growth and stability of the community.


Providing Affordable Housing Options


One of the biggest challenges facing local families is the high cost of housing in Kailua-Kona. With the high demand for rental properties, many families are finding it difficult to find a place to rent that is both affordable and suitable for their needs. By renting your second home to local families, you can provide an affordable housing option that meets their needs and fits within their budget.


Generating Income while Making a Difference


In addition to making a positive impact on the lives of local residents, renting your second home to local families can also generate a steady stream of income. By doing so, you can offset the costs of owning a second home and earn passive income at the same time. With the potential for long-term rental income, owning a second home in Kailua-Kona can be a great investment that also makes a difference in the lives of local residents.




In conclusion, renting your second home in Kailua-Kona to local families can be a great way to make a difference and contribute to the growth and stability of the community. With the potential for long-term rental income and the benefits of providing affordable housing options, owning a second home in Kailua-Kona can be a great investment that provides both financial and personal rewards. So why not consider renting your second home in Kailua-Kona today and make a positive impact on the lives of local residents!

1 view0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page