# Get a German Company's Address and Legal Form

**Use case:** 

Look up the registered seat, address, legal form and capital of any German company by name. Official Handelsregister data, no proxy.

## Input

```json
{
  "searchQuery": "adidas AG",
  "exactMatch": true,
  "maxResults": 5
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "registerCourt": {
    "label": "Court",
    "format": "text"
  },
  "registerType": {
    "label": "Type",
    "format": "text"
  },
  "registerNumber": {
    "label": "Register No.",
    "format": "text"
  },
  "seat": {
    "label": "Seat",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "capital.formatted": {
    "label": "Capital",
    "format": "text"
  },
  "structuredData": {
    "label": "Structured",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Germany Handelsregister Scraper](https://apify.com/regdata/germany-handelsregister-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/germany-handelsregister-scraper) to learn more, explore other use cases, and run it yourself.