www.furnishedfinder.com Open in urlscan Pro
2606:4700:4400::ac40:914f  Public Scan

Submitted URL: https://www.furnishedfinder.com/members/profile
Effective URL: https://www.furnishedfinder.com/?a=login&returnurl=https://www.furnishedfinder.com/members/profile
Submission: On January 12 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

<form>
  <div class="form-group text-left">
    <label class="secondary-color mb-2 text-uppercase fw-600 fs-14" for="username">Enter your Username/Email </label>
    <input name="username" id="username" type="text" class="form-control" autocomplete="username" placeholder="Your username or email address..." onchange="this.value = RemoveWhiteSpaceAndHyphens(this.value);">
  </div>
  <!-- <div class="form-group">
                                <input type="password" class="form-control" name="password" id="password" placeholder="Your password...">
                            </div> -->
  <button type="button" class="btn primary-btn" id="showpwd" onclick="onSubmitUsername()">
    <!--<span class="popupButtonText">SUBMIT</span>
                                <img alt="progress" class="popupLoader" style="display:none;" src="/images/bx_loader.gif" />--> SUBMIT </button>
</form>

<form>
  <div class="form-group text-left">
    <label class="secondary-color mb-2 text-uppercase fw-600 fs-14" for="password">Enter Your Password </label>
    <input type="password" autocomplete="off" class="form-control" name="password" id="password" placeholder="Enter your password to login...">
  </div>
  <button type="button" class="btn primary-btn" id="btnpwd" onclick="login();">
    <!--  <span class="popupButtonText">LOGIN</span>
                                  <img alt="progress" class="popupLoader" style="display:none;" src="/images/bx_loader.gif" />--> LOGIN </button>
</form>

<form>
  <div class="form-group text-left" id="divverifymagiclinkcode">
    <h5 class="secondary-color text-uppercase fw-600 mb-2 fs-16">Enter your verification code here</h5>
    <input type="text" class="form-control" name="txtverifymagiclinkcode" id="txtverifymagiclinkcode" onkeydown="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" onkeyup="magiclinkcodeverify();" placeholder="Enter Code Here"
      maxlength="6">
    <div class="TCloader1" style="display:none;">
      <img alt="progress" src="/images/bx_loader.gif">
    </div>
    <br>
    <p class="mb-3">We just sent you a magic link with a verification code. Enter the code in the form above to verify your identity..</p>
  </div>
</form>

<form>
  <div class="row text-left" id="chkdivtraveller" style="display:none">
    <div class="col-md-12">
      <input name="chkterms" id="chktraveller" value="0" type="checkbox" autocomplete="traveller">
      <span class="mb-2 fw-200" for="chktravellertext" id="chktravellertext">I have read and agree to <a href="https://www.furnishedfinder.com/platform-terms-of-use" target="_blank">Furnished Finder Terms of Use</a>.</span>
    </div>
  </div>
  <div class="row text-left" id="chkdivPM" style="display:none">
    <div class="col-md-10 text-left">
      <label class="secondary-color mb-2 fw-200" for="username"></label>
    </div>
    <div class="col-md-2 text-right">
      <input name="chkterms" id="chkPM" value="0" type="checkbox" autocomplete="PM">
    </div>
  </div>
  <button type="button" class="btn primary-btn  mt-3 px-4 w-auto" value="" id="btnUserAcceptance" disabled="" onclick="SaveUserAcceptance()">Agree</button>
</form>

<form>
  <div class="form-group text-left" id="divverifymagiclinkcode">
    <h5 class="secondary-color text-uppercase fw-600 mb-2 fs-16">Enter your verification code here</h5>
    <div class="form-group text-left">
      <input type="hidden" id="hdn_otptxtverifymagiclinkcode">
      <input name="otptxtverifymagiclinkcode" id="otptxtverifymagiclinkcode" type="text" class="form-control" maxlength="6" onkeyup="otpmagiclinkcodeverify(); " onkeydown="return (event.keyCode!=13);" placeholder="Enter Code Here">
    </div>
    <div class="TCloader1" style="display: none; "><img alt="progress" src="/images/bx_loader.gif"></div>
    <!--<p class="mb-3">
                                    We just sent you a magic link with a verification code. Enter the code in the form above to verify your identity..
                                </p>

                                <button type="button" class="btn primary-btn" id="veryfyotpCode" onclick="closemodal();">OK</button>-->
  </div>
</form>

