Government Legal
TenderNed logo

TenderNed API

tenderned.nl

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

Actions
4
Category
Government Legal
Login
Not required
Output
JSON

Call the TenderNed API

Submit a task, then poll the job until it settles. This example runs act_tenderned_nl_agency_search_autocomplete.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

4 actions on tenderned.nl

Read

  • Agency Search Autocomplete

    act_tenderned_nl_agency_search_autocompleteread2 credits / call

    Returns contracting authorities matching a name with IDs and addresses.

    agency_search
    string · required
    page
    integer
    page_size
    integer
  • Jurisdiction NUTS Codes Tree

    act_tenderned_nl_jurisdiction_nuts_codes_treeread1 credit / call

    Returns the hierarchical NUTS region and municipality taxonomy for the Netherlands.

  • Tender Publication Details

    act_tenderned_nl_tender_publication_detailread1 credit / call

    Returns full metadata for a tender publication including agency, dates, CPV/NUTS codes, and related publications.

    publicatie_id
    string · required
  • Tender Publications Listing

    act_tenderned_nl_tender_publications_listingread2 credits / call

    Returns public tender publications filterable by date, contracting authority, and CPV code.

    page
    integer
    page_size
    integer
    publicatie_datum_preset
    string
    aanbestedende_dienst_id
    string
    cpv_codes
    string

TenderNed API questions

Is there an API for TenderNed?
TenderNed does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for tenderned.nl. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape TenderNed data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tenderned.nl changes its markup, Anakin updates the action.
Do I need a TenderNed account?
No. Every TenderNed action listed here runs anonymously — no account and no credentials required.
What does the TenderNed API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites