Norway Company Registry (BRREG) Fresh Details
Pricing
from $9.00 / 1,000 results
Norway Company Registry (BRREG) Fresh Details
Official Norwegian Enhetsregisteret (BRREG) open API data. Search by name or fetch org numbers directly: NACE codes, employees, addresses, contacts, registration data, status flags. No scraping, no API key.
Pricing
from $9.00 / 1,000 results
Rating
0.0
(0)
Developer
Karl Sundström
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Norway Company Registry (BRREG) — Norwegian Company Data API
Independent tool, not affiliated with Brønnøysundregistrene.
Extract official Norwegian company data from Enhetsregisteret (BRREG) — the national register of Brønnøysundregistrene — via its open API. Search by name or fetch org numbers directly. Get NACE codes, employees, addresses, contacts, registration dates, VAT registration, bankruptcy and liquidation flags, plus subunits. Official open data — no scraping, no API key, no login.
Why BRREG Registry API?
- 🎯 Build prospect lists across any Norwegian industry — with NACE codes for precise targeting.
- ✅ Deep risk signals — VAT registration, Foretaksregisteret status, bankruptcy and liquidation flags on every record.
- 👥 Contacts included — email, phone and homepage where registered.
- 🏬 Subunits available — fetch branches (underenheter) per company via
fetchDetails. - 📋 Enrich your CRM — flat, one-record-per-company JSON ready for import.
Use cases
Lead generation in Norway · KYC/counterparty verification · credit and risk screening · industry mapping by NACE code · CRM enrichment
What data you get?
| 🏷️ Field | Description |
|---|---|
| 🆔 orgnr | Norwegian organisation number |
| 🏢 name / historicalNames | Current and historical names |
| 🏛️ companyForm | Company form code + description |
| 🌐 homePage / 📞 phone / 📧 email | Contact details (where registered) |
| 📅 registrationDate / incorporationDate | Key dates |
| 🧭 nace1 / nace2 / nace3 | NACE industry codes |
| 👥 employees | Employee count |
| 🏦 sectorCode | Institutional sector code |
| 📍 businessAddress / postalAddress / municipality | Registered addresses |
| ✅ vatRegistered / foretaksregisteret | VAT and Foretaksregisteret status |
| 🚨 bankruptcy / underLiquidation | Risk flags |
| 🏬 subunits | Branches (up to 10, via fetchDetails) |
How to use
- Add the actor to your Apify account and click Run.
- Enter
query(e.g.Bakeri) or anorgnrList. - Enable
fetchDetailsto also fetch branches per company. - Set
maxResultsto cap the run (default 100, max 1000). - Export results as JSON, CSV or Excel.
Input
{"query": "Bakeri","fetchDetails": true,"maxResults": 100}
| Field | Type | Description | Default |
|---|---|---|---|
query | string | Name keyword searched in the official registry | — |
orgnrList | array | Direct list of 9-digit org numbers (enhet or underenhet) | — |
fetchDetails | boolean | For each search result, also fetch its branches/subunits | — |
maxResults | integer | Cap on companies returned | 100 (max 1000) |
Output
{"orgnr": "977098981","name": "EXAMPLE AS","companyForm": "AS","companyFormDescription": "Aksjeselskap","nace1": "10.711","employees": 22,"businessAddress": "Examplegata 4, 0155 Oslo","municipality": "Oslo","vatRegistered": true,"foretaksregisteret": true,"bankruptcy": false,"underLiquidation": false}
Contacts and employee counts appear only where the registry publishes them.
Support
Questions or missing fields? Open an issue on the actor page or contact the developer via Apify.