# Look up KvK Number

**Use case:** 

Search for companies by name or other identifiers. Filter by registration status, vestiging type, and trade name type. Look up one or more KVK numbers.

## Input

```json
{
  "searchQuery": "DOT",
  "maxPages": 1,
  "pageSize": 1,
  "inschrijvingsstatus": [
    "ingeschreven"
  ],
  "vestigingType": [],
  "handelsnamen": [],
  "site": "kvk2014",
  "language": "nl",
  "maxConcurrency": 5,
  "maxRequestsPerMinute": 120,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "kvkNumber": {
    "label": "KVK Number",
    "format": "string"
  },
  "establishmentNumber": {
    "label": "Establishment No.",
    "format": "string"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "string"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "registrationType": {
    "label": "Registration Type",
    "format": "string"
  },
  "visitingAddress": {
    "label": "Visiting Address",
    "format": "object"
  },
  "activityDescription": {
    "label": "Activity",
    "format": "string"
  },
  "currentTradeNames": {
    "label": "Trade Names",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [KvK Handelsregister Scraper](https://apify.com/nocodeventure/kvk-handelsregister-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nocodeventure/kvk-handelsregister-scraper) to learn more, explore other use cases, and run it yourself.