<form>
  <div class="form-group text-left" id="divverifysms">
    <p class="d-flex flex-column text-center">A text message with a verification code was sent to <span id="spanVerifyPhone"></span> </p>
    <br>
    <h5 class="secondary-color text-uppercase fw-600 mb-2 fs-16">Enter your verification code here</h5>
    <input type="text" class="form-control" name="txtverify" id="txtverify" placeholder="Enter OTP" onkeydown="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" onkeyup="smsVerify();" maxlength="5">
    <div class="TCloader1" style="display:none;">
      <img alt="progress" src="/images/bx_loader.gif">
    </div>
    <br>
    <p class="mb-3">We just sent you a message via SMS with your authentication code. Enter the code in the form above to verify your identity.</p>
    <button type="button" class="btn btn-link" style="text-decoration:none" id="btnRSendauthotp" onclick="Relogin()">Resend Verification Code</button>
    <div class="countdown" style="text-align:center"></div>
  </div>
  <div class="form-group text-left" style="display:none;" id="divverifyapp">
    <br>
    <div class="popupLoader text-center popupLoader2FA" style="display:none;">
      <img alt="progress" src="/images/bx_loader.gif">
    </div>
    <h5 class="secondary-color text-uppercase fw-600 mb-2 fs-16">Enter your verification code here</h5>
    <input type="text" class="form-control" name="txtverifyapp" id="txtverifyapp" onkeydown="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')" onkeyup="appverify();" placeholder="Enter Code Here" maxlength="6">
    <br>
    <p class="mb-3">Open the two-factor authentication app on your device to view your authentication code and verify your identity.</p>
  </div>
  <br>
  <button type="button" id="btnRecovery" class=" btn-link" style="border:none" onclick="recoveryclick();">Use Recovery code to login instead of verification code</button>
  <div class="form-group text-left" style="display:none;" id="divverifyrecovery">
    <h5 class="secondary-color text-uppercase fw-600 mb-2 fs-16">Enter your Recovery code here</h5>
    <input type="text" class="form-control" name="txtverifyrecovery" id="txtverifyrecovery" maxlength="36" onkeyup="recoveryverify();" placeholder="Enter Recovery Code here">
    <button type="button" id="btnBack" class="btn btn-link" style="text-align: right;" onclick="Appbackclick();">Go Back to SMS</button>
    <div class="popupLoader text-center" style="display:none;">
      <img alt="progress" src="/images/bx_loader.gif">
    </div>
  </div>
</form>

<form>
  <div class="form-group">
    <input type="text" class="form-control" id="UserName" name="UserName" autocomplete="UserName" placeholder="Username...">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="txtemail" name="email" autocomplete="email" placeholder="Email address...">
  </div>
  <div class="form-group">
    <input type="password" autocomplete="off" class="form-control" id="Password" name="Password" placeholder="Password...">
  </div>
  <div class="form-group">
    <input type="password" autocompelte="off" class="form-control" id="Password2" name="Password2" placeholder="Confirm password...">
  </div>
  <div class="form-group">
    <span class="eight-character">
      <i class="fas fa-times" aria-hidden="true"></i> &nbsp;Password must be at least 8 Character </span>
  </div>
  <button onclick="register();" id="btnRegisterSubmit" class="btn primary-btn" type="button">REGISTER</button>
</form>

<form>
  <div class="form-group">
    <input type="text" class="form-control" id="FirstNamek" name="FirstName" placeholder="First Name" maxlength="30" onchange="this.value = RemoveWhiteSpaceAndHyphens(this.value);">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="LastNamek" name="LastName" onchange="this.value = RemoveWhiteSpaceAndHyphens(this.value);" placeholder="Last Name" maxlength="30">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="txtemailk" name="email" autocomplete="email" placeholder="Email" onkeyup="this.value=RWS(this.value)">
  </div>
  <div class="form-group">
    <div class="row text-left" id="chkdivtravellersignUp">
      <div class="col-md-12">
        <label class="fw-200">
          <input name="traveller" style="vertical-align: middle; margin-right: 5px;" id="chktravellersignUp" type="checkbox" class="" autocomplete="traveller"> I have read and agree to
          <a href="https://www.furnishedfinder.com/platform-terms-of-use" target="_blank">Furnished Finder Terms of Use</a>. </label>
      </div>
    </div>
  </div>
  <button onclick="registerk();" id="btnRegisterSubmitk" class="btn primary-btn" type="button">REGISTER</button>
</form>

