getregdata
RegistryPortugal · Publicações

Portugal Corporate Acts API - Publicacoes MJ

Published corporate acts - incorporations, changes, appointments and dissolutions - from the Portuguese Ministry of Justice register. You get clean, structured records with the source registry attached - keyed off the NIPC identifier.

Run Publicações MJ 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 NIPC or company name
python · regdata/portugal-corporate-acts-scraper
from apify_client import ApifyClient

client = ApifyClient("apify_api_xxxxx")
run = client.actor("regdata/portugal-corporate-acts-scraper").call(
    run_input={"query": "example"}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
Serves these use cases
New-incorporation lead feedContract & ESG compliance audit
FAQ
Does Publicações MJ have an API?

Publicações MJ (Portugal) does not offer a clean public API for programmatic queries. getregdata reads the official source directly and returns structured JSON, keyed off the NIPC identifier - so you get API-like access without an official endpoint.

How do I get Publicações MJ data programmatically?

Install the getregdata agent skills or MCP server, or run the regdata/portugal-corporate-acts-scraper actor on Apify. Query by NIPC or company name and receive structured, source-attributed records. It is free to install; you pay per result on Apify.

What data does Publicações MJ return?

Published corporate acts - incorporations, changes, appointments and dissolutions - from the Portuguese Ministry of Justice register.

Related guides
Build a Daily B2B Lead Feed from Spanish Corporate Filings in 3 API Calls 4 min → European Business Registry Data as Agent Skills 4 min → European Compliance Scraper Reliability: BORME and Societe.com Configuration Guide 4 min → Cross-Border Credit Risk: Screen Companies Across Poland + Austria in 2 API Calls 6 min →