# Portugal Company Acts by NIF

**Use case:** 

Look up a Portuguese entity's published corporate acts by its NIF/NIPC. Act date, type and municipality from the official register as JSON.

## Input

```json
{
  "nifs": [
    "519365640"
  ],
  "publicationType": "all",
  "maxResultsPerQuery": 40,
  "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.