保姆费用计算器

Nanny Cost Calculator – My Asian Nanny :root { –background: hsl(0, 0%, 100%); –foreground: hsl(20, 14.3%, 4.1%); –muted: hsl(60, 4.8%, 95.9%); –muted-foreground: hsl(25, 5.3%, 44.7%); –border: hsl(20, 5.9%, 90%); –input: hsl(20, 5.9%, 90%); –primary: hsl(207, 90%, 54%); –primary-foreground: hsl(211, 100%, 99%); –brand-blue: hsl(213, 84%, 56%); –brand-blue-dark: hsl(213, 84%, 46%); –brand-amber: hsl(43, 96%, 56%); –radius: 0.5rem; } * { border-color: var(–border); } body { font-family: ‘Inter’, sans-serif; background-color: #f9fafb; color: var(–foreground); font-feature-settings: “cv11”, “ss01”; font-variation-settings: “opsz” 32; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .service-tab { transition: all 200ms ease-in-out; } .service-tab.active { background-color: hsl(213, 84%, 56%); color: white; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .service-tab:not(.active) { background-color: #f3f4f6; color: #374151; } .service-tab:not(.active):hover { background-color: #e5e7eb; } .brand-blue { background-color: hsl(213, 84%, 56%); } .brand-blue-dark { background-color: hsl(213, 84%, 46%); } .brand-amber { background-color: hsl(43, 96%, 56%); } .slider-container { position: relative; } .slider { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 4px; background: #e5e7eb; outline: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: hsl(213, 84%, 56%); cursor: pointer; } .slider::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: hsl(213, 84%, 56%); cursor: pointer; border: none; } .hidden { display: none; } .block { display: block; } .cost-card { border-radius: 0.75rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .mobile-stack { flex-direction: column; } }

Nanny Cost Calculator

Get accurate pricing for professional care services with location-based rates and transparent cost breakdowns.

Service Calculator

Select Service Type

Select location… Southern California (LA/OC/San Diego) Northern California (Bay Area) Out of State

Cost Estimate

Select a service and configure options to see pricing

What Our Families Say

⭐⭐⭐⭐⭐

Ready to Get Started?

Contact us today for personalized service matching and detailed quotes

📞

Primary Office

(626) 531-2068

📱

Mobile Line

(626) 319-8888

// Testimonials data const testimonials = [ { name: “Tommy Lee”, date: “5/13/2025”, review: “We’re so grateful to have found My Asian Nanny for our Chinese confinement needs. They provided five highly qualified confinement nanny candidates, and after interviewing each one, we chose Queenie—a decision we’re so glad we made. Queenie was everything we hoped for in a Chinese confinement nanny. She cared for our newborn with incredible attention and love, ensuring he was safe, clean, and comforted at all times.” }, { name: “Gina Chen”, date: “6/19/2025”, review: “A friend referred me to this agency although she had never actually used it so I was a bit skeptical. We had been looking for a helper for my aging parents for quite a while. Within a couple days they lined up 7 possible candidates which we FaceTimed with. The Mandarin speaking live-in helper has been great and makes delicious food. We are very happy and would recommend MAN to anyone looking for an asian helper.” }, { name: “Ashlee Yang”, date: “2/07/2025”, review: “Amy has been a wonderful help to our home! She comes in 3 days a week for 3 hours and always delivers excellent service. Her cooking is delicious and tailored to our preferences, and she keeps our home spotless with her efficient cleaning. She’s punctual, professional, and a joy to work with. Highly recommend her for anyone in need of reliable part-time help!” }, { name: “Jade Friedensohn”, date: “11/17/2024”, review: “I can’t say enough about the wonderful support we received from My Asian Nanny’s domestic care referral service. Vivian, our postpartum nanny, was an invaluable presence in our family. She quickly became part of our family, and we’re genuinely sad to see her go. Vivian brought so much warmth into our home, making the early days of parenthood smoother and more joyful.” }, { name: “Justine Jen-Jen Li”, date: “10/07/2024”, review: “I am a first time mom and finding a Yue Sao (postpartum nanny) through My Asian Nanny was hands down the best investment we made. Our Shanghainese nanny, Jenny Liu was incredible. She taught us everything we know about how to care for a newborn — invaluable advice and tricks that no amount of book reading or tiktoks can provide.” }, { name: “Ally Ross”, date: “6/13/2024”, review: “Highly recommend using My Asian Nanny as your nanny referral agency! Stephanie and her staff are friendly, professional, and will work really hard to find a nanny who will meet a variety of needs. That led us to Maria and SHE IS AMAZING! She is incredibly knowledgeable, kind, helpful, patient, and loving toward our baby and our whole family.” } ]; // Location-based pricing from Stan’s cheat sheet const getLocationPricing = (service, location, subType) => { const pricingMap = { ‘nanny’: { ‘out-of-state’: { ‘live-in-sleep’: 220, ‘live-in-no-sleep’: 210, ‘live-out’: 27 }, ‘southern-ca’: { ‘live-in-sleep’: 190, ‘live-in-no-sleep’: 185, ‘live-out’: 29 }, ‘northern-ca’: { ‘live-in-sleep’: 220, ‘live-in-no-sleep’: 210, ‘live-out’: 35 } }, ‘postpartum’: { ‘out-of-state’: { ‘baby-care’: 270, ‘with-cooking’: 335 }, ‘southern-ca’: { ‘baby-care’: 250, ‘with-cooking’: 310 }, ‘northern-ca’: { ‘baby-care’: 265, ‘with-cooking’: 329 } }, ‘housekeeper’: { ‘out-of-state’: { ‘live-in’: 210, ‘live-out’: 27 }, ‘southern-ca’: { ‘live-in’: 185, ‘live-out’: 29 }, ‘northern-ca’: { ‘live-in’: 210, ‘live-out’: 35 } }, ‘night-nurse’: { ‘out-of-state’: { ‘single’: 40, ‘twins’: 40 }, ‘southern-ca’: { ‘single’: 42, ‘twins’: 47 }, ‘northern-ca’: { ‘single’: 47, ‘twins’: 47 } }, ‘elderly-care’: { ‘out-of-state’: { ‘live-in-sleep’: 210, ‘live-in-no-sleep’: 210 }, ‘southern-ca’: { ‘live-in-sleep’: 185, ‘live-in-no-sleep’: 185 }, ‘northern-ca’: { ‘live-in-sleep’: 210, ‘live-in-no-sleep’: 210 } } }; return pricingMap[service]?.[location]?.[subType] || 0; }; // Global state let currentService = ”; let currentCalculation = null; // Service option templates matching React calculator const serviceOptions = { nanny: `