top of page

Now Offering Sewer Scope Inspections

  • Writer: Cosmic Property Inspections
    Cosmic Property Inspections
  • 1 day ago
  • 1 min read

Sewer view from a camera

Cosmic Property Inspections now offers sewer scope inspections as an add-on service for homebuyers who want a closer look at the accessible main sewer line before closing.


A standard home inspection provides valuable information about visible and accessible plumbing components, but the main sewer line is buried underground. A sewer scope inspection gives buyers added insight into this hidden part of the plumbing system.


This service can help identify visible concerns such as root intrusion, blockages, damaged piping, standing water, or drainage restrictions.


A sewer scope inspection may be especially helpful for older homes, homes with mature trees, properties with past drainage concerns, or buyers who want added peace of mind before purchase.


Ask about adding a sewer scope inspection when scheduling your home 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 }); }); } }); });