# Monitor Portuguese Incorporations

**Use case:** 

Monitor newly published Portuguese company acts by date. Incorporations, changes and appointments from the official register.

## Input

```json
{
  "nifs": [
    "500745459"
  ],
  "entityNames": [
    "LDA"
  ],
  "publicationType": "commercial",
  "dateFrom": "2026-07-01",
  "maxResultsPerQuery": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "publicationDate": {
    "label": "Date",
    "format": "text"
  },
  "nif": {
    "label": "NIF/NIPC",
    "format": "text"
  },
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "actType": {
    "label": "Act Type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Portugal Corporate Acts Scraper - Publicações](https://apify.com/regdata/portugal-corporate-acts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/portugal-corporate-acts-scraper) to learn more, explore other use cases, and run it yourself.