www.stadium700.com Open in urlscan Pro
2606:4700::6812:c114  Public Scan

Submitted URL: http://stadium700.com/
Effective URL: https://www.stadium700.com/
Submission: On December 07 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-row row home-aptsearch vertical " id="aptsearch">
  <!-- Move-in date filter -->
  <div class="form-group input-group floating-label floating-label-sm text-left w-100 mr-0 mr-md-2 mr-lg-0 ">
    <label for="move-in-date">Move-In Date</label>
    <input type="text" class="form-control form-control-sm" id="move-in-date" name="move-in-date" pattern="^([0-9]|0[1-9]|1[012])\/([0-9]|0[1-9]|[12][0-9]|3[01])\/(19|20)\d\d$" placeholder="M/d/yyyy" aria-label="Move in Date">
    <div class="input-group-append">
      <button class="btn btn-sm btn-light border" id="move-in-date-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
    </div>
    <input type="hidden" name="showAvailability" id="showAvailability" value="1">
  </div>
  <!-- Num bedrooms filter -->
  <div class="form-group w-100 mr-0 mr-md-2 mr-lg-0 ">
    <div id="beds-dropdown" class="dropdown floating-label floating-label-sm">
      <button class="btn btn-sm dropdown-toggle w-100 text-left" type="button" id="beds-dropdown-toggle" data-toggle="dropdown" data-persist="true" aria-haspopup="true" aria-expanded="false"
        data-selenium-id="dropdownMenuButtonBeds"><span>Bedrooms</span> &nbsp;</button>
      <div class="p-3 dropdown-menu" aria-labelledby="beds-dropdown-toggle">
        <div class="checkbox">
          <input id="1-beds-checkbox" type="checkbox" value="1" name="bedrooms" class="beds-checkbox mr-2">
          <label aria-hidden="false" for="1-beds-checkbox">1 Bedroom</label>
        </div>
        <div class="checkbox">
          <input id="2-beds-checkbox" type="checkbox" value="2" name="bedrooms" class="beds-checkbox mr-2">
          <label aria-hidden="false" for="2-beds-checkbox">2 Bedrooms</label>
        </div>
        <div class="checkbox">
          <input id="3-beds-checkbox" type="checkbox" value="3" name="bedrooms" class="beds-checkbox mr-2">
          <label aria-hidden="false" for="3-beds-checkbox">3 Bedrooms</label>
        </div>
        <div>
          <button id="beds-clear" type="button" class="float-left d-none btn btn-link font-base text-muted text-capitalize p-0">Clear</button>
          <button id="beds-done" type="button" class="float-right btn btn-link font-base text-black text-capitalize p-0">Done</button>
        </div>
      </div>
    </div>
  </div>
  <!-- Apartment number filter -->
  <!-- Max rent filter -->
  <div class="form-group floating-label floating-label-sm text-left w-100 mr-0 mr-md-2 mr-lg-0 ">
    <label for="max-rent-input">Max Rent</label>
    <input class="form-control form-control-sm" type="text" id="max-rent-input" name="rent">
  </div>
  <input type="hidden" name="calledfrom" value="home">
  <input type="hidden" id="unitsearch-request-verification-token" name="unitsearch-request-verification-token"
    value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ1_t1BIVoaKrG1QyHvwhSSQ5flHUOVkKiQr9lIKLhqXQNpJYq8ajr0m9VOJ2GE-cNXpsY5iLdwG488kJJBeyCS8kmWWqhYJbFQC9HQeVA5EFGP86Iy419W6jxsBgu_6TNA">
  <!-- Search button -->
  <div class="form-group w-100  ">
    <button type="button" onclick="postForm()" class="btn btn-sm btn-primary mb-0 d-block w-100" data-selenium-id="btnSearch">Search</button>
  </div>
</form>

POST

