search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

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

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} with values. Remove unused optional parameters from the URL.

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.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter 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.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-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.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer 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.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy 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.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber 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.

Type: string. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. 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.

Result

Source: Doffin and TED. Retrieved 2026-09-12T03:35:50Z in 0.197 seconds.

total_count:
47
hits:

10 results

  1. id:
    2026-107237
    buyer:

    1 results

    1. id:
      cf368a547bbac129638a133b8f8a6848
      organization_id:
      919408049
      name:
      NORCE Research AS
    heading:
    Telemetry equipment
    description:
    The Buyer wishes to enter into parallel Framework Agreements with suppliers. NORCE LFI, The Laboratory of Freshwater Ecology and Inland Fisheries (the Buyer), intends to procure acoustic transmitters and additional acoustic receivers for research-based tracking of fish in aquatic environments. The equipment will be used in both freshwater and marine systems, encompassing a wide range of environmental conditions, including temperatures from below freezing to approximately 30 °C, and at depths exceeding 500 m. The technology will be applied to a diverse range of fish species—from small salmonids to large predatory species (e.g., sharks)—representing a broad spectrum of life‑history strategies and behavioural patterns. Deployments will take place across varied geographic regions, ranging from temperate coastal waters in the Skagerrak to Arctic and sub‑Arctic environments. The equipment must therefore be robust, reliable, and suitable for long‑term scientific monitoring under demanding field conditions. Further specifications are given in Appendix 1 – Requirements. The Buyer intends to enter into parallel Framework Agreements with up to 3 tenderers/suppliers, provided that enough suitable tenders are received. The duration of the Framework Agreement is two (2) years following the date of the last signature hereto, with an option to extend for 1 + 1 additional years. The Buyer will be automatically extended on unchanged terms unless the Buyer provides written notice of non-renewal before the expiry of the current contract period. The maximum total contract duration is four years. The Framework Agreement has an estimated value of NOK 2 500 000, - excl. VAT and a maximum value of NOK 6 000 000, - excl. VAT. These are non-binding estimates to the best of the Buyer's discretion. Buyer emphasizes that this is just an estimate, and the total value may be both lower or higher than the estimated amount.
    location_id:

    4 results

    1. NO0A1
    2. NO081
    3. NO092
    4. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-04-21T08:41:08Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-04-22
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  2. id:
    2025-111955
    buyer:

    1 results

    1. id:
      a1c030de06abd8d3cea2d69ffa5f994f
      organization_id:
      986252932
      name:
      Statens innkjøpssenter v/DFØ
    heading:
    Statlig fellesavtale om kjøp og leie av multifunksjonsmaskiner, printere og skannere med tilhørende tjenester og løsninger
    description:
    Formålet med anskaffelsen er å dekke det statlige behovet for multifunksjonsmaskiner printere og skannere med tilhørende tjenester og løsninger, herunder service- og vedlikeholdsavtale, sikkerprint løsning, administrasjonsverktøy og tonere. Fellesavtalen skal sikre at staten har et enkelt og enhetlig system for print, skann og kopi med en tidsriktig og miljøvennlig maskinpark. Det forventes høy grad av brukervennlighet og tilgjengelighet for at brukerne av avtalen skal kunne gjennomføre sine arbeidsoppgaver på en kostnadseffektiv måte.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    760000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-08-19T10:28:08Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-08-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2019-329332
    buyer:

    1 results

    1. id:
      5b7e2396641072eff817f5f4f5432b1a
      organization_id:
      917 422 575
      name:
      ENTUR AS
    heading:
    RFI Inventory System
    description:
    This is a RFI for Inventory System and not a tender. Through this RFI, Entur wants to obtain updated information about the market for “off the shelf” solutions that can meet our needs for a Inventory system as described below. We therefore kindly request that your company responds as comprehensively as possible to the questions on the following pages. Your responses will be non-binding and are intended to provide a basis for a future Invitation to Tender. Responses will be treated confidentially.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2019-01-04T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-01-04
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-908718
    buyer:

    1 results

    1. id:
      753d89045c026d7f3e2dfe0ad77989c6
      organization_id:
      976944801
      name:
      BKK Nett AS
    heading:
    Request for Information (RFI) - Work management systems
    description:
    BKK Nett AS is considering purchase of a Work Management System that covers work order-, resource- and project management. As part of the preparations for a possible procurement Company now seeks to acquire information on available products and prices by issuing this Request for Information. This includes products and services that can cover all, only certain parts or even parts not mentioned (non-exhaustive list of relevance).
    location_id:

    2 results

    1. NO0A
    2. NO0
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2022-10-10T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-10-10
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2023-680900
    buyer:

    1 results

    1. id:
      a78f105f8f794f43eb081fe453e3ea69
      organization_id:
      965694404
      name:
      Flytoget AS
    heading:
    Digital Ticket Vending Machines - Qualification
    description:
    Flytoget has decided that new TVMs will be acquired - including hardware and software. Flytoget has a strong need for a supplier who can quickly set new TVM and future changes into production. The supplier must be able to deliver 29 TVMs to replace the TVMs that Flytoget has deployed in the station areas and platforms today. The TVMs have to work in the existing system landscape as well as being scalable with respect to further development. The main objective is to have a fully functional system in place in due time before May 2024. This is very important - especially since the TVMs is a major part of the daily income for the company. It is crucial for Flytoget to obtain a partner who can be innovative and to create great customer journeys together with Flytoget. We prefer that the supplier's team can be present in Oslo to a large extent, being able to work closely with the customer's team. Klikk her https://permalink.mercell.com/202485014.aspx
    location_id:

    1 results

    1. NO081
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-04-25T10:00:00Z
    deadline:
    2023-06-01T06:00:00Z
    sentToTed:
    yes
    publicationDate:
    2023-04-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2025-118514
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      Avinor AS
    heading:
    25/08701: RFI - Anskaffelse - Disclosure management system
    description:
    Avinor AS invites suppliers in the market to participate in a written market dialogue. The purpose is to engage in early discussions with potential suppliers so that Avinor can prepare a competition that is attractive for both parties. The objective of the procurement is to establish an agreement for a Disclosure Management System within the Avinor Group. Deadline for response: 19 December 2025
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2025-11-28T12:05:46Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2019-357810
    buyer:

    1 results

    1. 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

    1. ADVISORY_NOTICE
    2. PLANNING
    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.

  8. id:
    2026-108654
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      Avinor AS
    heading:
    RFI – Utstyr for flyplassbelysning på bakkeplan – Invitasjon til markedsdialog
    description:
    Avinor is considering structuring the procurement as a framework agreement for AGL related equipment and systems, divided into five sub-contracts: Avinor AS invites potential suppliers in the market to a written market survey. The purpose is to have an early dialogue with potential suppliers, so Avinor can prepare a competition that is attractive to both parties. 1) AGL – Halogen 2) AGL – LED 3) Constant Current Regulators (CCR) 4) Signs 5) Transformers and Connectors
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-05-11T17:09:47Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-05-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2023-698731
    buyer:

    1 results

    1. id:
      be8086bf6395e347ff2844d878e78397
      organization_id:
      915 070 434
      name:
      Sporveien AS
    heading:
    TAMPING MACHINE FOR OSLO METRO NETWORK
    description:
    Sporveien current tamping machine shall be replaced with a new machine. Performance and impact on surrounding systems will be about the same as before, but exhaust emissions and noise is expected to be lower than before. The machine shall be equipped with CBTC and modern control systems and measuring equipment. The Tamping Machine is a self-propelled, rail-running machine with a driver's compartment at both ends. The machine normally has a permanent crew of three or four people on the machine. The machine is equipped with CBTC and can be driven in mixed traffic to the workplace. The track is normally closed at the workplace, but the machine can strictly be operated without closing the track.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-01-11T10:00:00Z
    deadline:
    2023-02-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2023-01-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2019-353915
    buyer:

    1 results

    1. id:
      5165b20dd67de51b657552cfed2eee8c
      organization_id:
      913 074 270
      name:
      Avinor Flysikring AS
    heading:
    ATC Simulator System for TWR and APP
    description:
    This contract shall enable Avinor ANS to procure an ATC Simulator System for TWR and APP. The Contract Object shall primarily consist of the necessary simulation software, but it shall also include an option for Avinor ANS to procure associated hardware where applicable. The system shall be designed so that it can easily be deployed to several different geographical locations throughout Avinor ANS’ area of operation, as well as being scalable to fit the differing needs and operational requirements of each such location. Further, the system should provide flexibility to support the principle of “any simulation, anywhere” with remote piloting and include the capability to support different roles within the simulated environment from remote positions. In addition to the Purchase Contract, Avinor ANS intends to enter into a Maintenance Contract for such services as will normally be provided through such a vessel.
    location_id:

    1 results

    1. NO0
    estimatedValue:
    currencyCode:
    NOK
    amount:
    50000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2019-11-20T10:00:00Z
    deadline:
    2019-12-20T13:00:00Z
    sentToTed:
    yes
    publicationDate:
    2019-11-20
    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:
