VOOZH about

URL: https://apify.com/fortuitous_pirate/nz-gets-scraper

โ‡ฑ NZ GETS New Zealand Government Tenders Scraper ยท Apify


๐Ÿ‘ NZ GETS New Zealand Government Tenders Scraper avatar

NZ GETS New Zealand Government Tenders Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store

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

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

a month ago

Last modified

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

ParameterTypeDescriptionDefault
searchTypestringWhat type of data to fetchcurrent
rfxIdstringSpecific RFx ID to lookup (optional)
keywordstringSearch title and description for keyword
tenderTypesarrayFilter by tender type(s)
organizationstringFilter by issuing agency (partial match)
includeHistoricbooleanInclude 2014-2019 historical award datafalse
minValueintegerFilter to contracts with value >= this amount in NZD
limitintegerMaximum number of records to return500
proxyConfigurationobjectProxy 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

  1. Go to the NZ GETS Government Tenders Scraper actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. 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 ApifyClient
client = 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

You might also like

GETS New Zealand Government Tenders API

helixdatalabs/nz-gets-tenders-api

Scrapes the public New Zealand Government Electronic Tenders Service (GETS) index and extracts live RFx opportunities with agencies, tender types and ISO close dates for automation and alerts.

GeBIZ Singapore Government Tender Scraper

jungle_synthesizer/gebiz-procurement-scraper

Extract Singapore government tenders from GeBIZ โ€” tender ID, agency, category, closing date, contact person, and email for open procurement opportunities

๐Ÿ‘ User avatar

BowTiedRaccoon

18

1.0

UK Government Contracts

nocodeventure/uk-government-contracts

Scrape UK government contract data from Contracts Finder. Perfect for market analysis, monitoring, and public sector procurement.

๐Ÿ‘ User avatar

No-Code Venture

11

Public Tender Scraper

stephaniehhnbrg/public-tender-scraper

Public Tender Scraper is an Apify Actor designed to collect public tender information from various government procurement portals.

๐Ÿ‘ User avatar

Stephanie Hohenberg

33

5.0

Global Government Contracts & Tenders Scraper

fascinating_lentil/global-government-contracts-aggregator

Scrape public government contracts and tender notices from official sources: SAM.gov, EU TED, and UK Contracts Finder. Export normalized B2B procurement opportunity data.

๐Ÿ‘ User avatar

Md Jakaria Mirza

2

New Zealand Business Directory Scraper

nickslam/nz-businesslist-scraper

Scrapes business directory data from BusinessList.nz (New Zealand) including company information, reviews, products, and more

Public Tenders Scraper - Government Procurement Data

logiover/global-public-tenders-scraper

Export government tenders to CSV/JSON. A TED EU API alternative scraping SAM.gov, UK Find-a-Tender RFP data into one procurement dataset.