AusTender . Daily

AusTender Government Supplier Profiles as a JSON REST API

Aggregated AusTender supplier profiles as JSON. Total contract value, contract count, top agencies, and category mix per supplier ABN. Built from AusTender contract notices and refreshed daily. Skip the CSV exports and query supplier history directly.

Endpoint

GEThttps://api.ausdata.io/v1/data/austender/suppliers

Sample request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.ausdata.io/v1/data/austender/suppliers?abn=12345678901"

Sample response

JSON
{
  "data": {
    "supplier_abn": "12345678901",
    "supplier_name": "Example Pty Ltd",
    "contracts_count": 84,
    "total_value_aud": 124500000,
    "top_agencies": [
      "Department of Defence",
      "Department of Home Affairs"
    ]
  },
  "meta": {
    "endpoint": "/v1/data/austender/suppliers",
    "source": {
      "name": "AusTender",
      "url": "https://www.tenders.gov.au/",
      "attribution": "Commonwealth of Australia, CC-BY 4.0"
    },
    "retrieved_at": "<ISO timestamp>"
  }
}

Response fields

FieldTypeDescription
supplier_abnstringAustralian Business Number
supplier_namestringLegal name
contracts_countnumberNumber of awarded contracts
total_value_audnumberTotal contract value in AUD
top_agenciesstring[]Agencies awarding the largest values

Frequently asked questions

How do I query the Government Supplier Profiles dataset via API?
Send a GET request to https://api.ausdata.io/v1/data/austender/suppliers with an Authorization: Bearer <your-key> header. The response is JSON with a data array and a meta block containing the source and retrieval timestamp. Get a free key at ausdata.io with 500 calls per month.
How often is the Government Supplier Profiles data updated?
The Government Supplier Profiles dataset is refreshed daily from Australian Government AusTender (AusTender). The meta.retrieved_at field on every response tells you exactly when the underlying data was last pulled.
Is there a free tier for the AusTender Government Supplier Profiles API?
Yes. ausdata.io offers a free tier of 500 calls per month across every endpoint, including Government Supplier Profiles. No credit card required. Paid plans start at $29 AUD per month for 10,000 calls.
What format does the Government Supplier Profiles API return?
JSON, with a consistent envelope: a data field carrying the rows or object, and a meta field with the source agency, source URL, attribution string, and retrieved_at timestamp. UTF-8, ISO 8601 dates, CC-BY attribution included on every response.

Start querying AusTender Government Supplier Profiles

500 free calls per month. No credit card.

Get a free key