homewarranty.firstam.com Open in urlscan Pro
100.21.48.4  Public Scan

Submitted URL: https://homewarrantybat.fahw.com/direct/account/realestate/contract?id=EJYRLIYNUUCYJN
Effective URL: https://homewarranty.firstam.com/
Submission: On February 15 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: loginHeaderFormPOST

<form id="formFlyout" name="loginHeaderForm" method="post" ng-submit="vmMarketingLayout.login()" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="input-form__section">
    <div class="input-form__input" val-error-for="username">
      <div class="input-form__input-inner">
        <input id="username" name="username" type="text" autocomplete="off" ng-model="vmMarketingLayout.loginData.username" val="true" val-required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-delayed-valid">
        <label for="username">Email Address</label>
      </div>
      <ul class="validation ng-inactive" ng-messages="loginHeaderForm.username.activeErrors">
        <!-- ngMessage: required -->
      </ul>
    </div>
    <div class="input-form__input" val-error-for="password">
      <div class="input-form__input-inner">
        <input id="password" name="password" type="password" autocomplete="off" ng-model="vmMarketingLayout.loginData.password" val="true" val-required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-delayed-valid">
        <label for="password">Password</label>
      </div>
      <ul class="validation ng-inactive" ng-messages="loginHeaderForm.password.activeErrors">
        <!-- ngMessage: required -->
      </ul>
    </div>
    <div class="input-form__input">
      <div class="input-form__input-inner">
        <input id="remember" name="remember" type="checkbox" ng-model="vmMarketingLayout.loginData.persistent" ng-value="true" class="ng-pristine ng-untouched ng-valid ng-empty ng-delayed-valid" value="true">
        <label for="remember">Remember Me</label>
      </div>
    </div>
    <div class="input-form__links">
      <a ng-click="vmMarketingLayout.showRegisterPicker()">
                                                                Register
                                                            </a>
      <span class="main-nav__divider"></span>
      <a href="/account/login?forgot=true">
                                                                Forgot Password
                                                            </a>
    </div>
  </div>
  <div class="main-nav-flyout__form-submit">
    <button type="submit" id="loginBtn" class="btn-primary btn-primary--full-width-mobile disabled" title="Sign In" val-submit="">Sign In</button>
  </div>
</form>

Name: quoteForm

<form id="optimizely_form" name="quoteForm"> <input id="zip" name="zip" type="text" placeholder="Enter ZIP Code" inputmode="numeric" maxlength="5" pattern="[0-9]*" tabindex="80" autocomplete="off">
  <ul class="validation">
    <li class="empty">Please enter the zip code.</li>
    <li class="invalid">Please enter a valid zip code.</li>
  </ul> <button id="optimizely_submit" type="submit" class="btn-primary">Get Started</button><br><br>
  <div class="cta_phone_number">or call <a href="tel:888-875-0533">888.875.0533</a></div>
</form>

Name: vmMarketingComponentQuoteForm.quoteForm

