Example:

{
    "id": "e63dfcab300260b2591f585126ede56627db4ef8",
    "name": "Senior Ruby Developer",
    "industry": {
        "id": "computer_software",
        "label": "Computer Software"
    },
    "function": {
        "id": "engineering",
        "label": "Engineering"
    },
    "experienceLevel": {
        "id": "mid_senior_level",
        "label": "senior"
    },
    "location": {
        "country": "US",
        "region": "FL",
        "city": "Orlando"
    }
}

Fields description

NameTypeDescription
idstringunique job id
namestringjob name
industryobjectindustry associated with this job. Please check Industry object and /industries endpoint
functionobjectfunction associated with this job. Please check Function object and /functions endpoint
experienceLevelobjectexperienceLevel associated with this job. Please check ExperienceLevel object and /levels endpoint
locationobjectjobs location. Please check Location object