O*NET Tasks & Occupations
A comprehensive catalog of 19,000+ work tasks across 923 occupations from the O*NET database. Browse, search, and explore standardized task descriptions for workforce planning, automation analysis, and job design.
Occupations
O*NET provides detailed information about 923 occupations, organized by SOC (Standard Occupational Classification) codes:
- Software Developers (15-1252.00) - Research, design, and develop computer applications
- Marketing Managers (11-2021.00) - Plan, direct, or coordinate marketing policies and programs
- Data Scientists (15-2051.00) - Develop and implement advanced analytics
- Registered Nurses (29-1141.00) - Assess patient health and record signs
Tasks
Each occupation includes detailed task statements that describe the specific work activities:
- 19,000+ Standardized Tasks - Specific work activities for each occupation
- Skill Requirements - Required knowledge, skills, and abilities
- Automation Potential - AI/automation feasibility scores
- Duration Estimates - Typical time required for each task
Usage
Tasks are used throughout the .do platform for workforce planning and automation:
import { db } from 'sdk.do'
// Query tasks
const tasks = await db.list($.Task, {
where: { category: 'Software Development' }
})
// Find automatable tasks
const automatable = await db.list($.Task, {
where: { automatable: true }
})Explore all occupations and tasks in the navigation sidebar or visit: