300harlanstreet.com
Open in
urlscan Pro
15.197.234.174
Public Scan
URL:
https://300harlanstreet.com/
Submission: On September 15 via api from BE — Scanned from DE
Submission: On September 15 via api from BE — Scanned from DE
Form analysis
2 forms found in the DOM<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="mt-4">
<div class="grid grid-cols-1 md:grid-cols-12 gap-4">
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="name" class="block text-right label">NAME:</label>
</div>
<div class="md:col-span-9">
<div class="mt-1">
<label for="name" class="block md:hidden label">NAME</label>
<input type="text" name="name" id="name" autocomplete="name" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700
focus:outline-none focus:ring-0 focus:border-gray-700">
<span x-show="!validForm.fields.name.valid" class="error-msg">Name cannot be empty</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="email" class="block text-right label">EMAIL:</label>
</div>
<div class="md:col-span-9">
<div class="mt-1">
<label for="name" class="block md:hidden label">EMAIL</label>
<input id="email" name="email" type="email" autocomplete="email" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg">Provide a valid email address</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="phone-number" class="block text-right label">PHONE:</label>
</div>
<div class="md:col-span-9">
<label for="phone-number" class="block md:hidden label">PHONE</label>
<div class="mt-1">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg">Phone number cannot be empty</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-start justify-end">
<label for="message" class="block text-right label">MESSAGE:</label>
</div>
<div class="md:col-span-9">
<label for="message" class="block md:hidden label">MESSAGE</label>
<div class="mt-1">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full rounded border-brand-gray-300 py-2 px-3 text-brand-gray-700 resize-none
focus:outline-none focus:ring-0 focus:border-brand-gray-700" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg">Message cannot be empty</span>
</div>
</div>
<div class="sm:flex sm:justify-end text-sm my-1 md:col-span-12">
<p>The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="hidden md:block col-span-3"></div>
<div class="md:col-span-9">
<div class="mt-1 text-right">
<button type="submit" class="disabled:cursor-not-allowed disabled:opacity-50
button-style uppercase md:tracking-widest text-center max-w-sm mx-auto text-sm
sm:text-base" id="contact-submit" x-bind:disabled="sendingForm"> Send <i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm"></i>
</button>
</div>
</div>
</div>
</form>
<form @submit.prevent="beforeSubmitForm" id="agent-contact-form" novalidate="" class="mt-4">
<div class="grid grid-cols-1 md:grid-cols-12 gap-4">
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="name" class="block text-right label">NAME:</label>
</div>
<div class="md:col-span-9">
<div class="mt-1">
<label for="name" class="block md:hidden label">NAME</label>
<input type="text" name="name" id="name" autocomplete="name" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700
focus:outline-none focus:ring-0 focus:border-gray-700">
<span x-show="!validForm.fields.name.valid" class="error-msg" style="display: none;">Name cannot be empty</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="email" class="block text-right label">EMAIL:</label>
</div>
<div class="md:col-span-9">
<div class="mt-1">
<label for="name" class="block md:hidden label">EMAIL</label>
<input id="email" name="email" type="email" autocomplete="email" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Email address must be a valid address">
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'required'" class="error-msg" style="display: none;">Email cannot be empty</span>
<span x-show="!validForm.fields.email.valid && validForm.fields.email.rule === 'email'" class="error-msg" style="display: none;">Provide a valid email address</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-center justify-end">
<label for="phone-number" class="block text-right label">PHONE:</label>
</div>
<div class="md:col-span-9">
<label for="phone-number" class="block md:hidden label">PHONE</label>
<div class="mt-1">
<input type="text" name="phone" id="phone-number" autocomplete="phone-number" placeholder="(415)555-1234" class="block rounded w-full border-brand-gray-300 py-2 px-3 text-brand-gray-700 focus:outline-none
focus:ring-0 focus:border-brand-gray-700" data-error-msg="Phone number cannot be empty">
<span x-show="!validForm.fields.phone.valid" class="error-msg" style="display: none;">Phone number cannot be empty</span>
</div>
</div>
<div class="hidden col-span-3 md:flex items-start justify-end">
<label for="message" class="block text-right label">MESSAGE:</label>
</div>
<div class="md:col-span-9">
<label for="message" class="block md:hidden label">MESSAGE</label>
<div class="mt-1">
<textarea id="message" name="message" rows="4" placeholder="Write your message here..." class="block w-full rounded border-brand-gray-300 py-2 px-3 text-brand-gray-700 resize-none
focus:outline-none focus:ring-0 focus:border-brand-gray-700" aria-describedby="message-max"></textarea>
<span x-show="!validForm.fields.message.valid" class="error-msg" style="display: none;">Message cannot be empty</span>
</div>
</div>
<div class="sm:flex sm:justify-end text-sm my-1 md:col-span-12">
<p>The site is protected by reCAPTCHA and the <a href="https://policies.google.com/privacy" class="hover:underline" target="_blank">Google Privacy Policy</a> and
<a href="https://policies.google.com/terms" class="hover:underline" target="_blank">Terms of Service</a> apply. </p>
</div>
<div class="hidden md:block col-span-3"></div>
<div class="md:col-span-9">
<div class="mt-1 text-right">
<button type="submit" class="disabled:cursor-not-allowed disabled:opacity-50
button-style uppercase md:tracking-widest text-center max-w-sm mx-auto text-sm
sm:text-base" id="contact-submit" x-bind:disabled="sendingForm"> Send <i class="fa-duotone fa-spinner-third fa-spin ml-2" x-show="sendingForm" aria-hidden="true" style="display: none;"></i>
</button>
</div>
</div>
</div>
</form>
Text Content
MICHELLE MILLER PRESENTS EXCEPTIONAL SAN LEANDRO HOME 300 HARLAN STREET, SAN LEANDRO | $880,000 300 HARLAN STREET, SAN LEANDRO * Home * Gallery * Features * Video Tour * Neighborhood * Maps * Agent Info * Schedule * Contact Toggle navigation * Home * Gallery * Features * Video Tour * Neighborhood * Maps * Agent Info * Schedule * Contact ALL PROPERTY PHOTOS View more PROPERTY DETAILS Bedrooms 4 Bathrooms 2 Square Feet 1,598 sq ft Neighborhood Downtown San Leandro OWN A SAN LEANDRO GEM Step into the charm of this beautiful Craftsman bungalow, built in 1926, and thoughtfully updated for modern living. Located in the heart of San Leandro, this home boasts timeless details like original wood floors and built-ins, paired with a spacious updated kitchen for the gourmet chef in the family. The main level features 2 bedrooms and 2 bathrooms, which includes a primary bedroom suite, creating a comfortable living space with a touch of vintage elegance. The finished basement offers even more flexibility with a laundry area and 3 versatile bonus rooms, perfect for use as guest bedrooms (non-conforming), home offices, or creative spaces. The backyard is truly an oasis, designed as an urban farm where you can enjoy the beauty and bounty of "home". Offerings include; a water wise drip system, berries, herbs, vegetables, lemons, limes, apples, olives, almonds, avocados, guava, blueberries, tomatoes, cucumbers, peppers, squash, pumpkins, carrots, peas, beans, chives and more! Raised planter boxes and mature fruit trees create a gorgeous setting for relaxation or gardening enthusiasts. Additional features include an extra-long gated driveway for ample parking, a detached carport that doubles as a cozy outdoor gathering space, and a detached studio and workshop for even more flexibility. PROPERTY VIDEO NEIGHBORHOOD Keep reading View more Michelle Miller Vanguard Properties Broker Associate DRE: #01012751 Cell: 510.701.3442 michelle@michellerossmiller.com SCHEDULE Upcoming Events Saturday Sep 7 Open House Tours 2:00 PM - 4:00 PM Sunday Sep 8 Open House Tours 2:00 PM - 4:00 PM Monday Sep 9 Open House Tours 11:00 AM - 1:00 PM Wednesday Sep 11 Open House Tours 10:00 AM - 1:00 PM Request an appointment GET IN TOUCH NAME: NAME Name cannot be empty EMAIL: EMAIL Email cannot be empty Provide a valid email address PHONE: PHONE Phone number cannot be empty MESSAGE: MESSAGE Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send GET IN TOUCH NAME: NAME Name cannot be empty EMAIL: EMAIL Email cannot be empty Provide a valid email address PHONE: PHONE Phone number cannot be empty MESSAGE: MESSAGE Message cannot be empty The site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Send THANK YOU! Your message has been received. We will reply using one of the contact methods provided in your submission. SORRY, THERE WAS A PROBLEM Your message could not be sent. Please refresh the page and try again in a few minutes, or reach out directly using the agent contact information below. Michelle Miller Vanguard Properties Broker Associate DRE: #01012751 Cell: 510.701.3442 michelle@michellerossmiller.com Email Us Email Us Email Us Home Agent Login MLS: 41072325 Disclaimers Floor Plans:. All square footage is approximate. Floor plans, dimensions and square footage are for marketing purposes only. Schools:. Interested parties should independently verify school district availability. School attendance is not guaranteed. Information Accuracy:. Open Homes has not investigated or verified the accuracy of information on this website. Buyers are responsible for verifying all information they deem important. Contact Us Privacy Policy Terms of Use Accessibility Policy Enable High-Contrast Mode Follow us: Facebook Instagram Vimeo Twitter © 2024 Open Homes Photography Made with in California 1 / 53 1 / 47