Skip to documentation
Browse documentation

Search SmartRecruiters jobs

Search active public postings for a SmartRecruiters company with title, location, workplace, department, language, job-ad, and release-date filters.

Capability ID smart-recruiters.jobs.search
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /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.

Example 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.

Example 5
max_pages integer optional

Max pages supplied for this request.

Example 1
offset integer optional

Zero-based number of results to skip.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.