Search SmartRecruiters jobs
Search active public postings for a SmartRecruiters company with title, location, workplace, department, language, job-ad, and release-date filters.
smart-recruiters.jobs.search
/execute
Shared execution endpoint
Input parameters
career_site_url
string
optional
Public URL for Career site.
city
array<string>
optional
City supplied for this request.
company
string
optional
Company supplied for this request.
smartrecruiters
country
string
optional
Country supplied for this request.
custom_fields
object
optional
Custom fields supplied for this request.
department
array<string>
optional
Public department IDs returned by smart-recruiters.departments.list.
job_ad_id
string
optional
Job ad identifier.
languages
array<string>
optional
Filter postings by their configured content languages.
limit
integer
optional
Maximum number of results to return.
5
max_pages
integer
optional
Max pages supplied for this request.
1
offset
integer
optional
Zero-based number of results to skip.
0
query
string
optional
Text query within this company's public postings.
region
string
optional
Region supplied for this request.
released_after
string
optional
Released after supplied for this request.
response_language
string
optional
Preferred language for localized response labels, sent as Accept-Language.
workplace_types
array<string>
optional
Workplace types supplied for this request.
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
has_more |
boolean |
true |
jobs |
array |
3 items |
jobs |
array |
3 items |
limit |
integer |
5 |
next_offset |
integer |
5 |
offset |
integer |
0 |
pages_fetched |
integer |
1 |
total_found |
integer |
8 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.