We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. NAV jobs
LabourStandardNLOD

NAV jobs

NAV Arbeidsplassen is the official source for Norwegian job ads: title, employer, municipality, county, occupation category, application deadline and remote-work status. Data is retrieved from NAV's open job search (arbeidsplassen.nav.no/stillinger/api/search) — the same surface NAV itself serves its public search from, with no credential. The response also carries `facets`: real aggregations across the ENTIRE result set (ads per county, per occupation category, per sector and employment type), not just across the rows on the page. NOTE: the open search index does NOT carry ad body text, contact details or salary range — those fields exist only behind NAV's token-gated feed (pam-stilling-feed.nav.no) and are omitted here rather than returned empty. The upstream page is fixed at 25 hits; `size` up to 100 is implemented via page pagination.

—

Data volume

Real time

Updates

3

MCP tools

Example response — /feed
{
  "data": "..."
}

MCP integration

Available MCP tools
nav.feed.list
nav.stillinger.replacements
nav.vacancy.get
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "nav-stillinger": {
      "url": "https://data.ketl.no/mcp/nav-stillinger",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on NAV jobs data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Labour market
Live labour-market dashboard: LFS unemployment, absolute number of unemployed, monthly earnings and Nordic comparison from Eurostat — with Swedish labour demand from Arbetsförmedlingen. Built on the SSB indicator aliases and open Nordic APIs.
NAV job ads
Search active job ads from NAV Arbeidsplassen — filter by county and occupation category, and see the distribution across the entire result set.

API endpoints

GET
/feed

Søk i aktive stillingsannonser (~12 600). Returnerer `items[]`, `totalItems` for HELE treffmengden og `facets` med aggregeringer per fylke/yrke/sektor/ansettelsesform.

q optional
Fritekstsøk i tittel, arbeidsgiver og annonsetekst q=sykepleier
county optional
Fylke — én verdi county=OSLO
occupation optional
Yrkeskategori (NAVs nivå-1-vokabular) occupation=IT
sector optional
Sektor sector=Offentlig
extent optional
Stillingsandel extent=Heltid
engagementType optional
Ansettelsesform engagementType=Fast
published optional
Publiseringsvindu — upstreams egne range-nøkler published=now-7d
sort optional
Sortering (default: publiseringsdato, nyeste først) sort=expires
size optional
Antall rader. Upstream-siden er fast 25; høyere verdier hentes ved sidepaginering (maks 4 sider). size=50
from optional
Offset i treffmengden from=25
Show curl example
# GET https://data.ketl.no/api/connectors/nav-stillinger/feed
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nav-stillinger/feed"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/vacancy

Slå opp én stillingsannonse. MERK: den åpne søke-indeksen fører ikke annonsetekst, kontaktinfo eller lønnsspenn — de utelates framfor å returneres tomme.

uuid required
Stillingsannonse-UUID Stillings-UUID-er roterer — annonser utløper, så enhver statisk verdi 404-er etter noen uker. Den forrige (550e8400-e29b-41d4-a716-446655440000) var RFC 4122s eksempel-UUID og har aldri eksistert. Hent en gyldig UUID fra /api/connectors/nav-stillinger/feed.
Show curl example
# GET https://data.ketl.no/api/connectors/nav-stillinger/vacancy
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/nav-stillinger/vacancy"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

NAV jobs is openly available — create an account to get started.

stillingjobbarbeidannonsearbeidsmarkedrekruttering
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512