Austria Insolvency & Court Publications Scraper
Pricing
from $3.00 / 1,000 insolvency records
Austria Insolvency & Court Publications Scraper
Scrape Austrian insolvency data from the Ediktsdatei - bankruptcies, reorganizations, debt settlements, court auctions, and Firmenbuch announcements. Official court publications with no API alternative.
Pricing
from $3.00 / 1,000 insolvency records
Rating
0.0
(0)
Developer
getregdata
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Austria Insolvency & Court Publications Scraper | Osterreichische Ediktsdatei
Screen Austrian insolvency proceedings - bankruptcies (Konkursverfahren), reorganizations (Sanierungsverfahren), and debt settlements (Schuldenregulierungsverfahren) - from the official Ediktsdatei court database, as structured JSON. The official data feed requires an IWG government license and a formal application; this actor is the pay-per-use, no-paperwork alternative to the same court-published data.
No login, no API key, nothing to configure - a name or filter in, structured insolvency records out.
What data do you get?
One record per court publication:
{"debtorName": "SIGNA Development Selection AG","caseNumber": "28 S 8/24h","court": "Handelsgericht Wien","proceedingType": "Konkursverfahren","status": "Eroeffnung","publicationDate": "15.01.2024","administrator": "Dr. Andrea Gisinger, Rechtsanwaltin","details": "Full publication text...","creditorMeetingDate": "12.03.2024 um 09:00","filingDeadline": "28.02.2024","sourceUrl": "https://edikte.justiz.gv.at/edikte/id/idedi8.nsf/..."}
| Field | Description |
|---|---|
debtorName | Debtor - person or company (Schuldner) |
caseNumber | Court case number / Aktenzeichen |
court | Court name (e.g. "Handelsgericht Wien") |
proceedingType | Konkursverfahren, Sanierungsverfahren, or Schuldenregulierungsverfahren |
status | Proceeding status (Eroeffnung, Aufhebung, etc.) |
publicationDate | Date of publication (DD.MM.YYYY) |
administrator | Insolvency administrator (Masseverwalter) name |
details | Full text of the publication |
creditorMeetingDate / filingDeadline | Creditor meeting date and claim-filing deadline, where mentioned |
sourceUrl | Direct URL to the publication |
How much does it cost?
Pay per result - you are not charged for Apify platform usage, only per record. The price drops on higher Apify subscription tiers.
| Volume | Cost |
|---|---|
| Start cost | $0.005 |
| Per result | $0.005 |
| ~100 results | ~$0.51 |
| ~1,000 results | ~$5.01 |
Apify's $5 monthly free credit covers ~1,000 records. One-off counterparty checks stay free; recurring credit-risk watchlists (~2,000 records/month ≈ ~$10 gross, ~$5 net after the credit) are where you cross into paid use. Commercial insolvency-monitoring feeds run into the hundreds per month for the same court-published data.
Is it legal, and where does the data come from?
Data comes from edikte.justiz.gv.at, the official court-publication database operated by the Austrian Federal Ministry of Justice. It is a public register published by law (Ediktsdateigesetz) for transparency and creditor protection, covering all 9 federal states and all Austrian courts. No authentication or access control is bypassed. You remain responsible for lawful, GDPR-compliant use downstream.
How do I use it?
Click Try it and paste this input:
{ "searchQuery": "Benko", "proceedingType": "all", "maxResults": 20 }
Search by debtor name (min. 3 characters), or browse by filter - e.g. recent bankruptcies in Vienna ({ "proceedingType": "Konkursverfahren", "state": "Wien", "maxResults": 50 }) or all insolvencies in a date range ({ "dateFrom": "2026-03-01", "dateTo": "2026-03-31", "maxResults": 0 }).
Input options
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchQuery | string | No | - | Debtor or company name (min. 3 characters) |
proceedingType | string | No | all | Konkursverfahren, Sanierungsverfahren, Schuldenregulierungsverfahren, or all |
court | string | No | - | Filter by court name (e.g. "Handelsgericht Wien") |
state | string | No | all | Austrian federal state (Bundesland) |
dateFrom / dateTo | string | No | - | Publication date range (YYYY-MM-DD) |
entryType | string | No | all | Initial entries, changes, or all |
maxResults | integer | No | 100 | Max results (0 = unlimited) |
What you can do with it
- Credit-risk screening - check whether an Austrian customer, supplier, or partner is insolvent before extending terms.
- Due diligence - verify a target company before an M&A transaction or investment.
- Supplier monitoring - schedule runs to detect insolvency proceedings for key suppliers early.
- Debt recovery - track filing deadlines (Anmeldefrist) and creditor-meeting dates so you never miss one.
- KYC / AML - screen Austrian business partners against insolvency records.
Run it from code
# cURL - start a run and get the dataset backcurl -X POST "https://api.apify.com/v2/acts/regdata~austria-ediktsdatei-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ "searchQuery": "Benko", "maxResults": 20 }'
// Node.js - apify-clientimport { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('regdata/austria-ediktsdatei-scraper').call({ searchQuery: 'Benko', maxResults: 20 });const { items } = await client.dataset(run.defaultDatasetId).listItems();
# Python - apify-clientfrom apify_client import ApifyClientclient = ApifyClient("YOUR_TOKEN")run = client.actor("regdata/austria-ediktsdatei-scraper").call(run_input={"searchQuery": "Benko", "maxResults": 20})items = client.dataset(run["defaultDatasetId"]).list_items().items
Integrations
Runs anywhere Apify does: call it from the REST API, schedule a daily insolvency watchlist, pipe results into n8n / Make / Zapier, or use it from any MCP client (Claude, Cursor) via mcp.apify.com.
FAQ
Is it legal to scrape the Ediktsdatei? Yes. It is a public register published by law for transparency and creditor protection. No access control is bypassed. Use the data lawfully for credit-risk / KYB / due-diligence purposes.
Do I need an IWG license or an API key? No. The official data feed needs an IWG license and a formal application; this actor reads the free public pages, so no license and no key - just an Apify account.
How do I monitor for new insolvencies? Schedule a run with your proceeding-type / state filters (or a name watchlist), and pull new publications as they appear.
What are the proceeding types? Konkursverfahren (bankruptcy), Sanierungsverfahren (reorganization), Schuldenregulierungsverfahren (debt settlement).
What export formats are supported? JSON, CSV, Excel, or XML, or read live via the API.
Limitations
- Name searches require at least 3 characters.
- Results per search follow the Ediktsdatei's own pagination limits; narrow with a state or date range for large sweeps.
- The source may change its page structure without notice.
Related actors
Part of a suite of official government registry actors - no public API, pay per result, no keys to supply.
| Country | Actors |
|---|---|
| Poland | REGON/GUS · KRS financials · KRS board · CRBR UBO · KRZ debtors · MSiG gazette · KNF · PEP · EKW land · UOKiK · BDO waste · Premises |
| Germany | Handelsregister · Insolvency |
| Spain | Company directory · BORME acts · Concursal |
| Italy | Registro Imprese · PEC lookup |
| Austria | WKO directory · Ediktsdatei (this actor) |
| France | Societe.com |
| Belgium | KBO/BCE |
| Czechia | ISIR insolvency |
| Slovakia | RPVS UBO |
| UAE | ADGM register |
| USA | California SoS · California UCC liens |
| Global | Adverse media |
Common combination: WKO directory -> Ediktsdatei insolvency (this actor) -> adverse media for Austrian KYB.
Full suite: apify.com/regdata · Callable from any MCP client via mcp.apify.com
Informationen auf Deutsch
Was ist dieser Actor?
Dieser Actor durchsucht die Ediktsdatei (edikte.justiz.gv.at) - die offizielle osterreichische Datenbank fur gerichtliche Bekanntmachungen: alle Insolvenzverfahren (Konkurs, Sanierung, Schuldenregulierung) in Osterreich. Das Justizministerium bietet einen Datenfeed an, dieser erfordert jedoch eine IWG-Lizenz mit formalem Antragsverfahren. Dieser Actor liefert strukturierte JSON-Daten, pay-per-use, ohne Lizenzvertrag und ohne Anmeldung.
Fur wen?
- Kreditrisiko-Manager - Uberwachung der Zahlungsfahigkeit von Kunden und Lieferanten.
- Due-Diligence-Teams und Kanzleien - Prufung von Zielunternehmen, Aktenzeichen und Masseverwaltern.
- Compliance-Abteilungen - KYC/AML-Screening gegen Insolvenzregister.
- Inkassounternehmen - Uberwachung von Anmeldefristen und Glaubigerversammlungen.
Welche Daten?
Schuldnername, Aktenzeichen, Gericht, Verfahrensart, Verfahrensstand, Masseverwalter, Termin der Glaubigerversammlung, Anmeldefrist und den vollstandigen Bekanntmachungstext. Keine Abos - Sie zahlen nur pro Ergebnis.
Ediktsdatei - Osterreichische Insolvenzbekanntmachungen
Automatisierter Zugriff auf die Ediktsdatei der osterreichischen Justiz. Insolvenzverfahren, Sanierungsverfahren, Schuldenregulierungen. Strukturierte JSON-Daten, pay-per-use, ohne IWG-Lizenz. Ideal fur Kreditrisikoanalyse, Insolvenzmonitoring und Due Diligence in Osterreich.