# Spain company scraper by business name

**Use case:** 

Search eInforma for Spanish companies by name and extract public company profile data, addresses, CNAE codes, and legal forms.

## Input

```json
{
  "nifs": [
    "A28015865"
  ],
  "searchQueries": [
    "Inditex",
    "Mercadona",
    "Telefonica"
  ],
  "maxResultsPerQuery": 3,
  "maxResults": 9,
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "nif": {
    "label": "NIF/CIF",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "cnae2009Code": {
    "label": "CNAE Code",
    "format": "text"
  },
  "cnae2009Description": {
    "label": "CNAE Description",
    "format": "text"
  },
  "activity": {
    "label": "Activity",
    "format": "text"
  },
  "lastBalanceYear": {
    "label": "Last Balance",
    "format": "text"
  },
  "lastDataDate": {
    "label": "Last Updated",
    "format": "text"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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