<form id="myNudgeForm" class="needs-validation" novalidate="" method="post">
  <div id="leadNudgeBlock01" class="row">
    <div class="col-md-12 mb-2">
      <p class="h5 mb-2 font-weight-normal" style="color: white;">Your Info:</p>
    </div>
    <div class="col-sm-6  col-lg-3 col-md-3 mb-1 mb-lg-2 pr-md-0">
      <div class="form-group w-100 floating-label floating-label-sm">
        <label for="FirstName"> First Name<span>*</span>
        </label>
        <input type="text" class="form-control form-control-sm required" data-selenium-id="nudgeFirstName" data-val="true" data-val-required="Please enter your First name" id="FirstName" name="FirstName" value="">
        <div class="invalid-feedback" id="nudgeinvalidFirstname" aria-live="polite"> Error : Please provide a valid First Name. </div>
      </div>
    </div>
    <div class="col-sm-6  col-lg-3 col-md-3 mb-1 mb-lg-2 pr-md-0">
      <div class="form-group w-100 floating-label floating-label-sm">
        <label for="LastName"> Last Name<span>*</span>
        </label>
        <input type="text" class="form-control form-control-sm required" data-selenium-id="nudgeLastName" data-val="true" data-val-required="Please enter your Last name" id="LastName" name="LastName" value="">
        <div class="invalid-feedback" id="nudgeinvalidLastname" aria-live="polite"> Error : Please provide a valid Last Name. </div>
      </div>
    </div>
    <div class="col-sm-6  col-lg-3 col-md-3 mb-1 mb-lg-2 pr-md-0">
      <div class="form-group w-100 floating-label floating-label-sm">
        <label for="Email"> Email<span>*</span>
        </label>
        <input type="text" class="form-control form-control-sm required" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$" data-selenium-id="nudgeEmail" data-val="true" data-val-required="Please enter Email" id="Email" name="Email" value="">
        <div class="invalid-feedback" id="nudgeinvalidEmail" aria-live="polite"> Error : Please enter a valid Email Address. </div>
      </div>
    </div>
    <input type="hidden" name="IsSubscribeToEmailsNudge" id="IsSubscribeToEmailsNudge" value="false">
    <input type="hidden" name="IsCanadaPropertyNudge" id="IsCanadaPropertyNudge" value="False">
    <input type="hidden" name="nudgepagename" id="nudgepagename" value="">
    <input type="hidden" name="nudgetrackingid" id="nudgetrackingid" value="105629">
    <input type="hidden" name="nudgeuseragent" id="nudgeuseragent" value="">
    <input type="hidden" name="nudgeAdwordsNetwork" id="nudgeAdwordsNetwork" value="">
    <input type="hidden" name="nudgeAdwordsDevice" id="nudgeAdwordsDevice" value="">
    <input type="hidden" name="nudgeAdwordsKeyword" id="nudgeAdwordsKeyword" value="">
    <input type="hidden" name="nudgeAdwordsAdgroup" id="nudgeAdwordsAdgroup" value="">
    <input type="hidden" name="nudgeAdwordsCampaign" id="nudgeAdwordsCampaign" value="">
    <input type="hidden" name="nudgeAdwordsGclid" id="nudgeAdwordsGclid" value="">
    <input type="hidden" name="nudgecafeusenewcaptcha" id="nudgecafeusenewcaptcha" value="True">
    <input type="hidden" name="IsPureStudentProp" id="IsPureStudentProp" value="False">
    <input type="hidden" name="urlPattern" id="urlPattern" value="">
    <div class="col-auto col-sm-6 col-md-3 mb-1 mb-lg-2">
      <button id="btnsubmitnudgehiddencaptcha" class="btn btn-light  py-1" data-selenium-id="SendBtnhiddencaptcha" type="button">Send</button>
    </div>
    <span class="nudgeResponsLoader" aria-live="polite"> <span aria-hidden="true" class="fas fa-spinner"></span> Processing your request please wait</span>
    <input type="hidden" name="g-recaptcha-response-ent" id="nudgecaptchag-recaptcha-response-ent" value="">
    <input type="hidden" name="failed-captcha-ent" id="nudgecaptchafailed-captcha-ent" value="false">
    <div class="col-md-12 p-0 mt-2">
      <div id="nudge-grecaptcha-terms" class="grecaptcha-terms"> This site is protected by reCAPTCHA. Google <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/privacy">Privacy Policy</a> and
        <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/terms">Terms of Service</a> apply. </div>
    </div>
    <div class="col-md-12 h4 mt-3 my-md-3" style="color: white;">
      <span>Call Us:</span> <a class="click_to_call_href_nudge" onclick="ysi.nudge.fireGaPhone()" href="tel:(833) 381-1694" style="color: white;"><span class=" sr-only">Phone Number</span><span class="click-to-call"> (833) 381-1694</span></a>
    </div>
  </div>
  <div id="leadNudgeBlock02" class="row mt-3 d-none">
    <div class="form-group mt-4 mb-4">
      <div id="nudge-recaptcha-block" class="form-control p-0 border-0 bg-transparent">
        <div id="nudgecaptcha" class="recaptcha" style="min-height: 78px"></div>
      </div>
      <div class="invalid-feedback text-left w-auto" id="nudgeinvalidCaptcha" aria-live="polite"> Error : Please verify you are not a robot. </div>
    </div>
    <div class="col-md-12 p-0 mt-2">
      <button id="btnsubmitnudge" style="display:none" class="btn btn-light px-3 py-1" data-selenium-id="SendBtn" type="button">Send</button>
      <span class="nudgeResponsLoader" aria-live="polite"> <span aria-hidden="true" class="fas fa-spinner"></span> Processing your request please wait</span>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ1_t1BIVoaKrG1QyHvwhSSQ5flHUOVkKiQr9lIKLhqXQNpJYq8ajr0m9VOJ2GE-cNXpsY5iLdwG488kJJBeyCS8kmWWqhYJbFQC9HQeVA5EFGP86Iy419W6jxsBgu_6TNA">
