Abn Search
abn_searchBYOK. Search the Australian Business Register by entity or business name and return ranked ABN matches. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: abn_search({ name: "Frame Promotional Products", _apiKey: "your-guid" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity or business name to search for, e.g. "Frame Promotional Products". | |
| state | No | Optional Australian state/territory abbreviation to filter results client-side (e.g. "NSW", "VIC"). Applied after the ABR search returns, matched against each result's state field when present. | |
| _apiKey | Yes | Your ABR web-services GUID. Requires an API key — this pack is BYOK: there is no platform key. Register free at https://abr.business.gov.au/Tools/WebServices (accept the Web Services Agreement to receive a GUID by email). | |
| maxResults | No | Maximum number of matches to return (ABR default is small; pass a higher number for more). Default 20. |