# Australian Food Beverage Business Leads

**Use case:** 

Retrieve registered food and beverage businesses in Australia. Get names, ABNs, statuses, registration dates, and ABR lookup URLs.

## Input

```json
{
  "query": "food beverage restaurant catering",
  "status": "Registered",
  "state": "any",
  "abn": "47151666812",
  "maxResults": 500,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "abn": {
    "label": "ABN",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "registeredDate": {
    "label": "Registered date",
    "format": "string"
  },
  "cancelledDate": {
    "label": "Cancelled date",
    "format": "string"
  },
  "stateOfRegistration": {
    "label": "State of registration",
    "format": "string"
  },
  "stateNumber": {
    "label": "State number",
    "format": "string"
  },
  "register": {
    "label": "Register",
    "format": "string"
  },
  "abrUrl": {
    "label": "ABR URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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