UnifyAPI
← Back to catalog

jobs.occupation_details

mock data$0.003 / call

Occupation Details (O*NET)

Get detailed occupation info from O*NET by SOC code — overview, skills, knowledge, abilities, technology skills, tasks

Jobs & Careersprovider: Jobs#jobs#jobs

Input schema

coderequired

O*NET SOC occupation code (e.g. "15-1252.00" for Software Developers). Get codes from occupation_search.

string
section

Specific section to retrieve. Omit for general overview (title, description, sample titles).

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.