# Atlassian ABN Lookup in Australia

**Use case:** 

Look up the ABN, business name, GST status, and registration details for Atlassian on the Australian Business Register.

## Input

```json
{
  "maxCompanies": 50,
  "searchName": "Atlassian",
  "abnNumbers": [
    "51 824 753 556"
  ]
}
```

## Output

```json
{
  "abn": {
    "label": "ABN"
  },
  "entityName": {
    "label": "Entity name"
  },
  "abnStatus": {
    "label": "Status"
  },
  "entityType": {
    "label": "Entity type"
  },
  "gstStatus": {
    "label": "GST"
  },
  "state": {
    "label": "State"
  },
  "postcode": {
    "label": "Postcode"
  },
  "businessNames": {
    "label": "Business names"
  },
  "abnStatusFrom": {
    "label": "Status from"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

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