# Norway Company Data Scraper (Brønnøysund) (`straightforward_hydra/norway-brreg-company-scraper`) Actor

Search Norway's official company register (Brønnøysund / Enhetsregisteret) and export clean company data: profile, industry, address, employees, VAT and bankruptcy status. No API key needed.

- **URL**: https://apify.com/straightforward\_hydra/norway-brreg-company-scraper.md
- **Developed by:** [Dev D](https://apify.com/straightforward_hydra) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 companies

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Norway Company Data Scraper (Brønnøysund) 🇳🇴

**Export clean, structured Norwegian company data — straight from the official Brønnøysund register. No API key required.**

Every company in Norway is registered in **Enhetsregisteret**, run by the Brønnøysund Register Centre — one of the most open government data sources in the world. This Actor searches it by name, industry (NACE) code, legal form, municipality, employee count, VAT and bankruptcy status — or looks up companies by organisation number — and returns a clean record per company.

> Official open government API. **No key, no login, no scraping** — just clean public register data.

***

### What you can do with it

- 🔎 **Norwegian KYC & due diligence** — verify a company, its status, VAT and bankruptcy flags.
- 🎯 **B2B lead generation** — build targeted lists by industry, location and size.
- 🧭 **Sales enrichment** — turn a name or org number into a full structured profile.
- 📊 **Market research** — map companies in a sector or municipality.
- 📇 **Data feeds** — keep a Norwegian company dataset fresh on a schedule.

### Features

- ✅ **No API key** — works out of the box.
- ✅ **Powerful filters** — name, NACE industry code, legal form, municipality, employee range, VAT & bankruptcy status, registration date.
- ✅ **Direct lookup** — pass organisation numbers to fetch exact companies.
- ✅ **Rich output** — name, org number, legal form, industry, employees, website, phone, full address, VAT & bankruptcy flags, register link.
- ✅ **Low-maintenance** — official REST/JSON API.

***

### Input

| Field | Description |
|---|---|
| **Company name contains** | Name search, e.g. `consulting`. |
| **Organisation numbers** | Direct lookup, e.g. `923609016`. |
| **Organisation forms** | Legal form codes: `AS`, `ASA`, `ENK`, `NUF`, etc. |
| **Industry codes (NACE)** | Dotted codes, e.g. `62.010`. |
| **Municipality number** | e.g. `0301` (Oslo), `4601` (Bergen). |
| **Min / Max employees** | Employee-count range. |
| **VAT registered** | Any / only / exclude. |
| **Bankruptcy** | Any / exclude bankrupt / only bankrupt. |
| **Registered from / to** | Registration-date range (YYYY-MM-DD). |
| **Max companies** | Cap the number of results. |

#### Example — active companies in Oslo, 10–50 employees

```json
{
  "municipalityNumber": "0301",
  "minEmployees": 10,
  "maxEmployees": 50,
  "vatRegistered": "yes",
  "bankruptcy": "no",
  "maxCompanies": 300
}
```

#### Example — direct lookup

```json
{
  "organizationNumbers": ["923609016", "912660670"]
}
```

### Output

Each row is one company:

```json
{
  "organization_number": "923609016",
  "name": "EQUINOR ASA",
  "org_form_code": "ASA",
  "org_form": "Allmennaksjeselskap",
  "industry_code": "06.100",
  "industry_description": "Utvinning av råolje",
  "num_employees": 21467,
  "website": "www.equinor.com",
  "phone": "",
  "street_address": "Forusbeen 50",
  "postal_code": "4035",
  "city": "STAVANGER",
  "municipality": "STAVANGER",
  "municipality_number": "1103",
  "country": "Norge",
  "postal_address": "Postboks 8500, 4035, STAVANGER, Norge",
  "registration_date": "1995-03-12",
  "founding_date": "1972-09-18",
  "registered_in_vat": true,
  "bankruptcy": false,
  "under_liquidation": false,
  "registered_in_business_register": true,
  "last_annual_accounts": "2024",
  "entity_url": "https://virksomhet.brreg.no/nb/oppslag/enheter/923609016",
  "api_url": "https://data.brreg.no/enhetsregisteret/api/enheter/923609016"
}
```

### Run it on a schedule

Schedule the Actor to refresh a Norwegian company list or re-check statuses, and connect a **Slack / email / webhook / Google Sheets** integration to route updates into your CRM or compliance workflow.

### Notes & limitations

- Uses the official Brønnøysund Enhetsregisteret open API — no key needed.
- Industry (NACE) filtering matches the company's **main registered activity**; some operating activity codes are held on sub-units and won't match a main-unit search.
- Each search can page through up to ~10,000 results (register limit); narrow with filters for larger populations.
- This is **factual public register data**.

***

#### Keywords

Norway company data, Brønnøysund, Enhetsregisteret, brreg, Norwegian companies, company registry, KYC, due diligence, B2B lead generation, company search, NACE industry, VAT register, bankruptcy, organisation number, Norwegian business data, Nordic company data, sales enrichment, compliance, company lookup, corporate data, open data Norway.

# Actor input Schema

## `searchName` (type: `string`):

Find companies whose name includes this text, e.g. "consulting" or "solar". Combine with the filters below.

## `organizationNumbers` (type: `array`):

Look up specific companies by their 9-digit Norwegian organisation number, e.g. 923609016 (Equinor). When set, the search filters are ignored.

## `orgForms` (type: `array`):

Filter by legal form code. Common: AS (private limited), ASA (public limited), ENK (sole proprietorship), ANS/DA (partnerships), NUF (foreign branch). Leave empty for all.

## `industryCodes` (type: `array`):

Filter by Norwegian NACE industry code in dotted form, e.g. 62.010 (programming), 43.210 (electrical installation). Reflects the company's main registered activity. Leave empty for all.

## `municipalityNumber` (type: `string`):

Filter by municipality (kommune) number, e.g. 0301 (Oslo), 4601 (Bergen), 1103 (Stavanger). Leave empty for all.

## `minEmployees` (type: `integer`):

Only companies with at least this many registered employees.

## `maxEmployees` (type: `integer`):

Only companies with at most this many registered employees.

## `vatRegistered` (type: `string`):

Filter by VAT-register (Merverdiavgiftsregisteret) status.

## `bankruptcy` (type: `string`):

Filter by bankruptcy (konkurs) status.

## `registeredFrom` (type: `string`):

Only companies registered on/after this date (register date). Format YYYY-MM-DD.

## `registeredTo` (type: `string`):

Only companies registered on/before this date. Format YYYY-MM-DD.

## `maxCompanies` (type: `integer`):

Stop after this many companies. Leave empty for no limit (up to the register's ~10,000-result paging cap per search).

## Actor input object example

```json
{
  "searchName": "consulting",
  "vatRegistered": "any",
  "bankruptcy": "any",
  "maxCompanies": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchName": "consulting"
};

// Run the Actor and wait for it to finish
const run = await client.actor("straightforward_hydra/norway-brreg-company-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "searchName": "consulting" }

# Run the Actor and wait for it to finish
run = client.actor("straightforward_hydra/norway-brreg-company-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchName": "consulting"
}' |
apify call straightforward_hydra/norway-brreg-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=straightforward_hydra/norway-brreg-company-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/QuwNt44h7bvsTBdUN/builds/lKak5YcUfBKTccV99/openapi.json
