VOOZH about

URL: https://apify.com/unfenced-group/jobbnorge-no-scraper/api/python

⇱ Jobbnorge.no Scraper β€” Norwegian Public Jobs API in Python Β· Apify


Pricing

from $1.19 / 1,000 results

Go to Apify Store

Jobbnorge.No Scraper

Scrape job listings from Jobbnorge.no, Norway's leading public sector job board. Filter by keyword, county, municipality, and employer. No API key required.

Pricing

from $1.19 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

3

Monthly active users

4 days ago

Last modified

Share

You might also like

Jobbnorge.no Scraper

lexis-solutions/jobbnorge-no-scraper

Jobbnorge.no scraper that collects detailed Norwegian job listings, including employer, location, remote options, contacts, and full job descriptions, ideal for HR, recruitment, job boards, and labor market analytics.

πŸ‘ User avatar

Lexis Solutions

2

Finn.no Jobs Scraper

codingfrontend/finn-no-jobs-scraper

Scrape job listings from Finn.no, Norway's largest job board. Extract job titles, companies, locations, deadlines, and job URLs.

πŸ‘ User avatar

Coding Frontned

2

FINN.no Job Scraper

solidcode/finn-no-scraper

[πŸ’° $1.8 / 1K] Extract job listings from FINN.no, Norway's largest classifieds and job marketplace. Search by keyword and county, filter by occupation, employment type, contract, remote work and sector, and get titles, employers, locations, salaries, deadlines and full descriptions.

LinkedIn Jobs Scraper - Professional Job Listings

santamaria-automations/linkedin-scraper

Scrapes public job listings from LinkedIn's job board. Filter by location, job type, experience level, and remote options. Extract company info, job descriptions, and application links. No login required.

342

5.0

Arbeidsplassen.no Scraper - Rimelig Low-costπŸ’²πŸ”₯πŸ’ΌπŸ‡³πŸ‡΄

delectable_incubator/arbeidsplassen-no-scraper---rimelig-low-cost

Scrape job listings from Arbeidsplassen.no πŸ’ΌπŸ”ŽπŸ‡³πŸ‡΄ with a powerful Norway job scraper. Extract job titles, employer names, locations, and job URLs from search pages. Ideal for labour market analysis, recruitment intelligence, and building structured job datasets at scale πŸ“ŠπŸš€

BestJobs.eu Scraper

unfenced-group/bestjobs-scraper

Scrape job listings from BestJobs.eu – Romania's leading job board. Filter by keyword, location, and employment type. No API key required.

πŸ‘ User avatar

Unfenced Group

6

FINN.no Jobs Scraper

unfenced-group/finn-no-scraper

Scrape job listings from FINN.no β€” Norway's largest job board with 50,000+ active positions. Extracts title, company, location, NOK salary range, application deadline & full descriptions. Easy-apply flag, repost detection & daysOld filtering. No API key required.

πŸ‘ User avatar

Unfenced Group

18

Norway Company Registry Scraper β€” Brreg Leads

logiover/brreg-norway-company-scraper

Scrape brreg.no (Enhetsregisteret) β€” Norway's official company registry. Get org number, industry, email, phone, website, address, employees, bankruptcy status & director leads. Filter by name, legal form, industry, municipality & more. No login, no API key.

InfoJobs Spain Job Scraper

nomad-dev/infojobs-scraper

Get live job postings from InfoJobs, Spain's largest job board, as clean structured data. Filter by keyword. No login, no account, no setup.

LinkedIn Jobs Scraper by URL β€” Listings, Salaries (No Login)

cryptosignals/linkedin-jobs-scraper

Scrape LinkedIn job listings by search URL β€” extract job title, company, salary, location, skills and apply links. No login, no API key, no rate limits. Bypass anti-bot detection. CSV/JSON output. Pay per result. Proxycurl alternative for job board scraping and recruiter lead generation.

483

5.0

You can access the Jobbnorge.No Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"searchQuery":"developer",
10"maxItems":100,
11}
12
13# Run the Actor and wait for it to finish
14run = client.actor("unfenced-group/jobbnorge-no-scraper").call(run_input=run_input)
15
16# Fetch and print Actor results from the run's dataset (if there are any)
17print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
18for item in client.dataset(run["defaultDatasetId"]).iterate_items():
19print(item)
20
21# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Jobbnorge.no Scraper β€” Norwegian Public Jobs API in Python

The Apify API client for Python is the official library that allows you to use Jobbnorge.No Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Jobbnorge.No Scraper API in JavaScript

Jobbnorge.No Scraper API through CLI

Jobbnorge.No Scraper OpenAPI definition

Jobbnorge.No Scraper API