Returns the details of the specified job. Required scope: r_jobs
. Accessible with all token types.
Results
Calling the jobs/:shortcode
will return the full job JSON object.
key | type | description |
---|---|---|
id |
| The job identifier |
title |
| The short title of the job |
full_title |
| The full title of the job (title + code) |
shortcode |
| System generated job code |
code |
| Job code as defined in editor |
state |
| The job state. Possible values are |
department |
| The job department as defined in job editor |
url |
| short URL to the job page |
application_url |
| URL to the job application form |
shortlink |
| short URL to the job page |
location |
| Location of the job. When |
location/country |
| The country name as defined in job editor |
location/country_code |
| The two digit country code |
location/region |
| The region as defined in job editor |
location/region_code |
| The two digit region code |
location/city |
| The city as defined in job editor |
location/zip_code |
| The zip code as defined in job editor |
location/telecommuting |
| True if job is telecommuting |
location/workplace_type |
| The workplace type. Possible values are |
locations |
| All For the keys of each location entry, please check the table below.
|
created_at |
| The timestamp the job was created |
full_description |
| Description + requirements + benefits |
description |
| The description of the job |
requirements |
| The requirements section of the job |
benefits |
| The benefits section of the job |
employment_type |
| The employment type of the job |
industry |
| The job's industry |
function |
| The job's function |
experience |
| The experience required for the job |
education |
| The education level required for the job |
keywords |
| The keywords of the job |
salary/salary_from |
| The lower bound of the salary |
salary/salary_to |
| The upper bound of the salary |
salary/salary_currency |
| The ISO code of the salary currency |
Each location
in locations
will have the following keys:
key | type | description |
---|---|---|
country_code |
| The two digit country code |
country_name |
| The country name as defined in job editor |
state_code |
| The two digit state code |
subregion |
| The subregion as defined in job editor |
zip_code |
| The zip code as defined in job editor |
city |
| The city as defined in job editor |
coords |
| The coordinates of the location, if exist |
hidden |
| The indication if the location is hidden in |