Loading...
Loading...
Validates Australian Business Numbers (ABN) and retrieves entity details from the Australian Business Register (ABR) for compliance verification
npx skill4agent add cleanexpo/ato abn-entity-lookuphttps://abr.business.gov.au/abrxmlsearch/AbrXmlSearch.asmx/ABRSearchByABN| Parameter | Required | Description |
|---|---|---|
| Yes | 11-digit ABN |
| No | |
| Yes | ABR API GUID from env |
| Endpoint | Use Case |
|---|---|
| Lookup by ABN (primary) |
| Lookup by ACN (9-digit) |
| Search by entity name (fuzzy) |
| Search with state/postcode filters |
ABN: 51 824 753 556
Step 1: Subtract 1 from first digit → [4, 1, 8, 2, 4, 7, 5, 3, 5, 5, 6]
Step 2: Multiply by weights → [40, 1, 24, 10, 28, 63, 55, 39, 75, 85, 114]
Step 3: Sum = 534
Step 4: 534 / 89 = 6.0 (exactly divisible) → VALID| ABR Entity Type | Code | Tax Rate | Amendment Period | Payroll Tax Grouping |
|---|---|---|---|---|
| Australian Private Company | PRV | 25%/30% | 4 years | Related body corporate |
| Australian Public Company | PUB | 30% | 4 years | Related body corporate |
| Individual/Sole Trader | IND | Marginal rates | 2 years | N/A |
| Family Trust | TRT | Trustee rates | 4 years | Tracing provisions |
| Unit Trust | TRT | Trustee rates | 4 years | Tracing provisions |
| Partnership | PTR | Partner rates | 4 years | Common employees |
| SMSF | SMF | 15%/0% | 4 years | N/A |
| Government Entity | GOV | Exempt | N/A | Exempt |
| Non-Profit | NPF | Varies | 4 years | Charitable exemption |
| Field | Path | Use |
|---|---|---|
| Entity Name | | Display name |
| Entity Type | | Tax rate selection |
| ABN Status | | Active check |
| GST Registered | | Input tax credit |
| GST Status | | Current registration |
| State | | Payroll tax jurisdiction |
| Postcode | | Location verification |
| ACN | | Company cross-reference |
<abn_lookup_result>
<abn>51824753556</abn>
<abn_valid>true</abn_valid>
<abn_active>true</abn_active>
<entity_name>Example Pty Ltd</entity_name>
<entity_type>Australian Private Company</entity_type>
<entity_type_code>PRV</entity_type_code>
<gst_registered>true</gst_registered>
<gst_effective_from>2015-07-01</gst_effective_from>
<state>NSW</state>
<postcode>2000</postcode>
<acn>824753556</acn>
<tax_implications>
<corporate_tax_rate>0.25</corporate_tax_rate>
<!-- Base rate entity test required (passive income <80%) -->
<amendment_period_years>4</amendment_period_years>
<payroll_tax_grouping_risk>related_body_corporate</payroll_tax_grouping_risk>
</tax_implications>
<lookup_metadata>
<source>ABR API</source>
<queried_at>2026-02-13T10:00:00+11:00</queried_at>
<cache_ttl_hours>24</cache_ttl_hours>
</lookup_metadata>
</abn_lookup_result>abn_lookup_cache