Skip to Content

Job

Properties

FieldTypeDescriptionNullable
idstringUnique identifier (UUID)false
slugstringJob URL identifierfalse
titlestringJob titlefalse
teaserstringShort job summarytrue
remotebooleanWhether the job allows remote workfalse
jobTypeJobTypeEmployment typetrue
jobFunctionJobFunctionFunctional areatrue
orgChartLevelstringOrg chart depth of the roletrue
locationobjectJob location (country, state)true
createdOnstringWhen the posting was createdfalse
deadlinestringApplication deadlinetrue
urlstringJob page URL on The Orgfalse
associatedPositionIdintegerLinked Position ID when the role is placedtrue
managersarrayHiring managers (fullName, roleTitle)false
companyobjectHiring company (id, slug, name, industries, size, funding, URLs)false

Example

{ "id": "6e2407a1-7a26-443e-8762-1cde48daf8a9", "slug": "senior-software-engineer", "title": "Senior Software Engineer", "teaser": "Build product used by millions of professionals.", "remote": true, "jobType": "full_time", "jobFunction": "engineering", "orgChartLevel": "level_three", "location": { "country": "US", "state": "CA" }, "createdOn": "2026-08-01T12:00:00.000", "deadline": null, "url": "https://theorg.com/org/the-org/jobs/senior-software-engineer", "associatedPositionId": 47185, "managers": [ { "fullName": "Andreas Jarbol", "roleTitle": "CTO & co-Founder" } ], "company": { "id": "5a8fbc82-c357-11e7-abc4-cec278b6b50a", "slug": "the-org", "name": "The Org", "logoUrl": "https://cdb.theorg.com/1243da72-2ea0-4425-bc87-febd505d1528.jpg", "legalStatus": "company", "industries": ["professional_networking"], "employeeRange": "50-200", "latestFundingStage": "series_a", "url": "https://theorg.com/org/the-org", "embedUrl": "https://theorg.com/embeds/org-chart/..." } }

Enumerations

Job type

ValueDescription
full_timeFull-time role
part_timePart-time role
studentStudent role
internshipInternship
freelanceFreelance role
contractContract role
volunteerVolunteer role

Job function

ValueDescription
designDesign
engineeringEngineering
productProduct
operationsOperations
salesSales
customer_serviceCustomer service
growthGrowth
business_developmentBusiness development
business_intelligenceBusiness intelligence
financeFinance
marketingMarketing
administrationAdministration
otherOther
Last updated on