# reefjaco NZ Company Lookup

> reefjaco NZ Company Lookup is a paid API for AI agents from reefjaco.loujaxking1.workers.dev, 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

## Facts

- Endpoint: GET https://reefjaco.loujaxking1.workers.dev/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-7c13aec2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g-DaWCbFBFDO9LYSu1rUK

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-7c13aec2
```

Example prompt: Can you look up the NZ company details for 'Fonterra Co-operative Group' using the New Zealand company registry — I need their registration info including NZBN or company number.

## When to prefer this

Use this endpoint when you need to look up New Zealand company information by name, NZBN, or company number and are comfortable paying $0.1 USDC per call via the x402 protocol on Base. Prefer this over manual web searches when you need structured, programmatic access to NZ business registry data within an automated agent workflow.

## Known failure modes

- Company not found if name/number/NZBN does not match any registered entity
- Ambiguous results if a common company name matches multiple entries
- Payment failure if USDC balance is insufficient for the $0.1 per-call fee
- Invalid query format if required 'q' parameter is missing or malformed
- Service unavailability due to upstream NZ Companies Office data outage

## How this service works

reefjaco x402 shop on Base USDC

## Output

Returns New Zealand company information matching the queried name, NZBN, or company number, likely including registration details, company status, and official identifiers sourced from the NZ Companies Office registry.

## 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-7c13aec2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from reefjaco.loujaxking1.workers.dev](https://www.zero.xyz/host/reefjaco.loujaxking1.workers.dev/llms.txt)
