# CVR Virk

{% hint style="info" %}
💪 **Difficulty:** medium

⏳ **Time to complete**: approx. 2 minutes (if you have a CVR account)
{% endhint %}

## 💬 Description

CVR Virk is the central public database for all companies in Denmark. It contains all historic and current companies with data points on the industry, number of employees, founding date, and founders amongst others. With Less you can extract two tables:

1. CVR Virk is the central public database for all companies in Denmark. It contains all historic and current companies with data points on the industry, number of employees, founding date, and founders amongst others. With Less you can extract two tables:
2. A time series table of the number of employees for all active companies dating back to 2019 (when they began counting)

## 🤑 Use Case

Can help understand and enrich CRM-systems with company size (by employees), address, etc. We use it internally to understand how many potential users are within an organization.

## 🛠️ Setup

CVR Virk is very simple if you already have a user at CVR. If not, you might need to wait a few weeks for them to set you up. In the meantime, we have an internal database that we can duplicate if you [reach out](mailto:thomas@less.tech).

### Step #1: Get login credentials

Follow the guide on CVR’s own website:<https://datacvr.virk.dk/artikel/system-til-system-adgang-til-cvr-data>. You need to send them an email with some basic info. It's completely free to use.

### Step #2: Log in

Once you have your login credentials, simply input the username and password in the Connector configuration window. The tables contain millions of rows, so its takes a while to extract the first time.

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.less.tech/less-tech/connectors/connector-guides/cvr-virk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
