search_doffin
Search Norwegian public procurement notices on Doffin.
Direct GET
For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.
Open this validated HTML GET URL
https://allemannsdata.com/wiki/kilder/doffin/search_doffin/?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here. |
types | optional | union | Filter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders. |
statuses | optional | union | ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED. |
contract_nature | optional | union | WORKS, SERVICES and/or SUPPLIES. |
cpv_codes | optional | union | 8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query. |
locations | optional | union | NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes(). |
buyer | optional | union | Buyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup. |
winner | optional | union | Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against. |
date_from | optional | union | Publication date lower bound, "YYYY-MM-DD". |
date_to | optional | union | Publication date upper bound, "YYYY-MM-DD". |
sort_by | optional | string | RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC. |
page | optional | integer | 1-based page number. |
hits_per_page | optional | integer | 1-50 (default 10). |
include_placeholders | optional | boolean | By default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true. |
limit | optional | integer | Gateway page size; default 25, maximum 100. |
offset | optional | integer | Number of list items to skip; default 0. |
Generated JavaScript, Python and response structure
Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.
Example for generated JavaScript and Python
https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
const failure = await response.json();
throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;
Python without additional packages
import json
from urllib.request import urlopen
url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "doffin",
"operation": "search_doffin",
"parameters": {},
"data": {},
"entities": [],
"_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
"_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use
The form is a fallback for people and browser agents that cannot open the GET URL directly.
Result
- total_count:
- 14
- hits:
10 results
- id:
- 2022-395741
- buyer:
1 results
- id:
- 0c769ccd84199582966f80b3ffccf02d
- organization_id:
- 991 609 407
- name:
- Ruter As (Forsyning)
- heading:
- Request for information – Battery storage as a part of Electric charging infrastructure for ebuses in Oslo
- description:
- The aim of this request for information is for Ruter to gain insight into battery storage solutions used as an integral part of large-scale electrical charging infrastructure for buses. In order to gain this insight we want feedback, primarily from suppliers of charging infrastructure equipment and/or battery storage solutions on some questions listed further down in this document. In addition, we ask suppliers to share some technical information and drawings for their equipment. For more information please see attached document
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-03-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-03-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-108620
- buyer:
1 results
- id:
- c96966afa97dc394d9c25943d48dcf66
- organization_id:
- 959432538
- name:
- Institutt for energiteknikk
- heading:
- Invitation to individual supplier dialogue - treatment of radioactive waste (KLAB)
- description:
- IFE/NND invites suppliers to participate in a market dialogue for the treatment and minimization of radioactive waste. This is regarding both non-disposable and disposable radioactive waste. The purpose of this market dialogue is to explore opportunities to procure services and/or necessary equipment for the safe, efficient and responsible treatment of radioactive waste as described in § 4 Type of Waste.IFE/ NND wants to gain insight into the market's solutions and innovations, as well as establish a collaboration with qualified suppliers both nationally and internationally before public procurements.
- location_id:
2 results
- NO084
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2025-06-02T11:39:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-02
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109533
- buyer:
1 results
- heading:
- RFI - New GIS-based analysis and planning tool for Ruter AS
- description:
- Ruter is exploring the procurement of a new GIS-based analysis and planning tool to strengthen our work on analyzing, developing and planning public transport services.� As part of this work, Ruter is conducting an industry dialogue with potential suppliers. The purpose is to gain a better understanding of available solutions in the market and how these solutions can support Ruter�s needs, workflows and ambitions.� In the timeline, there is a milestone indicating a planned publication date for the procurement. This is a system error. No publication date has been scheduled, as this activity currently only concerns a market investigation.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-05-27T11:19:25Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110973
- buyer:
1 results
- id:
- bed87b482aba566c9511f70f17cf6dc3
- organization_id:
- 916075855
- name:
- FORSVARSMATERIELL
- heading:
- Request for Information - Procurement for excavators and related equipment
- description:
- This Request for Information (RFI) is issued as part of a market analysis. NDMA is currently exploring the potential procurement of excavators and related equipment, including protective solutions such as armoured or otherwise reinforced cabins. The purpose of this RFI is to collect relevant input from industry stakeholders in order to gain a better understanding of available solutions, capabilities, and technologies within this field. For further details regarding this RFI, please refer to the attached documentation available in the Mercell portal. Kindly note that NDMA will not respond to inquiries during the July holiday period. All requested information must be submitted via Mercell no later than 14 August 2026
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-06-19T10:11:11Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-22
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109158
- buyer:
1 results
- heading:
- Avinor AS - RFI - Demonstration of zero and low emission aircraft suitable for the regional aviation sector
- description:
- Avinor and the Civil Aviation Authority of Norway (CAA Norway) have jointly established the International Test Arena for zero- and low-emission aircraft in Norway. The purpose of the test arena is to accelerate implementation of zero and low emission aviation by reducing barriers for operational testing and demonstration. Through the test arena the parties aim to gain and share knowledge, prepare the aviation ecosystem, and provide a foundation for scaling new technologies. The test arena provides the market with a common point of contact in Avinor and CAA Norway, as well as a joint process from concept development to testing and flight demonstrations. This includes infrastructure, airspace, energy supply, and regulatory facilitation for national and international stakeholders who wish to test and demonstrate zero- and low-emission aircraft in Norway. Avinor will provide relevant infrastructure, airspace, and access to energy, while CAA Norway will offer regulatory facilitation, including a regulatory sandbox. The test arena will, in principle, cover the entire Norwegian airport network and airspace. Specific geographical locations for the establishment of test operations will be decided in dialogue with market participants, based on their needs, as well as assessments of technological maturity and the availability of relevant energy. For further information, please see attachment, attached hereto, or contact; testarena@avinor.no
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2025-06-11T08:00:06Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-102508
- buyer:
1 results
- id:
- 8258994a1c9a2c9b60041b1ad1b5b115
- organization_id:
- 994598759
- name:
- Norsk Helsenett SF
- heading:
- Product and Web Analytics Tool - NHN
- description:
- Helsenorge is the official website for information about and access to health services for residents of Norway. The information is provided by various operators in the health sector and Norsk helsenett is responsible for operating and developing the website. Helsenorge offers open access to quality-assured health information on a wide range of topics – and logged-in access to self-service solutions, where you can access various health-related online services.In order to effectively manage and analyse data for our complex website and app, the use of a product and web analytics tool is essential. The tool will enable the organisation to gain actionable insights into user behaviour, track key performance metrics and optimise the user experience. By supporting advanced functionality such as segmentation, filtering and calculated metrics, it will provide the flexibility needed for detailed analysis and dynamic reporting.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-02-03T13:59:04Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-02-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-110645
- buyer:
1 results
- id:
- 8258994a1c9a2c9b60041b1ad1b5b115
- organization_id:
- 994598759
- name:
- Norsk Helsenett SF
- heading:
- Product and Web Analytics Tool (pre-kval) - NHN
- description:
- Helsenorge is the official website for information about and access to health services for residents of Norway. The information is provided by various operators in the health sector and Norsk helsenett is responsible for operating and developing the website. Helsenorge offers open access to quality-assured health information on a wide range of topics – and logged-in access to self-service solutions, where you can access various health-related online services.In order to effectively manage and analyse data for our complex website and app, the use of a product and web analytics tool is essential. The tool will enable the organisation to gain actionable insights into user behaviour, track key performance metrics and optimise the user experience. By supporting advanced functionality such as segmentation, filtering and calculated metrics, it will provide the flexibility needed for detailed analysis and dynamic reporting.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-07-03T06:49:44Z
- deadline:
- 2025-08-26T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-07-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-109529
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Procurement of Riverbed Mapping 2024
- description:
- The main purpose of the procurement is to gain new bathymetric riverbed data for rivers affected by the 2023 extreme weather “Hans”. The data will be used in projects working with physical measures towards flood and erosion, and to make better hydraulic models.We estimate the value of the procurement to be in the region of NOK 20-35 million, which includes the options.A complete description of the scope of the procurement can be found in the Specification of Requirements appended as Annex 6.1.This competitive tender has been divided into 10 subprojects; see the list below for details of the subprojects and the river stretches. Each subproject defines whether we only require use of Airborne LiDAR Bathymetry (ALB) or whether we also require the use of multi-beam echosounder (MBES) to fill gaps.
- location_id:
6 results
- NO020
- NO085
- NO084
- NO083
- anyw
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-06-21T08:15:56Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-06-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2024-104450
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Procurement of Riverbed Mapping 2024
- description:
- The main purpose of the procurement is to gain new bathymetric riverbed data for rivers affected by the 2023 extreme weather “Hans”. The data will be used in projects working with physical measures towards flood and erosion, and to make better hydraulic models.We estimate the value of the procurement to be in the region of NOK 20-35 million, which includes the options.A complete description of the scope of the procurement can be found in the Specification of Requirements appended as Annex 6.1.This competitive tender has been divided into 10 subprojects; see the list below for details of the subprojects and the river stretches. Each subproject defines whether we only require use of Airborne LiDAR Bathymetry (ALB) or whether we also require the use of multi-beam echosounder (MBES) to fill gaps.
- location_id:
6 results
- NO020
- NO085
- NO084
- NO083
- anyw
- NO082
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 30000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-03-22T09:14:32Z
- deadline:
- 2024-05-06T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114076
- buyer:
1 results
- id:
- 1ec60ce623cbaa2b243d1ce55863be9e
- organization_id:
- 874783242
- name:
- KYSTVERKET
- heading:
- Offshore-operasjon – Tilgang til kjølen og innhenting av kvikksølvbeholdere fra U-864."
- description:
- Kystverket skal gjennomføre en anskaffelse for en ny offshore-operasjon for å undersøke vrakdelene av ubåten U-864 utenfor kysten av Fedje. Hovedmålet er å oppnå tilgang til en begrenset del av kjølen på én eller begge vrakdelene for å hente ut et representativt antall kvikksølvbeholdere og vurdere deres tilstand, samt evaluere tilstanden til kjølkassene langs så mye av vrakets lengde som mulig. Dette for å kunne planlegge eventuelle fremtidige operasjoner for sikker fjerning av kvikksølv.Det er også behov for å kartlegge dybden ned til fast fjell i området rundt vrakdelene. Operasjonen vil kreve ekspertise innen miljøovervåking og innen graving, mudring og/eller boring i forurensede sedimenter på vanndyp tilsvarende lokaliteten (140–160 meter). For ytterligere informasjon se vedlegg.Offers may be submitted in Norwegian or English.The Norwegian Coastal Administration (NCA) is initiating a procurement for a new offshore operation to investigate the wreck parts of the submarine U-864 off the coast of Fedje. The main objective is to gain access to a limited section of the keel on one or both wreck parts in order to retrieve a representative number of mercury canisters and assess their condition, as well as evaluate the condition of the keel compartments along as much of the wreck’s length as possible. This is intended to inform potential future operations for the safe removal of mercury.There is also a need to map the depth to bedrock in the area surrounding the wreck parts. The operation will require expertise in environmental monitoring and in excavation, dredging and/or drilling in contaminated sediments at water depths corresponding to the site (140–160 meters). For further information, see the appendix.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-09-30T13:54:53Z
- deadline:
- 2025-10-08T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Show all fields in HTML
- total_count:
- 14
- hits:
10 results
- id:
- 2022-395741
- buyer:
1 results
- id:
- 0c769ccd84199582966f80b3ffccf02d
- organization_id:
- 991 609 407
- name:
- Ruter As (Forsyning)
- heading:
- Request for information – Battery storage as a part of Electric charging infrastructure for ebuses in Oslo
- description:
- The aim of this request for information is for Ruter to gain insight into battery storage solutions used as an integral part of large-scale electrical charging infrastructure for buses. In order to gain this insight we want feedback, primarily from suppliers of charging infrastructure equipment and/or battery storage solutions on some questions listed further down in this document. In addition, we ask suppliers to share some technical information and drawings for their equipment. For more information please see attached document
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-03-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-03-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-108620
- buyer:
1 results
- id:
- c96966afa97dc394d9c25943d48dcf66
- organization_id:
- 959432538
- name:
- Institutt for energiteknikk
- heading:
- Invitation to individual supplier dialogue - treatment of radioactive waste (KLAB)
- description:
- IFE/NND invites suppliers to participate in a market dialogue for the treatment and minimization of radioactive waste. This is regarding both non-disposable and disposable radioactive waste. The purpose of this market dialogue is to explore opportunities to procure services and/or necessary equipment for the safe, efficient and responsible treatment of radioactive waste as described in § 4 Type of Waste.IFE/ NND wants to gain insight into the market's solutions and innovations, as well as establish a collaboration with qualified suppliers both nationally and internationally before public procurements.
- location_id:
2 results
- NO084
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2025-06-02T11:39:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-02
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109533
- buyer:
1 results
- heading:
- RFI - New GIS-based analysis and planning tool for Ruter AS
- description:
- Ruter is exploring the procurement of a new GIS-based analysis and planning tool to strengthen our work on analyzing, developing and planning public transport services.� As part of this work, Ruter is conducting an industry dialogue with potential suppliers. The purpose is to gain a better understanding of available solutions in the market and how these solutions can support Ruter�s needs, workflows and ambitions.� In the timeline, there is a milestone indicating a planned publication date for the procurement. This is a system error. No publication date has been scheduled, as this activity currently only concerns a market investigation.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-05-27T11:19:25Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110973
- buyer:
1 results
- id:
- bed87b482aba566c9511f70f17cf6dc3
- organization_id:
- 916075855
- name:
- FORSVARSMATERIELL
- heading:
- Request for Information - Procurement for excavators and related equipment
- description:
- This Request for Information (RFI) is issued as part of a market analysis. NDMA is currently exploring the potential procurement of excavators and related equipment, including protective solutions such as armoured or otherwise reinforced cabins. The purpose of this RFI is to collect relevant input from industry stakeholders in order to gain a better understanding of available solutions, capabilities, and technologies within this field. For further details regarding this RFI, please refer to the attached documentation available in the Mercell portal. Kindly note that NDMA will not respond to inquiries during the July holiday period. All requested information must be submitted via Mercell no later than 14 August 2026
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-06-19T10:11:11Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-22
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109158
- buyer:
1 results
- heading:
- Avinor AS - RFI - Demonstration of zero and low emission aircraft suitable for the regional aviation sector
- description:
- Avinor and the Civil Aviation Authority of Norway (CAA Norway) have jointly established the International Test Arena for zero- and low-emission aircraft in Norway. The purpose of the test arena is to accelerate implementation of zero and low emission aviation by reducing barriers for operational testing and demonstration. Through the test arena the parties aim to gain and share knowledge, prepare the aviation ecosystem, and provide a foundation for scaling new technologies. The test arena provides the market with a common point of contact in Avinor and CAA Norway, as well as a joint process from concept development to testing and flight demonstrations. This includes infrastructure, airspace, energy supply, and regulatory facilitation for national and international stakeholders who wish to test and demonstrate zero- and low-emission aircraft in Norway. Avinor will provide relevant infrastructure, airspace, and access to energy, while CAA Norway will offer regulatory facilitation, including a regulatory sandbox. The test arena will, in principle, cover the entire Norwegian airport network and airspace. Specific geographical locations for the establishment of test operations will be decided in dialogue with market participants, based on their needs, as well as assessments of technological maturity and the availability of relevant energy. For further information, please see attachment, attached hereto, or contact; testarena@avinor.no
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2025-06-11T08:00:06Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-102508
- buyer:
1 results
- id:
- 8258994a1c9a2c9b60041b1ad1b5b115
- organization_id:
- 994598759
- name:
- Norsk Helsenett SF
- heading:
- Product and Web Analytics Tool - NHN
- description:
- Helsenorge is the official website for information about and access to health services for residents of Norway. The information is provided by various operators in the health sector and Norsk helsenett is responsible for operating and developing the website. Helsenorge offers open access to quality-assured health information on a wide range of topics – and logged-in access to self-service solutions, where you can access various health-related online services.In order to effectively manage and analyse data for our complex website and app, the use of a product and web analytics tool is essential. The tool will enable the organisation to gain actionable insights into user behaviour, track key performance metrics and optimise the user experience. By supporting advanced functionality such as segmentation, filtering and calculated metrics, it will provide the flexibility needed for detailed analysis and dynamic reporting.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-02-03T13:59:04Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-02-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-110645
- buyer:
1 results
- id:
- 8258994a1c9a2c9b60041b1ad1b5b115
- organization_id:
- 994598759
- name:
- Norsk Helsenett SF
- heading:
- Product and Web Analytics Tool (pre-kval) - NHN
- description:
- Helsenorge is the official website for information about and access to health services for residents of Norway. The information is provided by various operators in the health sector and Norsk helsenett is responsible for operating and developing the website. Helsenorge offers open access to quality-assured health information on a wide range of topics – and logged-in access to self-service solutions, where you can access various health-related online services.In order to effectively manage and analyse data for our complex website and app, the use of a product and web analytics tool is essential. The tool will enable the organisation to gain actionable insights into user behaviour, track key performance metrics and optimise the user experience. By supporting advanced functionality such as segmentation, filtering and calculated metrics, it will provide the flexibility needed for detailed analysis and dynamic reporting.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-07-03T06:49:44Z
- deadline:
- 2025-08-26T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-07-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-109529
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Procurement of Riverbed Mapping 2024
- description:
- The main purpose of the procurement is to gain new bathymetric riverbed data for rivers affected by the 2023 extreme weather “Hans”. The data will be used in projects working with physical measures towards flood and erosion, and to make better hydraulic models.We estimate the value of the procurement to be in the region of NOK 20-35 million, which includes the options.A complete description of the scope of the procurement can be found in the Specification of Requirements appended as Annex 6.1.This competitive tender has been divided into 10 subprojects; see the list below for details of the subprojects and the river stretches. Each subproject defines whether we only require use of Airborne LiDAR Bathymetry (ALB) or whether we also require the use of multi-beam echosounder (MBES) to fill gaps.
- location_id:
6 results
- NO020
- NO085
- NO084
- NO083
- anyw
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-06-21T08:15:56Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-06-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2024-104450
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Procurement of Riverbed Mapping 2024
- description:
- The main purpose of the procurement is to gain new bathymetric riverbed data for rivers affected by the 2023 extreme weather “Hans”. The data will be used in projects working with physical measures towards flood and erosion, and to make better hydraulic models.We estimate the value of the procurement to be in the region of NOK 20-35 million, which includes the options.A complete description of the scope of the procurement can be found in the Specification of Requirements appended as Annex 6.1.This competitive tender has been divided into 10 subprojects; see the list below for details of the subprojects and the river stretches. Each subproject defines whether we only require use of Airborne LiDAR Bathymetry (ALB) or whether we also require the use of multi-beam echosounder (MBES) to fill gaps.
- location_id:
6 results
- NO020
- NO085
- NO084
- NO083
- anyw
- NO082
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 30000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-03-22T09:14:32Z
- deadline:
- 2024-05-06T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114076
- buyer:
1 results
- id:
- 1ec60ce623cbaa2b243d1ce55863be9e
- organization_id:
- 874783242
- name:
- KYSTVERKET
- heading:
- Offshore-operasjon – Tilgang til kjølen og innhenting av kvikksølvbeholdere fra U-864."
- description:
- Kystverket skal gjennomføre en anskaffelse for en ny offshore-operasjon for å undersøke vrakdelene av ubåten U-864 utenfor kysten av Fedje. Hovedmålet er å oppnå tilgang til en begrenset del av kjølen på én eller begge vrakdelene for å hente ut et representativt antall kvikksølvbeholdere og vurdere deres tilstand, samt evaluere tilstanden til kjølkassene langs så mye av vrakets lengde som mulig. Dette for å kunne planlegge eventuelle fremtidige operasjoner for sikker fjerning av kvikksølv.Det er også behov for å kartlegge dybden ned til fast fjell i området rundt vrakdelene. Operasjonen vil kreve ekspertise innen miljøovervåking og innen graving, mudring og/eller boring i forurensede sedimenter på vanndyp tilsvarende lokaliteten (140–160 meter). For ytterligere informasjon se vedlegg.Offers may be submitted in Norwegian or English.The Norwegian Coastal Administration (NCA) is initiating a procurement for a new offshore operation to investigate the wreck parts of the submarine U-864 off the coast of Fedje. The main objective is to gain access to a limited section of the keel on one or both wreck parts in order to retrieve a representative number of mercury canisters and assess their condition, as well as evaluate the condition of the keel compartments along as much of the wreck’s length as possible. This is intended to inform potential future operations for the safe removal of mercury.There is also a need to map the depth to bedrock in the area surrounding the wreck parts. The operation will require expertise in environmental monitoring and in excavation, dredging and/or drilling in contaminated sediments at water depths corresponding to the site (140–160 meters). For further information, see the appendix.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-09-30T13:54:53Z
- deadline:
- 2025-10-08T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the search_doffin lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.