ASIC Search Bulk API

POST
/asic_searches
LIVE

The bulk version of ASIC Search. Submit multiple company or business-name lookups in one call, with an optional check_id for result correlation. Suited to portfolio onboarding, supplier roster checks and periodic register hygiene.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "requests": [
    {
      "check_id": "abcd123456789",
      "number": "12345678901",
      "business_name": "Acme Services"
    }
  ]
}

Request Schema

requests
Required
array

Array of search items.

requests[].check_id
Optional
string

Optional correlation ID.

requests[].number requests[].business_name
Conditional
string

Same input options as the single ASIC Search.

Available Response Data

2 Data Points
01
fact_check

Array of result items with per-item check_id and a match object

null when there's no match

02
fact_check

Match shape is identical to the single-record ASIC Search response

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

inventory

Supplier portfolio screening

Validate the registration status of dozens or hundreds of suppliers in a single batch. Surfaces deregistered or inactive entities for follow-up.

schedule

Periodic register sweeps

Scheduled jobs that refresh ASIC status, addresses and recent documents across your commercial customer base.

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

What happens if one request in the batch has no match?

add

The result item carries match: null. The batch keeps processing the remaining items. A no-match doesn’t fail the call.

Try it Live

API Testing Sandbox tag

Test the ASIC Search Bulk API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.