Denmark CVR Company Registry Scraper
Look up Danish companies by name or CVR number and export official registry records: CVR/VAT, name, status, legal form, address, industry code, employees, start date and published phone or email. Export to JSON, CSV or Excel.
{ "cvr": 61056416, "name": "CARLSBERG A/S", "status": "Active", "active": true, "legalFormCode": 60, "legalForm": "Aktieselskab", "address": "J.C. Jacobsens Gade 1", "zipcode": "1799", "city": "København V" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Cvr | Name | Status | Active |
|---|---|---|---|
| 61056416 | CARLSBERG A/S | Active | true |
| 24256790 | NOVO NORDISK A/S | Active | true |
| 32345794 | MAERSK A/S | Active | true |
{ "cvr": 61056416, "name": "CARLSBERG A/S", "status": "Active", "active": true, "legalFormCode": 60, "legalForm": "Aktieselskab", "address": "J.C. Jacobsens Gade 1", "zipcode": "1799", "city": "København V" }
常见问题
What is a CVR number?
It is the unique eight-digit identifier every Danish company receives. You can enter a CVR number directly or a company name and get the best matching record.
Do I get contact details?
Yes. Each record includes the published phone, email and address when the company has registered them, which makes it useful for lead lists.
Does it include the company's activity?
Yes. Each record includes the primary industry with its official code, plus reported employee numbers.
How fresh is the data?
Every record is read live at run time, so it reflects the current registry entry at the moment of the run (see observedAt).