Poland MSiG Court Gazette Scraper avatar

Poland MSiG Court Gazette Scraper

Pricing

from $2.50 / 1,000 announcement results

Go to Apify Store
Poland MSiG Court Gazette Scraper

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

getregdata

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

2 days ago

Last modified

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
}
FieldDescription
idUnique announcement ID
entityNameEntity/company or person name
krs / nipCourt-registry and tax IDs, where present
signatureOfCaseCourt case signature
chapterNameGazette chapter (bankruptcy, restructuring, etc.)
monitorNumberMonitor issue number
dateOfPublicationPublication date
textInPositionAnnouncement header/summary
textInBodyFull announcement text
numberOfNotice / pageNotice 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.

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

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

ParameterTypeRequiredDefaultDescription
dateFromstringYes-Start date (YYYY-MM-DD)
dateTostringYes-End date (YYYY-MM-DD)
searchTypestringNoAA = Announcements, B = KRS entries
entityNamestringNo-Entity name (partial match)
krs / nipstringNo-KRS or NIP filter
textInBodystringNo-Full-text search in announcement content
textInPositionstringNo-Search in announcement header
signatureOfCasestringNo-Court case signature
fetchDetailsbooleanNotrueFetch full body text for each result
maxResultsintegerNo100Max 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 back
curl -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-client
import { 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-client
from apify_client import ApifyClient
client = 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).

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