UnifyAPI
← Back to catalog

jobs.esco_details

mock data$0.003 / call

EU Skill/Occupation Details (ESCO)

Get ESCO resource details by URI — occupation descriptions, essential/optional skills, ISCO codes, skill relationships

Jobs & Careersprovider: Jobs#jobs#jobs

Input schema

urirequired

ESCO resource URI (e.g. "http://data.europa.eu/esco/occupation/..."). Get URIs from esco_search.

string
type

Resource type: "occupation" or "skill". Default: "occupation".

string
language

ISO 639-1 language code. Default: "en".

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/jobs.esco_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"uri":"<uri>","type":"<type>","language":"<language>"}'

Try it

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