search_occupations
Search O*NET occupations by keyword.
Returns a list of occupations matching the keyword with their SOC codes,
titles, and relevance scores. Use the SOC code from results with other
O*NET tools to get detailed information.
Args:
keyword: Search term (e.g. 'software developer', 'nurse', 'electrician').
limit: Maximum number of results to return (default 25).
get_occupation_detail
Get detailed information about an O*NET occupation.
Returns comprehensive data including description, skills, knowledge areas,
abilities, work activities, technology skills, and education requirements.
Args:
soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers,
'29-1141.00' for Registered Nurses).
get_occupation_wages
Get wage and salary estimates for an O*NET occupation.
Returns median, 10th, 25th, 75th, and 90th percentile wages,
both hourly and annual. Can be filtered by location.
Args:
soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers).
location: Optional location filter — state name or 'National' (default: national).
get_career_outlook
Get employment projections and career outlook for an O*NET occupation.
Returns projected job growth rate, employment numbers, projected openings,
and an outlook summary (bright, average, or below average).
Args:
soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers).