This content provides an early look at an upcoming extension to the SEEK API. You may use it to scope integration effort, but the features described are not fully implemented and may be adjusted ahead of a production release.Check with your SEEK contact before starting any build work described here.
- Applicant list
- Candidate list or talent pool page
- Candidate record or details page
seekCandidateSummaries query accepts browser tokens that include the query:seek-candidate-profiles scope.Conditionally display SEEK Pass and SEEK Profile elements against each candidate in the list.
The seekCandidateSummaries query lets you determine whether a given candidate has SEEK Pass verification and/or a SEEK Profile.Execute the seekCandidateSummaries query once per page of candidates, not once per candidate.QueryVariablesResult
CopyGraphQL Explorer
query ($input: [SeekCandidateSummaryInput!]!) {
seekCandidateSummaries(input: $input) {
seekPrimaryEmailAddress
seekProfile {
exists
}
identity {
formattedName
isVerified
icon {
tooltipLabel
images {
accent
}
}
}
}
}seekCandidateSummaries query to determine whether to show a profile link for each candidate:- If
seekProfile.existsistrue, render a link to the Candidate Profile Panel - If
seekProfile.existsisfalse, do not render the link
Barista (Part-time)
| Name | Source | Profile | Status | Actions |
|---|---|---|---|---|
| John Smith | SEEK | View SEEK Profile | New | |
| Sarah Johnson | Careers website | View SEEK Profile | Shortlisted | |
| Michael Brown | Other | Offered | ||
| Emma Wilson | SEEK | View SEEK Profile | New | |
| David Lee | Other | View SEEK Profile | Shortlisted | |
| Rachel Green | SEEK | View SEEK Profile | New | |
| James Taylor | Careers website | View SEEK Profile | Shortlisted | |
| Lisa Anderson | Other | Offered | ||
| Peter Wright | SEEK | View SEEK Profile | New | |
| Amy Chen | Careers website | Shortlisted |
- Use a tooltip to explain the meaning of the icon
- The tooltip copy should be:
View SEEK Profile - Your software must not modify the icon
Barista (Part-time)
Rachel Green