Look up German company register data from your workflows to verify companies, find shareholders, and enrich business records.
Authentication: API Key. Provide your OpenRegister API key when connecting.
OpenRegister provides access to the German company register (Handelsregister).
Actions
Search Companies
Searches the German company register by name, location, or registration number.
| Input | Required | Description |
|---|---|---|
| Query | Yes | Company name, registration number, or other search terms |
| Output | Type | Description |
|---|---|---|
companies | array | Matching company objects with name, registrationNumber, court, status |
total | number | Total number of matching companies |
Get Company
Retrieves detailed information about a specific company.
| Input | Required | Description |
|---|---|---|
| Company ID | Yes | OpenRegister company ID |
| Output | Type | Description |
|---|---|---|
company | object | Full company data including name, registrationNumber, court, address, status, registrationDate, legalForm |
Get Company by URL
Fetches company data from a company's official register URL.
| Input | Required | Description |
|---|---|---|
| Register URL | Yes | The official register entry URL |
| Output | Type | Description |
|---|---|---|
company | object | Company data |
Get Shareholders
Returns the shareholders or managing directors of a company.
| Input | Required | Description |
|---|---|---|
| Company ID | Yes | OpenRegister company ID |
| Output | Type | Description |
|---|---|---|
shareholders | array | Shareholder/director objects with name, role, type (person or company) |
Get Company Contacts
Returns contact information for a company.
| Input | Required | Description |
|---|---|---|
| Company ID | Yes | OpenRegister company ID |
| Output | Type | Description |
|---|---|---|
contacts | object | Contact data with address, phone, email, website |
Was this page helpful?