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:
- 11
- hits:
10 results
- id:
- 2019-322793
- buyer:
1 results
- id:
- 77a4e0bd294a905358d9ea4a2229bfa5
- organization_id:
- 821 227 062
- name:
- VESTFOLD OG TELEMARK FYLKESKOMMUNE
- heading:
- Intensjonskunngjøring- Trimble tekla Structure til Vestfold og Telemark fylkeskommune
- description:
- Fra 01.01.2020 vil fylkeskommunene Vestfold og Telemark slå seg sammen og danne én fylkeskommune (videre kalt «Vestfold og Telemark fylkeskommune). Med denne intensjonskunngjøringen ønsker man å gjøre kjent for markedet at en har til hensikt å inngå kontrakt med EDR Medeso AS på programvaren Trimble Tekla Structure fra 01.01.20. Avtalen vil vare i inntil 6 år (1+1+1+1+1+1 år).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2019-12-16T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2019-12-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-109795
- buyer:
1 results
- id:
- a1c030de06abd8d3cea2d69ffa5f994f
- organization_id:
- 986252932
- name:
- Statens innkjøpssenter v/DFØ
- heading:
- Security Information and Event Management (SIEM) - Request for Information
- description:
- We seek a robust and predominantly Software-as-a-Service (SaaS) based Security Information and Event Management (SIEM) solution to strengthen the security posture of the Norwegian public sector and to enhance our its ability to detect, analyse, and respond to security threats. The SIEM solution will be a critical component in centralizing security data, providing real-time visibility into our environment, and enabling us to make informed security decisions by generating in-depth reports and analysis to aid threat detection, compliance, incident management, monitoring all aspects of the IT-structure, including apps and websites. Please see attached document for further information.
- 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:
- 2024-06-25T16:42:24Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-06-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-105945
- buyer:
2 results
- id:
- 48fef673dfb057c6a61804e1f20e5ec3
- organization_id:
- 976390512
- name:
- Norsk rikskringkasting AS
- id:
- 047f21cc23ae0f1477873a8f6e126dfe
- organization_id:
- 0215438−8
- name:
- Yleisradio Oy
- heading:
- Social Media Management System YLE/NRK
- description:
- Yle and NRK is procuring a social media management system (hereinafter “the Solution”). The system will be delivered as a licensed SaaS software. The social media management system shall support Yle’s and NRK´s strategic goals. Yle and NRK has a highly distributed social media editorial structure, with multiple teams in various units in the organization. Yle has a user base of several hundred logged-in editors and moderators. The most used platforms are (the most used is first and the least used is last.) Facebook, Instagram, TikTok, Twitter and YouTube. Yle also follows Twitch, Reddit, Jodel and Snapchat.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- EUR
- amount:
- 410000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-04-23T10:23:14Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-04-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2019-341925
- buyer:
1 results
- id:
- be8086bf6395e347ff2844d878e78397
- organization_id:
- 915 070 434
- name:
- Sporveien AS
- heading:
- Consulting services - trams
- description:
- Sporveien AS has entered into an agreement to purchase 87 trams of the type URBOS 100 from the Spanish train provider Construcciones y Auxiliar de Ferrocarriles, S.A. (CAF). Through this agreement(s), Sporveien AS wishes to associate itself with one or more suppliers with special expertise in production and quality monitoring, testing, validation and verification. The suppliers must have solid and documented experience from following up large and complex deliveries and having in-depth knowledge of the production processes for rail vehicles.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2019-10-08T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-10-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-368326
- buyer:
1 results
- id:
- be8086bf6395e347ff2844d878e78397
- organization_id:
- 915 070 434
- name:
- Sporveien AS
- heading:
- Consulting services - trams
- description:
- Sporveien AS has entered into an agreement to purchase 87 trams of the type URBOS 100 from the Spanish train provider Construcciones y Auxiliar de Ferrocarriles, S.A. (CAF). Through this agreement(s), Sporveien AS wishes to associate itself with one or more suppliers with special expertise in production and quality monitoring, testing, validation and verification. The suppliers must have solid and documented experience from following up large and complex deliveries and having in-depth knowledge of the production processes for rail vehicles.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- EUR
- amount:
- 1000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-07-08T10:00:00Z
- deadline:
- 2019-08-09T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-07-08
- placeOfPerformance:
No results.
- 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
- COMPETITION
- ANNOUNCEMENT_OF_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:
- 2026-101910
- buyer:
1 results
- id:
- 7b68d10dff0370e1497dc0cc4d46d0fb
- organization_id:
- 962986633
- name:
- Statnett SF
- heading:
- Framework agreement for supply and service of drones
- description:
- Statnett needs to enter into a new agreement for the purchase of drones for use in its operations. These will be drones that can be used for inspection of the power line network, pylons/towers, substations, and terrain. This will involve the use of both standard cameras and LiDAR for 3D mapping, and possibly multispectral sensors for classifying site productivity/vegetation conditions beneath our lines, to mention a few applications. The primary need will be for large and medium-sized inspection drones. These must operate under demanding mountain conditions, have good range, robust battery solutions, and solid sensors for data collection. Access to systems for lifting equipment is also desired, as well as drones that can be permanently installed at a substation to support inspection and security work at remote sites. Our operations are continuously expanding, and there is therefore a need for an underwater drone to support our work in mapping the seabed and quay/facility structures. There will also be a need for equipment to further our R&D work. It will therefore be desirable to have access to additional equipment, spare parts, and components that can be used in our work with drones.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-01-27T10:39:43Z
- deadline:
- 2026-03-01T23:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-01-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112457
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-07-27T08:06:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108941
- buyer:
1 results
- heading:
- 26/02099 - Request for information (RFI) - Shared Autonomous On-Demand Mobility in the Oslo Region
- description:
- Ruter, the public transport authority for Oslo and the Akershus region, is preparing for largescale deployment of shared, on-demand autonomous mobility. Following an Industry Briefing on 12 January 20261 and a Dialogue Conference on 3 March 20262 this Request for Information (RFI) is the next step in Ruter’s structured market engagement process. The purpose of this RFI is to: - Provide all interested parties with equal access to updated information about Ruter's intent, service parameters, and potential commercial, contractual, and delivery structures — including partnership, concession, phased models, procurement, and other viable approaches - Invite high-level, non-binding responses across the full value chain - Enable market actors to begin forming partnerships and consortia ahead of a formal procurement process - Allow Ruter to refine its requirements and contract model based on market input In the timeline, there is a milestone indicating a planned publication date for the procurement. This is a system error. No publication date has been scheduled, as this activity currently only concerns a market investigation.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-05-18T11:07:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120849
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:30:15Z
- deadline:
- 2026-01-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- 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:
- 11
- hits:
10 results
- id:
- 2019-322793
- buyer:
1 results
- id:
- 77a4e0bd294a905358d9ea4a2229bfa5
- organization_id:
- 821 227 062
- name:
- VESTFOLD OG TELEMARK FYLKESKOMMUNE
- heading:
- Intensjonskunngjøring- Trimble tekla Structure til Vestfold og Telemark fylkeskommune
- description:
- Fra 01.01.2020 vil fylkeskommunene Vestfold og Telemark slå seg sammen og danne én fylkeskommune (videre kalt «Vestfold og Telemark fylkeskommune). Med denne intensjonskunngjøringen ønsker man å gjøre kjent for markedet at en har til hensikt å inngå kontrakt med EDR Medeso AS på programvaren Trimble Tekla Structure fra 01.01.20. Avtalen vil vare i inntil 6 år (1+1+1+1+1+1 år).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2019-12-16T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2019-12-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-109795
- buyer:
1 results
- id:
- a1c030de06abd8d3cea2d69ffa5f994f
- organization_id:
- 986252932
- name:
- Statens innkjøpssenter v/DFØ
- heading:
- Security Information and Event Management (SIEM) - Request for Information
- description:
- We seek a robust and predominantly Software-as-a-Service (SaaS) based Security Information and Event Management (SIEM) solution to strengthen the security posture of the Norwegian public sector and to enhance our its ability to detect, analyse, and respond to security threats. The SIEM solution will be a critical component in centralizing security data, providing real-time visibility into our environment, and enabling us to make informed security decisions by generating in-depth reports and analysis to aid threat detection, compliance, incident management, monitoring all aspects of the IT-structure, including apps and websites. Please see attached document for further information.
- 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:
- 2024-06-25T16:42:24Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-06-27
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-105945
- buyer:
2 results
- id:
- 48fef673dfb057c6a61804e1f20e5ec3
- organization_id:
- 976390512
- name:
- Norsk rikskringkasting AS
- id:
- 047f21cc23ae0f1477873a8f6e126dfe
- organization_id:
- 0215438−8
- name:
- Yleisradio Oy
- heading:
- Social Media Management System YLE/NRK
- description:
- Yle and NRK is procuring a social media management system (hereinafter “the Solution”). The system will be delivered as a licensed SaaS software. The social media management system shall support Yle’s and NRK´s strategic goals. Yle and NRK has a highly distributed social media editorial structure, with multiple teams in various units in the organization. Yle has a user base of several hundred logged-in editors and moderators. The most used platforms are (the most used is first and the least used is last.) Facebook, Instagram, TikTok, Twitter and YouTube. Yle also follows Twitch, Reddit, Jodel and Snapchat.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- EUR
- amount:
- 410000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-04-23T10:23:14Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-04-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2019-341925
- buyer:
1 results
- id:
- be8086bf6395e347ff2844d878e78397
- organization_id:
- 915 070 434
- name:
- Sporveien AS
- heading:
- Consulting services - trams
- description:
- Sporveien AS has entered into an agreement to purchase 87 trams of the type URBOS 100 from the Spanish train provider Construcciones y Auxiliar de Ferrocarriles, S.A. (CAF). Through this agreement(s), Sporveien AS wishes to associate itself with one or more suppliers with special expertise in production and quality monitoring, testing, validation and verification. The suppliers must have solid and documented experience from following up large and complex deliveries and having in-depth knowledge of the production processes for rail vehicles.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2019-10-08T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-10-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-368326
- buyer:
1 results
- id:
- be8086bf6395e347ff2844d878e78397
- organization_id:
- 915 070 434
- name:
- Sporveien AS
- heading:
- Consulting services - trams
- description:
- Sporveien AS has entered into an agreement to purchase 87 trams of the type URBOS 100 from the Spanish train provider Construcciones y Auxiliar de Ferrocarriles, S.A. (CAF). Through this agreement(s), Sporveien AS wishes to associate itself with one or more suppliers with special expertise in production and quality monitoring, testing, validation and verification. The suppliers must have solid and documented experience from following up large and complex deliveries and having in-depth knowledge of the production processes for rail vehicles.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- EUR
- amount:
- 1000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-07-08T10:00:00Z
- deadline:
- 2019-08-09T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-07-08
- placeOfPerformance:
No results.
- 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
- COMPETITION
- ANNOUNCEMENT_OF_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:
- 2026-101910
- buyer:
1 results
- id:
- 7b68d10dff0370e1497dc0cc4d46d0fb
- organization_id:
- 962986633
- name:
- Statnett SF
- heading:
- Framework agreement for supply and service of drones
- description:
- Statnett needs to enter into a new agreement for the purchase of drones for use in its operations. These will be drones that can be used for inspection of the power line network, pylons/towers, substations, and terrain. This will involve the use of both standard cameras and LiDAR for 3D mapping, and possibly multispectral sensors for classifying site productivity/vegetation conditions beneath our lines, to mention a few applications. The primary need will be for large and medium-sized inspection drones. These must operate under demanding mountain conditions, have good range, robust battery solutions, and solid sensors for data collection. Access to systems for lifting equipment is also desired, as well as drones that can be permanently installed at a substation to support inspection and security work at remote sites. Our operations are continuously expanding, and there is therefore a need for an underwater drone to support our work in mapping the seabed and quay/facility structures. There will also be a need for equipment to further our R&D work. It will therefore be desirable to have access to additional equipment, spare parts, and components that can be used in our work with drones.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-01-27T10:39:43Z
- deadline:
- 2026-03-01T23:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-01-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112457
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-07-27T08:06:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108941
- buyer:
1 results
- heading:
- 26/02099 - Request for information (RFI) - Shared Autonomous On-Demand Mobility in the Oslo Region
- description:
- Ruter, the public transport authority for Oslo and the Akershus region, is preparing for largescale deployment of shared, on-demand autonomous mobility. Following an Industry Briefing on 12 January 20261 and a Dialogue Conference on 3 March 20262 this Request for Information (RFI) is the next step in Ruter’s structured market engagement process. The purpose of this RFI is to: - Provide all interested parties with equal access to updated information about Ruter's intent, service parameters, and potential commercial, contractual, and delivery structures — including partnership, concession, phased models, procurement, and other viable approaches - Invite high-level, non-binding responses across the full value chain - Enable market actors to begin forming partnerships and consortia ahead of a formal procurement process - Allow Ruter to refine its requirements and contract model based on market input In the timeline, there is a milestone indicating a planned publication date for the procurement. This is a system error. No publication date has been scheduled, as this activity currently only concerns a market investigation.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-05-18T11:07:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120849
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:30:15Z
- deadline:
- 2026-01-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- 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.