filters
array in the request body. Each object in this array represents a single filter condition and must contain a field
and a corresponding value using one of the available filter types.
query
field. This is useful for finding companies by name or previous names.
industry_codes
field.
incorporated_at
field.
Field | Description |
---|---|
status | The current status of the company (e.g., active , inactive , liquidation ). |
legal_form | The legal form of the company (e.g., gmbh , ag ). |
register_number | The company’s registration number. |
register_court | The court where the company is registered. |
register_type | The type of register (e.g., HRB , HRA ). |
city | The city where the company is located. |
active | A boolean indicating if the company is active. |
incorporated_at | The date of incorporation. |
zip | The postal code of the company’s address. |
address | The full address of the company. |
balance_sheet_total | The total of the balance sheet. |
revenue | The company’s revenue. |
cash | The company’s cash reserves. |
employees | The number of employees. |
equity | The company’s equity. |
real_estate | The value of the company’s real estate. |
materials | The value of the company’s materials. |
pension_provisions | The company’s pension provisions. |
salaries | The company’s salary expenses. |
taxes | The company’s tax expenses. |
liabilities | The company’s liabilities. |
capital_reserves | The company’s capital reserves. |
net_income | The company’s net income. |
industry_codes | The company’s industry codes (WZ2025). |
capital_amount | The amount of the company’s capital. |
capital_currency | The currency of the company’s capital. |
value
value
property.
values
values
array. This is useful for “OR” conditions.
keywords
keywords
allows you to find records containing any of the specified words.
min
and max
min
and max
.
DD-MM-YYYY
format.
location
object in the request body. This allows you to find companies within a certain radius of a given point.
The location
object requires latitude
and longitude
, and optionally accepts a radius
in kilometers.
filters
array. These conditions are joined with an “AND” operator, meaning a company must satisfy all of them to be included in the results.