</form>

Text Content

Please note: This website includes an accessibility system. Press Control-F11 to
adjust the website to the visually impaired who are using a screen reader; Press
Control-F10 to open an accessibility menu.
Accessibility

Popup heading


 * Press enter for Accessibility for blind people who use screen readers
 * Press enter for Keyboard Navigation
 * Press enter for Accessibility menu

Skip to main content
Toggle Navigation
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Phone Number (833) 381-1694
 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Virtual Tour
 * Resources
   * Resources
   * WIFI Options
   * Resident Liability Program
   * Conservation Efforts
   * Smoking Policy
   * Service Providers
 * Schedule a Tour
 * Contact Us
   * Contact Us
   * Map
   * Sister Communities
 * Reviews

Phone Number (833) 381-1694




Residents Login Opens in a new tab
Applicants Login Opens in a new tab

 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Virtual Tour
 * Resources
   * Resources
   * WIFI Options
   * Resident Liability Program
   * Conservation Efforts
   * Smoking Policy
   * Service Providers
 * Schedule a Tour
 * Contact Us
   * Contact Us
   * Map
   * Sister Communities
 * Reviews

 * 
 * 
 * 

Modern Apartment
Living in Arlington, TX
Check Availability




WELCOME TO STADIUM 700

Located right across the street from the AT&T Stadium, home of the Dallas
Cowboys, you can enjoy a fun game that is literally steps from your front door.
Stadium 700 Apartments puts you right in the heart of Arlington Texas, and all
that this vibrant city has to offer.

We offer one, two, and three-bedroom spaciously designed apartments. Enjoy
community amenities like the stunning central swimming pool with a sundeck as
well as a BBQ and picnic area. Our fully gated and access-controlled community
allows for your privacy while still being located in the heart of Arlington. Be
at the center of all that Arlington has to offer. Schedule a tour today!


01
SEARCH
LOVE
SEE


FANTASTIC NEIGHBORHOOD

