Look up an Australian company (paid)
lookup_australian_companyLook up Australian companies by ABN, ACN, or name in the ASIC register to obtain registered name, status, entity type, registration dates, and former names.
Instructions
Costs USD 0.01 per successful lookup, paid automatically in USDC on Base from the wallet this server is configured with; a query that matches nothing is free, and so is a malformed one. Resolves an Australian company by ABN, ACN or name against the ASIC Company Register (about 4 million companies) and returns the registered name, ACN or ARBN, ABN, registration status, entity type and class, registration and deregistration dates, previous state of registration and former names. Give exactly one of abn, acn or name. It does NOT have GST status, business address, state or postcode, directors or officeholders, trading names, financial data, or anything about a sole trader or partnership that is not a registered company. It is a weekly snapshot, not the official register: ASIC Connect is authoritative for anything legal. This server stops spending at USD 10.00 in total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abn | No | Australian Business Number, 11 digits. Spaces and hyphens are ignored. | |
| acn | No | Australian Company Number, 9 digits. Spaces and hyphens are ignored. | |
| name | No | Company name, matched as a prefix. Case insensitive, e.g. "woolworths". | |
| limit | No | Maximum results for a name search, 1 to 25. Defaults to 25. Does not change the price. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Anything the caller should know about this particular result. | |
| count | Yes | Number of matching companies returned. | |
| found | Yes | Whether any company matched. | |
| spend | Yes | Running total against SPEND_CAP_USD for this server process. | |
| charged | Yes | Whether this lookup cost money. False for a miss. | |
| results | Yes | The matching company register records. | |
| price_usd | Yes | What this lookup cost in USD, or null if it was free. | |
| attribution | Yes | Required CC BY 3.0 AU attribution for the underlying data. | |
| settlement_tx | Yes | Base transaction hash for the payment, if one settled. |