Block 1 - Haal XML Details
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
TenderNed Public Procurement What This Workflow Does This workflow automates the collection of public procurement data from TenderNed (the official Dutch tender platform). It: 1. Fetches the latest...
n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.xml, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Wessel Bulte.
Original n8n.io sourceThis workflow automates the collection of public procurement data from TenderNed (the official Dutch tender platform). It:
This template comes with sticky notes providing step-by-step instructions in Dutch and various query options you can customize.
Set up TenderNed credentials:
Customize filters:
The workflow can be triggered either manually for testing or automatically on a daily schedule.
Makes an API call to TenderNed to retrieve a list of recent publications (up to 100 per request).
Extracts the tender array from the response and splits it into individual items for processing.
For each tender, the workflow makes two parallel API calls:
Parses the XML data and merges it with the JSON metadata and batch information into a single data structure.
Maps the raw API data to clean, structured fields including:
Applies your custom filter criteria to focus on relevant tenders only.
Inserts the processed data into your database for storage and future analysis.
In the "Tenderned Publicaties" node, you can adjust:
offset: Starting position for paginationsize: Number of results per request (max 100)Extend the "Splits Alle Velden" node to extract additional fields from the XML/JSON data, such as:
Add a Slack, Email, or Discord node after the filter to get notified about new matching tenders.
Modify the workflow to only fetch new tenders by:
No data returned?
Get in touch
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate Dutch Public Procurement Data Collection with TenderNed |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | Market Research |
| Author | Wessel Bulte |
| Published | 23 Oct 2025 |
Use the JSON export at /data/workflows/10076/10076.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
TenderNed Public Procurement What This Workflow Does This workflow automates the collection of public procurement data from TenderNed (the official Dutch tender platform). It: 1. Fetches the latest...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.