# Handelsregister   German Companies & Directors — Full Export

**Use case:** 

Scrape the full handelsregister - german companies & directors dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract handelsregister - german companies & directors for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "by_name",
  "query": "Siemens",
  "registerType": "",
  "maxItems": 200
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "legal_form": {
    "label": "Legal Form",
    "format": "string"
  },
  "hr_number": {
    "label": "Hr Number",
    "format": "string"
  },
  "registry_court": {
    "label": "Registry Court",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "registered_address": {
    "label": "Registered Address",
    "format": "string"
  },
  "detail_url": {
    "label": "Detail Url",
    "format": "string"
  }
}
```

## About this Actor

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