Official data from Erhvervsstyrelsen and Brønnøysundregistrene
Company data. One call away.
Look up Danish and Norwegian companies by registration number, name, production unit or phone. Clean JSON, no scraping, no surprises.
50 free lookups per day. No credit card.
curl 'https://cvrfinder.dk/api?search=12345678&country=dk' \
-H 'Authorization: Bearer cvr_din_token'
{
"registration_number": "12345678",
"name": "Eksempel ApS",
"country": "dk",
"address_line": "Rådhuspladsen 1, 1550 København V",
"industry_text": "Computerprogrammering",
"employees_low": 10,
"ad_protected": false
}
Try it here
Look up a real company. The same data the API returns.
Built on the source, not on a copy
We pull straight from the official registries and index the data ourselves. That means faster responses, and searches the source itself does not support.
Official sources
Data comes from the Danish CVR register and the Norwegian Enhetsregisteret — not from a third party reselling them.
Millisecond responses
The whole register lives in our own index. Your lookups never hit a slow upstream API.
Name search that works
Trigram search finds the company even when the spelling is off. Danish and Norwegian characters are handled correctly.
Denmark and Norway
One API, two registries. The same response shape whether you look up a CVR number or an organisasjonsnummer.
E-invoicing lookup
See whether a company can receive electronic invoices via Peppol — and which document types — in the same lookup as its company data.
JSON and XML
Pick your format with a single parameter. No wrapper library required.
Marketing protection built in
Danish companies carry an advertising-protection flag. Norway does not publish one, so those are marked unknown — never as safe to contact.