# Find IT Consulting Businesses in Sydney NSW

**Use case:** 

Discover IT consulting firms operating in Sydney to identify potential partners or competitors. This helps in market analysis and targeted outreach for business

## Input

```json
{
  "mode": "searchByName",
  "searchText": "IT Consulting",
  "nameSearchScope": "all",
  "states": [
    "NSW"
  ],
  "postcode": "2000",
  "entityCategory": "all",
  "gstRegisteredOnly": true,
  "maxItems": 100
}
```

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