# Address Dutch Address & BAG Registry

**Use case:** 

Extract Dutch Address & BAG Registry data filtered by Address. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "Amsterdam",
  "type": "adres"
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "houseNumber": {
    "label": "Number",
    "format": "number"
  },
  "houseLetter": {
    "label": "Letter",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "municipality": {
    "label": "Municipality",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "waterAuthority": {
    "label": "Water Authority",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dutch Address & BAG Registry Scraper](https://apify.com/parseforge/pdok-bag-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pdok-bag-nl-scraper) to learn more, explore other use cases, and run it yourself.