Get the match scores between a Job and its market Skill Profiles
We calculate two types of match scores for every Skill Profile in the market, linked to a peer group. More information about external market Skill Profiles can be found in the documentation of the relevant endpoint. The Job to peer score indicates how well the Job Skill Profile covers the Skill requirement of the external market Skill Profile of a certain peer group. The second score is the peer to Job score, which indicates how well the market Skill Profile of a peer group covers the Skill requirements of the Job Skill Profile. The higher the score, the better the match.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique external ID linked to this Job, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
If set to explained
, the response will include an explanation of the match.
simple
, explained
"explained"
Response
A match result between a Job and its market Skill Profiles.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"b003505-eb84-42dc-a79f-5e7b1fe897b7"
The market alignment scores for the Job, for every peer Skill Profile.
[
{
"peer_group": "B2B",
"job_to_peer_score": 0.85,
"peer_to_job_score": 0.9
},
{
"peer_group": "B2C",
"job_to_peer_score": 0.95,
"peer_to_job_score": 0.8
}
]
A match result between a Job and its market Skill Profiles.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"b003505-eb84-42dc-a79f-5e7b1fe897b7"
The market alignment scores for the Job, for every peer Skill Profile.
[
{
"peer_group": "B2B",
"job_to_peer_score": 0.85,
"peer_to_job_score": 0.9
},
{
"peer_group": "B2C",
"job_to_peer_score": 0.95,
"peer_to_job_score": 0.8
}
]
A match result between a Job and its market Skill Profiles.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"b003505-eb84-42dc-a79f-5e7b1fe897b7"
The market alignment scores for the Job, for every peer Skill Profile.
[
{
"peer_group": "B2B",
"job_to_peer_score": 0.85,
"peer_to_job_score": 0.9,
"job_missing_skills": [
{
"skill_name": "Python",
"skill_id": "4dba81ae-9a4d-4863-8157-520f8a2f4c59"
}
],
"peer_missing_skills": [
{
"skill_name": "Machine Learning",
"skill_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7"
}
],
"overlapping_skills": [
{
"skill_name": "SQL",
"skill_id": "c8c4b3a1-2d55-4dde-a71c-d7129c675a77",
"job_adjacent_skill_name": "PostgreSQL",
"job_adjacent_skill_id": "6d9fcb6e-7dfb-4d5f-9743-6e2c0c58c232",
"job_adjacency_score": 0.7,
"peer_adjacent_skill_name": "SQL",
"peer_adjacent_skill_id": "c8c4b3a1-2d55-4dde-a71c-d7129c675a77",
"peer_adjacency_score": 1
}
]
},
{
"peer_group": "B2C",
"job_to_peer_score": 0.95,
"peer_to_job_score": 0.8,
"job_missing_skills": [
{
"skill_name": "Java",
"skill_id": "15aa59ae-9a4d-4863-8157-520f8a2f4e64"
}
],
"peer_missing_skills": [
{
"skill_name": "C#",
"skill_id": "72adf84b-24a8-41d6-a4b4-e6f53c473cb3"
}
],
"overlapping_skills": [
{
"skill_name": "JavaScript",
"skill_id": "b2f1b6d0-983f-4f6e-a6a2-2b44806307b6",
"job_adjacent_skill_name": "JavaScript",
"job_adjacent_skill_id": "b2f1b6d0-983f-4f6e-a6a2-2b44806307b6",
"job_adjacency_score": 1,
"peer_adjacent_skill_name": "TypeScript",
"peer_adjacent_skill_id": "6d9fcb6e-7dfb-4d5f-9743-6e2c0c58c232",
"peer_adjacency_score": 0.7
}
]
}
]
Was this page helpful?