# Build an Austrian B2B Contact List by Region

**Use case:** 

Build a regional B2B contact list from the WKO directory - filter by Bundesland and district, get phone, email and website for Austrian firms.

## Input

```json
{
  "searchQuery": "IT-Dienstleistung",
  "branche": "Steuerberater",
  "bundesland": "Oberösterreich",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "bundesland": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "branche": {
    "label": "Industry",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Austria WKO Business Directory Scraper](https://apify.com/regdata/wko-business-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/wko-business-directory-scraper) to learn more, explore other use cases, and run it yourself.