# Danske Bank Denmark CVR Company Lookup

**Use case:** 

Look up Danske Bank in the Danish CVR business register: CVR number, name, address, industry code and status.

## Input

```json
{
  "maxCompanies": 50,
  "searchQuery": "Danske Bank"
}
```

## Output

```json
{
  "cvr": {
    "label": "CVR"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  },
  "industry": {
    "label": "Industry"
  },
  "startDate": {
    "label": "Started"
  }
}
```

## About this Actor

This example demonstrates how to use [Denmark CVR Company Registry Scraper](https://apify.com/scrapers_lat/denmark-cvr-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/denmark-cvr-companies-scraper) to learn more, explore other use cases, and run it yourself.