Score a job against a CV
calibrd_score_jobScores a CV against a job posting from 0 to 100, lists missing qualifications, and evaluates the CV as a recruiter and an applicant tracking system would to help decide whether to apply.
Instructions
Scores how well a person's CV matches one job posting (0 to 100), lists the gaps at that level, and scores the CV itself for this job as a recruiter and as an applicant tracking system read it. Free, no daily cap. Call it when someone asks whether to apply, or to triage several postings; use calibrd_report for the full read on the ones that score well.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | No | Company name, if not obvious from the posting. | |
| cv_text | Yes | The person's CV or resume as plain text. | |
| job_url | No | Link to a public posting: a LinkedIn job page (search links with currentJobId work too), Greenhouse, Lever, Levels.fyi or a careers page. Calibrd fetches and reads it. Prefer this over asking the person to paste when they share a link. | |
| language | No | Output language. Defaults to English; use fr for a French job posting. | |
| job_title | No | Job title, if not obvious from the posting. | |
| job_description | No | The full job posting text, pasted as-is (at least 200 characters). When the person shares a link instead, pass job_url and leave this out. |