# Bulk Portugal Company Check by NIF

**Use case:** 

Check many Portuguese entities at once by NIF against the official act-publication register. Published acts for each.

## Input

```json
{
  "nifs": [
    "519365640",
    "519550587",
    "519020235"
  ],
  "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.