# INE Spain Data Operations Scraper

**Use case:** 

Scrape statistical operations from Spain's INE with 24 latest periods. Get operation codes, names and metadata in English.

## Input

```json
{
  "mode": "operations",
  "language": "EN",
  "latestN": 24,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "code": {
    "label": "Code",
    "format": "text"
  },
  "ioeCode": {
    "label": "Ioe Code",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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