Poland MSiG Court Gazette Scraper
Pricing
from $2.50 / 1,000 announcement results
Poland MSiG Court Gazette Scraper
Search Polish Court & Economic Gazette (Monitor Sądowy i Gospodarczy) for bankruptcy declarations, liquidation notices, restructuring proceedings, creditor calls. Full-text search across archive from 2001. Structured JSON output.
Pricing
from $2.50 / 1,000 announcement results
Rating
0.0
(0)
Developer
getregdata
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
Poland MSiG Court Gazette Scraper | Monitor Sadowy i Gospodarczy
Search Poland's official court gazette - Monitor Sadowy i Gospodarczy (MSiG) - for bankruptcy declarations, creditor calls, restructuring proceedings, and liquidation notices, full-text and back to 2001. Structured JSON, in bulk, beyond what the gazette's manual web search allows. MSiG is the only legally binding source for these announcements, and it has no public API.
No login, no API key, nothing to configure - give a date range and a search term, get structured notices back.
What data do you get?
One record per announcement:
{"id": 19333823,"entityName": "Chalat Mariusz","krs": null,"nip": null,"signatureOfCase": "V GUp 276/25","chapterName": "III. OGLOSZENIA WYMAGANE PRZEZ PRAWO UPADLOSCIOWE","monitorNumber": "235/2025","dateOfPublication": "2025-12-04T00:00:00","textInPosition": "Poz. 64291. Chalat Mariusz. Sad Rejonowy w Kielcach...","textInBody": "Sad Rejonowy w Kielcach, V Wydzial Gospodarczy, Sekcja ds. Upadlosciowych i Restrukturyzacyjnych, postanowieniem z dnia...","numberOfNotice": "64291","page": 156}
| Field | Description |
|---|---|
id | Unique announcement ID |
entityName | Entity/company or person name |
krs / nip | Court-registry and tax IDs, where present |
signatureOfCase | Court case signature |
chapterName | Gazette chapter (bankruptcy, restructuring, etc.) |
monitorNumber | Monitor issue number |
dateOfPublication | Publication date |
textInPosition | Announcement header/summary |
textInBody | Full announcement text |
numberOfNotice / page | Notice position and page in the issue |
How much does the MSiG data cost?
Pay per result - you are not charged for Apify platform usage, only a fixed price per announcement. The price drops on higher Apify subscription tiers.
| Volume | Cost |
|---|---|
| 1 result | $0.004 |
| 100 results | ~$0.41 |
| 1,000 results | ~$4.01 |
| 10,000 results | ~$40.01 |
Plus a $0.005 start fee per run. Apify's $5 monthly free credit covers ~1,250 results. No subscription, no minimum.
Is it legal, and where does the data come from?
Data comes from the official MSiG at wyszukiwarka-msig.ms.gov.pl, published by Poland's Ministry of Justice. MSiG is the statutory public gazette for insolvency, restructuring, liquidation, and creditor announcements, with an archive back to 2001, published daily on business days. Extraction of this public data is permitted; you remain responsible for lawful, GDPR-compliant use of any personal data downstream.
How do I use it?
Click Try it and paste this input:
{ "dateFrom": "2025-01-01", "dateTo": "2025-12-31", "textInBody": "oglasza upadlosc", "maxResults": 50 }
A date range is required. Add entityName, krs, nip, or signatureOfCase to narrow, or full-text search with textInBody (e.g. "wezwanie wierzycieli", "likwidacja").
Input options
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dateFrom | string | Yes | - | Start date (YYYY-MM-DD) |
dateTo | string | Yes | - | End date (YYYY-MM-DD) |
searchType | string | No | A | A = Announcements, B = KRS entries |
entityName | string | No | - | Entity name (partial match) |
krs / nip | string | No | - | KRS or NIP filter |
textInBody | string | No | - | Full-text search in announcement content |
textInPosition | string | No | - | Search in announcement header |
signatureOfCase | string | No | - | Court case signature |
fetchDetails | boolean | No | true | Fetch full body text for each result |
maxResults | integer | No | 100 | Max results (0 = unlimited) |
What you can do with it
- Credit-risk monitoring - schedule a recurring run over your portfolio and catch new bankruptcy or restructuring notices the day they publish.
- Insolvency due diligence - check whether a company has any court-proceeding or restructuring history before doing business.
- Debt collection - track a debtor's proceedings and pull the case signature and court for your file.
- Legal research - full-text search the gazette archive back to 2001 for specific notices.
- Deeper coverage - pair with the KRZ debtor register for complete insolvency monitoring.
Run it from code
# cURL - start a run and get the dataset backcurl -X POST "https://api.apify.com/v2/acts/regdata~msig-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ "dateFrom": "2025-01-01", "dateTo": "2025-12-31", "textInBody": "oglasza upadlosc", "maxResults": 50 }'
// Node.js - apify-clientimport { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('regdata/msig-scraper').call({ dateFrom: '2025-01-01', dateTo: '2025-12-31', textInBody: 'oglasza upadlosc', maxResults: 50 });const { items } = await client.dataset(run.defaultDatasetId).listItems();
# Python - apify-clientfrom apify_client import ApifyClientclient = ApifyClient("YOUR_TOKEN")run = client.actor("regdata/msig-scraper").call(run_input={"dateFrom": "2025-01-01", "dateTo": "2025-12-31", "textInBody": "oglasza upadlosc", "maxResults": 50})items = client.dataset(run["defaultDatasetId"]).list_items().items
Integrations
Runs anywhere Apify does: call it from the REST API, schedule a daily monitor of new notices, 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 MSiG? Yes. MSiG is the official public court gazette published by the Ministry of Justice. Extraction of public data is permitted; you remain responsible for lawful, GDPR-compliant use downstream.
Do I need an account or API key? No. No login, no key, nothing to configure - just an Apify account.
Why is a date range required? MSiG is a chronological gazette; every search is scoped to a publication-date window. Set dateFrom/dateTo and add any other filter.
How do I monitor for new notices? Schedule a daily run with a rolling recent date range and your entity/keyword filters; new announcements appear as they publish.
What export formats are supported? JSON, CSV, Excel, or XML, or read live via the API.
What is the difference between search type A and B? A searches announcements (the main gazette content). B searches the legacy KRS-entries section, which is being phased out since November 2025 - newer KRS changes will not appear there.
Limitations
- A date range is required for every search.
- The KRS-entries section (type
B) is being phased out since November 2025; newer KRS changes will not appear there. - Full PDF monitor issues are not parsed by this actor (the structured announcement text is returned instead).
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 (this actor) · 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 |
| 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: company register -> UBO -> insolvency (this actor + KRZ) -> adverse media.
Full suite: apify.com/regdata · Callable from any MCP client via mcp.apify.com
Informacje po polsku
Czym jest ten aktor?
Ten aktor umozliwia automatyczne przeszukiwanie Monitora Sadowego i Gospodarczego (MSiG) - oficjalnego dziennika urzedowego Ministerstwa Sprawiedliwosci. MSiG to jedyne prawnie wiazace zrodlo informacji o ogloszeniach upadlosciowych, wezwaniach wierzycieli, likwidacjach i restrukturyzacjach w Polsce. Portal nie udostepnia publicznego API - ten aktor zwraca wyniki w ustrukturyzowanym formacie JSON.
Dla kogo?
Dla dzialow ryzyka kredytowego monitorujacych kontrahentow, kancelarii prawnych sledzacych postepowania klientow, syndykow i doradcow restrukturyzacyjnych oraz kancelarii windykacyjnych weryfikujacych sytuacje prawna dluznikow.
Co mozna wyszukac?
Wyszukiwanie pelnotekstowe w tresci ogloszen, filtrowanie po nazwie podmiotu, KRS, NIP, sygnaturze sprawy oraz zakresie dat. Archiwum od 2001 roku. Wyszukaj konkretne frazy (np. "oglasza upadlosc", "wezwanie wierzycieli") i otrzymaj pelna tresc ogloszenia w JSON. Bez subskrypcji - placisz wylacznie za uzycie.
Monitor Sadowy i Gospodarczy - wyszukiwanie ogloszen
Przeszukiwanie archiwum Monitora Sadowego i Gospodarczego (MSiG) od 2001 roku. Ogloszenia o upadlosci, likwidacji, restrukturyzacji, wezwania wierzycieli. Wyszukiwanie pelnotekstowe. Ustrukturyzowany format JSON. Narzedzie do automatycznego monitorowania ogloszen sadowych bez publicznego API.