Search companies to find the correct company before performing other actions (POST method).
Note: This endpoint is free to use - no credit cost.
Search Methods:
name field with company name to searchadvancedQuery with identifier components:
courtCity, courtId, registerType, registerNumber, registerSuffixcompanyNumberTypical workflow:
Parameters (JSON body):
courtCity (e.g., “München”), courtId (e.g., “D2803”), registerType (e.g., “HRB”), registerNumber (e.g., “10364B”), registerSuffix (e.g., “B”)companyNumber (e.g., “09410276”)Returns a paginated list of companies, ranked by relevance, with pagination metadata.
Sign up at Kausate.com to get an API key
Optional partner customer ID
Request model for company search.
ISO 3166-1 alpha-2 country code (e.g., 'de' for Germany, 'uk' for United Kingdom)
Company name to search for. Either 'name' or 'advancedQuery' must be provided.
1Advanced search using local identifier components. Either 'name' or 'advancedQuery' must be provided.
{ "jurisdiction": "de", "name": "BMW AG" }1 <= x <= 1000Page number (0-based)
x >= 0If true, searches alternative company names (more expensive). Default: false for optimal performance.
If true, falls back to trigram similarity search when no exact matches found (more expensive). Default: false for optimal performance.