<form id="form" name="vmMarketingComponentQuoteForm.quoteForm" ng-submit="vmMarketingComponentQuoteForm.submit()" val-summary-on-error="" class="ng-pristine ng-valid-mask ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="input-form__section">
    <div class="input-form__input autocomplete" val-error-for="streetAddress" ng-keydown="vmMarketingComponentQuoteForm.showAddressResultsFocusKeyDown = true" ng-mouseenter="vmMarketingComponentQuoteForm.streetAddressFocus()"
      ng-mouseleave="vmMarketingComponentQuoteForm.showAddressResultsFocusOuter = false">
      <div class="input-form__input-inner">
        <input id="streetAddress" name="streetAddress" type="text" fahw-input-float="" ng-model="vmMarketingComponentQuoteForm.data.address" ng-focus="vmMarketingComponentQuoteForm.streetAddressFocus()"
          ng-blur="vmMarketingComponentQuoteForm.blurAddressResults()" val="true" val-required="" autocomplete="new-password" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-delayed-valid">
        <label for="streetAddress">Street Address</label>
      </div>
      <ul class="validation ng-inactive" ng-messages="vmMarketingComponentQuoteForm.quoteForm.streetAddress.activeErrors">
        <!-- ngMessage: required -->
      </ul>
      <div class="typeahead"
        ng-class="{'open': (vmMarketingComponentQuoteForm.addressResults &amp;&amp; vmMarketingComponentQuoteForm.addressResults.length) &amp;&amp; (vmMarketingComponentQuoteForm.showAddressResultsFocusOuter || vmMarketingComponentQuoteForm.showAddressResultsFocus)}">
        <!-- ngRepeat: address in vmMarketingComponentQuoteForm.addressResults track by $index -->
      </div>
    </div>
    <div class="input-form__input input-form__input--half" val-error-for="zipCode">
      <div class="input-form__input-inner">
        <input id="zipCode" name="zipCode" type="text" inputmode="numeric" pattern="[0-9]*" fahw-input-float="" ng-focus="vmMarketingComponentQuoteForm.resetAddressResults($event)" ng-model="vmMarketingComponentQuoteForm.data.zipCode"
          ng-model-options="{allowInvalid: true}" ui-mask="99999" ui-options="{clearOnBlur: false, clearOnBlurPlaceholder: true, allowInvalidValue: true, addDefaultPlaceholder: false}" ui-mask-placeholder="" val="true" val-required=""
          autocomplete="off" class="ng-pristine ng-untouched ng-valid-mask ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-delayed-valid">
        <label for="zipCode">Zip Code</label>
      </div>
      <ul class="validation ng-inactive" ng-messages="vmMarketingComponentQuoteForm.quoteForm.zipCode.activeErrors">
        <!-- ngMessage: required -->
      </ul>
    </div>
    <div class="input-form__input" val-error-for="propertyType">
      <div class="input-form__input-inner">
        <label for="propertyType" class="visually-hidden">Property Type</label>
        <select name="propertyType" id="propertyType" ng-model="vmMarketingComponentQuoteForm.data.propertyType"
          ng-options="option.propertyTypeDescription for option in vmMarketingComponentQuoteForm.propertyTypes|orderBy:'sortNum' track by option.propertyTypeDescription" ng-disabled="vmMarketingComponentQuoteForm.propertyTypeDisabled" val="true"
          val-required="" autocomplete="off" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-delayed-valid" disabled="disabled">
          <option value="" class="" selected="selected">Property Type</option>
        </select>
      </div>
      <ul class="validation ng-inactive" ng-messages="vmMarketingComponentQuoteForm.quoteForm.propertyType.activeErrors">
        <!-- ngMessage: required -->
      </ul>
    </div>
    <div class="input-form__input checkbox">
      <input id="buyingOrSellingHouse" type="checkbox" ng-model="vmMarketingComponentQuoteForm.data.buyingOrSelling" class="ng-pristine ng-untouched ng-valid ng-empty ng-delayed-valid">
      <label for="buyingOrSellingHouse">
        <div class="input-form__copy"> Are you buying or selling a home? </div>
      </label>
    </div>
  </div>
  <button type="submit" id="submitBtn" class="btn-primary btn-primary--full-width disabled" title="Submit" val-submit="">Start Quote</button>
  <div class="page-banner__intro-form-number"> or call <a href="tel:888-875-0533">888.875.0533</a>
  </div>
  <script nonce="">
    gtag('config', 'AW-799823356/nfIdCLDRpYQBEPyrsf0C', {
      'phone_conversion_number': '8888750533'
    });
  </script>
</form>

Text Content

 * Real Estate Professionals
 * Service Providers

First American Home Warranty
 * Request Service
 * 
 * Sign In
 * 888.875.0533
 * Get a Quote
 * Menu
   

Request Service Sign In


HOMEOWNER

 * Overview
 * Why Buy a Home Warranty
 * What's Covered
 * How to Request Service
 * Home Warranty Reviews
 * Get a Quote
 * Home Warranty 101
 * Budget Protection
 * What is a Home Warranty?


SERVICE PROVIDER

 * Overview
 * Why Join Our Team
 * Home Warranty Network 101
 * Service Provider Testimonials
 * Service Provider Application


REAL ESTATE PROFESSIONAL

 * Overview
 * Why Choose First American
 * Sample Coverage
 * Locate Your Area Manager
 * CRES Home Warranty
 * Real Estate Testimonials
 * Marketing Materials


RESOURCES

 * About Us
 * Blog
 * Contact Us
 * Case Studies and Testimonials
 * Frequently Asked Questions
 * Home Maintenance Tips

Menu


SIGN IN / REGISTER

Email Address
Password
Remember Me
Register Forgot Password
Sign In
Get a Quote
Request Service Sign In


PROTECT YOUR HOME AND BUDGET WITH A FIRST AMERICAN HOME WARRANTY.

With plans for every home and budget, First American Home Warranty can help
protect you from expensive repairs on home systems and appliances.


HOMEOWNERS

Check coverage in your area.

 * Please enter the zip code.
 * Please enter a valid zip code.

Get Started


or call 888.875.0533

Buying or selling a home? We have specialized plans for you.


GET A FREE QUOTE IN MINUTES

Street Address

Zip Code
Property Type Property Type
Are you buying or selling a home?
Start Quote
or call 888.875.0533
Brand
Brand
Brand
Brand
Brand



WHAT IS A HOME WARRANTY?

A First American home warranty is a renewable yearly service contract that
protects a home’s systems and appliances from unexpected repair or replacement
costs due to a break down. When a covered item breaks, First American will send
a pre-screened service contractor to your home to diagnose and repair or replace
the item. It's that easy!

Home warranties generally cover systems such as heating, air conditioning, and
plumbing, and appliances like dishwashers, ovens, clothes washers/dryers,
refrigerators, and more. Homeowners insurance does not typically cover for
mechanical failures, so a home warranty can help bridge the gap. We've been a
home warranty leader for more than 35 years. We've got you covered.

