Job
Properties
| Field | Type | Description | Nullable |
|---|---|---|---|
id | string | Unique identifier (UUID) | false |
slug | string | Job URL identifier | false |
title | string | Job title | false |
teaser | string | Short job summary | true |
remote | boolean | Whether the job allows remote work | false |
jobType | JobType | Employment type | true |
jobFunction | JobFunction | Functional area | true |
orgChartLevel | string | Org chart depth of the role | true |
location | object | Job location (country, state) | true |
createdOn | string | When the posting was created | false |
deadline | string | Application deadline | true |
url | string | Job page URL on The Org | false |
associatedPositionId | integer | Linked Position ID when the role is placed | true |
managers | array | Hiring managers (fullName, roleTitle) | false |
company | object | Hiring 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
| Value | Description |
|---|---|
full_time | Full-time role |
part_time | Part-time role |
student | Student role |
internship | Internship |
freelance | Freelance role |
contract | Contract role |
volunteer | Volunteer role |
Job function
| Value | Description |
|---|---|
design | Design |
engineering | Engineering |
product | Product |
operations | Operations |
sales | Sales |
customer_service | Customer service |
growth | Growth |
business_development | Business development |
business_intelligence | Business intelligence |
finance | Finance |
marketing | Marketing |
administration | Administration |
other | Other |
Last updated on