Lead generation
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.
Free Apify credit covers a first run. No credit card to try.
What this Actor 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
- 🛡️ Browser fingerprint rotation — the target sees a real browser TLS handshake, not a script.
- 🌐 Proxy rotation — fresh exit on every block through Apify Proxy.
- 🔁 Retries with backoff — 408 / 429 / 5xx retried up to five times, Retry-After honoured.
- 🧊 Clean, typed rows — schema-validated output with ISO-8601 timestamps.
- 💰 Pay per result — no data, no result charge.
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.
Input
Paste this into the Apify Console, or send it as the run input over the API. Proxy settings are on by default; you rarely need to touch them.
| Field | Type | Required | What it does |
|---|---|---|---|
nameQuery | string | no | 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 | Drop companies flagged bankrupt or under liquidation — usually what you want for a prospect list. |
maxResults | integer | no | Stop after this many companies. Each company is one billed result row. |
{
"nameQuery": "equinor",
"maxResults": 3,
"proxyConfiguration": {
"useApifyProxy": false
}
} Output
One row per result, schema-validated before it is written. Export JSON, CSV, Excel or XML from the run, or read it over the API.
org_numbernameorg_formorg_form_descriptionindustry_codeindustry_descriptionemployeeswebsiteaddresspostal_codecitymunicipalityfounded_dateregistered_vatbankruptunder_liquidation
{} Pricing
| Event | Price | When |
|---|---|---|
| Actor start | $0.20 | Once per run, covers warm-up and proxy session setup. |
| Result emitted | $0.0020 | Per result written to the dataset. |
You pay only for results that land. Cap any run with maxTotalChargeUsd. See pricing & billing for worked examples.
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?
Is the data in Norwegian?
Can I get every company in an industry?
Ready to run it?
Open the listing on Apify, paste the input above, and watch rows land. If it ever breaks, it is our problem before it is yours.
Related Actors