Methodology
Daycare Near Me is an independent directory of New Zealand's 4,375 licensed early childhood education services. We aggregate government-published data so families and operators can find, compare, and benchmark centres without scraping the source.
What we publish
- 4,375 licensed ECE services with identity, address, contact, roll, age breakdown, ethnicity, Equity Index, 20 Hours ECE participation, Takiwā (iwi region), and Statistical Area 2 geography.
- 43 operator / chain entities assembled from MOE-name patterns + manual curation.
- 545 financial records from Charities Annual Returns where centres are operated by registered NZ charities.
- 4,336 cross-referenced suburb safety links joining centres to crimestats.co.nz NZ Police data.
Sources
- Ministry of Education ECE Directory — educationcounts.govt.nz. Refreshed nightly upstream; we pull every change cycle. 49 fields per service. Roll data refreshed annually each July from the Annual ECE Census.
- Education Review Office (ERO) — ero.govt.nz. We ingest every published ERO review (Education Review · Akarangi · Te Ara Huarau · Governing Body) for each licensed centre. Licensed CC-BY 4.0. Logos and emblems excluded from republication. See "How we grade ERO reports" below.
- Charities Services (Te Rātā Atawhai) — charities.govt.nz. Open data API; we pull all 45,500+ registered charities and match by name/address to centre operators. Annual Returns provide revenue, expenses, employees, and govt vs non-govt income split.
- crimestats.co.nz — sibling Pangaea project; NZ Police-derived suburb safety scoring.
- IRD / MSD / parents.education.govt.nz — for the FamilyBoost + Childcare Subsidy + 20 Hours ECE calculator policy parameters.
How we match charities to centres
Two-pass approach in scripts/ingest/match-charities-to-centres.mjs + match-charities-by-address.mjs:
- Name fuzzy match using Jaccard token overlap (≥0.7 + suburb tie-break). Catches obvious cases like Geraldine Pre-School Charitable Trust ↔ Geraldine Preschool Incorporated.
- Address tie-break for unmatched ECE charities: normalise street + suburb, exact match. Catches cases where the charity's legal name doesn't share tokens with the centre's trading name.
We do not assert a match when confidence is low. Charity numbers, OrganisationIds, and source URLs are surfaced on every centre page so you can verify.
How we grade ERO reports
ERO publishes one categorical score per review — the overall placement on a 4-point scale: Not well placed, Requires further development, Well placed, Very well placed. Everything else in an ERO report is narrative prose.
On centre profiles we surface ERO's overall placement verbatim, as ERO's own judgement. We also derive a six-dimension letter-grade summary from the ERO prose — these dimension grades are our analysis, not ERO's scoring. Every dimension tile shows the verbatim quote it's based on with a link back to the canonical ERO review URL so you can verify.
The six dimensions
- Curriculum & learning — pedagogy, intentional teaching, assessment, Te Whāriki implementation (ERO domain: He Akoranga / Akarangi).
- Children's wellbeing — belonging, transitions, social-emotional outcomes (Akatoki).
- Whānau partnership — parent voice, communication with families (Whakawhanaungatanga).
- Bicultural practice — te reo Māori, tikanga, Te Tiriti commitments, mana whenua connection.
- Health & safety — ratios, hygiene, supervision, licensing-standard compliance.
- Leadership & governance — strategic direction, professional learning, internal evaluation.
The letter scale
Four grades, mirroring ERO's overall 4-point scale so a Curriculum B reads consistently with a Well placed headline.
- A — highly effective, embedded, consistently demonstrated, exemplary.
- B — effective, well established, evident throughout.
- C — developing, inconsistent, opportunity to strengthen.
- D — limited, lacks, concerning, non-compliance noted.
- — (Not assessed) — the dimension is not explicitly evaluated in this review. We do not infer a grade where ERO is silent.
Guardrails
- Verbatim evidence required. Every grade is backed by a verbatim sentence from the ERO report. If the evidence sentence doesn't appear in the original text, the grade is demoted to Not assessed.
- No inference. Dimensions ERO didn't evaluate stay blank — we never invent.
- Trajectory. Where a centre has multiple reports, the tile shows the most recent grade plus an arrow if it changed from the previous review.
- Auditable prompt. The full grading prompt + cue-word rubric lives in
src/lib/ero-grades.tsin our public repo; the scoring model isclaude-haiku-4-5. - Attribution. ERO is cited on every render with a CC-BY 4.0 link and a canonical /review-reports/{slug} link back to ERO.
How we match centres to suburbs
Three-tier strategy (ports match-schools-to-suburbs.cjs from the SchoolsData Pangaea sibling): (A) exact suburb-name + region match, (B) name unique + geo nearest within 5km, (C) lat/lng nearest within 10km. 98% of centres resolved.
What we do NOT publish
- Recommendations or "best of" rankings. We surface the data; you decide.
- Personal information about children, parents, or staff. Only the publicly-listed centre Contact person.
- Fees — not collected by MOE. Coming via a separate user-contributed + operator self-attest pipeline.
- Per-centre safety incidents — WorkSafe and MOE keep these but only release at industry level. We don't speculate.
Update cadence
- MOE Directory: pulled on demand (nightly upstream).
- Charities Annual Returns: quarterly.
- Suburb safety: live API client-side fetch (always current).
- Calculator parameters: reviewed each NZ Budget cycle (May).
API + LLM access
Every centre has a machine-readable companion at /api/centre/{slug}/facts.json and /markdown.md. The full URL index lives at /llms-full.txt. An MCP server at /.netlify/functions/mcp exposes lookup + search tools for AI agents — see /mcp-install.
Data sources & freshness (4 sources · last refresh 12 July 2026)
Service type, address, roll, ethnicity, Equity Index, 20 Hours, Takiwā, lat/lng
Annual financial returns (community-based + umbrella orgs)
Per-centre review reports + 6-dimension letter grades (curriculum / wellbeing / whānau / bicultural / health & safety / leadership)
Safety score, crime/1k, 2023 Census demographics
Last build refresh: . See full methodology + data sources pages for licences, refresh cadences, and known gaps.