Australian Company Register Search (ASIC ACN Lookup) avatar

Australian Company Register Search (ASIC ACN Lookup)

Pricing

from $0.10 / 1,000 results

Go to Apify Store
Australian Company Register Search (ASIC ACN Lookup)

Australian Company Register Search (ASIC ACN Lookup)

Bulk-search the official ASIC company register - 4.3M+ Australian companies - by company name, ACN or ABN. Get status, type, class, ABN, registration dates and former names. No API key, no login.

Pricing

from $0.10 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

Search the official Australian Company Register in bulk — 4.3 million+ companies incorporated in Australia and held by ASIC — by company-name keyword, by ACN (Australian Company Number) or by ABN. No API key, no login, no fragile page scraping: this actor reads the government open-data feed on data.gov.au directly and returns clean, structured JSON.

Give it a list of searches and it paginates the register for each one, so you can pull hundreds or thousands of matching companies in a single run.

What you can do with it

  • Company lookup (KYB / due diligence) — enter an ACN or ABN and get the company's name, status (Registered / Deregistered / external administration), type, class and registration date, plus any former names on record.
  • Lead & target lists by keyword — every registered company with "solar", "mining", "logistics", "consulting" in its name, with registration dates and state.
  • Verify a company is active — confirm a company is currently Registered before signing, lending or onboarding, or spot strike-off / deregistration.
  • Name-history checks — see a company's current name and its previous names, with the date the current name took effect.
  • Market & competitor research — count and list companies in a niche or state.

Data fields you get

FieldDescription
companyNameThe company / registered name on this record
acnThe 9-digit Australian Company Number
abnThe company's 11-digit ABN, when it has one
statusRaw ASIC status code (e.g. REGD, DRGD, EXAD, SOFF)
statusTextPlain-language status (e.g. Registered, Deregistered)
type / typeTextCompany type code and label (e.g. APTY → Australian proprietary company)
class / classTextCompany class code and label (e.g. LMSH → Limited by shares)
subClassCompany sub-class code (e.g. PROP, LIST)
dateOfRegistrationDate the company was registered (DD/MM/YYYY)
dateOfDeregistrationDate it was deregistered, if applicable
stateOfRegistrationState the company was originally registered in (e.g. NSW)
stateRegistrationNumberLegacy state registration number, when present
currentNameThe company's current name
isCurrentNametrue if this row's name is the current company name
currentNameStartDateDate the current name took effect
acnLookupUrlDeep link to the official ABN Lookup search for that ACN
abnLookupUrlDeep link to the official ABN Lookup page for that ABN
matchTypename, acn or abn — how this row was matched
queryThe input search that produced this row

Input

queries is a list. Any 9-digit number is treated as an ACN, any 11-digit number as an ABN (spaces and punctuation are ignored). Anything else is a full-text company-name search.

{
"queries": ["solar", "000014675", "88000014675"],
"maxResultsPerQuery": 50,
"statusFilter": "all"
}
  • queries — company-name keywords, ACNs and/or ABNs. Each is searched separately.
  • maxResultsPerQuery — cap on rows returned per search (1–10000). The actor paginates automatically until it hits this number or runs out of matches.
  • statusFilterall, Registered (active only), or Deregistered only.

Output sample

Each result is one row in the dataset:

{
"query": "000014675",
"matchType": "acn",
"companyName": "WOOLWORTHS GROUP LIMITED",
"acn": "000014675",
"abn": "88000014675",
"status": "REGD",
"statusText": "Registered",
"type": "APUB",
"typeText": "Australian public company",
"class": "LMSH",
"classText": "Limited by shares",
"subClass": "LIST",
"dateOfRegistration": "12/12/1924",
"dateOfDeregistration": null,
"stateOfRegistration": "NSW",
"stateRegistrationNumber": "00014675",
"currentName": "WOOLWORTHS GROUP LIMITED",
"isCurrentName": true,
"currentNameStartDate": "01/12/2017",
"recordId": 12345,
"acnLookupUrl": "https://abr.business.gov.au/Search/ResultsActive?SearchText=000014675",
"abnLookupUrl": "https://abr.business.gov.au/ABN/View?abn=88000014675"
}

Pricing

Pay per result — you are billed only for each company record returned. Searches that return no matches are not charged.

FAQ

Where does the data come from? The ASIC Company Dataset published as open data on data.gov.au (the Australian Government open-data portal), licensed Creative Commons Attribution 3.0 Australia. ASIC refreshes it regularly.

Is this the same as the Business Names Register / ABN Lookup? No — this is the Company register (companies identified by ACN), the companion to the Business Names register. Each row links to the official ABN Lookup pages for full entity details (entity type, GST status, etc.).

Do I need an API key or ABR GUID? No. This source is fully public.

Can I search by ACN or ABN? Yes — enter a 9-digit ACN or an 11-digit ABN and you get that company plus any former names on record. A name keyword runs a full-text search instead.

Is personal data included? No. This is company-level register data only — company names, ACNs/ABNs, statuses, types and dates. No individual/natural-person records.