653-30th.com
Open in
urlscan Pro
15.197.234.174
Public Scan
URL:
https://653-30th.com/
Submission: On June 30 via api from BE — Scanned from DE
Submission: On June 30 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
MELISSA EIZENBERG PRESENTS EXCEPTIONAL HOME AND ARTIST RETREAT 653 30TH STREET, RICHMOND | $595,000 653 30TH STREET, RICHMOND * Home * Gallery * Features * Floor Plans * Neighborhood * Maps * Agent Info * Schedule * Contact * Toggle navigation * Home * Gallery * Features * Floor Plans * Neighborhood * Maps * Agent Info * Schedule * Contact * ALL PROPERTY PHOTOS View more PROPERTY DETAILS Bedrooms 2 Bathrooms 1 Square Feet 1,347 sq ft Neighborhood North and East BERKELEY STYLE CRAFTSMAN BUNGALOW + ART STUDIO Welcome to 653 30th St, an inviting, spacious & sun-filled bungalow + a stunning backyard art studio. Both structures have been meticulously renovated to create an exceptional living environment. The main house, built in 1938, includes two bedrooms & one remodeled bath. The home’s interior is quite stunning and features many classic period details such as a gorgeous vaulted wood ceiling, hardwood floors, picture windows, and an elegant arch between the living and dining room areas. The kitchen has been artistically remodeled with new cabinets, quartz counters, new flooring, and all new appliances. The finished art studio has vaulted ceilings with two large skylights, sheetrock walls, a new floor, and plenty of natural light. It is a perfect place to create, dream, or work. While it is currently set up as an art studio, this space can easily be used as a detached home office, yoga, workout, or guest retreat. The studio door & windows face the enchanting garden, with beautiful mature trees and plants, a large patio, and a delightful vegetable garden. The entire backyard space is surrounded by a tall fence, creating a pleasingly private world for entertaining friends or for peaceful relaxation. Located in a delightful neighborhood within walking distance to Catahoula Coffee, several restaurants, and just one block to Burg Park. Minutes to Wildcat Canyon Park, with miles of hiking & biking trails, great playground and picnic areas. The property is also close to the Richmond Civic Center, Art Center, and Library, the Miller/Knox waterfront park, Bay Trail, and two BART stations. This is a very rare and unique property, ready for a new owner to enjoy! FLOOR PLANS FLOOR PLAN Download NEIGHBORHOOD Keep reading View more Melissa Eizenberg The Agency BRE: #01184596 Office: 510-334-6420 Melissa4RE@comcast.net SCHEDULE Upcoming Events Saturday Jun 29 Open House Tours 2:00 PM - 4:30 PM Sunday Jun 30 Open House Tours 2:00 PM - 4:30 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. Melissa Eizenberg The Agency BRE: #01184596 Office: 510-334-6420 Melissa4RE@comcast.net Email Us Email Us Email Us Home Agent Login MLS: 41064657 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 / 42 1 / 34