Austria Insolvency & Court Publications Scraper avatar

Austria Insolvency & Court Publications Scraper

Pricing

from $3.00 / 1,000 insolvency records

Go to Apify Store
Austria Insolvency & Court Publications Scraper

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

getregdata

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

2 days ago

Last modified

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/..."
}
FieldDescription
debtorNameDebtor - person or company (Schuldner)
caseNumberCourt case number / Aktenzeichen
courtCourt name (e.g. "Handelsgericht Wien")
proceedingTypeKonkursverfahren, Sanierungsverfahren, or Schuldenregulierungsverfahren
statusProceeding status (Eroeffnung, Aufhebung, etc.)
publicationDateDate of publication (DD.MM.YYYY)
administratorInsolvency administrator (Masseverwalter) name
detailsFull text of the publication
creditorMeetingDate / filingDeadlineCreditor meeting date and claim-filing deadline, where mentioned
sourceUrlDirect 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.

VolumeCost
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.

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

ParameterTypeRequiredDefaultDescription
searchQuerystringNo-Debtor or company name (min. 3 characters)
proceedingTypestringNoallKonkursverfahren, Sanierungsverfahren, Schuldenregulierungsverfahren, or all
courtstringNo-Filter by court name (e.g. "Handelsgericht Wien")
statestringNoallAustrian federal state (Bundesland)
dateFrom / dateTostringNo-Publication date range (YYYY-MM-DD)
entryTypestringNoallInitial entries, changes, or all
maxResultsintegerNo100Max 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 back
curl -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-client
import { 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-client
from apify_client import ApifyClient
client = 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.

Part of a suite of official government registry actors - no public API, pay per result, no keys to supply.

CountryActors
PolandREGON/GUS · KRS financials · KRS board · CRBR UBO · KRZ debtors · MSiG gazette · KNF · PEP · EKW land · UOKiK · BDO waste · Premises
GermanyHandelsregister · Insolvency
SpainCompany directory · BORME acts · Concursal
ItalyRegistro Imprese · PEC lookup
AustriaWKO directory · Ediktsdatei (this actor)
FranceSociete.com
BelgiumKBO/BCE
CzechiaISIR insolvency
SlovakiaRPVS UBO
UAEADGM register
USACalifornia SoS · California UCC liens
GlobalAdverse 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.