# Contact Energy New Zealand Companies Lookup

**Use case:** 

Search Contact Energy in the New Zealand Companies Register: company number, status, incorporation date, directors and address.

## Input

```json
{
  "maxCompanies": 50,
  "searchQuery": "Contact Energy"
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Company #"
  },
  "nzbn": {
    "label": "NZBN"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "entityType": {
    "label": "Type"
  },
  "entityTypeLabel": {
    "label": "Type (label)"
  },
  "incorporationDate": {
    "label": "Incorporated"
  },
  "registeredOffice": {
    "label": "Registered office"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [New Zealand Companies Register Scraper](https://apify.com/scrapers_lat/newzealand-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/newzealand-companies-scraper) to learn more, explore other use cases, and run it yourself.