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)

Thoughts on Purchasing Commercial Property

When it comes to buying commercial property on the Big Island of Hawaii, there are a variety of options to consider. Each area of the island offers its own unique benefits and challenges for those looking to invest in commercial real estate. In this article, we will take a closer look at some of the key areas to consider when buying commercial property on the Big Island, including Kailua Kona, Hilo, Waikoloa, and Puna.

Kailua Kona is a popular destination for tourists and locals alike, and is known for its beautiful beaches, shopping and dining options, and outdoor activities. As a result, it is a prime location for commercial properties such as hotels, restaurants, and retail shops. The area has a strong economy and is home to a number of businesses and organizations, making it an ideal location for those looking to invest in commercial real estate. However, it is also one of the more expensive areas on the island, and competition for commercial properties can be fierce.

Hilo is the largest city on the Big Island and is located on the eastern coast of the island. It is a popular destination for tourists and locals alike, and is known for its beautiful beaches, waterfalls, and botanical gardens. Hilo is also home to a number of businesses and organizations, making it an ideal location for those looking to invest in commercial real estate. However, it is also one of the more expensive areas on the island, and competition for commercial properties can be fierce.

Waikoloa is a popular tourist destination located on the western coast of the Big Island. It is known for its beautiful beaches, luxury resorts, and golf courses. Waikoloa is a prime location for commercial properties such as hotels, restaurants, and retail shops. The area has a strong economy and is home to a number of businesses and organizations, making it an ideal location for those looking to invest in commercial real estate. However, it is also one of the more expensive areas on the island, and competition for commercial properties can be fierce.

Puna is a less developed area on the Big Island and is located on the eastern coast of the island. It is known for its beautiful beaches, waterfalls, and botanical gardens. Puna is a prime location for commercial properties such as hotels, restaurants, and retail shops. However, it is also one of the more expensive areas on the island, and competition for commercial properties can be fierce.

When it comes to buying commercial property on the Big Island, there are a variety of options to consider. Each area of the island offers its own unique benefits and challenges for those looking to invest in commercial real estate. In general, the more developed areas such as Kailua Kona, Hilo, and Waikoloa tend to be more expensive and have more competition for commercial properties. However, they also tend to have stronger economies and more businesses and organizations, making them ideal locations for commercial real estate investments. On the other hand, less developed areas such as Puna may be less expensive and have less competition for commercial properties, but they also tend to have weaker economies and fewer businesses and organizations. Ultimately, the best location for your commercial real estate investment will depend on your specific needs and goals.

In conclusion, buying commercial property on the Big Island of Hawaii can be a great investment opportunity, but it is important to carefully consider the location and potential challenges before making a decision. Kailua Kona, Hilo, Waikoloa, and Puna are all great options, each with its own unique benefits and challenges. It is important to do thorough research, consult with a real estate agent and take into account your specific needs and goals before making any decision.



1 view0 comments
  • Facebook
  • Instagram
  • Yelp
bottom of page