# Verify Australian Supplier ABN & GST Registration Status

**Use case:** 

Routinely check the ABN and GST registration status of your Australian suppliers for compliance and risk management. Ensure you are only dealing with legitimate

## Input

```json
{
  "mode": "searchByAbn",
  "searchText": "Telstra",
  "nameSearchScope": "all",
  "abn": "88000014600",
  "states": [],
  "entityCategory": "all",
  "gstRegisteredOnly": false,
  "maxItems": 50
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name"
  },
  "abn": {
    "label": "Abn"
  },
  "abnStatus": {
    "label": "Abn status"
  },
  "entityType": {
    "label": "Entity type"
  },
  "gstStatus": {
    "label": "Gst status"
  },
  "state": {
    "label": "State"
  },
  "postcode": {
    "label": "Postcode"
  },
  "abnUrl": {
    "label": "Abn url"
  }
}
```

## About this Actor

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