商业
Australia ABN Lookup & Business Search Scraper
Search the Australian Business Register by name or look up ABNs. Get ABN, entity name, status, entity type, GST status, state, postcode and registered business names. Export to JSON, CSV or Excel.
australia-abn-lookup-scraper.json 200 OK
{ "abn": "34 007 873 118", "entityName": "WOOLWORTHS (SOUTH AUSTRALIA) PTY LIMITED", "abnStatus": "Active", "abnStatusFrom": "01 Nov 1999", "entityType": "Australian Private Company", "gstStatus": "Registered", "gstFrom": "01 Jul 2000", "state": "SA", "postcode": "5094" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
AbnEntity NameAbn StatusAbn Status FromEntity TypeGst StatusGst FromStatePostcodeBusiness NamesMain Business LocationBusiness Name CountUrl
示例输出
一条真实的示例记录,正是你收到的结构。
| Abn | Entity Name | Abn Status | Abn Status From |
|---|---|---|---|
| 34 007 873 118 | WOOLWORTHS (SOUTH AUSTRALIA) PTY … | Active | 01 Nov 1999 |
| 55 004 177 155 | WOOLWORTHS (VICTORIA) PTY LIMITED | Active | 01 Jul 2002 |
| 88 000 014 675 | WOOLWORTHS GROUP LIMITED | Active | 01 Nov 1999 |
GET /australia-abn-lookup-scraper
{ "abn": "34 007 873 118", "entityName": "WOOLWORTHS (SOUTH AUSTRALIA) PTY LIMITED", "abnStatus": "Active", "abnStatusFrom": "01 Nov 1999", "entityType": "Australian Private Company", "gstStatus": "Registered", "gstFrom": "01 Jul 2000", "state": "SA", "postcode": "5094" }
相关爬虫
常见问题
Can I search by company name?
Yes. Enter a business, entity or trading name and every matching active business is looked up and returned with full details.
Can I look up specific ABNs?
Yes. Paste one or more ABNs (spaces optional) and each is returned with its entity name, status, type, GST status and business names.
Do I get GST registration status?
Yes. Each record includes whether the business is registered for GST and the date it registered.
How fresh is the data?
Every record is read live at run time, so it reflects the current register entry at the moment of the run (see observedAt).