Browser-based lookups on Dutch government sources that require authentication, payment, or have no public API: KvK company search and extract ordering, UBO register (authorised parties only), BIG-register healthcare professional lookup, Zorgkaart Nederland, and similar. Activate when the user needs to look up a specific entity on these sites. Always ask the user to authenticate themselves — never handle credentials or payment.
Load references/browser_rules.md before any browser session.
| Site | URL | Auth required | What you can find |
|---|---|---|---|
| KvK Handelsregister | https://www.kvk.nl/zoeken/ | None for basic search | Name, address, KvK number, SBI code |
| KvK Uittreksel ordering | https://mijn.kvk.nl/ | KvK account + iDEAL | Certified extract (€2.85), company history, statutes |
| UBO Register | https://mijn.kvk.nl/ |
| DigiD (authorised signatory only) |
| UBO extract for your own organisation (€3.10) |
| BIG-register | https://www.bigregister.nl/ | None | Healthcare professional credentials, disciplinary notes |
| Zorgkaart Nederland | https://www.zorgkaartnederland.nl/ | None | Care providers by type and region |
| Woogle | https://woogle.wooverheid.nl/ | None | WOO dossiers full-text search |
navigate → https://www.kvk.nl/zoeken/?query=COMPANY_NAME
wait 2s
read_page (filter: interactive)
# Fill search box if needed, submit
# Read results: kvk number, legal form, address, SBI codes
# 1. Ask user to log into https://mijn.kvk.nl/ and confirm
# 2. navigate → https://mijn.kvk.nl/
# 3. Find company by KvK number
# 4. Select "Uittreksel bestellen"
# 5. STOP: ask user to complete payment (€2.85 iDEAL) themselves
# 6. After user confirms download, assist locating PDF
# 1. Confirm with user: are you an authorised signatory for this organisation?
# 2. Ask user to log into https://mijn.kvk.nl/ with DigiD themselves
# 3. After user confirms login, navigate to UBO section
# 4. Help locate "UBO-uittreksel downloaden"
# 5. STOP: ask user to confirm download
# 6. Read extracted PDF text if user shares file
navigate → https://www.bigregister.nl/zoeken
find "search input"
type PROFESSIONAL_NAME
find "zoeken button" → click
wait 2s
read_page → extract: BIG number, profession, registration status, tuchtrecht aantekeningen
navigate → https://woogle.wooverheid.nl/search?query=SEARCH_TERMS
# Optional filters: &aanbieder=BODY_NAME&jaar_vanaf=YEAR
wait 2s
read_page → extract: dossier titles, bodies, dates, document counts
# For dossier metadata: navigate → https://pid.wooverheid.nl/?pid=PID_ID&infobox=true