# Enrich B2B Leads with German Company Data

**Use case:** 

Turn German company names into clean firmographics - legal form, registered address, capital and officers - straight from the official Handelsregister.

## Input

```json
{
  "searchQuery": "SAP SE",
  "exactMatch": false,
  "maxResults": 10
}
```

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