www.toyota.ca
Open in
urlscan Pro
207.236.211.179
Public Scan
Submitted URL: http://toyota.ca/
Effective URL: https://www.toyota.ca/toyota/en/
Submission: On March 28 via api from US — Scanned from CA
Effective URL: https://www.toyota.ca/toyota/en/
Submission: On March 28 via api from US — Scanned from CA
Form analysis
5 forms found in the DOMName: search —
<form name="search" id="header-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
<div class="search-container">
<!-- ngIf: focusOutside -->
<!-- ngIf: !focusOutside --><span id="header-search-icon" class="chrome-search-glass span ng-scope" data-ng-if="!focusOutside"></span><!-- end ngIf: !focusOutside -->
<input id="header-search-input" name="header-search" autocomplete="off" aria-label="Search toyota.ca" placeholder="Search toyota.ca" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
</div>
<button type="submit" name="header-search-submit" class="primary-cta blue hide-on-small" id="header-search-submit" aria-label="Search">Search</button>
<button type="button" name="header-search-cancel" class="hide-on-small" id="header-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
<!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
<button type="submit" name="header-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="header-search-submit-tablet">Search</button>
<button type="button" name="header-search-cancel-tablet" class="hide-on-large hide-on-medium" id="header-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>
Name: search —
<form name="search" id="header-desk-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
<div class="search-container">
<!-- ngIf: focusOutside --><button id="header-desk-search-btn" aria-label="Search" data-ng-click="focus(true)" data-ng-if="focusOutside" data-ng-mouseover="glassIconHover = true" data-ng-mouseleave="glassIconHover = false"
data-ng-focus="glassIconFocus = true" data-ng-blur="glassIconFocus = false" class="ng-scope">
<span id="header-desk-search-icon" class="chrome-search-glass btn" data-ng-class="{ 'chrome-search-glass-blue': glassIconHover || glassIconFocus, 'chrome-search-glass': !glassIconHover && !glassIconFocus }">
</span>
</button><!-- end ngIf: focusOutside -->
<!-- ngIf: !focusOutside -->
<input id="header-desk-search-input" name="header-desk-search" autocomplete="off" aria-label="Search toyota.ca" placeholder="Search toyota.ca" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
</div>
<button type="submit" name="header-desk-search-submit" class="primary-cta blue hide-on-small" id="header-desk-search-submit" aria-label="Search">Search</button>
<button type="button" name="header-desk-search-cancel" class="hide-on-small" id="header-desk-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
<!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
<button type="submit" name="header-desk-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="header-desk-search-submit-tablet">Search</button>
<button type="button" name="header-desk-search-cancel-tablet" class="hide-on-large hide-on-medium" id="header-desk-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>
<form id="dealer-search-methods" class="search-methods ng-pristine ng-valid" data-ng-class="{'methods-active': findDealerState.search == 'start' || findDealerState.newSearch}" data-ng-submit="findDealer.search( findDealerState.searchMethod )"
novalidate="" aria-hidden="true">
<div id="dealer-search-select-container" class="select transition-none">
<label class="sr-hidden" aria-hidden="true" for="search-method-selector">To locate a Toyota Canada Dealer<!-- ngIf: findDealerState.presetService -->, enter a Postal Code, Province, City or Dealer Name:</label>
<select id="search-method-selector" data-ng-model="findDealerState.searchMethod" data-ng-change="findDealerState.clearErrorAndInput()" style="transition:none !important" class="ng-pristine ng-untouched ng-valid ng-not-empty" aria-invalid="false">
<option value="postal" selected="selected">Search by Postal Code</option>
<option value="city">Search by City</option>
<option value="province">Search by Province</option>
<option value="name">Search by Dealership Name</option>
</select>
</div>
<label class="sr-hidden" aria-hidden="true" for="search-by-postal-code">Enter a Postal Code</label>
<!-- ngIf: findDealerState.searchMethod == 'postal' --><input type="text" id="search-by-postal-code" placeholder="Enter a Postal Code" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty"
data-ng-if="findDealerState.searchMethod == 'postal' " data-tci-focus="" data-tci-focus-expr="findDealerState.search == 'start' && findDealerState.navState == 'active' && findDealerState.domReady == true"
data-ng-model="findDealer.searchValObj.postal" aria-hidden="false" aria-invalid="false"><!-- end ngIf: findDealerState.searchMethod == 'postal' -->
<label class="sr-hidden" aria-hidden="true" for="search-by-city">Enter a City name</label>
<input type="text" id="search-by-city" placeholder="Enter a City name" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-hide" autocomplete="off" data-ng-keyup="onKeyUp($event)"
data-ng-show="findDealerState.searchMethod == 'city'" data-ng-change="findDealer.actions.onCityInputChange(findDealer.searchValObj.city)" data-ng-model="findDealer.searchValObj.city" data-tci-focus=""
data-tci-focus-expr="findDealerState.search == 'start' && findDealerState.navState == 'active' && findDealerState.domReady == true" aria-hidden="true" aria-invalid="false">
<!-- ngIf: findDealerState.searchMethod == 'city' && citySuggestions && citySuggestions.length > 0 -->
<!-- ngIf: findDealerState.searchMethod == 'province' -->
<label class="sr-hidden" aria-hidden="true" for="search-by-dealer-name">Enter a Dealer name</label>
<input type="text" id="search-by-dealer-name" placeholder="Enter a Dealer name" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-hide" autocomplete="off"
data-ng-change="findDealer.actions.onDealerNameInputChange(findDealer.searchValObj.name)" data-ng-model="findDealer.searchValObj.name" data-ng-show="findDealerState.searchMethod == 'name'" data-ng-keyup="onKeyUp($event)" data-tci-focus=""
data-tci-focus-expr="findDealerState.search == 'start' && findDealerState.navState == 'active' && findDealerState.domReady == true" aria-hidden="true" aria-invalid="false">
<!-- ngIf: findDealerState.searchMethod == 'name' && dealerSuggestions && dealerSuggestions.length > 0 -->
<!-- ngIf: findDealerState.error == true && formError -->
<button type="submit" id="dealer-search-find" class="primary-cta blue" name="dealer-search-find" title="Find dealer"> Find </button>
<button data-tci-dealer-chat="" data-tci-dealer-chat-dealer-code="" data-tci-dealer-chat-series-code="" data-tci-dealer-chat-model-code="" data-tci-dealer-chat-year="" type="button"
class="find-dealer-cta link-appearance dealer-chat-cta ng-isolate-scope" data-tci-ga-inbound="" data-tci-ga-inbound-category="Dealer" data-tci-ga-inbound-label="find_dealer_chat" data-tci-ga-inbound-action="Click"> Chat with a Dealer<svg
class="svg-arrow-container right link-arrow" role="img" aria-hidden="true" color-interpolation="auto" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-rendering="auto" x="0px" y="0px" viewBox="-157 170.1 83.5 61.9"
version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="enable-background:new -157 170.1 83.5 61.9;">
<path role="presentation" class="st3 svg-arrow" d="M-77.2,204.8l-30.2-30.8c-0.3-0.3-0.5-0.6-0.8-0.9l-0.3-0.3c-3-2.9-7.5-3.5-11-1.7l0,0
c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.3,0.2-0.4,0.2l-0.1,0.1c-0.5,0.3-0.9,0.7-1.3,1.1l-0.4,0.3c-0.2,0.2-0.3,0.3-0.5,0.5
l-30.6,31.1c-3.7,3.7-3.6,9.8,0.1,13.4l0.3,0.3c3.7,3.7,9.8,3.6,13.4-0.1l24.3-24.5l24.2,24.6c3.7,3.7,9.7,3.8,13.4,0.1l0.3-0.3
C-73.6,214.5-73.5,208.5-77.2,204.8z">
</path>
</svg>
</button> <a href="https://toyotacertifiedshop.ca" class="find-collision-centre ng-scope" data-tci-external-link="" data-tci-external-link-href="https://toyotacertifiedshop.ca"> Find a Toyota Certified <span class="nowrap">Collision Centre<svg class="svg-arrow-container right link-arrow" role="img" aria-hidden="true" color-interpolation="auto" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-rendering="auto" x="0px" y="0px" viewBox="-157 170.1 83.5 61.9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="enable-background:new -157 170.1 83.5 61.9;">
<path role="presentation" class="st3 svg-arrow" d="M-77.2,204.8l-30.2-30.8c-0.3-0.3-0.5-0.6-0.8-0.9l-0.3-0.3c-3-2.9-7.5-3.5-11-1.7l0,0
c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.3,0.2-0.4,0.2l-0.1,0.1c-0.5,0.3-0.9,0.7-1.3,1.1l-0.4,0.3c-0.2,0.2-0.3,0.3-0.5,0.5
l-30.6,31.1c-3.7,3.7-3.6,9.8,0.1,13.4l0.3,0.3c3.7,3.7,9.8,3.6,13.4-0.1l24.3-24.5l24.2,24.6c3.7,3.7,9.7,3.8,13.4,0.1l0.3-0.3
C-73.6,214.5-73.5,208.5-77.2,204.8z">
</path>
</svg></span>
</a>
<!-- ngIf: findDealerState.newSearch -->
</form>
POST https://www.toyota.ca/toyota/en/register-for-updates
<form id="email-input-container-form" target="_blank" action="https://www.toyota.ca/toyota/en/register-for-updates" method="POST" class="ng-pristine ng-valid">
<label for="rfu_email" class="sr-hidden" aria-hidden="true">Please enter your email address</label>
<input id="rfu_email" name="ru_email" class="email-input-container" placeholder="Please enter your email address" type="email" aria-label="Please enter your email address">
<button id="email-input-container-form-button" class="secondary-cta white" type="submit" aria-label="Continue to Register for Email Updates">Continue</button>
</form>
Name: search —
<form name="search" id="footer-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
<div class="search-container">
<!-- ngIf: focusOutside -->
<!-- ngIf: !focusOutside --><span id="footer-search-icon" class="chrome-search-glass span ng-scope" data-ng-if="!focusOutside"></span><!-- end ngIf: !focusOutside -->
<input id="footer-search-input" name="footer-search" autocomplete="off" aria-label="Search toyota.ca" placeholder="Search toyota.ca" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
</div>
<button type="submit" name="footer-search-submit" class="primary-cta blue hide-on-small" id="footer-search-submit" aria-label="Search">Search</button>
<button type="button" name="footer-search-cancel" class="hide-on-small" id="footer-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
<!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
<button type="submit" name="footer-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="footer-search-submit-tablet">Search</button>
<button type="button" name="footer-search-cancel-tablet" class="hide-on-large hide-on-medium" id="footer-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>
Text Content
Select a Province & Language The province you select allows us to calculate a MSRP based estimated price for your vehicle. The province you select allows us to calculate an estimated price for your vehicle which includes Freight & PDI of $1,720-$1,890, Air Conditioning Charge of $100 if applicable and Dealer Fees of up to $399. Select Your Province Alberta British Columbia Manitoba New Brunswick Newfoundland and Labrador Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec Saskatchewan Yukon Select Your Language English Français ApplyContinue Please click "Apply" to update your preferences Entrance to this website assumes you have read and agree to these Legal Terms and Conditions and the Privacy Policy. Skip to Content TOYOTA TOYOTA CANADA - NEW CARS, PICKUP TRUCKS, SUVS, HYBRIDS AND CROSSOVERS Vehicles Vehicles All Cars Electrified SUVs & Minivans Trucks Future Vehicles Pre-Owned Fleet GR86 * Explore * Build & Price GR SUPRA * Explore * Build & Price Hybrid PRIUS * Explore * Build & Price Plug-In Hybrid PRIUS PRIME * Explore * Build & Price COROLLA HATCHBACK * Explore * Build & Price Hybrid Available COROLLA * Explore * Build & Price Hybrid Available CAMRY * Explore * Build & Price Fuel Cell Electric MIRAI * Explore * Build & Price C-HR * Explore * Build & Price COROLLA CROSS * Explore * Build & Price Hybrid Available RAV4 * Explore * Build & Price Plug-In Hybrid RAV4 PRIME * Explore * Build & Price Hybrid VENZA * Explore * Build & Price Hybrid Available HIGHLANDER * Explore * Build & Price 4RUNNER * Explore * Build & Price SEQUOIA * Explore * Build & Price Hybrid SIENNA * Explore * Build & Price TACOMA * Explore * Build & Price TUNDRA * Explore * Build & Price CARS Discover Toyota Cars * Learn More GR86 * Explore * Build & Price GR SUPRA * Explore * Build & Price Hybrid PRIUS * Explore * Build & Price Plug-In Hybrid PRIUS PRIME * Explore * Build & Price COROLLA HATCHBACK * Explore * Build & Price Hybrid Available COROLLA * Explore * Build & Price Hybrid Available CAMRY * Explore * Build & Price Fuel Cell Electric MIRAI * Explore * Build & Price ELECTRIFIED Discover Electrified Vehicles * Learn More Hybrid PRIUS * Explore * Build & Price Plug-In Hybrid PRIUS PRIME * Explore * Build & Price Hybrid Available COROLLA * Explore * Build & Price Hybrid Available CAMRY * Explore * Build & Price Fuel Cell Electric MIRAI * Explore * Build & Price Hybrid Available RAV4 * Explore * Build & Price Plug-In Hybrid RAV4 PRIME * Explore * Build & Price Hybrid VENZA * Explore * Build & Price Hybrid Available HIGHLANDER * Explore * Build & Price Hybrid SIENNA * Explore * Build & Price SUVS & MINIVANS Discover Toyota SUVs * Learn More C-HR * Explore * Build & Price COROLLA CROSS * Explore * Build & Price Hybrid Available RAV4 * Explore * Build & Price Plug-In Hybrid RAV4 PRIME * Explore * Build & Price Hybrid VENZA * Explore * Build & Price Hybrid Available HIGHLANDER * Explore * Build & Price 4RUNNER * Explore * Build & Price SEQUOIA * Explore * Build & Price Hybrid SIENNA * Explore * Build & Price TRUCKS Discover Toyota Trucks * Learn More TACOMA * Explore * Build & Price TUNDRA * Explore * Build & Price FUTURE VEHICLES Discover Toyota Concepts & Future Vehicles * Learn More Battery Electric 2022 BZ4X * Explore TUNDRA CAPSTONE * Explore SEQUOIA * Explore Close Shopping Tools * Build & Price * Offers & Promotions * Vehicle Brochures * Accessories * Find a Dealer * Competitive Comparison * Toyota Financial Services * Your First New Car * Appraise your Trade-In About ELECTRIFIED * Electrified Vehicles * Hybrid Electric * Battery Electric * Hydrogen Fuel Cell Electric TECHNOLOGY & SAFETY * Connected Services * Safety Technology DISCOVER TOYOTA * Vision * Olympics & Paralympics * Racing & Performance * Toyota Racing Development * Partnerships CORPORATE * News Releases * Awards * Careers * Contact Us * Toyota Connect Blog * Toyota in North America Owner's Services PARTS & SERVICE * Request a Service or Accessory Appointment * Service * Maintenance Schedule * Accessories * Tire Centre * Toyota Genuine Parts * Toyota Touch Detailing * Recalls and Campaigns * Collision Repair * Request a Service or Accessory Appointment KNOW YOUR TOYOTA * TFS Customer Portal Toyota Financial Services Customer Portal * Owner's Manuals * Warranty & Coverage * Update Customer Info * Owner's Connected Services * Know Your Toyota Videos * Toyota Merchandise * Toyota Financial Services Customer Portal Build & Price Dealers Close Search Cancel Search Cancel Shopping Tools * Build & Price * Offers & Promotions * Vehicle Brochures * Accessories * Find a Dealer * Competitive Comparison * Toyota Financial Services * Your First New Car * Appraise your Trade-In About ELECTRIFIED * Electrified Vehicles * Hybrid Electric * Battery Electric * Hydrogen Fuel Cell Electric TECHNOLOGY & SAFETY * Connected Services * Safety Technology DISCOVER TOYOTA * Vision * Olympics & Paralympics * Racing & Performance * Toyota Racing Development * Partnerships CORPORATE * News Releases * Awards * Careers * Contact Us * Toyota Connect Blog * Toyota in North America Owner's Services PARTS & SERVICE * Request a Service or Accessory Appointment * Service * Maintenance Schedule * Accessories * Tire Centre * Toyota Genuine Parts * Toyota Touch Detailing * Recalls and Campaigns * Collision Repair * Request a Service or Accessory Appointment KNOW YOUR TOYOTA * TFS Customer Portal Toyota Financial Services Customer Portal * Owner's Manuals * Warranty & Coverage * Update Customer Info * Owner's Connected Services * Know Your Toyota Videos * Toyota Merchandise * Toyota Financial Services Customer Portal Build & Price Find a Dealer Chat with a Dealer Search Cancel Search Cancel FIND A DEALER FLYOUT Close FIND A DEALER To locate a Toyota Canada Dealer, enter a Postal Code, Province, City or Dealer Name: New Search Find Near Me or To locate a Toyota Canada Dealer, enter a Postal Code, Province, City or Dealer Name: Search by Postal Code Search by City Search by Province Search by Dealership Name Enter a Postal Code Enter a City name Enter a Dealer name Find Chat with a Dealer Find a Toyota Certified Collision Centre Toyota dealers near Toyota dealers near you Toyota dealers in Toyota dealers found for "" Toyota dealers near Toyota dealers in Suggested matches for We are currently experiencing technical difficulties. Please wait a few minutes and then try again. INTRODUCING THE ALL-NEW 2022 COROLLA CROSS 2022 COROLLA CROSS CAPABLE. VERSATILE. CONNECTED. AVAILABLE WITH ALL-WHEEL-DRIVE. Learn More THIS MONTH’S OFFERS & PROMOTIONS See Offers & Promotions 2022 Highlander XSE AWD 2022 RAV4 XLE AWD 2022 Corolla LE Offer Details DISCOVER THE ALL-NEW 2022 MIRAI 2022 MIRAI POWERED BY HYDROGEN. FUELED BY INNOVATION Learn More THE ALL-NEW 2022 TUNDRA 2022 TUNDRA BORN FROM INVINCIBLE. THE NEW DEFINITION OF GRIT. Learn More INTRODUCING THE ALL-NEW 2022 COROLLA CROSS 2022 COROLLA CROSS CAPABLE. VERSATILE. CONNECTED. AVAILABLE WITH ALL-WHEEL-DRIVE. Learn More THIS MONTH’S OFFERS & PROMOTIONS See Offers & Promotions 2022 Highlander XSE AWD 2022 RAV4 XLE AWD 2022 Corolla LE Offer Details DISCOVER THE ALL-NEW 2022 MIRAI 2022 MIRAI POWERED BY HYDROGEN. FUELED BY INNOVATION Learn More THE ALL-NEW 2022 TUNDRA 2022 TUNDRA BORN FROM INVINCIBLE. THE NEW DEFINITION OF GRIT. Learn More Discover The All-New 2022 Mirai 2022 Tundra 2022 Corolla Cross Offers & Promotions TOYOTA EASY SHOP Start shopping online. It is simple, safe and convenient. Use the links below to get started. Build Your Vehicle Dealer Chat Get Dealer Quote Apply For Credit FINANCE FROM 2.99%^ See Offers & Promotions 2022 Corolla Hatchback SE THE ALL-NEW ALL-ELECTRIC BZ4X Coming Soon Learn More About bZ4X *Concept Vehicle Shown STAY CONNECTED The Next Gen Toyota Multimedia Learn More About Toyota Multimedia Learn More About Our Response to COVID-19 TOYOTA RACING & DEVELOPMENT Learn more about TRD 7°C OR COLDER? Ask About a Seasonal Tire Change Learn More About Toyota Tires TOYOTA ELECTRIFIED Learn More About Electrified Vehicles Offer Details LEASING OR FINANCING? Our financial services are here to help. Learn more about TFS TOYOTA PRE-OWNED VEHICLES Search for Toyota Used Cars and Vehicles. Search Inventory TOYOTA CONNECT Read the latest from Toyota Canada’s blog. Read more CHAT WITH A DEALER Questions about buying or owning a Toyota. Ask a dealer. Chat now LET'S STAY IN TOUCH Sign up to be the first to learn about promotions and news from Toyota Canada. Please enter your email address Continue * Back to top * Build & Price * Find Dealer * Questions? Chat Now Search Cancel Search Cancel * Register for Email Updates * * Find a Dealer * * Build & Price TOYOTA.CA TABLE OF CONTENTS * VEHICLES * All Toyota Vehicles * Cars * Electrified * SUVs & Minivans * Trucks * Future Vehicles & Concepts * Pre-Owned Vehicles * Business Fleet * SHOPPING TOOLS SHOPPING TOOLS * Build & Price * Offers & Promotions * Vehicle Brochures * Accessories * Find a Dealer * Competitive Comparison * Toyota Financial Services * Your First New Car * Appraise your Trade-In * ABOUT ABOUT ELECTRIFIED * Electrified Vehicles * Hybrid Electric * Battery Electric * Hydrogen Fuel Cell Electric TECHNOLOGY & SAFETY * Connected Services * Safety Technology DISCOVER TOYOTA * Vision * Olympics & Paralympics * Racing & Performance * Toyota Racing Development * Partnerships CORPORATE * News Releases * Awards * Careers * Contact Us * Toyota Connect Blog * Toyota in North America * OWNER'S SERVICES OWNER'S SERVICES PARTS & SERVICE * Request a Service or Accessory Appointment * Service * Maintenance Schedule * Accessories * Tire Centre * Toyota Genuine Parts * Toyota Touch Detailing * Recalls and Campaigns * Collision Repair * Request a Service or Accessory Appointment KNOW YOUR TOYOTA * TFS Customer Portal Toyota Financial Services Customer Portal * Owner's Manuals * Warranty & Coverage * Update Customer Info * Owner's Connected Services * Know Your Toyota Videos * Toyota Merchandise * Toyota Financial Services Customer Portal VEHICLES * All Toyota Vehicles * Cars * Electrified * SUVs & Minivans * Trucks * Future Vehicles & Concepts * Pre-Owned Vehicles * Business Fleet SHOPPING TOOLS * Build & Price * Offers & Promotions * Vehicle Brochures * Accessories * Find a Dealer * Competitive Comparison * Toyota Financial Services * Your First New Car * Appraise your Trade-In ABOUT ELECTRIFIED * Electrified Vehicles * Hybrid Electric * Battery Electric * Hydrogen Fuel Cell Electric TECHNOLOGY & SAFETY * Connected Services * Safety Technology DISCOVER TOYOTA * Vision * Olympics & Paralympics * Racing & Performance * Toyota Racing Development * Partnerships CORPORATE * News Releases * Awards * Careers * Contact Us * Toyota Connect Blog * Toyota in North America OWNER'S SERVICES PARTS & SERVICE * Request a Service or Accessory Appointment * Service * Maintenance Schedule * Accessories * Tire Centre * Toyota Genuine Parts * Toyota Touch Detailing * Recalls and Campaigns * Collision Repair * Request a Service or Accessory Appointment KNOW YOUR TOYOTA * TFS Customer Portal Toyota Financial Services Customer Portal * Owner's Manuals * Warranty & Coverage * Update Customer Info * Owner's Connected Services * Know Your Toyota Videos * Toyota Merchandise * Toyota Financial Services Customer Portal FOLLOW US * facebook * twitter * youtube * instagram * linkedin Province Alberta British Columbia Manitoba New Brunswick Newfoundland and Labrador Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec Saskatchewan Yukon Language English Français * Register for Email Updates * * Find a Dealer * * Build & Price * Contact Us * • * FAQ * • * Accessibility * • * Privacy Policy * • * Legal * • © 2022 Toyota Canada