Caregiver jobs
Connecting caregivers with meaningful work
YourTita is building a curated job marketplace that values caregivers' expertise and families' peace of mind. Browse the upcoming feature set while we finish the FastAPI integrations and launch partner pilots.
Care receiver flow
Search caregivers within a 10km bubble
Start from the care receiver's address, describe your scenario in natural language, and watch matching caregivers populate the map. Three of the closest profiles stay pinned so the family can compare distance, languages, and training at a glance.
Switch to Scarborough or Mississauga to simulate regional routing.
Map preview
Interactive OpenStreetMap view with the care receiver (U) and up to four nearby caregivers rendered directly from the proximity API.
Trust-centered profiles
Verified profiles include references, certifications, and availability to help families make confident decisions.
Smart matching
Job matches consider location, schedule preferences, care needs, and language alignment - powered by the FastAPI recommendation service.
Collaborative tools
Messaging, scheduling, and task checklists streamline coordination between caregivers, families, and partner organizations.
AI suggested matches
Toronto nanny & senior care preview
These cards pull from the same preview endpoint we use in the demo. When authentication is on, caregivers will see their personalized shortlist here.
Sample pilot opportunities
These previews mirror the jobs families and partners are queuing up for launch. Live data streams from the jobs API once the integration toggles on.
Ready to offer placements or beta-test the matching engine? Email jobs@yourtita.com and we will reach out with onboarding details.
Caregivers can get a head start by completing the registration flow. You will be first in line when the marketplace opens.
Building the integration yourself? Here are the first endpoints we are wiring into the web client:
- GET /jobs?city=&keyword= - filterable feed that powers this page.
- GET /jobs/previews - marketing/unauth caregiver suggestions for the hero query.
- GET /jobs/matches - authenticated caregivers receive a personalized shortlist.
- GET /jobs/geo - map clusters showing caregiver density.
- POST /jobs/interest - signal intent and notify the posting family or partner.
