search_company
Find companies in the German Handelsregister by name, keywords, or exact match. Supports wildcards and phonetic matching for flexible search.
Instructions
Search the German commercial register (Handelsregister) for companies.
Args:
keywords: Company name or search terms. Wildcards * and ? are supported.
match: How keywords are matched — "all" (contains every keyword, default),
"min" (contains at least one), or "exact" (exact company name).
similar: Enable the portal's phonetic ("ähnlich lautende") matching to
tolerate typos and spelling variants.
max_results: Cap on returned rows (the portal page holds up to ~100).
Returns a dict with the query echo, a result count, the remaining hourly request
budget, and results: a list of companies with name, court, register_number,
state, status, historical names, and available_documents (the document types
that can be passed to fetch_document).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | ||
| match | No | all | |
| similar | No | ||
| max_results | No |