Danish Company Lookup (CVR) avatar

Danish Company Lookup (CVR)

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Danish Company Lookup (CVR)

Danish Company Lookup (CVR)

Look up Danish companies in the official CVR register by number, name, phone, email, domain, or address. Get status, type, industry, employees, address, and the advertising-protection flag as clean JSON. No API key.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Look up Danish companies in the official Central Business Register (CVR) and get clean, structured JSON — by CVR number, company name, phone, email, email domain, or address. No API key required.

CVR is Denmark's authoritative business register, covering 700,000+ active companies. This actor returns the core registry data for each match: legal name, status, company type, industry code, employees, founding date, address, contact details, production units, and — importantly — the advertising-protection (reklamebeskyttelse) flag.

What it's for

  • KYB / due diligence — verify a Danish company's identity, status, and registration.
  • B2B prospecting & enrichment — turn a list of CVR numbers or names into full company records (see the legal note below before any marketing use).
  • Reverse lookup — find companies by phone, email, email domain, or address.
  • Research & datasets — pull structured Danish company data in bulk.

Input

FieldTypeDescription
queriesarrayCVR numbers, names, phones, emails, domains, or addresses.
searchByselectauto, cvrNumber, name, fuzzyName, phone, email, emailDomain, address.
postalCodestringOptional 4-digit code to narrow an address search.
excludeProtectedbooleanDrop advertising-protected companies (for marketing lists).
maxItemsintegerCap on records returned.

Output

One record per company:

{
"cvrNumber": 24256790,
"name": "NOVO NORDISK A/S",
"status": "NORMAL",
"bankrupt": false,
"protected": false,
"companyType": "Aktieselskab",
"companyTypeShort": "A/S",
"industryCode": 211000,
"industryDesc": "Fremstilling af farmaceutiske råvarer",
"employees": "5000+",
"startDate": "1931-12-01",
"address": "Novo Alle 1",
"zipcode": 2880,
"city": "Bagsværd",
"phone": "44448888",
"website": "novonordisk.com",
"productionUnitCount": 2,
"searchBy": "cvrNumber"
}

⚠️ Advertising protection (reklamebeskyttelse) — please read

Some Danish companies opt out of marketing contact. Each record includes a protected flag, but be aware the upstream data source often does not populate this field, in which case it returns null (unknown) rather than true/false. Do not treat null as "safe to contact."

Under the Danish CVR Act (§ 19 and § 22), you must not use the data of advertising-protected companies for direct marketing (calls, targeted mail, etc.), and you must mark them as protected if you pass the data to a third party. The excludeProtected option is conservative: it removes both protected companies and those with an unknown flag, leaving only confirmed-contactable ones. For any marketing use, verify protection status directly at datacvr.virk.dk. You are responsible for complying with these rules.

Notes

  • Data is sourced via the free, open-source apicvr.dk service, which proxies the official Erhvervsstyrelsen CVR register. As with any third-party dependency, availability is not guaranteed.
  • Independent tool, not affiliated with Erhvervsstyrelsen or the Danish Business Authority.