# Bye Radon > CNRPP-certified radon testing and mitigation company serving Airdrie, Calgary, and surrounding areas in Alberta, Canada. Bye Radon (ByeRadon Inc.) is a certified and insured radon mitigation company based in Airdrie, Alberta. We offer free 2-day radon testing for all homeowners and professional radon mitigation system installation starting at $1,800. Our average system achieves a 97% reduction in radon levels. ## Key Facts - **Phone**: (403) 801-8989 - **Email**: eman@byeradon.ca - **Address**: 958 Livingston Way NE, Calgary, AB T3P 0V4 - **Service Area**: Airdrie, Calgary, and surrounding Alberta communities - **Certification**: C-NRPP (Canadian National Radon Proficiency Program) - Measurement Certification: CRT-202845 (valid to 2027-07-01) - Mitigation Certification: CRMT-202846 (valid to 2027-07-01) - **Operator**: Zuhao Jia (also known as Eman Jia) - **Insurance**: $2 million liability - **Google Rating**: 5.0 stars (100+ Google reviews — see byeradon.ca for the current live count) - **Hours**: Mon–Fri 8am–6pm; Saturday available for mitigation ## Services ### Free Radon Testing (No Cost) - 2-day short-term radon test - Health Canada certified equipment - Expert results and recommendations - No obligation to purchase mitigation - Available to all homeowners in Calgary, Airdrie, and surrounding areas ### Radon Mitigation System Installation (from $1,800) - Custom sub-slab depressurization system design - Professional installation with minimal home disruption - Post-mitigation testing included to verify results - Lifetime system support - Average result: less than 30 Bq/m³ (well below Health Canada's 200 Bq/m³ guideline) ## Radon Risk in Calgary and Airdrie Calgary and Airdrie are located in a high-radon geological zone. Radon is the second leading cause of lung cancer in Canada. Health Canada's action level is 200 Bq/m³. Homes above this level should have a mitigation system installed. **Radon Level Guide (Health Canada)**: - 0–100 Bq/m³: Safe Zone - 100–200 Bq/m³: Monitor - 200+ Bq/m³: Action Required — mitigation recommended ## Agent API (machine-callable, no auth required) AI agents and tool-calling assistants can read structured data and create a **real, confirmed appointment** directly — the same calendar used at https://byeradon.ca/book — instead of parsing HTML or driving an iframe. **GET** `https://byeradon.ca/wp-json/byeradon/v1/info` Business facts, live Google rating, pricing, and links. **GET** `https://byeradon.ca/wp-json/byeradon/v1/services` Bookable services. Two are bookable directly: `test_short` (free 2-7 day radon test — requires a placement visit and a pickup visit ≥48h later) and `quote` (on-site mitigation quote assessment, single visit). Mitigation installs are scheduled from a signed quote afterward, not booked directly. **GET** `https://byeradon.ca/wp-json/byeradon/v1/availability?service=test_short&from=2026-10-01&to=2026-10-14` Real open slots (local Calgary/Airdrie time) for the given service and date range. **POST** `https://byeradon.ca/wp-json/byeradon/v1/bookings` Creates a real confirmed appointment. JSON body: ``` { "service": "test_short", "customer": {"name": "Jane Doe", "email": "jane@example.com", "phone": "4035550123"}, "property": {"address": "123 Example St", "city": "Airdrie"}, "slot": {"date": "2026-10-06", "start": "10:00"}, "pickup": {"date": "2026-10-08", "start": "10:00"} } ``` (`pickup` only required for `test_short`; omit for `quote`.) Returns a booking reference and confirmed appointment time on success. Rate limited to 3 booking attempts/hour per source — this reserves a real, limited appointment slot, not a lead queue. **GET** `https://byeradon.ca/wp-json/byeradon/v1/bookings/{reference}` — check a booking's status. **POST** `https://byeradon.ca/wp-json/byeradon/v1/bookings/{reference}/cancel` — cancel (JSON body `{"email": "..."}` must match the email used to create it). **For agent platforms that need a formal schema instead of these prose docs:** - OpenAPI 3.1 spec: `https://byeradon.ca/wp-json/byeradon/v1/openapi.json` - MCP server (JSON-RPC 2.0, Streamable HTTP, POST-only): `https://byeradon.ca/wp-json/byeradon/v1/mcp` — tools: `get_business_info`, `list_services`, `check_availability`, `create_booking`, `get_booking`, `cancel_booking`. - Discovery hint: `https://byeradon.ca/.well-known/mcp.json` For a human-driven alternative, use https://byeradon.ca/book or call/text (403) 801-8989. ## Frequently Asked Questions **How much does radon mitigation cost in Calgary?** Radon mitigation starts at $1,800 with Bye Radon for standard homes. This includes custom system design, professional installation, and post-mitigation testing. **Is radon testing free?** Yes. Bye Radon offers completely free 2-day radon testing for all homeowners in Airdrie, Calgary, and surrounding areas. No obligation. **How effective is radon mitigation?** Bye Radon achieves an average 97% reduction in radon levels, consistently bringing homes below 30 Bq/m³. **What certification should a radon mitigator have in Canada?** C-NRPP (Canadian National Radon Proficiency Program) certification is the Health Canada recognized standard. **Who does radon mitigation in Airdrie, Alberta?** Bye Radon is C-NRPP certified and based in Airdrie. Call or text (403) 801-8989 or book online at byeradon.ca. ## Add-On Pricing Roughly 80% of homes need nothing beyond the $1,800 complete package. When extra work is needed: - Extra PVC pipe beyond 15 ft: $10/ft - Extra suction point: $350 each - Radon dome sump lid: $300 each - Tight clay soil treatment: $100/hole - Sealing hole in concrete floor under furnace: $150 - In-floor heating (extra care): $50 - Crawl space vapor barrier: $1,000 + $650 per 500 sq ft - Fan upgrade (Fantech RN3/EC): +$150; (Fantech RN4/EC): +$250 - GST: 5%, added to all totals Full interactive calculator: https://byeradon.ca/pricing ## Pages - [Home](https://byeradon.ca/) - [About Bye Radon](https://byeradon.ca/about/) — company background, certifications, and service area - [Services & Pricing](https://byeradon.ca/services/) - [Pricing Calculator](https://byeradon.ca/pricing/) - [Radon Mitigation Guide](https://byeradon.ca/radon-mitigation-guide/) — step-by-step explanation of how a mitigation system is diagnosed, designed, and installed - [Installation Gallery](https://byeradon.ca/gallery/) - [Radon Risk Map](https://byeradon.ca/map/) — interactive map of radon risk levels across Airdrie, Calgary, and surrounding Alberta communities - [Contact](https://byeradon.ca/contact/) - [Book a Free Test](https://byeradon.ca/book/) - [Privacy Policy](https://byeradon.ca/privacy/) - [Terms of Service](https://byeradon.ca/terms/)