The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Basic AEC Tender Search Example",
"nodes": [
{
"parameters": {
"resource": "tender",
"operation": "listByPublicationDate",
"startDate": "2025-01-01",
"endDate": "2025-01-31",
"returnAll": false,
"limit": 10
},
"id": "aec-tender-search",
"name": "AEC Tenders Search",
"type": "n8n-nodes-aec-tenders.aecTenders",
"typeVersion": 1,
"position": [
400,
300
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "filter-engineering",
"leftValue": "={{ $json._category }}",
"rightValue": "engineering",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "filter-engineering-only",
"name": "Filter Engineering Tenders",
"type": "n8n-nodes-base.filter",
"typeVersion": 2,
"position": [
600,
300
]
},
{
"parameters": {
"operation": "sort",
"sortFieldsUi": {
"sortField": [
{
"fieldName": "estimatedTotalValue",
"order": "descending"
}
]
},
"options": {}
},
"id": "sort-by-value",
"name": "Sort by Value",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 3,
"position": [
800,
300
]
}
],
"connections": {
"AEC Tenders Search": {
"main": [
[
{
"node": "Filter Engineering Tenders",
"type": "main",
"index": 0
}
]
]
},
"Filter Engineering Tenders": {
"main": [
[
{
"node": "Sort by Value",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "example-v1.0.0",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "basic-aec-tender-search",
"tags": [
"aec",
"tenders",
"construction",
"engineering",
"public-procurement"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Basic AEC Tender Search Example. Uses n8n-nodes-aec-tenders, itemLists. Manual trigger; 3 nodes.
Source: https://github.com/tjsasakifln/AEC-Tenders/blob/96b162942b2d529cd6039d18034bf4087d897ed4/examples/basic-tender-search.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.
Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.
Centroid demonstration. Uses n8n-nodes-rckflr-centroid. Manual trigger; 2 nodes.