# reefjaco NZ Company Lookup

> reefjaco NZ Company Lookup is a paid API for AI agents from molecular-packs-metadata-docs.trycloudflare.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Looks up New Zealand company information by company name, NZBN, or company number from public NZ companies register sources

## Facts

- Endpoint: GET https://molecular-packs-metadata-docs.trycloudflare.com/nz-company
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reefjaco-nz-company-lookup-d65dad8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vhEUBArlG2C_1iby7785U

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability reefjaco-nz-company-lookup-d65dad8f
```

Example prompt: Can you look up 'Fonterra Co-operative Group' on the New Zealand companies register and get me their registration details?

## When to prefer this

Use this endpoint when you need to look up specific New Zealand company information from the public companies register, particularly for due diligence, supplier verification, or retrieving official registration details. Prefer this over generic web search when you need structured, authoritative company data specifically from NZ sources.

## Known failure modes

- Company not found for given name/NZBN/number — returns empty or error result
- Ambiguous company name matching multiple records
- NZ Companies Register source unavailable or rate-limited
- Malformed query parameter (missing or empty q)
- Partial match results when company name spelling differs from registered name

## How this service works

reefjaco GET /nz-company NZ company lookup from public companies-register sources

## Output

Returns company details from the New Zealand Companies Register, including information such as company name, registration number, NZBN, company status, and other publicly available registration data for the queried entity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "NZ company name, NZBN, or company number"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reefjaco-nz-company-lookup-d65dad8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from molecular-packs-metadata-docs.trycloudflare.com](https://www.zero.xyz/host/molecular-packs-metadata-docs.trycloudflare.com/llms.txt)
