getregdata
Start free on Apify
RegistryCzechia

Czech ISIR Insolvency Register Search

Debtor and case records from the Czech insolvency register (ISIR). You get clean, structured records with the source registry attached - keyed off the IČO identifier.

Run ISIR on Apify Install the skills
What you get
  • Structured JSON, not HTML or PDFs
  • Source registry attached to every record
  • Read live at query time - current filings
  • Queried by IČO or company name
python · regdata/czech-isir-insolvency-scraper
from apify_client import ApifyClient

client = ApifyClient("apify_api_xxxxx")
run = client.actor("regdata/czech-isir-insolvency-scraper").call(
    run_input={"ico": "35763469"}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
Serves these use cases
Insolvency & credit-risk watchlistContract & ESG compliance audit
FAQ
Does ISIR have an API?

ISIR (Czechia) does not offer a clean public API for programmatic queries. getregdata reads the official source directly and returns structured JSON, keyed off the IČO identifier - so you get API-like access without an official endpoint.

How do I get ISIR data programmatically?

Install the getregdata agent skills or MCP server, or run the regdata/czech-isir-insolvency-scraper actor on Apify. Query by IČO or company name and receive structured, source-attributed records. It is free to install; you pay per result on Apify.

What data does ISIR return?

Debtor and case records from the Czech insolvency register (ISIR).

Related guides
Cross-Border Credit Risk: Screen Companies Across Poland + Austria in 2 API Calls 6 min → How to Monitor Austrian Insolvency Risk Without a Government License 5 min → Austrian Insolvency Monitoring Without IWG License: Ediktsdatei on Apify 4 min → European Business Registry Data as Agent Skills: Give Your AI Agent Access to 14 Regulatory Sources 4 min →