# NZ Companies Register Data Export

**Use case:** 

Data Export of NZ Companies Register. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerms": [
    "air new zealand"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "🏢 Company",
    "format": "text"
  },
  "companyNumber": {
    "label": "🔢 Number",
    "format": "text"
  },
  "nzbn": {
    "label": "🆔 NZBN",
    "format": "text"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  },
  "entityType": {
    "label": "🏷 Type",
    "format": "text"
  },
  "incorporationDate": {
    "label": "📅 Incorporated",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "nzbnUrl": {
    "label": "🔗 NZBN URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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