scottsdalemicasa.com
Open in
urlscan Pro
141.193.213.11
Public Scan
Submitted URL: https://www.scottsdalemicasa.com/
Effective URL: https://scottsdalemicasa.com/
Submission: On June 27 via api from US — Scanned from DE
Effective URL: https://scottsdalemicasa.com/
Submission: On June 27 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMName: resortpro_form_checkout — POST #
<form action="#" method="post" name="resortpro_form_checkout" class="ng-pristine ng-valid">
<input type="hidden" name="resortpro_book_unit" value="1e48b82e83">
<input type="hidden" name="book_unit" value="822782">
<div>
<!-- ngIf: res == 0 -->
<!-- ngIf: res == 1 && total_reservation > 0 -->
<!-- ngRepeat: alert in alerts -->
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label>Arrive</label>
<input type="text" ng-model="book.checkin" id="book_start_date" name="book_start_date" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty hasDatepicker" show-days="myShowDaysFunction(date)"
update-price="getPreReservationPrice(book,1)" update-checkout="setCheckoutDate(date)" bookcheckin="" readonly="readonly" data-min-stay="1" data-checkin-days="1">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label>Depart</label>
<input type="text" ng-model="book.checkout" id="book_end_date" name="book_end_date" class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty hasDatepicker" show-days="myShowDaysFunctionCheckout(date);"
update-price="getPreReservationPrice(book,1);" bookcheckout="" readonly="readonly">
</div>
</div>
<div class="col-md-6">
<div class="form-group" ng-init="book.occupants='1'">
<label for="book_occupants">Adults</label>
<select ng-model="book.occupants" ng-change="getPreReservationPrice(book,1);" name="book_occupants" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="form-group" ng-init="book.occupants_small='0'">
<label for="book_occupants_small">Children</label>
<select name="book_occupants_small" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="book.occupants_small" ng-change="getPreReservationPrice(book,1);">
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
</div>
<div class="col-md-12">
<div class="form-group" ng-init="book.pets='0'">
<label for="book_pets">Pets</label>
<select name="book_pets" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="book.pets" ng-change="getPreReservationPrice(book,1);">
<option value="0">0</option>
<option value="1">1</option>
</select>
</div>
</div>
</div>
<button ng-show="res == 1 && total_reservation > 0" class="btn-primary btn-block btn ng-hide">Show Details</button>
<table ng-show="res == 1 && total_reservation > 0" class="table table-stripped table-bordered table-condensed ng-hide">
<tbody><!-- ngRepeat: day in reservation_days -->
<!-- ngIf: !days -->
<tr ng-if="!days" class="ng-scope">
<td class="ng-binding"></td>
<td class="text-right ng-binding"></td>
</tr><!-- end ngIf: !days -->
<tr style="border-top:solid 2px #333">
<td>Subtotal</td>
<td class="text-right ng-binding"></td>
</tr>
<!-- ngIf: coupon_discount > 0 -->
<tr>
<td>Taxes and fees</td>
<td class="text-right ng-binding"></td>
</tr>
<tr>
<td>Total</td>
<td class="text-right ng-binding"></td>
</tr>
</tbody>
</table>
<div class="form-group">
<button ng-disabled="isDisabled" id="resortpro_unit_submit" href="this.submit()" class="btn btn-lg btn-block btn-success resortia-cta" disabled="disabled">
<i class="glyphicon glyphicon-check"></i> Book Now</button>
</div>
</form>
Name: resortpro_inquiry —
<form class="frm-property-inquiry ng-pristine ng-invalid ng-invalid-required ng-valid-email" name="resortpro_inquiry" ng-init="inquiry.unit_id=822782" novalidate="">
<input type="hidden" ng-model="inquiry.unit_id" class="ng-pristine ng-untouched ng-valid ng-not-empty">
<div class="form-group">
<div class="row">
<div class="col-lg-6 col-md-12">
<input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_first_name" id="inquiry_first_name" placeholder="First Name" ng-required="true" ng-model="inquiry.first_name"
required="required">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_first_name.$touched" class="ng-hide">
<span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_first_name.$error.required" ng-bind="'First name is required.'">First name is required.</span>
</div>
</div>
<div class="col-lg-6 col-md-12">
<input type="text" class="form-control margin-top ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_last_name" id="inquiry_last_name" placeholder="Last Name" ng-required="true" ng-model="inquiry.last_name"
required="required">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_last_name.$touched" class="ng-hide">
<span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_last_name.$error.required" ng-bind="'Last name is required.'">Last name is required.</span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-12">
<input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="inquiry_email" id="inquiry_email" placeholder="Email" ng-required="true" ng-model="inquiry.email"
required="required">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_email.$touched" class="ng-hide">
<span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_email.$error.required && resortpro_inquiry.inquiry_phone.$error.required" ng-bind="'Email or phone is required.'">Email or phone is required.</span>
<span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_email.$error.email" ng-bind="'This is not a valid email.'">This is not a valid email.</span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-12">
<input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="inquiry_phone" id="inquiry_phone" placeholder="Phone" ng-model="inquiry.phone" ng-required="true" required="required">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_phone.$touched" class="ng-hide">
<span class="error ng-binding" ng-show="resortpro_inquiry.inquiry_email.$error.required && resortpro_inquiry.inquiry_phone.$error.required" ng-bind="'Phone or email is required.'">Phone or email is required.</span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-lg-6 col-xs-12" ng-init="inquiry.startDate=''">
<input type="text" class="form-control datepicker hasDatepicker ng-pristine ng-untouched ng-valid ng-empty" data-bindpicker="#inquiry_enddate" name="inquiry_startdate" id="inquiry_startdate" placeholder="Arrival" ng-model="inquiry.startDate">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_startdate.$touched" class="ng-hide">
<span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_startdate.$error.required" ng-bind="'Checkin is required.'">Checkin is required.</span>
</div>
</div>
<div class="col-lg-6 col-xs-12" ng-init="inquiry.endDate=''">
<input type="text" class="form-control datepicker margin-top hasDatepicker ng-pristine ng-untouched ng-valid ng-empty" name="inquiry_enddate" id="inquiry_enddate" placeholder="Departure" ng-model="inquiry.endDate">
<div ng-show="resortpro_inquiry.$submitted || resortpro_inquiry.inquiry_enddate.$touched" class="ng-hide">
<span class="error ng-binding ng-hide" ng-show="resortpro_inquiry.inquiry_enddate.$error.required" ng-bind="'Checkout is required.'">Checkout is required.</span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4" ng-init="inquiry.occupants='1'">
<label for="inquiry_occupants">Adults</label>
<select class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_occupants" id="inquiry_occupants" ng-model="inquiry.occupants">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" ng-init="inquiry.occupantsSmall='0'">
<label for="inquiry_occupants_small">Children</label>
<select class="form-control margin-top-xs ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_occupants_small" id="inquiry_occupants_small" ng-model="inquiry.occupantsSmall">
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" ng-init="inquiry.pets='0'">
<label for="inquiry_pets">Pets</label>
<select class="form-control margin-top-xs ng-pristine ng-untouched ng-valid ng-not-empty" name="inquiry_pets" id="inquiry_pets" ng-model="inquiry.pets">
<option value="0">0</option>
<option value="1">1</option>
</select>
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-md-12">
<textarea class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="inquiry_message" id="inquiry_message" placeholder="Question or Comment" ng-model="inquiry.message"></textarea>
</div>
</div>
</div>
<div class="form-group">
<button type="submit" id="resortpro_unit_submit" ng-click="validateInquiry(inquiry,true)" class="btn btn-lg btn-block btn-primary resortia-cta">
<i class="glyphicon glyphicon-comment"></i> Send Inquiry </button>
</div>
<!-- ngRepeat: alert in alerts -->
</form>
Text Content
SCOTTSDALE MI CASA VACATION RENTAL CONDOS IN SCOTTSDALE, AZ * Home * About * Products * Portfolio * Blog * Contact Scottsdale (Old Town) * 3 Bedrooms * 2 Bathrooms * Sleeps 6 OVERVIEW Welcome to Scottsdale Mi Casa, a fully remodeled condo nestled in a gated complex with amazing community amenities and a prime location. Located in the heart of Scottsdale, this community offers private gated access to a canal, offering endless opportunities for walking, running, and biking for miles! Close to Old Town this property guarantees easy access to dining, shopping, and the vibrant nightlife! For added convenience take the free Scottsdale Trolley that stops right outside the condo complex! This first-level condo was recently fully remodeled and offers 1,127 square feet with three bedrooms and two bathrooms to comfortably sleep 6 guests, making it the ideal retreat for families, friends, or a romantic getaway. As you approach the property, take a paved path through a grassy common area, leading you to the front door. Once inside, you'll discover an open floorplan encompassing the living room, dining area, and kitchen. Living Room: The living room boasts a sleek contemporary design with comfortable furnishings, including sofa seating and a Smart TV. Natural lighting floods the space through wood shutters, and although the fireplace is non-operational, it adds a decorative touch. Access to a private patio off the living area. Kitchen: The kitchen is a chef’s dream, fully remodeled with stainless steel appliances, white cabinetry, and fully stocked for meal preparations Dining Room: The wood circular dining table, lit by a contemporary chandelier, offers seating for four in the dining area. Bedrooms/Bathrooms: Master Suite — King bed, Smart TV, closet storage, and an en suite bathroom with a dual sink vanity and large walk-in glass shower. Bedroom 2 — King bed, closet space, and access to a full shared bathroom with a tub/shower combo. Bedroom 3 — Full bed, closet space, and access to a full shared bathroom with a tub/shower combo. Outdoor spaces: Enjoy the lower-level patio offering seating. Community BBQ is located right outside private patio. (Please note, there is an opening in the patio out to the front walkway) Community amenities: Take advantage of the community amenities including a large heated pool (opened year-round) with plenty of poolside seating, and a relaxing hot tub. There is another community pool that is not heated. Also enjoy the community tennis court and fitness area. Internet Access: High-speed Wi-Fi Internet Entertainment: Smart TVs in living room and master bedroom Laundry: Full size washer and dryer located in hallway closet Parking: One assigned parking spot with additional uncovered parking Air conditioning: Yes, central Pets: 1 dog under 40lbs allowed with a non-refundable pet fee of $200. Security cameras: No -------------------------------------------------------------------------------- Distances: Old Town Scottsdale –2.4 miles McCormick-Stillman Railroad Park – 2.3 miles Scottsdale Waterfront & Fashion Square Mall – 2.3 miles Scottsdale Museum of Contemporary Art — 2.8 miles OdySea Aquarium — 4.1 miles Scottsdale Quarter — 8.1 miles Scottsdale Airport — 8.3 miles Please note: Pursuant to ARS § 32-2121 Scottsdale Rentals LLC does not solicit, arrange or accept reservations or monies, for occupancies of greater than 31 days. Contact ILoveScottsdale.com toll-free at 833-241-7652 for details! Arizona TPT License #21552550 City of Scottsdale Permit #2032620 Read More… BEDROOM DETAILS Master Bedroom King * Toilet * Shower Smart TV Sleeps 2 Bedroom 2 King * Toilet * Combo Tub Shower Sleeps 2 Bedroom 3 Double Sleeps 1 AMENITIES Free Parking Ceiling fans Central heating Air Conditioning Pets allowed Television Communal Pool Hot Tub Kitchen Dining Area Coffee Maker BBQ Internet Air Conditioning Heating Washer Dryer Parking Hair Dryer Iron Board Iron Parking space Self Check-In Grill Patio Patio Or Balcony AVAILABILITY Previous June 2024 MTWTFSS 123456789101112131415161718192021222324252627282930 July 2024 MTWTFSS12345678910111213141516171819202122232425262728293031 Next August 2024 MTWTFSS 12345678910111213141516171819202122232425262728293031 * Checkin Available * Checkout Available * Not Available LOCATION © Mapbox © OpenStreetMap Improve this map REVIEWS Property ID: 822782 Arrive Depart Adults 123456 Children 0123456 Pets 01 Show Details Subtotal Taxes and fees Total Book Now Property Inquiry × PROPERTY INQUIRY First name is required. Last name is required. Email or phone is required. This is not a valid email. Phone or email is required. Checkin is required. Checkout is required. Adults 123456 Children 0123456 Pets 01 Send Inquiry (844) 948-1221 * Owner Login