NZ Council Minutes Discovery
Pricing
from $2.00 / 1,000 document rows
NZ Council Minutes Discovery
Discovers public New Zealand council agenda and minutes pages and emits evidence-backed document rows for civic, planning, and policy monitoring workflows.
Pricing
from $2.00 / 1,000 document rows
Rating
0.0
(0)
Developer
Tony Le
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Discovers public New Zealand council agenda and minutes documents from council websites and emits evidence-backed document rows for civic monitoring, planning, policy research, and local-government workflows.
What it does
This actor crawls supplied council homepages or meetings pages one level deep, finds agenda/minutes/meeting document links, and outputs normalized rows with:
- document URL
- document title
- detected published date
- council name
- document type (
agenda,minutes, ormeeting) - confidence score
- evidence text
- capture timestamp
It is not a generic PDF scraper. It filters for council meeting evidence so users get useful agenda/minutes rows instead of every brochure or asset on a council site.
Inputs
sourceUrls— council homepage or meetings/agendas pages to crawl.regions— optional known region hints. Current built-ins: Auckland, Wellington, Christchurch, Canterbury.useDefaultSources— when no explicit source URLs or known region hints are supplied, use built-in Auckland, Wellington, and Christchurch council sources.maxItems— maximum document rows to emit.
Example input
{"sourceUrls": ["https://www.aucklandcouncil.govt.nz/","https://wellington.govt.nz/"],"maxItems": 100}
Output fields
recordTypesourceUrltitlepublishedDatecouncildocumentTypeconfidenceevidenceTextcapturedAt
Monetization
Suggested model: paid per result, minimum around $5 USD.
Potential buyers:
- civic researchers
- planning consultants
- journalists
- property/development analysts
- compliance and public-policy monitoring teams
- local-market intelligence users
Local run
npm installnpm testapify run
Or directly:
$node src/main.js
Publish checklist
npm testnpx --yes apify-cli validate-schemanode src/main.js
Only publish after a real smoke run produces useful document rows for at least one council source.
Limits and caveats
- The actor currently crawls one level deep from source URLs.
- It targets public HTML pages and linked PDF/DOC/DOCX documents.
- Some councils may hide meeting documents behind search systems, JavaScript apps, or document portals; those may need source-specific adapters later.
- Confidence is heuristic, not a legal assertion.