← Back to catalog
jobs.job_search
mock data$0.003 / callJob Listings Search (CareerJet)
Search global job listings via CareerJet — title, company, salary, location, contract type across 90+ countries
Input schema
page
integerPage number (1-10). Default: 1.
sort
stringSort order for results. Default: "relevance".
keywordsrequired
stringJob search keywords (e.g. "software engineer", "marketing manager remote").
location
stringLocation filter (e.g. "New York", "London", "Berlin"). Omit for worldwide.
page_size
integerResults per page (1-100). Default: 20.
work_hours
stringFilter by work hours: full_time or part_time
locale_code
stringLocale code for results (e.g. "en_US", "en_GB", "de_DE"). Default: "en_US".
contract_type
stringFilter by contract type.
Call via REST
curl -X POST https://unifyapi.pro/api/call/jobs.job_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"sort":"<sort>","keywords":"<keywords>","location":"<location>","page_size":0,"work_hours":"<work_hours>","locale_code":"<locale_code>","contract_type":"<contract_type>"}'