Norway Company Registry Scraper — Brønnøysund Enhetsregisteret avatar

Norway Company Registry Scraper — Brønnøysund Enhetsregisteret

Pricing

Pay per event

Go to Apify Store
Norway Company Registry Scraper — Brønnøysund Enhetsregisteret

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

DevilScrapes

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

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

  1. Click Try for free at the top of the page.
  2. Fill in the input form — most fields have sensible defaults.
  3. Click Start. Output streams into the run's dataset.
  4. Export from Storage → Dataset as JSON, CSV, or Excel — or fetch via the API.

📥 Input

FieldTypeRequiredDefaultNotes
nameQuerystringno'equinor'Match companies whose name contains this text. Leave empty to filter by industry or location instead.
industryCodestringno'—'Norwegian NACE code prefix, e.g. 62.010 for software consultancy. Leave empty for all industries.
municipalitystringno'—'Four-digit Norwegian municipality number, e.g. 0301 for Oslo. Leave empty for the whole country.
excludeBankruptbooleannoFalseDrop companies flagged bankrupt or under liquidation — usually what you want for a prospect list.
maxResultsintegerno100Stop after this many companies. Each company is one billed result row.
proxyConfigurationobjectno{'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.

FieldTypeNotes
org_numberstringNorwegian organisation number.
namestringRegistered legal name.
org_formstringLegal form code, e.g. ASA, AS, ENK.
org_form_descriptionstringLegal form in full.
industry_codestringPrimary NACE industry code.
industry_descriptionstringPrimary industry description.
employeesintegerRegistered employee count.
websitestringCompany website, when registered.
addressstringBusiness street address, joined.
postal_codestringBusiness postal code.
citystringBusiness postal town.
municipalitystringMunicipality name.
founded_datestringFounding date (YYYY-MM-DD).
registered_vatbooleanRegistered in the VAT register.
bankruptbooleanFlagged bankrupt.
under_liquidationbooleanFlagged under liquidation.
urlstringPublic register page for the company.

Example output

{}

💰 Pricing

Pay-Per-Event — you pay only when these events fire:

EventUSDWhat it is
actor-start$0.05One-off warm-up charge per run
result$0.002Per 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.