# Firmen in Wien mit vollständigen Details

**Use case:** 

Durchsucht auf FirmenABC.at das Bundesland Wien und ruft für jede Firma die Detailseite ab — Telefon, E-Mail, Website, UID, Firmenbuchnummer, Geschäftsführer, Kategorien, Koordinaten und Bilanzkennzahlen, bis zu 50 Firmen. Ändern Sie `location` in ein anderes Bundesland oder eine Stadt.

## Input

```json
{
  "query": "",
  "location": "Wien",
  "startUrls": [],
  "companyUrls": [],
  "maxResults": 50,
  "includeDetails": true,
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "stateKey": "",
  "emitUnchanged": false,
  "emitExpired": false,
  "telegramToken": "",
  "telegramChatId": "",
  "slackWebhookUrl": "",
  "discordWebhookUrl": "",
  "whatsappPhoneNumberId": "",
  "whatsappAccessToken": "",
  "whatsappTo": "",
  "webhookUrl": "",
  "webhookHeaders": {},
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "appConnector": "",
  "mcpIssueTeam": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "UNBLOCKER"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "State",
    "format": "text"
  },
  "telephone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "vatId": {
    "label": "VAT ID",
    "format": "text"
  },
  "rechtsform": {
    "label": "Legal form",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "url": {
    "label": "FirmenABC URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [FirmenABC.at Scraper](https://apify.com/parsebird/firmenabc-at-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/firmenabc-at-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/parsebird/firmenabc-at-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
