# KVK Philips Company Lookup

**Use case:** 

Dutch company register data for Philips from KVK, including registration number, address, and legal form.

## Input

```json
{
  "searchQuery": "Philips",
  "activeOnly": true,
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "NL"
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "kvkNumber": {
    "label": "KVK Number",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "registrationStatus": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "sbiActivities": {
    "label": "Activities",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Dutch Company Register — KVK Scraper, No Login Required](https://apify.com/studio-amba/kvk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/studio-amba/kvk-scraper) to learn more, explore other use cases, and run it yourself.