← Back to catalog
jobs.occupation_details
mock data$0.003 / callOccupation Details (O*NET)
Get detailed occupation info from O*NET by SOC code — overview, skills, knowledge, abilities, technology skills, tasks
Input schema
coderequired
stringO*NET SOC occupation code (e.g. "15-1252.00" for Software Developers). Get codes from occupation_search.
section
stringSpecific section to retrieve. Omit for general overview (title, description, sample titles).
Call via REST
curl -X POST https://unifyapi.pro/api/call/jobs.occupation_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"code":"<code>","section":"<section>"}'