hiringOrganization
query to check for the required ProactiveSourcing
relationship with a SEEK hirer:query ($id: String!) {
hiringOrganization(id: $id) {
seekApiCapabilities {
relationshipTypeCodes
}
}
}
layoutSize="large"
(up to 8 results shown)seekAndCombined="true"
seekAndCombined="true"
shows numbers for both shared profiles and SEEK-only profiles.approachableOnly="true"
filters by candidates whose activity on SEEK indicates they may be looking for a new role at the moment.location
accepts free text which is sent to a normalisation and resolution service to determine a location with which to filter the search.
This works with a variety of inputs.
It requires a country at a minimum (e.g. Australia), but works best when a suburb, state and country are supplied.<script>
element to enable Talent Search Connect widgets:<script
async
type="text/javascript"
src="https://connected.talentsearch.seek.com.au/sdk/latest/bundle.js"
></script>
<ts-matching-candidates
jobTitle="Developer"
location="Melbourne"
approachableOnly="true"
seekAndCombined="true"
layoutOrientation="horizontal"
/>
<html>
<script
async
type="text/javascript"
src="https://connected.talentsearch.seek.com.au/sdk/latest/bundle.js"
></script>
<ts-matching-candidates
jobTitle="Developer"
location="Melbourne"
approachableOnly="true"
seekAndCombined="true"
layoutOrientation="horizontal"
/>
</html>