Contractor Central
This page is no longer used to publish Contractor Central data. Please refer to Tenders ACT using the following link for the most current data.
https://www.tenders.act.gov.au/contract/view?id=204817
Contractor Central is the program established for the engagement of contingent labour workers for ACT Government. This contract is leveraged off the NSW Contingent Workforce Scheme SCM0007. Contingent Labour is defined as a person who works for a buyer (in this case an ACT Government agency) but is paid by a supplier (a recruitment agency). This data provides information related to Chief Minister, Treasury and Economic Development Directorate (CMTEDD) purchase of contingent labour hire through recruitment agencies.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"data-act-gov-au/contractor-central-u88i-kmq5\".\"contractor_central\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.