# Find Spanish Companies by Industry (CNAE)

**Use case:** 

Search Spain's Registro Mercantil by CNAE activity code and province. Returns NIF, legal form, officers and status for each company.

## Input

```json
{
  "searchQuery": "Telefonica",
  "cnaeCode": "6201",
  "province": "Madrid",
  "maxResults": 25
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "nif": {
    "label": "NIF/CIF",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "cnaeCode": {
    "label": "CNAE",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "registroMercantil": {
    "label": "Registry",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Company Directory Scraper - Registro Mercantil](https://apify.com/regdata/spain-company-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/spain-company-directory-scraper) to learn more, explore other use cases, and run it yourself.