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:
- 24
- hits:
10 results
- id:
- 2026-109528
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933649768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Reisebyråtjenester
- description:
- Reisebyråtjenester
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4800000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-27T08:58:03Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110477
- buyer:
1 results
- id:
- 87fbced3b743b740f97f5ba8bc13a745
- organization_id:
- 871 035 032
- name:
- IVAR IKS
- heading:
- Rammeavtale på reisebyråtjenester
- description:
- IVAR IKS har til hensikt å inngå en rammeavtale som skal sikre levering av reisebyråtjenester ved bruk av web-basert elektronisk portal og manuelle bestillinger. Formålet med utlysningen er å inngå en kvalitetsmessig og økonomisk hensiktsmessig rammeavtale for leveranse av reisebyråtjenester med en Leverandør som kan tilby profesjonelle og kostnadsbesparende tjenestereiser. Merk at ansatte også står fritt til å bestille reiser uten å gjøre det gjennom reisebyrået.
- location_id:
1 results
- NO0A1
- 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-06-11T11:00:29Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2026-06-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114986
- buyer:
1 results
- id:
- 48fef673dfb057c6a61804e1f20e5ec3
- organization_id:
- 976390512
- name:
- Norsk rikskringkasting AS
- heading:
- NRK 2025/796 RFP Connection Broker solution
- description:
- NRK 2025/796 Broker service (“Connection Broker”) as a part of accessing, allocating and managing centralized resources on a modernized production platform in NRK. From KVM to KPT. Delivery for Holtermanns vei, Trondheim.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2300000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-16T14:15:17Z
- deadline:
- 2025-11-06T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2023-687205
- buyer:
1 results
- id:
- a17f0c4d9b21ae6f264d342bcf640d49
- organization_id:
- 985 198 292
- name:
- AVINOR AS
- heading:
- Avinor 191250 og 191251 - Oslo lufthavn - ny oversize bagasjelinje BHS T1 /BHS T2 og T1/T2 Interface Connection
- description:
- Avinor AS har en eksisterende avtale med Vanderlande for styringssystem til eksisterende BHS. T1/T2 Interface Connections: Oppdatering av eksisterende styringssystem, samt elektrisk og mekanisk tilpasning av BHST2 for automatisk å kunne sende standardbagasje mellom BHST1 og BHST2 i begge retninger. Ny oversize bagasjelinje fra BHST1 tilkoples BHST2: inkluderer ny oversize linje og tilkobling i det eksisterende BHST2, samt nødvendige oppdateringer av eksisterende styringssystemer i BHST2, for å automatisk kunne sende oversize bagasje fra det nye BHST1. Avinor har som intensjon å inngå kontrakt med Vanderlande for disse kontraktene
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2023-01-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-01-03
- placeOfPerformance:
No results.
- 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:
- 2026-105016
- buyer:
1 results
- heading:
- RFI - High-Capacity Bus
- description:
- AtB AS is a mobility company responsible for the planning, coordination, marketing, and procurement of scheduled public transport services throughout Trøndelag County. AtB’s primary task is to facilitate smooth and seamless journeys adapted to different needs and travel patterns.AtB is responsible for planning, procuring, operating, developing, and marketing the public mobility offering, which includes scheduled bus services, school transport, various forms of demand-responsive transport, as well as express boat and ferry connections. In addition, AtB integrates and provides access to all forms of mobility in its travel planning app, which also includes micromobility and ridesharing, resulting in a comprehensive offering for customers.In 2024, there were 53 million boarding passengers across AtB’s total service offering. For further information - www.atb.no.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2026-03-12T09:25:51Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-113796
- buyer:
1 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- heading:
- Invitation to a market dialogue - MDM for VR headset for Helse Vest IKT AS
- description:
- We hereby invite you to a market dialogue in connection with the procurement of MDM for VR headset for Helse Vest IKT AS.The market dialogue is part of the preparatory work for the procurement and is conducted because the contracting authority wishes to receive input on the procurement from potential suppliers and other interested parties. As part of this process, suppliers of MDM for VR headsets are invited to provide input on the procurement.* All incoming inquiries will be answered in week 41, after October 8, 2024.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2024-09-26T12:04:43Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2024-09-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2019-357810
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- Request for information (RFI) - Hold Baggage Screening (HBS) in compliance with EU regulation 1087/2011
- description:
- Introduction In connection with implementing EU Regulation No. 1087/2011 for hold baggage screening Avinor AS intends to update the solution for screening systems integrated in the baggage handling systems at a number of Avinor’s airports. At larger airports EDS standard 3 screening systems will be installed. At smaller airports Avinor will consider ways to comply with the EU Regulation by means of less advanced types of screening systems in combination with other routines of operation. These Avinor airports are currently equipped with screening systems based on EDS standard 2, one in-line screening machine at each airport. Through this RFI it is Avinor AS' intention to ask potential suppliers of technology that can support Avinor AS in complying with EU Regulation No. 1087/2011 for information on solutions and equipment. Please see the attached document for further information and the particular questions.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2019-03-12T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-03-12
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-100443
- buyer:
3 results
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972417920
- name:
- Utenriksdepartementet
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972 417 920
- name:
- Utenriksdepartementet
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972 417 920
- name:
- Utenriksdepartementet
- heading:
- Procurement of end-user screening tools for the Norwegian Agency for Export Control and Sanctions (DEKSA)
- description:
- The control of exports of goods, services and technology subject to export licences requires thorough assessments of end users to prevent misuse or diversion to undesirable actors. DEKSA therefore needs a screening tool that can systematically and comprehensively provide relevant information about end-users, as part of the decision-making basis in case processing. The screening tool must be able to identify and present information about entities that DEKSA needs to investigate in connection with case processing. This can be any identifiable entity - for example, a person, a company, a government institution, a ship or a physical address. Such an investigation may also include links between the declared end-user, distributors, intermediaries and other entities, as well as links to goods and technology with possible dual-use. The investigations may include several links in the supply chain.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-01-07T13:46:19Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-01-09
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109642
- buyer:
1 results
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972417920
- name:
- Utenriksdepartementet
- heading:
- Procurement of end-user screening tools for the Norwegian Agency for Export Control and Sanctions (DEKSA)
- description:
- The control of exports of goods, services and technology subject to export licences requires thorough assessments of end users to prevent misuse or diversion to undesirable actors. DEKSA therefore needs a screening tool that can systematically and comprehensively provide relevant information about end-users, as part of the decision-making basis in case processing. The screening tool must be able to identify and present information about entities that DEKSA needs to investigate in connection with case processing. This can be any identifiable entity - for example, a person, a company, a government institution, a ship or a physical address. Such an investigation may also include links between the declared end-user, distributors, intermediaries and other entities, as well as links to goods and technology with possible dual-use. The investigations may include several links in the supply chain.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-06-18T20:06:23Z
- deadline:
- 2025-08-07T22:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-20
- 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:
- 24
- hits:
10 results
- id:
- 2026-109528
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933649768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Reisebyråtjenester
- description:
- Reisebyråtjenester
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4800000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-27T08:58:03Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110477
- buyer:
1 results
- id:
- 87fbced3b743b740f97f5ba8bc13a745
- organization_id:
- 871 035 032
- name:
- IVAR IKS
- heading:
- Rammeavtale på reisebyråtjenester
- description:
- IVAR IKS har til hensikt å inngå en rammeavtale som skal sikre levering av reisebyråtjenester ved bruk av web-basert elektronisk portal og manuelle bestillinger. Formålet med utlysningen er å inngå en kvalitetsmessig og økonomisk hensiktsmessig rammeavtale for leveranse av reisebyråtjenester med en Leverandør som kan tilby profesjonelle og kostnadsbesparende tjenestereiser. Merk at ansatte også står fritt til å bestille reiser uten å gjøre det gjennom reisebyrået.
- location_id:
1 results
- NO0A1
- 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-06-11T11:00:29Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2026-06-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114986
- buyer:
1 results
- id:
- 48fef673dfb057c6a61804e1f20e5ec3
- organization_id:
- 976390512
- name:
- Norsk rikskringkasting AS
- heading:
- NRK 2025/796 RFP Connection Broker solution
- description:
- NRK 2025/796 Broker service (“Connection Broker”) as a part of accessing, allocating and managing centralized resources on a modernized production platform in NRK. From KVM to KPT. Delivery for Holtermanns vei, Trondheim.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2300000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-16T14:15:17Z
- deadline:
- 2025-11-06T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2023-687205
- buyer:
1 results
- id:
- a17f0c4d9b21ae6f264d342bcf640d49
- organization_id:
- 985 198 292
- name:
- AVINOR AS
- heading:
- Avinor 191250 og 191251 - Oslo lufthavn - ny oversize bagasjelinje BHS T1 /BHS T2 og T1/T2 Interface Connection
- description:
- Avinor AS har en eksisterende avtale med Vanderlande for styringssystem til eksisterende BHS. T1/T2 Interface Connections: Oppdatering av eksisterende styringssystem, samt elektrisk og mekanisk tilpasning av BHST2 for automatisk å kunne sende standardbagasje mellom BHST1 og BHST2 i begge retninger. Ny oversize bagasjelinje fra BHST1 tilkoples BHST2: inkluderer ny oversize linje og tilkobling i det eksisterende BHST2, samt nødvendige oppdateringer av eksisterende styringssystemer i BHST2, for å automatisk kunne sende oversize bagasje fra det nye BHST1. Avinor har som intensjon å inngå kontrakt med Vanderlande for disse kontraktene
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2023-01-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-01-03
- placeOfPerformance:
No results.
- 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:
- 2026-105016
- buyer:
1 results
- heading:
- RFI - High-Capacity Bus
- description:
- AtB AS is a mobility company responsible for the planning, coordination, marketing, and procurement of scheduled public transport services throughout Trøndelag County. AtB’s primary task is to facilitate smooth and seamless journeys adapted to different needs and travel patterns.AtB is responsible for planning, procuring, operating, developing, and marketing the public mobility offering, which includes scheduled bus services, school transport, various forms of demand-responsive transport, as well as express boat and ferry connections. In addition, AtB integrates and provides access to all forms of mobility in its travel planning app, which also includes micromobility and ridesharing, resulting in a comprehensive offering for customers.In 2024, there were 53 million boarding passengers across AtB’s total service offering. For further information - www.atb.no.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2026-03-12T09:25:51Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-113796
- buyer:
1 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- heading:
- Invitation to a market dialogue - MDM for VR headset for Helse Vest IKT AS
- description:
- We hereby invite you to a market dialogue in connection with the procurement of MDM for VR headset for Helse Vest IKT AS.The market dialogue is part of the preparatory work for the procurement and is conducted because the contracting authority wishes to receive input on the procurement from potential suppliers and other interested parties. As part of this process, suppliers of MDM for VR headsets are invited to provide input on the procurement.* All incoming inquiries will be answered in week 41, after October 8, 2024.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2024-09-26T12:04:43Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2024-09-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2019-357810
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- Request for information (RFI) - Hold Baggage Screening (HBS) in compliance with EU regulation 1087/2011
- description:
- Introduction In connection with implementing EU Regulation No. 1087/2011 for hold baggage screening Avinor AS intends to update the solution for screening systems integrated in the baggage handling systems at a number of Avinor’s airports. At larger airports EDS standard 3 screening systems will be installed. At smaller airports Avinor will consider ways to comply with the EU Regulation by means of less advanced types of screening systems in combination with other routines of operation. These Avinor airports are currently equipped with screening systems based on EDS standard 2, one in-line screening machine at each airport. Through this RFI it is Avinor AS' intention to ask potential suppliers of technology that can support Avinor AS in complying with EU Regulation No. 1087/2011 for information on solutions and equipment. Please see the attached document for further information and the particular questions.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- PLANNING
- ADVISORY_NOTICE
- status:
- not reported by source
- issueDate:
- 2019-03-12T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-03-12
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-100443
- buyer:
3 results
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972417920
- name:
- Utenriksdepartementet
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972 417 920
- name:
- Utenriksdepartementet
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972 417 920
- name:
- Utenriksdepartementet
- heading:
- Procurement of end-user screening tools for the Norwegian Agency for Export Control and Sanctions (DEKSA)
- description:
- The control of exports of goods, services and technology subject to export licences requires thorough assessments of end users to prevent misuse or diversion to undesirable actors. DEKSA therefore needs a screening tool that can systematically and comprehensively provide relevant information about end-users, as part of the decision-making basis in case processing. The screening tool must be able to identify and present information about entities that DEKSA needs to investigate in connection with case processing. This can be any identifiable entity - for example, a person, a company, a government institution, a ship or a physical address. Such an investigation may also include links between the declared end-user, distributors, intermediaries and other entities, as well as links to goods and technology with possible dual-use. The investigations may include several links in the supply chain.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-01-07T13:46:19Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-01-09
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109642
- buyer:
1 results
- id:
- 6993e7d869e98c3529bcf85dd78d2d2e
- organization_id:
- 972417920
- name:
- Utenriksdepartementet
- heading:
- Procurement of end-user screening tools for the Norwegian Agency for Export Control and Sanctions (DEKSA)
- description:
- The control of exports of goods, services and technology subject to export licences requires thorough assessments of end users to prevent misuse or diversion to undesirable actors. DEKSA therefore needs a screening tool that can systematically and comprehensively provide relevant information about end-users, as part of the decision-making basis in case processing. The screening tool must be able to identify and present information about entities that DEKSA needs to investigate in connection with case processing. This can be any identifiable entity - for example, a person, a company, a government institution, a ship or a physical address. Such an investigation may also include links between the declared end-user, distributors, intermediaries and other entities, as well as links to goods and technology with possible dual-use. The investigations may include several links in the supply chain.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-06-18T20:06:23Z
- deadline:
- 2025-08-07T22:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-20
- 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.