NZ Public Tender Radar avatar

NZ Public Tender Radar

Pricing

from $3.00 / 1,000 tender opportunity rows

Go to Apify Store
NZ Public Tender Radar

NZ Public Tender Radar

Finds public New Zealand tender and procurement opportunity pages across government, councils, and agencies with closing dates and buyer evidence.

Pricing

from $3.00 / 1,000 tender 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

2 days ago

Last modified

Share

Finds public New Zealand tender and procurement opportunity pages across government, councils, and agencies with closing dates and buyer evidence.

What it does

This actor scans public tender listing pages, follows candidate tender/procurement links, and emits ranked opportunity rows. It is designed for B2B lead discovery, supplier monitoring, and procurement workflow triage.

Default discovery source:

Detected signals include tender, procurement, GETS, RFP, RFQ, request for proposal, request for quote, contract opportunity, closing date, and supplier.

Input

{
"sourceUrls": ["https://www.gets.govt.nz/"],
"useDefaultSources": true,
"keywords": ["cleaning", "construction", "software", "maintenance"],
"maxItems": 250
}
  • sourceUrls: Optional public listing pages to scan. If supplied, default sources are not mixed in.
  • useDefaultSources: Uses the built-in GETS source when sourceUrls is empty.
  • keywords: Optional category hints retained for run configuration and future filtering.
  • maxItems: Maximum number of ranked opportunity rows.

Output

Rows are pushed to the default dataset.

{
"recordType": "rfp",
"sourceUrl": "https://www.gets.govt.nz/tenders/cleaning-rfp",
"title": "Cleaning services RFP",
"buyer": "Auckland Council",
"closingDate": "2026-08-15",
"category": "facilities management",
"confidence": 0.9,
"evidenceText": "Cleaning services RFP. Buyer: Auckland Council. Category: facilities management. Closing date: 15 August 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. Date, buyer, and category extraction are evidence-based heuristics and should be reviewed before operational decisions.

Local run

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

Do not publish without an explicit deployment approval gate.