# Export the Austrian Company Database to CSV or Excel

**Use case:** 

Export Austrian company records from the official WKO Firmen A-Z directory to CSV, Excel or JSON - names, addresses, phones, emails and industry codes.

## Input

```json
{
  "searchQuery": "IT-Dienstleistung",
  "bundesland": "Wien",
  "maxResults": 500
}
```

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