Abr Australia Scraper avatar

Abr Australia Scraper

Pricing

Pay per usage

Go to Apify Store
Abr Australia Scraper

Abr Australia Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Khrystyna Skotte

Khrystyna Skotte

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Australian Business Register (ABR) Scraper

Look up Australian companies by ABN via the public ABR Web Services API. Returns entity name, ABN status, ACN, entity type, GST registration, business locations, business names, and effective dates.

Quick start

Run with the default input — no configuration needed for the first try:

{
"abns": [
"49004028077"
],
"maxItems": 10
}

Or trigger via the Apify API:

curl -X POST "https://api.apify.com/v2/acts/<USERNAME>~abr-australia-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

Input parameters

FieldTypeDefaultDescription
abnsarray["49004028077"]List of Australian Business Numbers (11 digits each, with or without spaces). Default: BHP Group.
guidstring_(empty)_Optional. ABR Web Services GUID for higher-rate access (register at abr.business.gov.au). Empty uses public anonymous calls.
maxItemsinteger10Cap on number of ABNs to fetch.

Output fields

Each dataset record contains at least these fields:

FieldTypeDescription
AbntextABN
EntityNametextEntity
EntityTypeNametextType
AbnStatustextStatus
AcntextACN
AddressStatetextState
AddressPostcodetextPostcode

Plus a scrapedAt timestamp and any source-specific extra fields visible in the All fields view of the Apify console.

Pricing

Pay-per-event:

  • Actor start — $0.0500 per event. Charged when the actor starts
  • Company record — $0.0200 per event. Charged per ABN scraped

How it works

This Actor calls the source's public web/API and parses the response. Results stream to the dataset and can be exported as JSON, CSV, Excel, or RSS via the Apify Console or API.

Use cases

  • Bulk research and lead generation
  • Feeding data warehouses, BI tools, or LLM/RAG pipelines
  • Scheduled monitoring of changes over time
  • Combining with other Apify Actors via Make, Zapier, n8n, or native Apify integrations

Compliance

Use this Actor only for purposes that comply with the source site's terms of service and applicable law. Respect rate limits. The author is not affiliated with the source.

Support

Questions, bugs, or feature requests — message the author via the Apify Console.