> For the complete documentation index, see [llms.txt](https://docs.transactionlink.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transactionlink.io/docs/v1/integrations/cvr-danish-central-business-register/company-profile/list-companies.md).

# List Companies

### Input

<table><thead><tr><th width="181">Attribute</th><th width="348">Type</th><th>Description</th><th>Required</th></tr></thead><tbody><tr><td>cvrNumber</td><td>String</td><td>CVR number of the searched company</td><td>Only of these is requred.</td></tr><tr><td>name</td><td>String</td><td>The name of the searched company</td><td>Only of these is requred.</td></tr></tbody></table>

### Output

<table><thead><tr><th width="181">Attribute</th><th width="348">Type</th><th>Description</th></tr></thead><tbody><tr><td>name</td><td>String</td><td>The name of the found company</td></tr><tr><td>cvrNumber</td><td>String</td><td>CVR number of the found company</td></tr><tr><td>type</td><td>String</td><td>The type of the found company</td></tr></tbody></table>

### Output Example

```
[
    {
      "name": "CARLSBERG FINANS A/S",
      "cvrNumber": "12867336",
      "type": "Virksomhed"
    },
    {
      "name": "CARLSBERG A/S",
      "cvrNumber": "61056416",
      "type": "Virksomhed"
    },
    {
      "name": "CARLSBERG DANMARK A/S",
      "cvrNumber": "25508386",
      "type": "Virksomhed"
    }
  ]
```

####
