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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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).