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:
- 23
- hits:
10 results
- id:
- 2025-109893
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Tender of a carpooling solution
- description:
- This procurement is part of several PTA’s to include Ruter’s, AKT and Skyss (collectively referred to as the 'Buyer') broader strategy to develop sustainable and user-centric mobility solutions. The first planned integration is for Ruter’s service area, while AKT and Skyss are considered options for potential future implementation.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 10000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-06-23T08:22:15Z
- deadline:
- 2025-07-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111896
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Anskaffelse av digitalt verktøy for kartlegging av tunnel og tolkning av MWD-data
- description:
- Statens vegvesen har intensjon om å inngå avtale med Bever Control AS om levering av et digitalt verktøy for både geologisk kartlegging av tunnel og tolkning av MWD-data (Measurment while drilling). Verktøyet skal benyttes i prosjektet E18 Vestkorridoren og Gjønnes tunnelen. Vi har behov for en programvare som tilrettelegger blant annet for tegning av svakhetssoner, vannforekomster og bergartssoner, flytting og editering av enkelte objekter, beregning og registrering av Q- verdi, samt import av MWD-tolkede data og geometrimodell i ett og samme program. Kontrakten har en varighet på 3 år med oppstart 28.08.2025. Vi har til hensikt å inngå kontrakt med Bever Control AS tidligst 26.08.2025.
- location_id:
1 results
- NO084
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-08-18T10:02:14Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109715
- buyer:
1 results
- id:
- ca230b5197348b17dc9e40677a3dba81
- organization_id:
- 912660680
- name:
- Nærings- og fiskeridepartementet
- heading:
- Assessing the Nature-Related Dependencies and Impacts, Risks and Opportunities of Norwegian State-Owned Enterprises (SOEs)
- description:
- 1.2 Purpose and scope of the procurement The purpose of the procurement is to better understand the nature-related risks and opportunities faced by enterprises in which the state has an ownership share, the steps these companies are taking to manage nature-related risks and opportunities, and what are currently considered best practices in this area. The following scope of the procurement has been identified, as further described in appendix 1: i) Screen the nature-related dependencies and impacts, risks and opportunities of 16 Norwegian state-owned enterprises (SOEs). ii) Identify best practice related to identifying, managing and reporting on nature-related dependencies and impacts, risks and opportunities, and iii) Carry out a detailed assessment of the nature-related dependencies and impacts, risks and opportunities of 4 - 8 SOEs and actions taken by these companies to identify, manage and report on these, as well as recommend next steps. The procurement consists of part i) and ii) of the scope above, while part (iii) of the scope above is an option. As explained in section 5 and appendix 5, the price offer for the Assignment should be a fixed price encompassing both part i) and ii), while the price offer for part iii) (the Option) should be a fixed price per enterprise assessment. The value of the total procurement (including the Option) is estimated to a range between NOK 2 million excl. VAT and NOK 4 million excl. VAT. For further information on the purpose, scope and content of the procurement, we refer to appendix 1.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-28T13:00:57Z
- deadline:
- 2027-06-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120854
- buyer:
1 results
- id:
- ca230b5197348b17dc9e40677a3dba81
- organization_id:
- 912660680
- name:
- Nærings- og fiskeridepartementet
- heading:
- Assessing the Nature-Related Dependencies and Impacts, Risks and Opportunities of Norwegian State-Owned Enterprises (SOEs)
- description:
- 1.2 Purpose and scope of the procurement The purpose of the procurement is to better understand the nature-related risks and opportunities faced by enterprises in which the state has an ownership share, the steps these companies are taking to manage nature-related risks and opportunities, and what are currently considered best practices in this area. The following scope of the procurement has been identified, as further described in appendix 1: i) Screen the nature-related dependencies and impacts, risks and opportunities of 16 Norwegian state-owned enterprises (SOEs). ii) Identify best practice related to identifying, managing and reporting on nature-related dependencies and impacts, risks and opportunities, and iii) Carry out a detailed assessment of the nature-related dependencies and impacts, risks and opportunities of 4 - 8 SOEs and actions taken by these companies to identify, manage and report on these, as well as recommend next steps. The procurement consists of part i) and ii) of the scope above, while part (iii) of the scope above is an option. As explained in section 5 and appendix 5, the price offer for the Assignment should be a fixed price encompassing both part i) and ii), while the price offer for part iii) (the Option) should be a fixed price per enterprise assessment. The value of the total procurement (including the Option) is estimated to a range between NOK 2 million excl. VAT and NOK 4 million excl. VAT. For further information on the purpose, scope and content of the procurement, we refer to appendix 1.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:27:43Z
- deadline:
- 2026-01-21T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103550
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Procurement of a CDN solution for Road Camera Video
- description:
- The purpose of this procurement is to establish a modern, scalable video streaming solution for traffic cameras, replacing the current outdated system which no longer supports further development. The new solution will enhance the Norwegian Public Roads Administration’s (Statens Vegvesen) capabilities in traffic monitoring and emergency preparedness, while also improving access to real-time video data for both internal and external stakeholders. The scope includes the delivery of a system that supports approximately 840 road cameras currently in use for traffic information, surveillance, and emergency response. Of these, 125 cameras are video-enabled to provide real-time footage to the public and traffic operators. The solution must cater to the needs of internal traffic operators as well as external users who rely on timely and accurate traffic video data.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-19T13:38:45Z
- deadline:
- 2026-03-23T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119347
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Procurement of a CDN solution for Road Camera Video
- description:
- The purpose of this procurement is to establish a modern, scalable video streaming solution for traffic cameras, replacing the current outdated system which no longer supports further development. The new solution will enhance the Norwegian Public Roads Administration’s (Statens Vegvesen) capabilities in traffic monitoring and emergency preparedness, while also improving access to real-time video data for both internal and external stakeholders. The scope includes the delivery of a system that supports approximately 840 road cameras currently in use for traffic information, surveillance, and emergency response. Of these, 125 cameras are video-enabled to provide real-time footage to the public and traffic operators. The solution must cater to the needs of internal traffic operators as well as external users who rely on timely and accurate traffic video data.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-12-08T10:31:19Z
- deadline:
- 2026-01-08T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-112285
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad � Direktoratet for utviklingssamarbeid
- heading:
- Framework agreements for organisational assessments and integrity due diligence
- description:
- The purpose of establishing the framework agreements is to ensure that Norad has easily-available access to consultancy services whereby the Supplier will perform organisational assessments and integrity due diligences of Norad�s grant recipients/applicants. Norad has a need to carry out assessments of its grant recipients, including potential grant recipients, on a regular basis. The main objectives are to assess added value, cost effectiveness and financial management, and their achievement of results. While most of the organisational assessments and integrity due diligence will focus on one grant recipient/applicant only, others will be performed as comparative assessments with more than one grant recipient/applicant as the subject. Most call-offs will be either integrity due diligence or organisational assessments focusing on a limited set of organisational aspects. When required, Norad may also request more comprehensive organisational assessments covering a broader spectrum of aspects.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-08-27T10:26:31Z
- deadline:
- 2026-06-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-104441
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Framework agreements for organisational assessments and integrity due diligence
- description:
- The purpose of establishing the framework agreements is to ensure that Norad has easily-available access to consultancy services whereby the Supplier will perform organisational assessments and integrity due diligences of Norad’s grant recipients/applicants. Norad has a need to carry out assessments of its grant recipients, including potential grant recipients, on a regular basis. The main objectives are to assess added value, cost effectiveness and financial management, and their achievement of results. While most of the organisational assessments and integrity due diligence will focus on one grant recipient/applicant only, others will be performed as comparative assessments with more than one grant recipient/applicant as the subject. Most call-offs will be either integrity due diligence or organisational assessments focusing on a limited set of organisational aspects. When required, Norad may also request more comprehensive organisational assessments covering a broader spectrum of aspects.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-03-21T15:13:26Z
- deadline:
- 2024-04-29T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-102731
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Web-based security risk assessment system
- description:
- Norad's employees travel to various countries around the world in connection with field visits to developing countries, international conferences, and various partnership projects. Norad’s need is to mitigate risks in security for employees abroad by obtaining access to information and assessments that can support Norad to take informed decisions concerning security in connection with the travels. The aim is also to enhance employees' ability to assess travel security, as well as to have a tool which can assist in evaluating and addressing important safety aspects related to their travels. The goal is for employees to better reflect on their personal safety while traveling to their destination, thanks in part to the use of the tool. The objective of the procurement is to have a continuous, user friendly (low threshold) and web-based access to a broad range of reliable information on risk assessments in order to make informed decisions regarding travels to different countries/regions.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1600000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-02-24T07:45:50Z
- deadline:
- 2025-03-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-02-25
- 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.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Show all fields in HTML
- total_count:
- 23
- hits:
10 results
- id:
- 2025-109893
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Tender of a carpooling solution
- description:
- This procurement is part of several PTA’s to include Ruter’s, AKT and Skyss (collectively referred to as the 'Buyer') broader strategy to develop sustainable and user-centric mobility solutions. The first planned integration is for Ruter’s service area, while AKT and Skyss are considered options for potential future implementation.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 10000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-06-23T08:22:15Z
- deadline:
- 2025-07-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111896
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Anskaffelse av digitalt verktøy for kartlegging av tunnel og tolkning av MWD-data
- description:
- Statens vegvesen har intensjon om å inngå avtale med Bever Control AS om levering av et digitalt verktøy for både geologisk kartlegging av tunnel og tolkning av MWD-data (Measurment while drilling). Verktøyet skal benyttes i prosjektet E18 Vestkorridoren og Gjønnes tunnelen. Vi har behov for en programvare som tilrettelegger blant annet for tegning av svakhetssoner, vannforekomster og bergartssoner, flytting og editering av enkelte objekter, beregning og registrering av Q- verdi, samt import av MWD-tolkede data og geometrimodell i ett og samme program. Kontrakten har en varighet på 3 år med oppstart 28.08.2025. Vi har til hensikt å inngå kontrakt med Bever Control AS tidligst 26.08.2025.
- location_id:
1 results
- NO084
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-08-18T10:02:14Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109715
- buyer:
1 results
- id:
- ca230b5197348b17dc9e40677a3dba81
- organization_id:
- 912660680
- name:
- Nærings- og fiskeridepartementet
- heading:
- Assessing the Nature-Related Dependencies and Impacts, Risks and Opportunities of Norwegian State-Owned Enterprises (SOEs)
- description:
- 1.2 Purpose and scope of the procurement The purpose of the procurement is to better understand the nature-related risks and opportunities faced by enterprises in which the state has an ownership share, the steps these companies are taking to manage nature-related risks and opportunities, and what are currently considered best practices in this area. The following scope of the procurement has been identified, as further described in appendix 1: i) Screen the nature-related dependencies and impacts, risks and opportunities of 16 Norwegian state-owned enterprises (SOEs). ii) Identify best practice related to identifying, managing and reporting on nature-related dependencies and impacts, risks and opportunities, and iii) Carry out a detailed assessment of the nature-related dependencies and impacts, risks and opportunities of 4 - 8 SOEs and actions taken by these companies to identify, manage and report on these, as well as recommend next steps. The procurement consists of part i) and ii) of the scope above, while part (iii) of the scope above is an option. As explained in section 5 and appendix 5, the price offer for the Assignment should be a fixed price encompassing both part i) and ii), while the price offer for part iii) (the Option) should be a fixed price per enterprise assessment. The value of the total procurement (including the Option) is estimated to a range between NOK 2 million excl. VAT and NOK 4 million excl. VAT. For further information on the purpose, scope and content of the procurement, we refer to appendix 1.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-28T13:00:57Z
- deadline:
- 2027-06-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120854
- buyer:
1 results
- id:
- ca230b5197348b17dc9e40677a3dba81
- organization_id:
- 912660680
- name:
- Nærings- og fiskeridepartementet
- heading:
- Assessing the Nature-Related Dependencies and Impacts, Risks and Opportunities of Norwegian State-Owned Enterprises (SOEs)
- description:
- 1.2 Purpose and scope of the procurement The purpose of the procurement is to better understand the nature-related risks and opportunities faced by enterprises in which the state has an ownership share, the steps these companies are taking to manage nature-related risks and opportunities, and what are currently considered best practices in this area. The following scope of the procurement has been identified, as further described in appendix 1: i) Screen the nature-related dependencies and impacts, risks and opportunities of 16 Norwegian state-owned enterprises (SOEs). ii) Identify best practice related to identifying, managing and reporting on nature-related dependencies and impacts, risks and opportunities, and iii) Carry out a detailed assessment of the nature-related dependencies and impacts, risks and opportunities of 4 - 8 SOEs and actions taken by these companies to identify, manage and report on these, as well as recommend next steps. The procurement consists of part i) and ii) of the scope above, while part (iii) of the scope above is an option. As explained in section 5 and appendix 5, the price offer for the Assignment should be a fixed price encompassing both part i) and ii), while the price offer for part iii) (the Option) should be a fixed price per enterprise assessment. The value of the total procurement (including the Option) is estimated to a range between NOK 2 million excl. VAT and NOK 4 million excl. VAT. For further information on the purpose, scope and content of the procurement, we refer to appendix 1.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:27:43Z
- deadline:
- 2026-01-21T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103550
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Procurement of a CDN solution for Road Camera Video
- description:
- The purpose of this procurement is to establish a modern, scalable video streaming solution for traffic cameras, replacing the current outdated system which no longer supports further development. The new solution will enhance the Norwegian Public Roads Administration’s (Statens Vegvesen) capabilities in traffic monitoring and emergency preparedness, while also improving access to real-time video data for both internal and external stakeholders. The scope includes the delivery of a system that supports approximately 840 road cameras currently in use for traffic information, surveillance, and emergency response. Of these, 125 cameras are video-enabled to provide real-time footage to the public and traffic operators. The solution must cater to the needs of internal traffic operators as well as external users who rely on timely and accurate traffic video data.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-19T13:38:45Z
- deadline:
- 2026-03-23T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119347
- buyer:
1 results
- id:
- 2d20aebe07a30c63c7054478dd4c8496
- organization_id:
- 971032081
- name:
- Statens vegvesen
- heading:
- Procurement of a CDN solution for Road Camera Video
- description:
- The purpose of this procurement is to establish a modern, scalable video streaming solution for traffic cameras, replacing the current outdated system which no longer supports further development. The new solution will enhance the Norwegian Public Roads Administration’s (Statens Vegvesen) capabilities in traffic monitoring and emergency preparedness, while also improving access to real-time video data for both internal and external stakeholders. The scope includes the delivery of a system that supports approximately 840 road cameras currently in use for traffic information, surveillance, and emergency response. Of these, 125 cameras are video-enabled to provide real-time footage to the public and traffic operators. The solution must cater to the needs of internal traffic operators as well as external users who rely on timely and accurate traffic video data.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-12-08T10:31:19Z
- deadline:
- 2026-01-08T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-112285
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad � Direktoratet for utviklingssamarbeid
- heading:
- Framework agreements for organisational assessments and integrity due diligence
- description:
- The purpose of establishing the framework agreements is to ensure that Norad has easily-available access to consultancy services whereby the Supplier will perform organisational assessments and integrity due diligences of Norad�s grant recipients/applicants. Norad has a need to carry out assessments of its grant recipients, including potential grant recipients, on a regular basis. The main objectives are to assess added value, cost effectiveness and financial management, and their achievement of results. While most of the organisational assessments and integrity due diligence will focus on one grant recipient/applicant only, others will be performed as comparative assessments with more than one grant recipient/applicant as the subject. Most call-offs will be either integrity due diligence or organisational assessments focusing on a limited set of organisational aspects. When required, Norad may also request more comprehensive organisational assessments covering a broader spectrum of aspects.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-08-27T10:26:31Z
- deadline:
- 2026-06-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-104441
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Framework agreements for organisational assessments and integrity due diligence
- description:
- The purpose of establishing the framework agreements is to ensure that Norad has easily-available access to consultancy services whereby the Supplier will perform organisational assessments and integrity due diligences of Norad’s grant recipients/applicants. Norad has a need to carry out assessments of its grant recipients, including potential grant recipients, on a regular basis. The main objectives are to assess added value, cost effectiveness and financial management, and their achievement of results. While most of the organisational assessments and integrity due diligence will focus on one grant recipient/applicant only, others will be performed as comparative assessments with more than one grant recipient/applicant as the subject. Most call-offs will be either integrity due diligence or organisational assessments focusing on a limited set of organisational aspects. When required, Norad may also request more comprehensive organisational assessments covering a broader spectrum of aspects.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-03-21T15:13:26Z
- deadline:
- 2024-04-29T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-102731
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Web-based security risk assessment system
- description:
- Norad's employees travel to various countries around the world in connection with field visits to developing countries, international conferences, and various partnership projects. Norad’s need is to mitigate risks in security for employees abroad by obtaining access to information and assessments that can support Norad to take informed decisions concerning security in connection with the travels. The aim is also to enhance employees' ability to assess travel security, as well as to have a tool which can assist in evaluating and addressing important safety aspects related to their travels. The goal is for employees to better reflect on their personal safety while traveling to their destination, thanks in part to the use of the tool. The objective of the procurement is to have a continuous, user friendly (low threshold) and web-based access to a broad range of reliable information on risk assessments in order to make informed decisions regarding travels to different countries/regions.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1600000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-02-24T07:45:50Z
- deadline:
- 2025-03-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-02-25
- 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.
- 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.