# Identify All GST-Registered Businesses in Perth WA

**Use case:** 

Generate a list of all GST-registered businesses within the Perth metropolitan area for targeted B2B lead generation. This helps sales teams focus on businesses

## Input

```json
{
  "mode": "searchByName",
  "searchText": "business",
  "nameSearchScope": "all",
  "states": [
    "WA"
  ],
  "postcode": "6000",
  "entityCategory": "all",
  "gstRegisteredOnly": true,
  "maxItems": 200
}
```

## 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.