# Germany Company Data — Handelsregister Scraper

**Use case:** 

German company register data: company details, founding date and legal form. B2B intelligence and KYB for Germany.

## Input

```json
{
  "queries": [
    "adidas+AG,+Herzogenaurach/HRB+3868"
  ],
  "concurrency": 3,
  "minGrade": "D"
}
```

## Output

```json
{
  "company_name": {
    "label": "Company name"
  },
  "legal_form": {
    "label": "Legal form"
  },
  "register_number": {
    "label": "Register number"
  },
  "founding_date": {
    "label": "Founding date"
  },
  "lei_code": {
    "label": "Lei code"
  },
  "court": {
    "label": "Court"
  },
  "business_purpose": {
    "label": "Business purpose"
  },
  "address": {
    "label": "Address"
  },
  "management": {
    "label": "Management"
  },
  "risk_grade": {
    "label": "Risk grade"
  }
}
```

## About this Actor

This example demonstrates how to use [🇩🇪 DEHawk — German Company Data Scraper (Handelsregister)](https://apify.com/inexhaustible_glass/dehawk) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/dehawk) to learn more, explore other use cases, and run it yourself.