47
hits:

10 results

  1. id:
    2026-107237
    buyer:

    1 results

    1. id:
      cf368a547bbac129638a133b8f8a6848
      organization_id:
      919408049
      name:
      NORCE Research AS
    heading:
    Telemetry equipment
    description:
    The Buyer wishes to enter into parallel Framework Agreements with suppliers. NORCE LFI, The Laboratory of Freshwater Ecology and Inland Fisheries (the Buyer), intends to procure acoustic transmitters and additional acoustic receivers for research-based tracking of fish in aquatic environments. The equipment will be used in both freshwater and marine systems, encompassing a wide range of environmental conditions, including temperatures from below freezing to approximately 30 °C, and at depths exceeding 500 m. The technology will be applied to a diverse range of fish species—from small salmonids to large predatory species (e.g., sharks)—representing a broad spectrum of life‑history strategies and behavioural patterns. Deployments will take place across varied geographic regions, ranging from temperate coastal waters in the Skagerrak to Arctic and sub‑Arctic environments. The equipment must therefore be robust, reliable, and suitable for long‑term scientific monitoring under demanding field conditions. Further specifications are given in Appendix 1 – Requirements. The Buyer intends to enter into parallel Framework Agreements with up to 3 tenderers/suppliers, provided that enough suitable tenders are received. The duration of the Framework Agreement is two (2) years following the date of the last signature hereto, with an option to extend for 1 + 1 additional years. The Buyer will be automatically extended on unchanged terms unless the Buyer provides written notice of non-renewal before the expiry of the current contract period. The maximum total contract duration is four years. The Framework Agreement has an estimated value of NOK 2 500 000, - excl. VAT and a maximum value of NOK 6 000 000, - excl. VAT. These are non-binding estimates to the best of the Buyer's discretion. Buyer emphasizes that this is just an estimate, and the total value may be both lower or higher than the estimated amount.
    location_id:

    4 results

    1. NO0A1
    2. NO081
    3. NO092
    4. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-04-21T08:41:08Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-04-22
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  2. id:
    2025-111955
    buyer:

    1 results

    1. id:
      a1c030de06abd8d3cea2d69ffa5f994f
      organization_id:
      986252932
      name:
      Statens innkjøpssenter v/DFØ
    heading:
    Statlig fellesavtale om kjøp og leie av multifunksjonsmaskiner, printere og skannere med tilhørende tjenester og løsninger
    description:
    Formålet med anskaffelsen er å dekke det statlige behovet for multifunksjonsmaskiner printere og skannere med tilhørende tjenester og løsninger, herunder service- og vedlikeholdsavtale, sikkerprint løsning, administrasjonsverktøy og tonere. Fellesavtalen skal sikre at staten har et enkelt og enhetlig system for print, skann og kopi med en tidsriktig og miljøvennlig maskinpark. Det forventes høy grad av brukervennlighet og tilgjengelighet for at brukerne av avtalen skal kunne gjennomføre sine arbeidsoppgaver på en kostnadseffektiv måte.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    760000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-08-19T10:28:08Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-08-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2019-329332
    buyer:

    1 results

    1. id:
      5b7e2396641072eff817f5f4f5432b1a
      organization_id:
      917 422 575
      name:
      ENTUR AS
    heading:
    RFI Inventory System
    description:
    This is a RFI for Inventory System and not a tender. Through this RFI, Entur wants to obtain updated information about the market for “off the shelf” solutions that can meet our needs for a Inventory system as described below. We therefore kindly request that your company responds as comprehensively as possible to the questions on the following pages. Your responses will be non-binding and are intended to provide a basis for a future Invitation to Tender. Responses will be treated confidentially.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2019-01-04T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-01-04
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-908718
    buyer:

    1 results

    1. id:
      753d89045c026d7f3e2dfe0ad77989c6
      organization_id:
      976944801
      name:
      BKK Nett AS
    heading:
    Request for Information (RFI) - Work management systems
    description:
    BKK Nett AS is considering purchase of a Work Management System that covers work order-, resource- and project management. As part of the preparations for a possible procurement Company now seeks to acquire information on available products and prices by issuing this Request for Information. This includes products and services that can cover all, only certain parts or even parts not mentioned (non-exhaustive list of relevance).
    location_id:

    2 results

    1. NO0A
    2. NO0
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2022-10-10T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-10-10
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2023-680900
    buyer:

    1 results

    1. id:
      a78f105f8f794f43eb081fe453e3ea69
      organization_id:
      965694404
      name:
      Flytoget AS
    heading:
    Digital Ticket Vending Machines - Qualification
    description:
    Flytoget has decided that new TVMs will be acquired - including hardware and software. Flytoget has a strong need for a supplier who can quickly set new TVM and future changes into production. The supplier must be able to deliver 29 TVMs to replace the TVMs that Flytoget has deployed in the station areas and platforms today. The TVMs have to work in the existing system landscape as well as being scalable with respect to further development. The main objective is to have a fully functional system in place in due time before May 2024. This is very important - especially since the TVMs is a major part of the daily income for the company. It is crucial for Flytoget to obtain a partner who can be innovative and to create great customer journeys together with Flytoget. We prefer that the supplier's team can be present in Oslo to a large extent, being able to work closely with the customer's team. Klikk her https://permalink.mercell.com/202485014.aspx
    location_id:

    1 results

    1. NO081
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-04-25T10:00:00Z
    deadline:
    2023-06-01T06:00:00Z
    sentToTed:
    yes
    publicationDate:
    2023-04-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2025-118514
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      Avinor AS
    heading:
    25/08701: RFI - Anskaffelse - Disclosure management system
    description:
    Avinor AS invites suppliers in the market to participate in a written market dialogue. The purpose is to engage in early discussions with potential suppliers so that Avinor can prepare a competition that is attractive for both parties. The objective of the procurement is to establish an agreement for a Disclosure Management System within the Avinor Group. Deadline for response: 19 December 2025
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2025-11-28T12:05:46Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2019-357810
    buyer:

    1 results

    1. 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

    1. ADVISORY_NOTICE
    2. PLANNING
    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.

  8. id:
    2026-108654
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      Avinor AS
    heading:
    RFI – Utstyr for flyplassbelysning på bakkeplan – Invitasjon til markedsdialog
    description:
    Avinor is considering structuring the procurement as a framework agreement for AGL related equipment and systems, divided into five sub-contracts: Avinor AS invites potential suppliers in the market to a written market survey. The purpose is to have an early dialogue with potential suppliers, so Avinor can prepare a competition that is attractive to both parties. 1) AGL – Halogen 2) AGL – LED 3) Constant Current Regulators (CCR) 4) Signs 5) Transformers and Connectors
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-05-11T17:09:47Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-05-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2023-698731
    buyer:

    1 results

    1. id:
      be8086bf6395e347ff2844d878e78397
      organization_id:
      915 070 434
      name:
      Sporveien AS
    heading:
    TAMPING MACHINE FOR OSLO METRO NETWORK
    description:
    Sporveien current tamping machine shall be replaced with a new machine. Performance and impact on surrounding systems will be about the same as before, but exhaust emissions and noise is expected to be lower than before. The machine shall be equipped with CBTC and modern control systems and measuring equipment. The Tamping Machine is a self-propelled, rail-running machine with a driver's compartment at both ends. The machine normally has a permanent crew of three or four people on the machine. The machine is equipped with CBTC and can be driven in mixed traffic to the workplace. The track is normally closed at the workplace, but the machine can strictly be operated without closing the track.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-01-11T10:00:00Z
    deadline:
    2023-02-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2023-01-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2019-353915
    buyer:

    1 results

    1. id:
      5165b20dd67de51b657552cfed2eee8c
      organization_id:
      913 074 270
      name:
      Avinor Flysikring AS
    heading:
    ATC Simulator System for TWR and APP
    description:
    This contract shall enable Avinor ANS to procure an ATC Simulator System for TWR and APP. The Contract Object shall primarily consist of the necessary simulation software, but it shall also include an option for Avinor ANS to procure associated hardware where applicable. The system shall be designed so that it can easily be deployed to several different geographical locations throughout Avinor ANS’ area of operation, as well as being scalable to fit the differing needs and operational requirements of each such location. Further, the system should provide flexibility to support the principle of “any simulation, anywhere” with remote piloting and include the capability to support different roles within the simulated environment from remote positions. In addition to the Purchase Contract, Avinor ANS intends to enter into a Maintenance Contract for such services as will normally be provided through such a vessel.
    location_id:

    1 results

    1. NO0
    estimatedValue:
    currencyCode:
    NOK
    amount:
    50000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2019-11-20T10:00:00Z
    deadline:
    2019-12-20T13:00:00Z
    sentToTed:
    yes
    publicationDate:
    2019-11-20
    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?

Open the same result as JSON

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

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. 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

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.