Text Content

 * Search Our Map
 * Search Hotels
 * Housing Requests
 * Property owners
 * Resources
      
      
      
      
    * General Resources
    * Traveler Resources
    * Property Owner Resources
    * Blog
    * Reviews
    * FAQ
    * App
    * Landlord Diaries
    * Safety Guide
    * News & Partnerships

 * List your Property
 * Login
 * 
   Account
    * 
    * 
    * My Dashboard
    * Profile
    * Update Password
    * MY SAVED SEARCHES
    * Favorite Properties
    * 
    * 
    * Logout

LOGIN TO YOUR ACCOUNT

Enter your Username/Email
SUBMIT
Not a member yet? Sign Up.

Forgot Username or Password?

LOGIN TO YOUR ACCOUNT

Enter Your Password
LOGIN
Not a member yet? Sign Up.

Forgot Username or Password?

LOGIN TO YOUR ACCOUNT

ENTER YOUR VERIFICATION CODE HERE




We just sent you a magic link with a verification code. Enter the code in the
form above to verify your identity..



TERMS AND CONDITIONS

I have read and agree to Furnished Finder Terms of Use.

Agree

ENTER YOUR VERIFICATION CODE HERE





TWO FACTOR AUTHENTICATION

A text message with a verification code was sent to


ENTER YOUR VERIFICATION CODE HERE




We just sent you a message via SMS with your authentication code. Enter the code
in the form above to verify your identity.

Resend Verification Code





ENTER YOUR VERIFICATION CODE HERE


Open the two-factor authentication app on your device to view your
authentication code and verify your identity.


Use Recovery code to login instead of verification code

ENTER YOUR RECOVERY CODE HERE

Go Back to SMS


CREATE YOUR ACCOUNT



 Password must be at least 8 Character
REGISTER

LOGIN WITH VERIFICATION CODE

WOULD BE LIKE TO LOGIN WITH VERIFICATION SEND CODE?

No Yes

CREATE YOUR ACCOUNT



I have read and agree to Furnished Finder Terms of Use.
REGISTER


MONTHLY FURNISHED RENTALS


FOR TRAVEL NURSES & OTHER TRAVELING PROFESSIONALS

Where are you going?
Move-In
Max Monthly Budget Select Monthly Budget < $1,200 $1,400 $1,600 $1,800 $2,000
$2,200 $2,400 $2,600 $2,800 $3,000 $3,200 $3,400+
  SEARCH MAP
Property Owners: List Your Property


FURNISHED APARTMENTS, HOMES, ROOMS, CONDOS, AND OTHER MID-TERM RENTALS

MAKE FURNISHED FINDER THE FIRST CHOICE FOR TRAVEL NURSE HOUSING

--------------------------------------------------------------------------------

Used by >100,000 Travel Nurses, AHP's, Locum Tenens and trusted by more than 100
medical staffing companies.

SEARCH OUR MAP AND CONNECT DIRECTLY WITH OUR LANDLORDS

--------------------------------------------------------------------------------

WIth 150,000+ affordable monthly furnished rentals to choose from without paying
markups, commissions, or booking fees.

FURNISHED FINDER IS ALWAYS TOTALLY FREE FOR THE TRAVELER

--------------------------------------------------------------------------------

Because your time is valuable, submit one housing request and be connected with
property owners eager to host you.


TRAVELING NURSE HOUSING DEMAND FOR YOUR AREA

If you're a landlord who wants to know the demand for travel nurse housing in
your area before you list your furnished property, we'll immediately provide you
with a live and actionable travel nurse tenant outlook for your city.

VIEW STATS



TRAVEL NURSE STIPEND CALCULATOR

If you are a travel nurse trying to figure out how much furnished monthly
properties cost for a travel assignment, this report will give you the average
rents for an entire unit vs. a room in a particular city, and what amenities
would be included so you can gauge your housing costs for your next assignment.

LEARN MORE


REVIEWS

“I am so grateful to Furnished Finder for bringing a wonderful nurse (and her
great husband) to me as tenants in Boston. They were perfect tenants, friendly,
respectful, curious about the neighborhood and region, neat and orderly, and
left the apartment in perfect condition. I could not have asked for a better
experience. I highly recommend this service.”

EILEEN COSTELLO

READ MORE REVIEWS




HOW IT WORKS

Think of us as the specialized resource for 30-day and greater stays, but with a
few key differences from traditional advertising sites. First, our traffic is
not vacation goers but rather short term Traveling Professionals on work
assignments who require at least one month of Furnished Housing. Second, we do
not get involved with the transaction--the lease agreement and rental payments
are between you and the Traveling Professional only. Furnished Finder does not
charge any booking fees because we do not believe in the obsolete
"Air-Fee-N-Fee" business model. Keep your money in your pocket and manage your
own bookings directly.

READ MORE

