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)

The Pros and Cons of Buying a Fixer-Upper on the Big Island


The Big Island of Hawaii is known for its beautiful beaches, lush landscapes, and warm and welcoming culture. For many people, the idea of owning a piece of paradise is a dream come true. However, buying a home on the Big Island can be a daunting task, especially when it comes to fixer-upper properties. In this blog post, we will cover the pros and cons of buying a fixer-upper on the Big Island, so you can make an informed decision about whether this type of property is right for you.


Coffee shacks offer a feeling of nostalgia, and can be great fixer uppers

One of the biggest pros of buying a fixer-upper on the Big Island is the cost. Fixer-upper properties are typically priced lower than move-in ready homes, making them a great option for those on a budget. Additionally, fixer-upper properties often offer more square footage and land than newer homes, which can be a great option for those looking for more space.


Another pro of buying a fixer-upper on the Big Island is the opportunity to customize the property to your own tastes and preferences. When you buy a fixer-upper, you have the opportunity to make the property your own by making changes and upgrades that suit your needs and style. This can be a great opportunity to create a home that is truly unique and tailored to your specific needs and preferences.


However, there are also some cons to buying a fixer-upper on the Big Island. One of the biggest cons is the amount of work and expense that goes into making the property livable. Fixer-upper properties often require a significant amount of time, money, and effort to bring them up to code and make them livable. This can be a major undertaking, especially for those who are not handy or do not have the time or resources to take on a big project.


Sometimes a contractor is needed


Another con of buying a fixer-upper on the Big Island is the risk of hidden problems. When you buy a fixer-upper, you are buying a property "as is," which means that you are taking on all of the risks associated with the property, including any hidden problems that may not be immediately visible. This can include things like structural issues, electrical problems, or even pests. These hidden problems can be costly to fix and can cause major headaches for the new homeowner.


In addition, it is important to consider the local market and the location of the fixer-upper property. While some fixer-upper properties may be cheaper in certain areas of the island, it's important to make sure the area is safe and has good resale value. It's also important to consider the proximity to essential amenities like shopping, dining, and entertainment.


Try to remember to take plenty of before and after photos

Finally, it is important to work with a qualified and experienced real estate agent when buying a fixer-upper on the Big Island. A good agent will be able to guide you through the process and help you find the perfect property to fit your needs and budget. They can also help you negotiate the purchase price, and they can also help you find the right contractor to help you with the renovation process.


In conclusion, buying a fixer-upper on the Big Island can be a great opportunity for those looking for a property at a lower cost, who want to customize a property to their own tastes, and who are willing to take on a big project. However, it's also important to consider the cons, including the amount of work, expense, and risk involved in buying a fixer-upper. By weighing the pros and cons, you can make an informed decision about whether a fixer-upper on the Big Island is the right choice for you.

0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page