# Check flood risk zone for a single Dutch address

**Use case:** 

Get the official RWS flood-risk zone classification for one Dutch address — quick climate-risk screening for property buyers.

## Input

```json
{
  "mode": "auto",
  "query": "Damrak 1 Amsterdam",
  "queries": [
    "Damrak 1 Amsterdam",
    "Markt 1, Gouda"
  ],
  "typeFilter": "adres",
  "concurrency": 5,
  "enrichWithCbs": true,
  "cbsTableId": "86165NED",
  "cbsFields": [
    "aantal inwoners",
    "gemiddeld inkomen per inwoner",
    "huishoudens totaal",
    "stedelijkheid"
  ],
  "enrichWithNabijheid": true,
  "nabijheidTableId": "80305NED",
  "nabijheidFields": [
    "afstand tot school",
    "afstand tot huisartsenpraktijk",
    "afstand tot grote supermarkt",
    "afstand tot treinstations totaal",
    "afstand tot oprit hoofdverkeersweg",
    "afstand tot kinderdagverblijf",
    "afstand tot openbaar groen totaal"
  ],
  "enrichWithVeiligheid": true,
  "veiligheidTableId": "83648NED",
  "veiligheidFields": [
    "geregistreerde misdrijven per 1000 inw",
    "totaal geregistreerde misdrijven",
    "opgehelderde misdrijven, relatief"
  ],
  "includeKlimaat": true,
  "includeFundering": false,
  "includeGeluid": true
}
```

## Output

```json
{
  "input_query": {
    "label": "Zoekopdracht"
  },
  "mode": {
    "label": "Modus"
  },
  "basis.weergavenaam": {
    "label": "Adres"
  },
  "basis.postcode": {
    "label": "Postcode"
  },
  "basis.gemeente": {
    "label": "Gemeente"
  },
  "basis.lat": {
    "label": "Latitude",
    "format": "number"
  },
  "basis.lon": {
    "label": "Longitude",
    "format": "number"
  },
  "samenvatting.risiconiveau": {
    "label": "Risiconiveau"
  },
  "klimaat.overstroming_risicogebied": {
    "label": "Overstromingsrisico"
  },
  "klimaat.overstroming_classificatie": {
    "label": "Classificatie"
  },
  "fundering.funderingsaandachtsgebied": {
    "label": "Funderingsaandachtsgebied"
  },
  "fundering.funderingsgebied_percentage_voor_1970": {
    "label": "% vóór 1970",
    "format": "number"
  },
  "nabijheid.schoolomgeving_score": {
    "label": "Schoolomgeving"
  },
  "geluid.geluidsniveau": {
    "label": "Geluidsniveau"
  },
  "veiligheid.veiligheidsniveau": {
    "label": "Veiligheidsniveau"
  },
  "error": {
    "label": "Fout"
  }
}
```

## About this Actor

This example demonstrates how to use [Vastgoeddossier XXL — PDOK + CBS + Klimaat + Fundering](https://apify.com/codeclouds/vastgoed-xxl.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/codeclouds/vastgoed-xxl.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/codeclouds/vastgoed-xxl.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
