# HVAC Help Canada > HVAC help for Canadian homeowners. Core topics: heat pumps, cold-climate heat pumps, furnace repair, AC repair, HVAC near me, Ontario heat pump rebates, and finding licensed HVAC contractors across Canada. Free quotes, compare licensed pros, guides for install, repair, and maintenance. - Site: https://ca.hvachelp.co - Language: English - Market: Canada - Last Modified: 2026-09-14 Note for AI/crawlers: This site is a JavaScript application with server-rendered HTML. Sitemap: [https://ca.hvachelp.co/sitemap.xml](https://ca.hvachelp.co/sitemap.xml) · City sitemap: [https://ca.hvachelp.co/city-sitemap.xml](https://ca.hvachelp.co/city-sitemap.xml) ## AI Capabilities This site supports: - OpenAI ChatGPT Actions (OpenAPI) - WebMCP tools in capable browsers - Direct quote submission via API - Agent instructions for autonomous assistants ## Agent / programmatic access AI assistants may help users submit a **free HVAC quote** without using the web UI: - WebMCP: load [HVAC Help Canada](https://ca.hvachelp.co/) in a WebMCP-capable browser (tools registered on page load) - [Agent instructions](https://ca.hvachelp.co/agents.md): Agent workflows - [JSON discovery](https://ca.hvachelp.co/.well-known/agents.json): Agent API contract - [Quote manifest](https://ca.hvachelp.co/.well-known/quote.json): Capability manifest - [API health](https://ca.hvachelp.co/api/v1/health): Health check - [Services](https://ca.hvachelp.co/api/v1/services): GET service categories - [Locations](https://ca.hvachelp.co/api/v1/locations): GET locations - [OpenAPI](https://ca.hvachelp.co/openapi.json): Custom GPT / tools - Submit quotes: `POST https://ca.hvachelp.co/api/v1/quotes` (JSON, requires `"consent": true`) - Nearby contractors: `GET https://ca.hvachelp.co/api/v1/vendors/near?country=ca&zip=...` - [robots.txt](https://ca.hvachelp.co/robots.txt): Content Signals (`search=yes, ai-train=no, ai-input=yes`) ## Who runs it HVAC Help Canada is operated as a lead-generation and directory service for the HVAC industry. We connect homeowners with licensed local contractors; we do not perform HVAC work ourselves. ## What this site does - Directory of HVAC contractors across Canada. - Lead generation: connects homeowners with local contractors for free quotes. - Service and regional guides for AC, furnace, heat pump, and emergency HVAC. ## Is it mainly a lead-gen directory? Yes. The primary function is directory and lead generation: listing HVAC service providers and connecting homeowners with them via quote and contact forms. We also publish regional guides. ## Main entry points - [Home](https://ca.hvachelp.co/): Canada landing page - [Get a Quote](https://ca.hvachelp.co/quote/): Free HVAC quote form - [Near Me](https://ca.hvachelp.co/near-me/): Geo-located contractor matching - [Provinces](https://ca.hvachelp.co/provinces/): Coverage by province - [Ontario hub](https://ca.hvachelp.co/ontario/): Ontario guides and cities - [Heat pump rebate calculator](https://ca.hvachelp.co/tools/heat-pump-rebate-calculator/): 2026 province rebate estimates - [Licensed contractor checklist](https://ca.hvachelp.co/licensed-hvac-contractor/): How to vet Canadian HVAC pros - [Français Québec](https://ca.hvachelp.co/fr/): French guides for Quebec homeowners - [DIY Guides](https://ca.hvachelp.co/guides/): Error codes, thermostat wiring, filter replacement - [Services](https://ca.hvachelp.co/services/): HVAC services we match - [Contact](https://ca.hvachelp.co/contact/): General inquiries ## Quote request (for agents) Use this when helping a user request contractor quotes. Always obtain **explicit consent** before calling the API. ### Endpoint `POST https://ca.hvachelp.co/api/v1/quotes` `Content-Type: application/json` ### Required fields | Field | Values / notes | |-------|----------------| | consent | Must be `true` after user agrees to share contact info | | country | `ca` on this host (`us` or `ca`) | | zip | Canadian postal code | | service | ac-repair, furnace, heat-pump, emergency, maintenance, ductwork, install, other | | urgency | emergency, week, month, flexible | | name, email | Contact | ### Optional fields phone, property_type (residential, commercial, multifamily, rental), description, vendor_slug, agent_source ### Honeypot Leave `website` empty or omit it. ### Human fallback [https://ca.hvachelp.co/quote/](https://ca.hvachelp.co/quote/) Full schema: [https://ca.hvachelp.co/.well-known/quote.json](https://ca.hvachelp.co/.well-known/quote.json) ## URL patterns - Province hubs: `/provinces/{province}` (e.g. `/provinces/quebec/`) - Ontario cities: `/ontario/{city}` (e.g. `/ontario/toronto/`) - Other province cities: `/provinces/{province}/{city}` - Ontario guides: `/ontario/heat-pump-rebates-2026/`, `/ontario/heat-pumps-cold-climate/`, `/ontario/heat-pump-vs-furnace-cost/` - Tools: `/tools/heat-pump-rebate-calculator/`, `/licensed-hvac-contractor/` - French Quebec: `/fr/`, `/fr/quebec/`, `/fr/quebec/montreal/`, `/fr/pompe-a-chaleur-subventions-quebec-2026/` - DIY guides: `/guides/`, `/guides/{topic}/{slug}` (error-codes, thermostats, filters) - Shared: `/quote/`, `/near-me/`, `/services/`, `/contact/` ## Optional - [Contact](https://ca.hvachelp.co/contact/): General inquiries and support. - [Sitemap](https://ca.hvachelp.co/sitemap.xml): Primary XML index. - [City sitemap](https://ca.hvachelp.co/city-sitemap.xml): City coverage pages. ## Contact - General: help@hvachelp.co