NAV: Search Jobs
NAV via Parse · jobs
Full-text search over Norwegian job listings with filters for location, sector, engagement type, extent, and remote work. Returns paginated results ordered by relevance or publication date. Offset-based pagination via 'from' parameter; each result carries a UUID usable with get_job_detail for the full listing text. API for searching and retrieving job listings from the Norwegian Labour and Welfare Administration (NAV) job board (arbeidsplassen.nav.no). Supports comprehensive filtering by location, sector, engagement type, and more. Fulfilled by Parse from nav.no.
- government-public
- jobs
- nav
- nav-no
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ab1a4dc6-c874-4fb4-b6b6-4be87c791e61/search_jobs
- Interface artifact
- sha256:9c3ad1ee22e99e0c21fb7546358501601a5ea65538967bf31970c9dca20271ab
- Manifest digest
- sha256:d316e7725eb7664473268fb04d02c413753c799f06213777f98986dc2f7470b3
Request fields
- q (string): Search query term (e.g. 'engineer', 'sykepleier'). Omitting returns all listings.
- from (integer): Pagination offset (number of results to skip).
- size (integer): Number of results per page (max 100).
- sort (string): Sort order for results.
- extent (string): Filter by work extent.
- remote (string): Filter by remote work options (e.g. 'Hybridkontor', 'Hjemmekontor ikke mulig', 'Ikke oppgitt').
- sector (string): Filter by sector.
- counties (string): Filter by county (e.g. 'OSLO', 'VESTLAND', 'AKERSHUS').
- published (string): Filter by publication recency (e.g. 'now-3d' for last 3 days, 'now-7d' for last 7 days).
- municipals (string): Filter by municipality (e.g. 'OSLO', 'BERGEN', 'TRONDHEIM').
- engagementType (string): Filter by engagement type.
Example queries
- {"q":"engineer","from":"0","size":"5"}