# Consulta de empresas em Braga - 2023

**Use case:** 

Acesse dados detalhados sobre empresas registradas em Braga.

## Input

```json
{
  "companyNames": [
    "Grupo Pestana",
    "BPI"
  ],
  "nipcNumbers": [
    "505300148"
  ],
  "maxCompanies": 30,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "nipc": {
    "label": "NIPC",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "caeCode": {
    "label": "CAE",
    "format": "text"
  },
  "caeDescription": {
    "label": "Activity",
    "format": "text"
  },
  "shareCapitalAmount": {
    "label": "Capital (EUR)",
    "format": "number"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "incorporationDate": {
    "label": "Founded",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Portugal Company Registry & NIPC Lookup Scraper](https://apify.com/scrapers_lat/portugal-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/portugal-companies-scraper) to learn more, explore other use cases, and run it yourself.