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)

5 Tips to Help you Reach your Goal of Buying in Hawaii


The Big Island of Hawaii is a truly special place, with its stunning natural beauty, warm tropical climate, and endless opportunities for adventure and relaxation. If you've always dreamed of buying a house on this paradise island, it's important to take the time to plan and prepare for your purchase. Here are a few tips to help you achieve your goal of owning a piece of the Big Island.


Buying a house can be a wonderful experience

1. Research the market

Before you start looking for a house, it's essential to have a good understanding of the real estate market on the Big Island. This will help you get a sense of what types of properties are available, what prices you can expect to pay, and what areas are the most desirable. You can research online, or talk to a local realtor who can provide you with up-to-date information on the market.

2. Get pre-approved for a mortgage

One of the biggest obstacles to buying a house is coming up with the down payment and closing costs. This is why it's important to get pre-approved for a mortgage before you start looking for a house. This will give you a better idea of how much you can afford to spend, and will also make you a more attractive candidate to sellers.



Speaking with a Mortgage Broker can help you understand getting a home loan


3. Choose the right realtor

When it comes to buying a house on the Big Island, choosing the right realtor is crucial. A good realtor will have a deep understanding of the local market, and will be able to help you find the perfect property that meets your needs and budget. They will also be able to guide you through the buying process, and will be able to answer any questions you may have.


4. Be prepared to act quickly

The real estate market on the Big Island can be very competitive, so it's important to be prepared to act quickly when you find a property that you're interested in. This means having your financing in place, and being ready to make an offer as soon as you find a property that you love.



Read-Up on the current market so you'll b ready to jump when needed

5. Be patient

Buying a house on the Big Island can be a long and challenging process, but it's important to be patient and stay focused on your goal. With the right realtor by your side, you'll be able to find the perfect property and make your dream of owning a piece of the Big Island a reality.


In conclusion, buying a house on the Big Island of Hawaii can be a dream come true, but it's important to plan and prepare for your purchase. Researching the market, getting pre-approved for a mortgage, choosing the right realtor, being prepared to act quickly, and being patient are all key to achieving your goal. Remember that the right realtor can make all the difference in helping you find the perfect property and guiding you through the buying process. So if you're serious about owning a house on the Big Island, take the time to find a realtor you can trust and work with them to make your dream a reality.




0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page