At Stadium 700 Apartments you get the urban feel with nearby entertainment and
attractions. Discover the Arlington, Texas neighborhood by visiting historic
landmarks in the downtown area. Or step outside your door and enjoy a game at
the AT&T Stadium, Six Flags Over Texas, Epic Waters, indoor water park,
Arlington Museum of Art, and Cedar Hill State Park.

With endless possibilities in the heart of it all, reside at Stadium 700
Apartments for high-end amenities and entertainment. Give our leasing team a
call!

Schedule a Tour
02
Experience Stadium 700 Apartment Living
03
Luxury Awaits
View All Amenities
BBQ Picnic Area
Off Street Parking
New Refreshing Pool


APARTMENT SEARCH

Check availability Form
Move-In Date

Bedrooms  
1 Bedroom
2 Bedrooms
3 Bedrooms
Clear Done
Max Rent
Search

04

Breathtaking Views in a Remarkable Community


EXPLORE AN EXCEPTIONAL COMMUNITY

Stadium 700 Apartments provides renovated interior amenities. You will be able
to create a cozy atmosphere that is perfectly secluded from the outside hustle
and bustle. Our energy-efficient appliances, updated kitchens, and spacious
rooms all provide the comfortable living you've been seeking in Arlington.

Tour in-person or take a virtual tour of our newly renovated apartments that
will put you in the heart of Arlington, TX.

View Photo Gallery

05
ALL FRILLS INCLUDED


VIEW
GALLERY




TESTIMONIALS

> Honestly, since I've been staying here I love it, very peaceful, nothing crazy
> going on and Ms. Linda is an awesome landlord, very compromising and willing
> to work with you. I would recommend Stadium 700 to anyone that is looking for
> a place to stay.


STADIUM 700

If you are looking to rent an apartment - GREAT! We are here for you.

Our Resident Portal is available to our residents to place maintenance requests
and for general inquiries.






ADDRESS

Stadium 700

700 E. Randol Mill Road
Arlington, TX 76011
Opens in a new tab
Phone Number (817) 261-0402


OFFICE HOURS

Monday - Friday: 9:00 am - 6:00 pm
Saturday: 10:00 am - 5:00 pm
 * Resident Login Opens in a new tab
 * Applicant Login Opens in a new tab
 * Terms and Conditions Opens in a new tab
 * Privacy Policy Opens in a new tab
 * Contact Us Opens in a new tab
 * Accessibility Statement Opens in a new tab

Equal housing opportunity © 2021 Lighthouse Property Management, Inc. All Rights
Reserved. | Powered by RENTCafé (© 2021 Yardi Systems, Inc. All Rights
Reserved.)
We are so excited to show you our community!
×
We are so excited to show you our community!

Just fill in your contact information and our professional leasing staff will
get in touch with you to help you find your new home. We can't wait to hear from
you!

Your Info:

First Name*
Error : Please provide a valid First Name.
Last Name*
Error : Please provide a valid Last Name.
Email*
Error : Please enter a valid Email Address.
Send
Processing your request please wait
This site is protected by reCAPTCHA. Google Privacy Policy and Terms of Service
apply.
Call Us: Phone Number (833) 381-1694
Error : Please verify you are not a robot.
Send Processing your request please wait
Go to top


CONTACT US




CALL US

Phone Number (833) 381-1694
 * Mondayto - Friday: 9:00 AM to - 6:00 PM
 * Saturday: 10:00 AM to - 5:00 PM


If you are looking to rent an apartment -
GREAT! We are here for you.
To keep everyone safe we will be conducting tours virtually or by appointment
only, please call our office to arrange an appointment time.

Residents are encouraged to call or email the office. If a meeting is required,
just let us know and we will arrange a time to meet.

Maintenance requests are being serviced during this time. To place a maintenance
request visit our Resident Portal or call our leasing office.
Stadium 700
700 E. Randol Mill Road
Arlington, TX 76011
Opens in a new tab


SCHEDULE A TOUR