# Australian Company Register Lookup

> Australian Company Register Lookup is a paid API for AI agents from api.nightshiftbuilds.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Looks up a single Australian company record by ABN, ACN, or business name from the Australian Business Register.

## Facts

- Endpoint: POST https://api.nightshiftbuilds.com/v1/company
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/australian-company-register-lookup-1c15c4d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a8iMR47L4W25bEotwFfJ7

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 australian-company-register-lookup-1c15c4d2 -d '<json body>'
```

Example prompt: Can you look up the Australian company with ABN 51 824 753 556 and tell me their registered business name, entity type, and current status?

## When to prefer this

Use this endpoint when you need to verify or enrich information about an Australian business entity using its ABN, ACN, or registered name. It is ideal for supplier onboarding, invoice validation, compliance workflows, and business identity verification in an Australian context. Prefer this over general web search when you need structured, authoritative company register data rather than unstructured web results.

## Known failure modes

- Invalid or non-existent ABN/ACN returns not found or error response
- Ambiguous company name search may return no results or multiple candidates requiring disambiguation
- ABR data may be slightly delayed and not reflect very recent registrations or cancellations
- Malformed input (e.g. ABN with wrong digit count) may result in validation error
- Payment failure via x402 protocol blocks the request before it reaches the registry

## How this service works

One Australian company register lookup by ABN, ACN or name.

## Output

Returns company registration details from the Australian Business Register including the business name, ABN, ACN, entity type (e.g. company, sole trader, trust), GST registration status, business address, and current registration status (active or cancelled).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/australian-company-register-lookup-1c15c4d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.nightshiftbuilds.com](https://www.zero.xyz/host/api.nightshiftbuilds.com/llms.txt)
