# Germany Handelsregister company scraper

**Use case:** 

Scrape Germany Handelsregister company results by name with court, HRB/HRA number, seat, status, and history metadata.

## Input

```json
{
  "companyNames": [
    "Siemens",
    "Bosch"
  ],
  "registerNumbers": [
    {
      "registerType": "HRB",
      "registerNumber": "12300",
      "registerCourt": "Berlin (Charlottenburg)",
      "queryLabel": "HRB 12300 Berlin"
    }
  ],
  "maxResults": 50,
  "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.