Skip to main content

Overview

Access German commercial register data, shareholders, balance sheets & more.. Through Langdock’s integration, you can access and manage OpenRegister directly from your conversations.
Authentication: API Key Category: Productivity & Collaboration Availability: All workspace plans

Available Actions

Get company contact information

openregister.get_company_contact_information
Retrieve contact information for a company using its unique ID. The response includes details such as email address, phone number, VAT identification number. Requires Confirmation: No Parameters:
  • companyId (TEXT, Required): Unique company identifier. Can be retrieved by using the “Search Companies” action.
Output: Returns the operation result

Get company by website URL

openregister.get_company_by_website_url
Find a company using its website URL. The response includes a company ID that you can use with other endpoints to get details like financials, shareholders, and representatives. Requires Confirmation: No Parameters:
  • url (TEXT, Required): The url of the company website
Output: Returns the operation result

Get shareholders

openregister.get_shareholders
This endpoint currently only supports companies with the legal form GmbH. Requires Confirmation: No Parameters:
  • companyId (TEXT, Required): Unique company identifier. Example format: DE-HRB-F1103-267645
Output: Returns the operation result

Search companies

openregister.search_companies
Search for companies based on various criteria. You can filter by company name, register number, register type, register court, active status, and legal form. The response provides a list of matching Requires Confirmation: No Parameters:
  • query (TEXT, Required): Text search query to find companies by name. Example: “Descartes Technologies UG”
Output: Returns the operation result

Get company information

openregister.get_company_information
Retrieve detailed information about a company using its unique ID. The response includes company registration details, current status, name, address, business purpose, capital, legal representatives. Requires Confirmation: No Parameters:
  • companyId (TEXT, Required): The company id to use
Output: Returns the operation result