ConsoleCatalog
Sign in
TenderNed logo

TenderNed

tenderned.nlGovernment Legalno auth

Dutch public procurement - tenders, contracting authorities, CPV categories, and publication details.

Agency Search Autocomplete

ASYNCREADNo auth

Returns contracting authorities matching a name with IDs and addresses.

ParametersFormJSON

Free-text contracting authority name for typeahead search

Zero-based page index for agency search results

Number of agency matches returned per page (maps to query param size)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tenderned_nl_agency_search_autocomplete",
    "params": {
      "agency_search": "Rijkswaterstaat",
      "page": "0",
      "page_size": "5"
    }
  }'