Back to the overview

Adding Czech Republic company search to the API

1 min

We expanded our search capabilities: you can now query companies registered in the Czech Republic using our API. This is our first step toward a broader Central European company search.

Czech company data via ARES

When querying Czech businesses, our API connects directly to the official ARES register (Czech Ministry of Finance):

  • Live data retrieval: Search the official register in real time.
  • Familiar integration: The endpoint structure matches the Austrian search, keeping your code simple.
  • Company profiles: Retrieve registered addresses, legal forms, and company status (active or inactive).

Why the Czech Republic?

The Czech Republic is one of Austria's largest trading partners. Many Austrian firms work closely with Czech suppliers, partners, or subsidiaries. Integrating Czech company data helps you verify these cross-border relationships and automate compliance checks in both countries.

How to use the Czech search

To query Czech companies, add the country=CZ parameter to your API request.

Here is an example using the public API route:

curl "https://firmafind.at/api/companies/public?q=example&country=CZ"

Try it out in your project and let us know what you think.

Get started with the API