NZ GETS New Zealand Government Tenders Scraper
Pricing
from $3.00 / 1,000 results
NZ GETS New Zealand Government Tenders Scraper
Scrape New Zealand government procurement opportunities from GETS (Government Electronic Tender Service). Extract tender details, closing dates, agency info, and contract specifications. Ideal for businesses targeting NZ public sector contracts.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer

Fortuitous Pirate
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
NZ GETS Government Tenders Scraper
Overview
Scrapes New Zealand government tenders and contract awards from GETS (Government Electronic Tenders Service). Access current open tenders and historical award data from 2014 onwards. Managed by MBIE.
Features
- Search by keywords to find specific results
- Filter results by category or type
- Export data in JSON, CSV, or Excel formats
- Built-in proxy support for reliable data collection
Use Cases
- Monitor - Monitor international government procurement opportunities
- Track - Track regulatory changes across jurisdictions
- Build - Build cross-border compliance databases
- Aggregate - Aggregate international public sector data for research
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
searchType | string | What type of data to fetch | current |
rfxId | string | Specific RFx ID to lookup (optional) | |
keyword | string | Search title and description for keyword | |
tenderTypes | array | Filter by tender type(s) | |
organization | string | Filter by issuing agency (partial match) | |
includeHistoric | boolean | Include 2014-2019 historical award data | false |
minValue | integer | Filter to contracts with value >= this amount in NZD | |
limit | integer | Maximum number of records to return | 500 |
proxyConfiguration | object | Proxy settings for web scraping |
Output Example
Each result contains structured data like this:
{"rfxId": "ABC-12345","referenceNumber": "LIC-2025-001","title": "Sample Government - International Result","tenderType": "Sample tenderType","organization": "Sample organization","closeDate": "2025-01-15","awardDate": "2025-01-15","supplierName": "NZ GETS Government Tenders Sample Item","contractValue": "Sample contractValue","status": "Active"}
Pricing
This actor uses pay-per-result pricing:
- $0.001 per result
- $1.00 per 1,000 results
No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.
How to Run
Apify Console
- Go to the NZ GETS Government Tenders Scraper actor page
- Configure your input parameters
- Click Start and wait for the results
- Download data in JSON, CSV, or Excel format
API
curl -X POST "https://api.apify.com/v2/acts/fortuitous_pirate~nz-gets-scraper/runs?token=YOUR_API_TOKEN" \-H "Content-Type: application/json" \-d '{"maxItems": 10}'
Python SDK
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("fortuitous_pirate/nz-gets-scraper").call(run_input={"maxItems": 10})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
Integration
Connect NZ GETS Government Tenders Scraper with your existing tools and workflows:
- API access - Programmatic access via Apify API
- Webhooks - Get notified when scraping completes
- Scheduling - Set up recurring runs on any schedule
- Zapier / Make - Connect with 5,000+ apps via Apify integrations
- Python / Node.js SDKs - Native client libraries for easy integration