top of page

Popular Packages & Availability

Book Your Home Inspection Current Availability

Click below to access the calendar below shows our current availability for home inspections. To book an appointment, simply select an open date and time that works for you. You can click the "Next" button to continue the scheduling process and confirm your inspection.

bottom of page
$w.onReady(function () { // Select all links with the data-testid="linkElement" const buttons = $w('a'); // Select all anchor tags buttons.forEach((button) => { // Check if the aria-label or innerText is "Schedule Now" if (button.getAttribute('aria-label') === 'Schedule Now' || button.label === 'Schedule Now') { // Attach an event handler for the click button.onClick(() => { gtag('event', 'schedule_tool_click', { 'link_url': button.href, // Capture the link URL dynamically 'button_text': 'Schedule Now' // Capture the button text }); }); } }); });