NewSearch millions of jobs from your AI agent with MCP
All posts
ReferenceHierarchy
Reference·Jun 26, 2026·8 min read

Job title hierarchy: levels and seniority, explained (2026)

The standard corporate ladder from intern to C-level, what each level actually means, how it differs across engineering, sales, finance, and healthcare, how it maps to normalized job-posting seniority, and the seniority mix on every collected job board.

Dvir Atias

Dvir Atias

Founder, JobsPipe

“Senior” at a 20-person startup and “Senior” at a bank are not the same job, and a Staff Engineer can out-rank a Manager while reporting into one. Job titles look like a ladder but behave like a loose convention. This is the practical map: the standard corporate levels, what each one means, how the ladder differs by industry, and how all of it collapses into the handful of seniority buckets you actually filter on.

The standard corporate ladder

Most companies converge on the same backbone of levels, whatever they call the rungs. From the bottom up:

LevelTypical titlesScope
Intern / traineeIntern, Apprentice, TraineeTemporary, supervised, learning the work - no ownership
Entry levelAssociate, Junior, Analyst, CoordinatorExecutes well-defined tasks under close guidance
Mid level (IC)Engineer, Specialist, Manager IIOwns tasks end to end with little supervision
Senior (IC)Senior X, Lead XOwns projects, mentors juniors, sets local direction
Staff / principal (IC)Staff, Principal, Distinguished, FellowDrives multi-team or org-wide impact through influence
ManagerManager, Team LeadOwns a team and its delivery - first people-management rung
Senior manager / directorSenior Manager, Director, Head of XOwns a function or several teams
VPVP, SVP, EVPOwns a department or major business line
C-level / executiveCEO, CTO, CFO, COO, FounderSets company strategy, accountable to the board

Two tracks: individual contributor vs management

Above the mid-level the ladder forks. The individual contributor (IC) track grows scope through technical or craft depth - Senior, Staff, Principal, Distinguished - without managing people. The management track grows scope through people and org size - Manager, Senior Manager, Director, VP. The two are designed to be parallel: a Principal Engineer and a Director are often the same level and pay band, one leading through influence and the other through reporting lines. Conflating the two is the most common mistake when normalizing titles.

How it varies by industry

Engineering and tech. The IC ladder is deep and prestigious: Junior, then mid, Senior, Staff, Senior Staff, Principal, Distinguished, Fellow. The management ladder mirrors it: Engineering Manager, Senior EM, Director of Engineering, VP Engineering, CTO. Staff and above ICs are explicit peers of Directors and VPs, which is unusual outside tech.

Sales. Titles encode segment and quota as much as rank. The path runs SDR or BDR (pipeline generation), then Account Executive, Senior or Enterprise AE, Account Director, then Sales Manager, Director of Sales, VP of Sales, and Chief Revenue Officer. “Senior” often signals deal size (SMB versus Enterprise) rather than tenure.

Finance and banking. The most rigid ladder of all, and a classic trap for title normalization: Analyst (the entry rung), Associate, Vice President, Director or Senior Vice President, then Managing Director at the top. A “VP” in a bank is a mid-level individual contributor, nowhere near a tech VP - and an MD is the senior leadership tier.

Healthcare. Two parallel systems run side by side. The clinical track is credential-gated (CNA, LPN, RN, Nurse Practitioner; or Resident, Fellow, Attending, Chief). The administrative track looks like the standard ladder (Coordinator, Manager, Director of Nursing, then Chief Nursing or Medical Officer). Seniority here is driven by license and certification, not just years served.

How this maps to normalized seniority

For data work you do not want 5,000 distinct title strings - you want a small, comparable set of seniority buckets. The normalization JobsPipe applies to every posting collapses the ladder into five values, returned in the seniority field:

Seniority valueLadder levels it covers
entry_levelInterns, trainees, junior, new-grad and entry ICs
mid_levelMid-level ICs, associates, specialists
seniorSenior ICs, Staff and Principal, Managers and Senior Managers
directorDirector, Head of, Senior Director
executiveVP and above, C-level, founders

Each posting JobsPipe returns carries a value from this set, derived from the raw title, so you can group and compare results regardless of how the employer phrased the title. Postings that state no level are left null rather than guessed. Query by title and let the seniority field do the bucketing, or filter on it directly:

curl https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer jp_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "job_title_or": ["staff engineer", "principal engineer"],
    "job_seniority_or": ["senior", "director"],
    "posted_at_max_age_days": 30
  }'

Seniority mix by board

Where a posting is published says a lot about its level. ATS feeds carry every role an employer opens, from intern to executive; startup boards skew senior; aggregators skew toward the volume roles. Here is the share of active postings at each labelled level, by board.

Share of active postings per board. Mid-level and unlabelled postings make up the remainder, so rows do not sum to 100%.
BoardEntry levelSeniorDirector and executiveAny level labelled
Ashby1.5%17.4%20.2%39.0%
Greenhouse1.8%20.0%16.5%38.2%
Indeed4.4%5.5%6.3%17.9%
Lever1.6%15.2%12.8%29.6%
LinkedIn11.9%21.3%6.9%48.6%
Paylocity3.9%0.0%3.3%7.4%
SmartRecruiters7.3%9.4%5.4%26.3%
Workable4.4%9.0%7.9%22.3%
Workday3.0%16.7%12.6%32.9%
Y Combinator4.6%13.7%18.2%36.8%

How the raw title becomes these values, and the occupation code and function beside them, is in the job title taxonomy post; the full record they sit in is described in the job description dataset post.

Query normalized postings across every collected source - free tier with monthly credits.

Get a free API key
FAQs

Frequently Asked Questions

What is the standard job title hierarchy?

The standard corporate ladder runs intern or trainee, entry level, mid level, senior, staff or principal, manager, senior manager or director, VP, then C-level. Entry roles execute well-defined tasks under close guidance, mid-level ICs own tasks end to end, seniors own projects and mentor juniors, staff and principal drive multi-team impact through influence, and executives set company strategy. Most companies converge on this backbone whatever they call the rungs.

Is a Staff Engineer higher than a Manager?

They sit on parallel tracks rather than one above the other. Above mid level the ladder forks: the individual contributor track grows scope through technical or craft depth (Senior, Staff, Principal, Distinguished) while the management track grows scope through people and org size (Manager, Senior Manager, Director, VP). A Principal Engineer and a Director are often the same level and pay band. Conflating the two tracks is the most common mistake when normalizing titles.

Why is a VP at a bank not the same as a VP in tech?

Finance runs the most rigid ladder of all and places VP in the middle of it. The banking path is Analyst at the entry rung, then Associate, Vice President, Director or Senior Vice President, and Managing Director at the top. That makes a bank VP a mid-level individual contributor, nowhere near a tech VP, with MD as the senior leadership tier. It is a classic trap when normalizing titles into seniority buckets.

What seniority values does the JobsPipe API return?

Five: entry_level, mid_level, senior, director and executive, in the seniority field on every posting, derived from the raw title. Postings that state no level are left null rather than guessed. Filter with job_seniority_or, and pass include_unlabeled_seniority true when you want the unlabelled postings back.

Which job boards have the most senior postings?

The post publishes the share of active postings at entry, senior and director-or-executive level on every collected board, plus the share with any level labelled. ATS feeds carry every role an employer opens from intern to executive, startup boards skew senior, and aggregators skew toward volume roles. The shares are cross-sectional and refreshed with the corpus.