← Tools Reference

SmartRecruiters

SmartRecruiters integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://api.smartrecruiters.com
GET
smartrecruiters_list_jobs
Search SmartRecruiters jobs with optional filters and cursor pagination.

/jobs

8 parameters
ParamTypeRequiredDescription
qstringoptionalThe SmartRecruiters full-text search query.
limitintegeroptionalThe maximum number of items to return. SmartRecruiters allows up to 100.
pageIdstringoptionalThe SmartRecruiters pageId cursor returned by a previous page.
languagestringoptionalThe language code for localized SmartRecruiters job content.
cityarrayoptionalThe city filters to apply to SmartRecruiters jobs.
departmentarrayoptionalThe department label filters to apply to SmartRecruiters jobs.
updatedAfterstringoptionalAn ISO8601-formatted SmartRecruiters date-time boundary.
lastActivityAfterstringoptionalAn ISO8601-formatted SmartRecruiters date-time boundary.
GET
smartrecruiters_get_job
Get SmartRecruiters job details by job ID.

/jobs/{jobId}

2 parameters
ParamTypeRequiredDescription
jobIdstringrequiredThe SmartRecruiters resource identifier.
languagestringoptionalThe language code for localized SmartRecruiters job content.
GET
smartrecruiters_search_candidates
Search SmartRecruiters candidates with optional filters and cursor pagination.

/candidates

9 parameters
ParamTypeRequiredDescription
qstringoptionalThe SmartRecruiters full-text search query.
limitintegeroptionalThe maximum number of items to return. SmartRecruiters allows up to 100.
pageIdstringoptionalThe SmartRecruiters pageId cursor returned by a previous page.
jobIdarrayoptionalThe SmartRecruiters job IDs used to filter candidate applications.
locationarrayoptionalThe location keywords used to filter candidates.
statusarrayoptionalThe candidate status filters in the context of a job.
tagarrayoptionalThe candidate tag filters to apply.
updatedAfterstringoptionalAn ISO8601-formatted SmartRecruiters date-time boundary.
subStatusstringoptionalThe candidate sub-status filter used with a status filter.
GET
smartrecruiters_get_candidate
Get SmartRecruiters candidate details by candidate ID.

/candidates/{candidateId}

1 parameter
ParamTypeRequiredDescription
candidateIdstringrequiredThe SmartRecruiters resource identifier.