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:
- 12
- hits:
10 results
- id:
- 2026-111071
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K946.01.02 Dissolution tester with probes
- description:
- Statsbygg is constructing the new Life Science Building for the University of Oslo and Oslo University Hospital on behalf of the Ministry of Education and Research, with South-Eastern Norway Regional Health Authority as co-client. The building will provide workspace for approximately 1,600 employees and 1,600 students. Ground and excavation works commenced in the second quarter of 2019, and completion is planned for the end of 2026. The facility will bring together diverse academic environments to collaborate across disciplines, developing new solutions to major challenges in health and sustainability, with access to state-of-the-art equipment required to support world-class research, education, and innovation
- 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-06-22T11:36:15Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-24
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113681
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K970.01 Lasermikrodisseksjonsmikroskop for DVP
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-28T10:29:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-31
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113428
- buyer:
1 results
- heading:
- 1105601 UiO Livsvitenskap brukerutstyr. K970.07 Lavtemperatur- og magnetfeltsystem for materialkarakterisering
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-25T07:46:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113434
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K970.07 Lavtemperatur- og magnetfeltsystem for materialkarakterisering
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-25T08:41:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113059
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K930.29.02 Automated single-cell and spatial molecular profiling system
- description:
- Statsbygg is constructing the new Life Science Building for the University of Oslo and Oslo University Hospital on behalf of the Norwegian Ministry of Education and Research, with South-Eastern Norway Regional Health Authority (Helse Sør-Øst) as co-client. The building will provide workplace facilities for approximately 1,600 employees and 1,600 students.Excavation and groundworks commenced in the second quarter of 2019, and the building is scheduled for completion by the end of 2026. The facility will bring together a wide range of academic disciplines in a multidisciplinary environment to develop new solutions to major challenges in health and sustainability. Researchers, educators, and innovators will have access to state-of-the-art equipment and infrastructure required to conduct world-class research, teaching, and innovation.
- 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-08-14T09:57:41Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-112697
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Knowledge Mapping and Strengthening Civil Society
- description:
- Civil society is seen as a key feature of any democratic social order and, therefore, a strong and multifaceted civil society, based on fundamental Human Rights, is a goal in its own right . This view is widely held and can, among other places, be found in Norad’s Support to Civil Society Guiding Principles . The Guiding Principles defines civil society as “an arena where people come together to promote interests and needs on behalf of themselves and others, challenge powerholders, and influence political debates.” Norad manages approximately NOK 2.5 billion annually over chapter post 170.70 in the Norwegian National Budget, dedicated to strengthening civil society in ODA-recipient countries. To inform and shape Norad’s long-term grant management structure, as well as Norad’s advice to the Norwegian MFA, Norad needs an up-to-date and solid knowledge mapping of effective approaches to strengthening civil society in ODA-recipient countries. The Norwegian National Budget 2024-25 states that the priorities for the chapter post 170.70 are: Support to civil society shall contribute to lasting social change based on human rights and democratic principles of the rule of law. The local networks of civil society organizations are central for driving changes based on popular support and for building resilient communities. Such communities provide greater resilience to confront the social, political, and economic consequences of existing and new crises, as well as increased geopolitical tensions (own translation). The objective of this assignment is to update Norad’s knowledge base on relevant, effective approaches to strengthening civil society in ODA-recipient countries. The overarching goal is to improve the quality and effectiveness of Norway’s support to civil society. Norad may exercise an option to include phase 2 of the assignment which includes analysis. The objective of a potential phase 2 is to produce an updated theory of change for Norad’s support to civil so
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-09-03T12:07:07Z
- deadline:
- 2025-09-19T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-09-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2020-334684
- buyer:
1 results
- id:
- 326cafd8f29c928767272d74322bc522
- organization_id:
- 999 601 391
- name:
- Miljødirektoratet
- heading:
- Batterier i Norden - overgang til sirkulær økonomi
- description:
- Det overordnede målet med dette prosjektet er å fremme de nordiske landene som en foregangsregion i å kreve og å bruke bærekraftig design av forbrukerelektronikk og lignende apparater, og å identifisere muligheter, barrierer og utfordringer i overgangen mot en mer bærekraftig bruk av batteriteknologi, inkludert transportsektoren. Designens estetikk skal møte den generelle bærekraften: høy kvalitet, holdbarhet og smart montering ved restaurering.
- location_id:
1 results
- NO0
- estimatedValue:
- currencyCode:
- DKK
- amount:
- 825000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-07-01T10:00:00Z
- deadline:
- 2020-09-09T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-07-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-108283
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Step 1 - Prequalification for procurement of "Software for Leakage Reduction and Sewerage System Outflow in Municipality of Trondheim"
- description:
- Trondheim Municipality, hereinafter referred to as the contracting authority, invites tenders for a contract in the project "Software for Leakage Reduction and Sewerage System Outflow in Municipality of Trondheim".Trondheim Municipality hereby announces that the competition is cancelled, cf. the Public Procurement Regulations § 21-4.In this competition, the contracting authority has set a qualification requirement that tenderers must have their tax and VAT matters in order, with an associated documentation requirement for the submission of an ordinary tax certificate and an extended tax certificate.During the pre-qualification process, it has become clear that the requirement to obtain an "extended tax certificate" creates challenges for foreign suppliers, as the companies must be established as a Norwegian registered foreign business (NUF).As the documentation requirement is currently formulated, foreign suppliers who have not established a NUF will, in reality, not have the opportunity to fully document that they meet the qualification requirement in the manner we have described. Alternative ways for foreign tenderers to document this have also not been specified. This is unfortunate and contributes to an unnecessary restriction of competition, without being required to achieve the purpose of the requirement. We therefore consider the requirement to be disproportionate and that it poses a risk of breaching the fundamental principles of the procurement regulations, particularly the principles of proportionality and equal treatment.It is not possible to change the documentation requirements for a qualification requirement at this time, as this would be a significant change that could affect the outcome of the competition. If the contracting authority must amend the tender documentation, and this cannot be done without making significant changes, the contracting authority will have a duty to cancel the competition.The contracting authority will make adjustments to the qualification requirement and then republish the competition shortly.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-05-23T12:52:15Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110173
- buyer:
1 results
- heading:
- 1105601 UiO Livsvitenskap brukerutstyr. K936.03 Cellearbeid
- description:
- Statsbygg is building the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital on behalf of the Ministry of Education and Research and the South-Eastern Region as co-contractors. The building will be a workplace for approximately 1,600 employees and 1,600 students. The excavation and groundwork started in the second quarter of 2019 and is scheduled for completion by the end of 2026. Here, various academic communities will work interdisciplinary to develop new solutions to major challenges in health and sustainability with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.STEMvisionStatsbygg intends to enter a contract without prior announcement with StemCell technologies for the acquisition of a STEMvision, an instrument to perform standardized scoring and automated colony counting for hematopoietic progenitor colony-forming unit (CFU) assays, and a Robosep-S, a fully automated cell extractor that uses immunomagnetic technology to isolate cells.STEMvision: the research group regularly performs hematopoietic colony-forming unit (CFU) assays to study human stem and progenitor cell functions. Through professional expertise in the laboratory, as well as research done online, we find that STEMvision is the only system with the following characteristics:A bench-top fully automated imaging and colony counting system designed specifically for automatic hematopoietic progenitor cell (HPC) colony-forming unit (CFU) assays with automated digital image capture and specialized analysis software to analyze and classify complex blood stem cell colonies.STEMvision does the complete analysis automatically in 1-2 minutes per sample, with a permanent record of the analysis.Appendix 4.0 – Requirements K936.03.01 provides a complete list of all absolute requirements. To obtain the appendix, please submit a request to tom.ask@nosyko.no.RoboSep-SRoboSep-S: The research group works with primary cells, mainly of human origin, freshly isolated.Through professional expertise in the laboratory, as well as research done online, we find that RoboSep-S is the only system with the following characteristics:A fully automated tabletop cell extractor that performs simultaneous cell isolations for up to 4 samples using the same (i.e. the same protocol applied for up to 4 different samples) or different protocols.Fully automated sequential isolation of up to 4 cell types - sequential isolation means that more than one cell type can be isolated from the same starting sample without any manual handling between the fractions.Column-free and tubing free isolation using 4 magnets that support both positive and negative selection of target cells.Appendix 4.0 – Requirements K936.03.02 provides a complete list of all absolute requirements. To obtain the appendix, please submit a request to tom.ask@nosyko.no.Summary:Based on our technical requirements and needs, as outlined in the requirement specifications, as well as the available information and the investigations conducted, it is our assessment that only StemCell Technologies meets these requirements. For technical reasons, they are therefore the sole provider capable of delivering the service.The conditions set out in FOA § 13-4 (b) are considered to be fulfilled.Any objections must be submitted by e-mail to kristine.milner.carlsen@statsbygg.no within 10 days of the publication of this notice
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2026-06-05T07:29:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-304158
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- K-188094 - Framework agreement for airport ground lighting equipment
- description:
- Avinor AS has divided among their 44 owned and managed airports approximately 34000 lighting fixtures, including an estimate of 16000 flush and 18000 elevated airport ground lighting fixtures, PAPI/PLASI and other airport lighting equipment. By these contracts, Avinor will have established a complete supply range to cover airport ground lighting (AGL) and constant current regulators (CCR).
- 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:
- 2018-12-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-12-13
- placeOfPerformance:
No results.
- 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:
- 12
- hits:
10 results
- id:
- 2026-111071
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K946.01.02 Dissolution tester with probes
- description:
- Statsbygg is constructing the new Life Science Building for the University of Oslo and Oslo University Hospital on behalf of the Ministry of Education and Research, with South-Eastern Norway Regional Health Authority as co-client. The building will provide workspace for approximately 1,600 employees and 1,600 students. Ground and excavation works commenced in the second quarter of 2019, and completion is planned for the end of 2026. The facility will bring together diverse academic environments to collaborate across disciplines, developing new solutions to major challenges in health and sustainability, with access to state-of-the-art equipment required to support world-class research, education, and innovation
- 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-06-22T11:36:15Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-24
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113681
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K970.01 Lasermikrodisseksjonsmikroskop for DVP
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-28T10:29:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-31
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113428
- buyer:
1 results
- heading:
- 1105601 UiO Livsvitenskap brukerutstyr. K970.07 Lavtemperatur- og magnetfeltsystem for materialkarakterisering
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-25T07:46:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113434
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K970.07 Lavtemperatur- og magnetfeltsystem for materialkarakterisering
- description:
- Statsbygg is constructing the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital, on behalf of the Norwegian Ministry of Education and Research, with the South-Eastern Norway Regional Health Authority as co-commissioning authority. The building will provide workplaces for approximately 1,600 employees and 1,600 students.Excavation and groundwork commenced in the second quarter of 2019, and completion is scheduled for the end of 2026. The building will bring together a range of academic and research disciplines in a joint interdisciplinary environment to develop new solutions to major challenges in health and sustainability, with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
- 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-08-25T08:41:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113059
- buyer:
1 results
- heading:
- RFI - 1105601 UiO Livsvitenskap brukerutstyr. K930.29.02 Automated single-cell and spatial molecular profiling system
- description:
- Statsbygg is constructing the new Life Science Building for the University of Oslo and Oslo University Hospital on behalf of the Norwegian Ministry of Education and Research, with South-Eastern Norway Regional Health Authority (Helse Sør-Øst) as co-client. The building will provide workplace facilities for approximately 1,600 employees and 1,600 students.Excavation and groundworks commenced in the second quarter of 2019, and the building is scheduled for completion by the end of 2026. The facility will bring together a wide range of academic disciplines in a multidisciplinary environment to develop new solutions to major challenges in health and sustainability. Researchers, educators, and innovators will have access to state-of-the-art equipment and infrastructure required to conduct world-class research, teaching, and innovation.
- 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-08-14T09:57:41Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-112697
- buyer:
1 results
- id:
- c62c1e3443533e14306e15b8d4e71f7c
- organization_id:
- 971277882
- name:
- Norad – Direktoratet for utviklingssamarbeid
- heading:
- Knowledge Mapping and Strengthening Civil Society
- description:
- Civil society is seen as a key feature of any democratic social order and, therefore, a strong and multifaceted civil society, based on fundamental Human Rights, is a goal in its own right . This view is widely held and can, among other places, be found in Norad’s Support to Civil Society Guiding Principles . The Guiding Principles defines civil society as “an arena where people come together to promote interests and needs on behalf of themselves and others, challenge powerholders, and influence political debates.” Norad manages approximately NOK 2.5 billion annually over chapter post 170.70 in the Norwegian National Budget, dedicated to strengthening civil society in ODA-recipient countries. To inform and shape Norad’s long-term grant management structure, as well as Norad’s advice to the Norwegian MFA, Norad needs an up-to-date and solid knowledge mapping of effective approaches to strengthening civil society in ODA-recipient countries. The Norwegian National Budget 2024-25 states that the priorities for the chapter post 170.70 are: Support to civil society shall contribute to lasting social change based on human rights and democratic principles of the rule of law. The local networks of civil society organizations are central for driving changes based on popular support and for building resilient communities. Such communities provide greater resilience to confront the social, political, and economic consequences of existing and new crises, as well as increased geopolitical tensions (own translation). The objective of this assignment is to update Norad’s knowledge base on relevant, effective approaches to strengthening civil society in ODA-recipient countries. The overarching goal is to improve the quality and effectiveness of Norway’s support to civil society. Norad may exercise an option to include phase 2 of the assignment which includes analysis. The objective of a potential phase 2 is to produce an updated theory of change for Norad’s support to civil so
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-09-03T12:07:07Z
- deadline:
- 2025-09-19T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-09-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2020-334684
- buyer:
1 results
- id:
- 326cafd8f29c928767272d74322bc522
- organization_id:
- 999 601 391
- name:
- Miljødirektoratet
- heading:
- Batterier i Norden - overgang til sirkulær økonomi
- description:
- Det overordnede målet med dette prosjektet er å fremme de nordiske landene som en foregangsregion i å kreve og å bruke bærekraftig design av forbrukerelektronikk og lignende apparater, og å identifisere muligheter, barrierer og utfordringer i overgangen mot en mer bærekraftig bruk av batteriteknologi, inkludert transportsektoren. Designens estetikk skal møte den generelle bærekraften: høy kvalitet, holdbarhet og smart montering ved restaurering.
- location_id:
1 results
- NO0
- estimatedValue:
- currencyCode:
- DKK
- amount:
- 825000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-07-01T10:00:00Z
- deadline:
- 2020-09-09T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-07-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-108283
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Step 1 - Prequalification for procurement of "Software for Leakage Reduction and Sewerage System Outflow in Municipality of Trondheim"
- description:
- Trondheim Municipality, hereinafter referred to as the contracting authority, invites tenders for a contract in the project "Software for Leakage Reduction and Sewerage System Outflow in Municipality of Trondheim".Trondheim Municipality hereby announces that the competition is cancelled, cf. the Public Procurement Regulations § 21-4.In this competition, the contracting authority has set a qualification requirement that tenderers must have their tax and VAT matters in order, with an associated documentation requirement for the submission of an ordinary tax certificate and an extended tax certificate.During the pre-qualification process, it has become clear that the requirement to obtain an "extended tax certificate" creates challenges for foreign suppliers, as the companies must be established as a Norwegian registered foreign business (NUF).As the documentation requirement is currently formulated, foreign suppliers who have not established a NUF will, in reality, not have the opportunity to fully document that they meet the qualification requirement in the manner we have described. Alternative ways for foreign tenderers to document this have also not been specified. This is unfortunate and contributes to an unnecessary restriction of competition, without being required to achieve the purpose of the requirement. We therefore consider the requirement to be disproportionate and that it poses a risk of breaching the fundamental principles of the procurement regulations, particularly the principles of proportionality and equal treatment.It is not possible to change the documentation requirements for a qualification requirement at this time, as this would be a significant change that could affect the outcome of the competition. If the contracting authority must amend the tender documentation, and this cannot be done without making significant changes, the contracting authority will have a duty to cancel the competition.The contracting authority will make adjustments to the qualification requirement and then republish the competition shortly.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-05-23T12:52:15Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-110173
- buyer:
1 results
- heading:
- 1105601 UiO Livsvitenskap brukerutstyr. K936.03 Cellearbeid
- description:
- Statsbygg is building the new Life Sciences Building (LVB) for the University of Oslo and Oslo University Hospital on behalf of the Ministry of Education and Research and the South-Eastern Region as co-contractors. The building will be a workplace for approximately 1,600 employees and 1,600 students. The excavation and groundwork started in the second quarter of 2019 and is scheduled for completion by the end of 2026. Here, various academic communities will work interdisciplinary to develop new solutions to major challenges in health and sustainability with access to the best and most modern equipment required to conduct world-class research, teaching and innovation.STEMvisionStatsbygg intends to enter a contract without prior announcement with StemCell technologies for the acquisition of a STEMvision, an instrument to perform standardized scoring and automated colony counting for hematopoietic progenitor colony-forming unit (CFU) assays, and a Robosep-S, a fully automated cell extractor that uses immunomagnetic technology to isolate cells.STEMvision: the research group regularly performs hematopoietic colony-forming unit (CFU) assays to study human stem and progenitor cell functions. Through professional expertise in the laboratory, as well as research done online, we find that STEMvision is the only system with the following characteristics:A bench-top fully automated imaging and colony counting system designed specifically for automatic hematopoietic progenitor cell (HPC) colony-forming unit (CFU) assays with automated digital image capture and specialized analysis software to analyze and classify complex blood stem cell colonies.STEMvision does the complete analysis automatically in 1-2 minutes per sample, with a permanent record of the analysis.Appendix 4.0 – Requirements K936.03.01 provides a complete list of all absolute requirements. To obtain the appendix, please submit a request to tom.ask@nosyko.no.RoboSep-SRoboSep-S: The research group works with primary cells, mainly of human origin, freshly isolated.Through professional expertise in the laboratory, as well as research done online, we find that RoboSep-S is the only system with the following characteristics:A fully automated tabletop cell extractor that performs simultaneous cell isolations for up to 4 samples using the same (i.e. the same protocol applied for up to 4 different samples) or different protocols.Fully automated sequential isolation of up to 4 cell types - sequential isolation means that more than one cell type can be isolated from the same starting sample without any manual handling between the fractions.Column-free and tubing free isolation using 4 magnets that support both positive and negative selection of target cells.Appendix 4.0 – Requirements K936.03.02 provides a complete list of all absolute requirements. To obtain the appendix, please submit a request to tom.ask@nosyko.no.Summary:Based on our technical requirements and needs, as outlined in the requirement specifications, as well as the available information and the investigations conducted, it is our assessment that only StemCell Technologies meets these requirements. For technical reasons, they are therefore the sole provider capable of delivering the service.The conditions set out in FOA § 13-4 (b) are considered to be fulfilled.Any objections must be submitted by e-mail to kristine.milner.carlsen@statsbygg.no within 10 days of the publication of this notice
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2026-06-05T07:29:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-304158
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- K-188094 - Framework agreement for airport ground lighting equipment
- description:
- Avinor AS has divided among their 44 owned and managed airports approximately 34000 lighting fixtures, including an estimate of 16000 flush and 18000 elevated airport ground lighting fixtures, PAPI/PLASI and other airport lighting equipment. By these contracts, Avinor will have established a complete supply range to cover airport ground lighting (AGL) and constant current regulators (CCR).
- 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:
- 2018-12-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-12-13
- placeOfPerformance:
No results.
- 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.