Kat Rains

Kat Rains

Kat Rains

Get to Know Me

Kat Rains’ first years in Real Estate have been successful and inspiring. In her first year, she sold two homes, one of which was a listing in which she helped her clients get their “pie in the sky” price, and in her second transaction, she helped her client buy a duplex which he had been passively looking for for years. In her second year, she sold six homes, four of which were listings. One of the listings sold in two days and secured a record-breaking price per square foot for the neighborhood. She quickly learned that no two deals are the same, and with a team of very supportive people at the brokerage, she navigated her way to six happy clients.
 
A large percentage of Kat’s listings have involved working with the elderly. Her genuine interest in people and desire to help, were beneficial for these clients as she was able to do everything from “A to Z” while watching expenses to maximize their profits. This includes coordinating estate sales and arranging hauling jobs or donations for their belongings as part of the path to selling their home.
 
Kat resides in the Golden Gate Heights neighborhood of San Francisco with her husband, two kids, and their dog. You can find her working at our beautiful West Portal office, walking her neighborhood, practicing yoga, at the dog park, on the sidelines of the soccer field, or spending time with her friends and family.
 
Kat is a member of:
San Francisco Association of REALTORS®
California Association of REALTORS®
National Association of REALTORS®

 

Browse My Listings

Start Your Property Search

Home Search

Proven. Trusted. Local.

One of San Francisco’s premier, top-ranking legacy real estate firms, established in 1952, serving generations of clients across every neighborhood, with deep expertise throughout the Bay Area. Connect with us to navigate your next move with confidence.

(function () { if (!window.location.pathname.match(/\/neighborhoods\/?$/)) return; var PAGE_KEY = 'b7f9b916c6924fe7b6a0f6543f36857c'; if (new URLSearchParams(window.location.search).get(PAGE_KEY)) return; var PRIORITY = ['west-portal', 'marina', 'forest-hill', 'sunset', 'st-francis-wood']; function loadPage(n) { return fetch('/neighborhoods?' + PAGE_KEY + '=' + n) .then(function (r) { return r.text(); }) .then(function (html) { var doc = new DOMParser().parseFromString(html, 'text/html'); return Array.from(doc.querySelectorAll('.grid-item')); }) .catch(function () { return []; }); } function reorder() { var grid = document.querySelector('.items.data-container'); if (!grid) return; var current = Array.from(grid.querySelectorAll('.grid-item')); Promise.all([loadPage(2), loadPage(3), loadPage(4)]).then(function (pages) { var all = current.concat(pages[0], pages[1], pages[2]); // Deduplicate by href var seen = {}; var unique = all.filter(function (item) { var href = (item.querySelector('a') || {}).getAttribute('href') || ''; if (seen[href]) return false; seen[href] = true; return true; }); // Sort: priority first, rest alphabetical unique.sort(function (a, b) { var sA = ((a.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var sB = ((b.querySelector('a') || {}).getAttribute('href') || '').replace('/neighborhoods/', ''); var iA = PRIORITY.indexOf(sA); var iB = PRIORITY.indexOf(sB); if (iA !== -1 && iB !== -1) return iA - iB; if (iA !== -1) return -1; if (iB !== -1) return 1; return sA.localeCompare(sB); }); // Rebuild grid with first 6 grid.innerHTML = ''; unique.slice(0, 6).forEach(function (item) { grid.appendChild(item); }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', reorder); } else { reorder(); } })();