Norway Company Registry Scraper — Brønnøysund Enhetsregisteret
Pricing
Pay per event
Norway Company Registry Scraper — Brønnøysund Enhetsregisteret
Export Norwegian company records from the official Brønnøysund register — org number, legal name, form, industry code, employees, address, VAT status, bankruptcy flags and founding date — as clean JSON, CSV or Excel.
Pricing
Pay per event
Rating
0.0
(0)
Developer
DevilScrapes
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
Share
🎯 What this scrapes
Enhetsregisteret is the authoritative record of every registered organisation in Norway, and it is free and open — but the API answers in Norwegian, nests the address and industry code three levels deep, and returns forty fields when you want twelve. This Actor flattens it into one row per company with English field names, so a Nordic prospect list or a KYC check becomes a spreadsheet rather than a parsing exercise.
🔥 What we handle for you
renames every Norwegian field to English and flattens the nested address and industry blocks pages the register cleanly and stops exactly on your result cap retries transient 429/5xx responses instead of failing the whole run
💡 Use cases
- Build a Nordic B2B prospect list filtered by industry code and municipality.
- Run a KYC or supplier check against the authoritative Norwegian register.
- Track new company registrations in an industry over time.
- Screen a partner list for bankruptcy and liquidation flags before contracting.
⚙️ How to use it
- Click Try for free at the top of the page.
- Fill in the input form — most fields have sensible defaults.
- Click Start. Output streams into the run's dataset.
- Export from Storage → Dataset as JSON, CSV, or Excel — or fetch via the API.
📥 Input
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
nameQuery | string | no | 'equinor' | Match companies whose name contains this text. Leave empty to filter by industry or location instead. |
industryCode | string | no | '—' | Norwegian NACE code prefix, e.g. 62.010 for software consultancy. Leave empty for all industries. |
municipality | string | no | '—' | Four-digit Norwegian municipality number, e.g. 0301 for Oslo. Leave empty for the whole country. |
excludeBankrupt | boolean | no | False | Drop companies flagged bankrupt or under liquidation — usually what you want for a prospect list. |
maxResults | integer | no | 100 | Stop after this many companies. Each company is one billed result row. |
proxyConfiguration | object | no | {'useApifyProxy': False} | Brønnøysund is a public government API and does not need a proxy. Leave this off unless your account requires egress… |
Example input
{"nameQuery": "equinor","maxResults": 3,"proxyConfiguration": {"useApifyProxy": false}}
📤 Output
Every row is one dataset item.
| Field | Type | Notes |
|---|---|---|
org_number | string | Norwegian organisation number. |
name | string | Registered legal name. |
org_form | string | Legal form code, e.g. ASA, AS, ENK. |
org_form_description | string | Legal form in full. |
industry_code | string | Primary NACE industry code. |
industry_description | string | Primary industry description. |
employees | integer | Registered employee count. |
website | string | Company website, when registered. |
address | string | Business street address, joined. |
postal_code | string | Business postal code. |
city | string | Business postal town. |
municipality | string | Municipality name. |
founded_date | string | Founding date (YYYY-MM-DD). |
registered_vat | boolean | Registered in the VAT register. |
bankrupt | boolean | Flagged bankrupt. |
under_liquidation | boolean | Flagged under liquidation. |
url | string | Public register page for the company. |
Example output
{}
💰 Pricing
Pay-Per-Event — you pay only when these events fire:
| Event | USD | What it is |
|---|---|---|
actor-start | $0.05 | One-off warm-up charge per run |
result | $0.002 | Per dataset item |
Example: 1 000 results at the rates above ≈ $2.05. No subscription, no minimum, no card to start — Apify gives every new account $5 of free credit.
🚧 Limitations
- Returns register data only — no financial statements or shareholder records.
- Employee counts are as self-reported to the register and are sometimes absent.
❓ FAQ
Do I need an API key?
No. Enhetsregisteret is open government data and needs no credentials.
Is the data in Norwegian?
The source is, but this Actor renames every field to English and flattens the nested blocks.
Can I get every company in an industry?
Yes — set an industry code and raise Maximum companies; the Actor pages until the register runs out or your limit is reached.
💬 Your feedback
Spotted a bug, hit a weird edge case, or need a new field? Open an issue on the Actor's Issues tab on Apify Console — we ship fixes weekly and we read every report.