Senior Designer · Linear
UXR · Google
Staff Eng · Stripe
PM · Notion · Remote

Match a job
that matches you.

Upload your resume. Build your profile.
Share with other job seekers.

Upload your resume

No account needed

Sign Up
Senior Designer · Linear
UXR · Google
Staff Eng · Stripe
PM · Notion · Remote

How it works

Upload your resume

Drop a PDF, we'll parse the rest. Your experience becomes a profile your network can actually search.

Build your profile

Not just bullet points - the projects, the perspective, what you're looking for next.

Share with others

Post updates, hire openly, congratulate friends. Find roles through people, not algorithms.

Built for companies too

Register your company and get an API key. When an applicant submits your form with their Matcha Job public profile URL, hit our API to get their full structured profile.

Get API access
# Fetch an applicant profile
GET
https://matchajob.com/api/v1/applicant/:username
Authorization: Bearer YOUR_API_KEY
// Returns full structured JSON:
{
"name": "Jane Smith",
"title": "Senior Engineer",
"experience": [...],
"skills": [...],
"resume_url": "https://..."
}