With Furnished Finder, you also have access to our KeyCheck platform that
provides
useful landlord tools, including online rent collection, tenant screening, and
customized rental leases


ONLINE RENT COLLECTION

 * Accept Credit Cards and ACH for your Rent Payments
 * At No Cost to the Landlord and No Booking Fees
   (Because We Don't Believe in the "Air Fee-n-Fee" Business Model)
 * Encourage direct connections with your tenants and save hundreds!

LEARN MORE


FREE TENANT SCREENING

 * Free Tenant Screening Report with Credit Score
 * Includes Background Check, Criminal, and Eviction History
 * Soft-Pull Technology Won’t Hurt Renter’s Credit Score
 * Comprehensive Easy-to-Read Credit Reports
 * Online Rent collection

LEARN MORE



CUSTOM LEASES

 * State-Specific Leases For All Property Types & Terms
 * Customize a Lease and Download it in Minutes
 * Unlimited Edits & Downloads - Just $29.99 for 12 Months

LEARN MORE


FURNISHED RELOCATION HOUSING

Furnished Finder is perfectly equipped for travelers looking for help during
their relocation needs. Whether you are relocating for a job, just sold your
home, or experienced damage to your existing house, Furnished Finder has
thousands of furnished properties to meet your every need nationwide. Furnished
Single Family Homes, Condos, Apartments, Rooms, Cottages and more, we connect
you directly with the property owner, no booking fees. read more.....

Learn More


TOP 100 CITIES FOR TRAVEL NURSES

 * San Diego
 * Seattle
 * Los Angeles
 * Boston
 * San Francisco
 * Denver
 * Reno
 * Phoenix
 * Oakland
 * Atlanta
 * San Jose
 * Portland
 * New York
 * Washington
 * Palo Alto
 * Saint Louis
 * Tacoma
 * Baltimore
 * Nashville
 * Sacramento
 * Santa Rosa
 * Austin
 * New Orleans
 * New Haven
 * Columbia
 * Richmond
 * Tucson
 * Honolulu
 * Houston
 * Minneapolis
 * Greenville
 * Dallas
 * San Antonio
 * Milwaukee
 * Las Vegas
 * Gainesville
 * Charlottesville
 * Santa Monica
 * Charleston
 * Modesto
 * Chicago
 * Monterey
 * Charlotte
 * Albuquerque
 * Springfield
 * Fresno
 * Anchorage
 * Salem
 * Bakersfield
 * Redwood City
 * Long Beach
 * Orlando
 * Miami
 * Providence
 * Tallahassee
 * Lebanon
 * Hilo
 * Walnut Creek
 * Scottsdale
 * Torrance
 * Santa Clara
 * Tampa
 * Colorado Springs
 * Santa Cruz
 * Salt Lake City
 * Kansas City
 * Albany
 * Burlingame
 * Glendale
 * Berkeley
 * Concord
 * San Mateo
 * Palm Springs
 * Burlington
 * Aurora
 * Napa
 * Fayetteville
 * Orange
 * Philadelphia
 * Saint Petersburg
 * Billings
 * Bangor
 * Mesa
 * Hyannis
 * Portsmouth
 * Lynchburg
 * Puyallup
 * Santa Fe
 * Manchester
 * Ventura
 * Myrtle Beach
 * Durham
 * Norfolk
 * Riverside
 * Santa Barbara
 * Mountain View
 * Stockton
 * Little Rock
 * Flagstaff
 * Roseville
 * Saint Thomas


OUR PARTNERS



A HOUSING APP FOR TRAVEL HEALTHCARE PROFESSIONALS AND PROPERTY OWNERS ALIKE!

EXPERIENCE THE NEW WAY TO TRAVEL AND HOST TRAVELERS
SEARCH BETTER. HOST BETTER.

--------------------------------------------------------------------------------

 * Travel Nurses and Professionals
 * Search for Housing
 * Submit Housing Requests
 * Chat with Property Owners
 * Create Traveler Profile

 * Property Owners
 * Review Tenant Requests
 * Chat with Tenants
 * Update Availability Calendar
 * Create Host Profile

--------------------------------------------------------------------------------

Download the Furnished Finder
App today

 * About Us
 * KeyCheck
 * Blog
 * FAQ
 * Contact Us
 * Dashboard
 * Partnerships
 * Privacy Policy
 * Search Our Map
 * Travelers
 * List Your Property
 * Terms of Use
 * Property Owner
 * Request Housing

 * 
 * 
 * 



© 2024 Furnished Finder | 12900 Stroh Ranch Place #125 Parker, CO 80134

 * Privacy policy
 * Search