online-begraafplaatsen-optimized

Search Dutch cemetery records via HTTP API and HTML parsing for burial details.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rdeknijf/ai-genealogy-kit --skill online-begraafplaatsen-optimized
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: online-begraafplaatsen-optimized
Source: https://github.com/rdeknijf/ai-genealogy-kit/tree/main/.claude/skills/online-begraafplaatsen
Command: npx skills add https://github.com/rdeknijf/ai-genealogy-kit --skill online-begraafplaatsen-optimized

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve burial details and grave locations from Dutch cemetery records using direct HTTP API lookups and HTML parsing, empowering genealogists to connect familial names with official data.

Core Features & Use Cases

  • Autocomplete and full search across Dutch cemetery databases via public APIs
  • Retrieve birth/death dates, cemetery names, plot designations, and photo availability for graves
  • Use Case: quickly verify a family member's burial location and link related individuals from the same grave

Quick Start

Search for a surname in a cemetery to retrieve grave details.

Frequently Asked Questions about online-begraafplaatsen-optimized

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Dutch cemetery records for genealogy research?

Dutch cemetery records are accessed via direct HTTP API lookups and HTML parsing to retrieve burial details. You can perform autocomplete surname searches to find grave locations, plot designations, and birth and death dates across thousands of records.

What information can I retrieve from a Dutch grave search?

A Dutch grave search retrieves birth and death dates, cemetery names, plot designations, and photo availability. It also links related individuals buried in the same family plot, helping genealogists map familial connections from official data.

Can I use Playwright to retrieve gravestone photos from cemetery databases?

Yes, Playwright is supported as an optional browser fallback for photo retrieval. When direct HTTP API lookups and HTML parsing do not return photo availability, Playwright automates browser navigation to capture gravestone photos.

Does Dutch cemetery data extraction require external dependencies or API keys?

No external dependencies or API keys are required. The data extraction relies on public HTTP APIs and HTML parsing, allowing you to query Dutch cemetery databases directly and retrieve burial details without additional environment setup.

What is the best way to find family plots in Dutch begraafplaatsen?

The best way to find family plots in Dutch begraafplaatsen is using autocomplete lookups via public APIs. This searches across cemetery databases and links related individuals from the same grave, connecting familial names with official data.

Why does HTML parsing fail to retrieve some burial details from cemetery records?

HTML parsing may fail to retrieve burial details when the cemetery database structure changes or blocks direct API access. In these cases, the optional Playwright-based browser fallback automates page rendering to extract the missing grave data.