# Name Search (by business name) ABR Australian Business

**Use case:** 

Extract ABR Australian Business Register data filtered by Name Search (by business name). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "mode": "nameSearch",
  "abns": [
    "51824753556",
    "11005357522",
    "53004085616",
    "33051775556",
    "88000014675"
  ]
}
```

## Output

```json
{
  "abn": {
    "label": "ABN",
    "format": "text"
  },
  "abnStatus": {
    "label": "ABN Status",
    "format": "text"
  },
  "abnStatusFrom": {
    "label": "Status From",
    "format": "date"
  },
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "entityTypeCode": {
    "label": "Entity Type Code",
    "format": "text"
  },
  "gstRegistered": {
    "label": "GST Registered",
    "format": "boolean"
  },
  "gstFrom": {
    "label": "GST From",
    "format": "date"
  },
  "addressState": {
    "label": "State",
    "format": "text"
  },
  "addressPostcode": {
    "label": "Postcode",
    "format": "text"
  },
  "businessNames": {
    "label": "Business Names",
    "format": "object"
  },
  "tradingNames": {
    "label": "Trading Names",
    "format": "object"
  },
  "historicalNames": {
    "label": "Historical Names",
    "format": "object"
  },
  "matchScore": {
    "label": "Match Score",
    "format": "number"
  },
  "abrUrl": {
    "label": "ABR URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ABR Australian Business Register Scraper](https://apify.com/parseforge/abr-australian-business-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/abr-australian-business-register-scraper) to learn more, explore other use cases, and run it yourself.