# Look Up Construction Company Trading Names by ABN

**Use case:** 

Retrieve all associated trading names for a specific construction company's ABN to understand their full brand portfolio. This is crucial for comprehensive comp

## Input

```json
{
  "mode": "searchByAbn",
  "searchText": "Telstra",
  "nameSearchScope": "tradingName",
  "abn": "12345678901",
  "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.