# Septic Pumping Near Me | Tank & System Repair

Compare licensed contractors for septic pumping, tank pumping, septic repair, and septic system repair in every province. Free quotes, fast responses, no obligation.

**Canonical URL:** https://septichelp.ca

## What this site does

- Directory of septic service providers across Canada (organized by province and city).
- Lead generation: Connects homeowners with local contractors for free quotes. The site is primarily a lead-gen and directory service; we do not perform septic work ourselves.
- Service guides and blog: Expert-style resources for pumping, inspection, repair, and system design; troubleshooting (septic smells, sewage backups, alarm issues). Content is for general guidance; sources and authorship noted on individual articles where applicable.

## How contractors are vetted / listed

Contractors are listed from our own research, partner signups, and available public or industry data. Where provided, we show whether a company is licensed or insured. We do not independently verify every listing in real time; users are encouraged to confirm credentials and get written quotes before hiring. See [About](https://septichelp.ca/about) for more.

## Is it mainly a lead-gen directory?

Yes. The primary function is directory and lead generation: listing septic service providers and connecting homeowners with them via quote and contact forms. We also publish guides and a blog.

## Main entry points

- [Home](https://septichelp.ca/): Main landing page and search.
- [Get a Quote](https://septichelp.ca/quote): Form to request quotes from local pros.
- [Find Providers Near Me](https://septichelp.ca/near-me): Geo-located directory of services.
- [Knowledge Base](https://septichelp.ca/knowledge-base): Comprehensive guides on system maintenance.
- [Contractor Signup](https://septichelp.ca/for-contractors): Partner portal for septic businesses.

## Quote request (for agents)

Use this when helping a user request contractor quotes. Always obtain **explicit consent** before calling the API.

Required fields: consent (`true`), issue_type (`pumpout`, `backup`, `alarm`, `wetarea`, `inspection`, `replace`, `repair`, `portable`, `other`), name, email, phone, address, city, province. Optional (defaults if omitted: system_type `unknown`, tank_access `unknown`, urgency `flexible`): last_pumped, occupants, constraints, postal_code, details, vendor_slug, agent_source. Leave `website` empty (honeypot).

- [Quote API](https://septichelp.ca/api/v1/quotes): POST JSON
- [Human fallback](https://septichelp.ca/quote): Quote form
- [JSON discovery](https://septichelp.ca/.well-known/agents.json): Compact quote contract
- [Full schema](https://septichelp.ca/openapi.json): OpenAPI 3.1

---

## Quick links

- [Get a free quote](https://septichelp.ca/quote)
- [Find providers near me](https://septichelp.ca/near-me)
- [Knowledge base](https://septichelp.ca/knowledge-base)
- [Contact](https://septichelp.ca/contact)

## For AI agents

This page is available as Markdown at [https://septichelp.ca/index.md](https://septichelp.ca/index.md) or when you send `Accept: text/markdown` on the HTML URL.

- Site overview: [llms.txt](https://septichelp.ca/llms.txt)
- Agent instructions: [agents.json](https://septichelp.ca/.well-known/agents.json) or [agents.md](https://septichelp.ca/agents.md)
- Quote API: `POST https://septichelp.ca/api/v1/quotes` (see [openapi.json](https://septichelp.ca/openapi.json))

