| Field | Available | Notes |
|---|---|---|
| Registry identity | Yes | Legal name, jurisdiction and registry presence. |
| Employee counts | Yes | Exact headcount and bands where reported. |
| Revenue (USD) | No | Not reported by this register in the index. |
| Website / domain | Yes | Normalized company domain. |
| Web authority (OpenRank) | No | United States documents only. |
| NAICS industry codes | No | Populated primarily for United States documents. |
| Contact presence flags | Yes | hasEmail / hasPhone / hasDomain booleans; contact values only via the metered reveal. |
Company data API
Norway company registry API
Programmatic access to Norway companies from the national business register, as indexed on Biznopedia: search by name and filters, read firmographic profiles, and reveal contact values only through the metered endpoints.
Honest field coverage
What the API returns for Norway
The verified field-by-field truth for Norway documents. Unavailable fields return null — never an estimate.
Request & response
Search Norway companies
Authenticate with the X-Api-Key header from the Developer console. The response below is an illustrative record in the real masked-hit shape for Norway — note which fields this register reports and which are honestly null. Contact data appears only as presence booleans.
curl -H "X-Api-Key: cdl_live_…" \
"https://biznopedia.com/api/v1/search?country=NO&q=example"
{
"companyClusterId": 123456789,
"companyName": "EXAMPLE TRADING LIMITED",
"country": "NO",
"city": null,
"naics": null,
"naicsDesc": null,
"foundedYear": 2012,
"exactEmployees": 42,
"employeeBand": "20 to 49",
"revenueUsd": null,
"salesBand": null,
"normalizedDomain": "example.com",
"openRank": null,
"identityGrade": "B",
"hasEmail": true,
"hasPhone": false,
"hasDomain": true
}
Start free
100 free API calls every month
Prototype against Norway data on the free tier, then meter against prepaid API credits as you scale. Mint and revoke keys — and watch usage call by call — in the Developer console.
Other registries