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
No additional description is provided for this parameter.
city
array<string>
optional
No additional description is provided for this parameter.
company
string
optional
No additional description is provided for this parameter.
smartrecruiters
country
string
optional
No additional description is provided for this parameter.
custom_fields
object
optional
No additional description is provided for this parameter.
department
array<string>
optional
Public department IDs returned by smart-recruiters.departments.list.
job_ad_id
string
optional
No additional description is provided for this parameter.
languages
array<string>
optional
Filter postings by their configured content languages.
limit
integer
optional
No additional description is provided for this parameter.
5
max_pages
integer
optional
No additional description is provided for this parameter.
1
offset
integer
optional
No additional description is provided for this parameter.
0
query
string
optional
Text query within this company's public postings.
region
string
optional
No additional description is provided for this parameter.
released_after
string
optional
No additional description is provided for this parameter.
response_language
string
optional
Preferred language for localized response labels, sent as Accept-Language.
workplace_types
array<string>
optional
No additional description is provided for this parameter.
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.