# Catastro lookup by cadastral reference (consulta catastral)

**Use case:** 

Look up Spanish properties by cadastral reference in the official Catastro registry: address, municipality, land use, built surface, year of construction and plot data, one item per reference. Two sample references are preloaded; replace them with your own list. No owner data is returned.

## Input

```json
{
  "modo": "referencias",
  "referencias": [
    "6372226VK4767A0001GP",
    "45203A001000010000LQ"
  ],
  "direcciones": [
    {
      "provincia": "MADRID",
      "municipio": "MADRID",
      "tipoVia": "CL",
      "via": "GRAN VIA",
      "numero": "1"
    }
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "referenciaEntrada": {
    "label": "Referencia (entrada)"
  },
  "referenciaCatastral": {
    "label": "Referencia catastral"
  },
  "encontrado": {
    "label": "Encontrado"
  },
  "error": {
    "label": "Error"
  },
  "naturaleza": {
    "label": "Naturaleza"
  },
  "usoPrincipal": {
    "label": "Uso principal"
  },
  "superficieConstruidaM2": {
    "label": "Sup. construida (m2)"
  },
  "superficieSueloM2": {
    "label": "Sup. suelo (m2)"
  },
  "anoConstruccion": {
    "label": "Ano construccion"
  },
  "coeficienteParticipacion": {
    "label": "Coef. participacion (%)"
  },
  "divisionHorizontal": {
    "label": "Division horizontal"
  },
  "direccionNormalizada": {
    "label": "Direccion"
  },
  "urlSedeCatastro": {
    "label": "Ficha Catastro",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Cadastre Scraper — Bulk Catastro Property Lookup](https://apify.com/xamto1987/spain-cadastre-bulk.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xamto1987/spain-cadastre-bulk.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/xamto1987/spain-cadastre-bulk.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
