ConsoleCatalog
Sign in
Nav Norway logo

Nav Norway

nav.noJobsno auth

Norway's public employment portal - job listings by occupation and full details.

Job Details

ASYNCREADNo auth

Returns full details for a single job with title, employer, location, dates, and description.

ParametersFormJSON

Job posting UUID from arbeidsplassen URL slug (/stillinger/stilling/{job_id})

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nav_no_job_detail_ssr",
    "params": {
      "job_id": "0c8e04ce-44ae-4291-8820-19b3e4000f2f"
    }
  }'