# Spain Empresia Company Full Export

**Use case:** 

Full Export of Spain Empresia Company. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "queries": [
    "banco-santander",
    "telefonica",
    "iberdrola"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "cif": {
    "label": "CIF",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "slug": {
    "label": "Slug"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "directorsCount": {
    "label": "Directors",
    "format": "number"
  },
  "directors": {
    "label": "Directors"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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