Flexible payment options
If we can't repair it, we'll replace it*
Network of prescreened, qualified technicians
Request service 24 hours a day, 365 days a year
Experience and stability you can trust


WHAT CAN REPAIRS AND REPLACEMENTS COST WITHOUT HOME WARRANTY PROTECTION?

Breakdowns happen when you least expect them, and the cost of repairing or
replacing** systems and appliances in the home can devastate a budget. Avoid
huge, inconvenient, expenses. You can save hundreds to thousands each year with
a First American home warranty.

Air Conditioner
$924 to
$3,270
Plumbing System
$473 to
$1,130
Heating System
$794 to
$2,990
Electrical System
$418 to
$1,650
Oven/Range
$1,246 to
$3,413
Water Heater
$902 to
$1,650

*Please review the sample contract for specific coverage, terms, and
limitations.

**Based on actual invoices paid by First American Home Warranty in 2019 prior to
service fees, deductions and/or rebates; costs may vary in your geographic
region. Items listed may be optional or not available on some home warranty
plans; please review the sample contract for specific coverage, terms and
limitations.


HOME WARRANTY PLANS CAN SAVE YOU MONEY

Last year, 63% of our home warranty customers filed at least one claim.

As a result, we saved homeowners more than $193 MILLION DOLLARS in covered
repairs and replacements.

Based on actual invoices paid by First American Home Warranty in 2020. Check it
out.

Basic Plan


ESSENTIAL APPLIANCES

including refrigerators, washers, dryers, ovens, cooktops and more.
Premier Plan


EVERYTHING IN BASIC PLAN + MAJOR HOME SYSTEMS

including heaters, plumbing, electrical, water heaters and more.


HOW MUCH DOES A HOME WARRANTY COST?

For as little as $30 a month, less than $1 a day, you can protect your home and
budget. We offer comprehensive home protection plans with some of the best
coverage limits in the industry.

Compare All Plans



FIRST AMERICAN HOME WARRANTY REVIEWS

We’ve served over 8.6 million homeowners over the years. See what real customers
have to say in the home warranty reviews they've shared with us.

Michael Ellis

Customer since 2004

"Using First American over the years has saved me thousands of dollars. I would,
and I have, recommended First American numerous times to friends, family, and
pretty much anybody that would ask. I’m the homeowner here. We’ve been here for
17 years, and we’ve been with First American the entire time."

Bill Cranham

Customer since 2006

"I do my homework before I buy something, and I checked this company out
thoroughly. I know there's home warranty companies out there that don't measure
up, that they promise but they don't deliver. First American promises, but more
importantly they deliver. And it's been my experience and I just can't say
enough about it."

Renee Cowan

Customer since 2009

"First American protects me from any of the major problems with my appliances
and where I would normally pay, you know, thousands of dollars for new
appliances. I rely on my First American home warranty to help me replace them or
fix them as needed."

See more reviews

Learn more about the protection offered by a First American home warranty, and
how to keep your home systems and appliances running safely and efficiently

Home Warranty




Learn More About Home Warranty Plans
Home Care




Find Helpful Home Maintenance Tips
Seasonal Tips




Wintertime Energy Savers for Your Home

This website uses cookies and similar technologies to manage your sessions,
manage content, and improve your website experience. To learn more about these
technologies, your options, and about other categories of personal information
we collect through this website and how we may use it, please see our privacy
policy. This notice is effective for your use of this website for the next 14
days.

OK

*Based on actual invoices paid by First American Home Warranty in 2019 prior to
service fees, deductions and/or rebates; costs may vary in your geographic
region. Items listed may be optional or not available on some plans.

Please review the sample contract for specific coverage, terms, and limitations.

**Paid invoices net of service fees in 2020, prior to deductions and/or rebates.

Home Warranty Plans by State
Alabama
Colorado
Iowa
Maryland
Montana
New Mexico
Oregon
Tennessee
Washington
Arizona
Florida
Indiana
Michigan
Nebraska
North Carolina
Pennsylvania
Texas
West Virginia
Arkansas
Georgia
Kansas
Mississippi
Nevada
Ohio
South Carolina
Utah
Wyoming
California
Idaho
Kentucky
Missouri
New Jersey
Oklahoma
South Dakota
Virginia

 * Home
 * Blog
 * Contact

 * Terms of Use
 * Privacy
 * Sitemap

© 2022 First American Home Warranty Corporation and its licensed subsidiaries.
All rights reserved.




WE OFFER SPECIALIZED PLANS FOR YOU.


I'M A

Homebuyer

Seller

Real Estate Pro


HOME SELLERS AND BUYERS

You indicated you are buying or selling a house. Great news! We offer
specialized products just for you. Real Estate professionals can register or
sign in to our Real Estate Center to order online, and buyers and sellers
can learn more about how to get a quote or order coverage.



Learn More
×

We're sorry.
We do not currently offer coverage in this area.