# Extract Handelsregister HRB data

**Use case:** 

Extract Handelsregister data for a known HRB or HRA number, including company name, court, seat, status, and document codes.

## Input

```json
{
  "companyNames": [
    "Siemens",
    "Bosch"
  ],
  "registerNumbers": [
    {
      "registerType": "HRB",
      "registerNumber": "174601",
      "registerCourt": "München",
      "queryLabel": "HRB 174601 München"
    }
  ],
  "maxResults": 5,
  "exactCompanyName": false,
  "includeDeleted": false,
  "resultsPerPage": 10,
  "navigationDelayMs": 750
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "queryType": {
    "label": "Query type"
  },
  "resultRank": {
    "label": "Rank"
  },
  "companyName": {
    "label": "Company"
  },
  "registerCourt": {
    "label": "Court"
  },
  "registerType": {
    "label": "Type"
  },
  "registerNumber": {
    "label": "Number"
  },
  "seat": {
    "label": "Seat"
  },
  "status": {
    "label": "Status"
  },
  "historyNames": {
    "label": "Historical names"
  },
  "availableDocumentTypes": {
    "label": "Documents"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "retrievedAt": {
    "label": "Retrieved"
  }
}
```

## About this Actor

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