NZ Business Grants Finder avatar

NZ Business Grants Finder

Pricing

from $3.00 / 1,000 grant opportunity rows

Go to Apify Store
NZ Business Grants Finder

NZ Business Grants Finder

Discovers public New Zealand business grants, funding programmes, rebates, and regional support opportunities with eligibility evidence.

Pricing

from $3.00 / 1,000 grant opportunity rows

Rating

0.0

(0)

Developer

Tony Le

Tony Le

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Discovers public New Zealand business grants, funding programmes, rebates, and regional support opportunities with eligibility evidence.

What it does

This actor scans public business support listing pages, follows candidate grant/funding/rebate links, and emits ranked opportunity rows with funder, eligibility, closing date, evidence, and capture time.

Default discovery sources:

Detected signals include grant, funding, rebate, voucher, programme, support, co-funding, eligible, and applications close.

Input

{
"sourceUrls": ["https://www.business.govt.nz/", "https://www.mbie.govt.nz/"],
"useDefaultSources": true,
"businessTypes": ["small business", "startup", "exporter"],
"maxItems": 250
}
  • sourceUrls: Optional public funding or business support listing pages to scan. If supplied, default sources are not mixed in.
  • useDefaultSources: Uses built-in Business.govt.nz and MBIE sources when sourceUrls is empty.
  • businessTypes: Optional business type hints retained for run configuration and future filtering.
  • maxItems: Maximum number of ranked funding rows.

Output

Rows are pushed to the default dataset.

{
"recordType": "grant",
"sourceUrl": "https://www.business.govt.nz/funding/startup-growth-grant",
"title": "Startup growth grant",
"funder": "Callaghan Innovation",
"eligibility": "Eligible for businesses developing new products",
"closingDate": "2026-10-10",
"confidence": 0.9,
"evidenceText": "Startup growth grant. Funder: Callaghan Innovation. Eligible for businesses developing new products. Applications close 10 October 2026.",
"capturedAt": "2026-07-08T00:00:00.000Z"
}

Limitations

The actor uses public HTML link discovery and text extraction. Sites requiring login, JavaScript-only rendering, CAPTCHA, or non-public APIs are outside the current scope. Funder, eligibility, and closing date extraction are evidence-based heuristics and should be reviewed before application decisions.

Local run

npm install
npm test
npx --yes apify-cli validate-schema
apify run

Do not publish without an explicit deployment approval gate.