# Australia ASIC Company Scraper

**Use case:** 

Look up Australian companies in the ASIC and ABR registries by name and export ABN, status, and registration details as clean data.

## Input

```json
{
  "maxItems": 3,
  "query": "woolworths"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "abn": {
    "label": "Abn",
    "format": "number"
  },
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "nameType": {
    "label": "Name Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "number"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Australia ASIC Scraper | Company & Business Name Search](https://apify.com/parseforge/australia-asic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/australia-asic-scraper) to learn more, explore other use cases, and run it yourself.