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-26T22:11:44Z in 0.191 seconds.

total_count:
9
hits:

9 results

  1. id:
    2025-121282
    buyer:

    1 results

    1. id:
      de45ef77ac359193b825cc963457d5a3
      organization_id:
      974 780 747
      name:
      Oslo kommune v/ Boligbygg Oslo KF
    heading:
    Rådgivertjenester for detaljregulering av Kjølberggata 9
    description:
    Formålet med oppdraget er at oppdragsgiver Boligbygg Oslo KF får en vedtatt detaljreguleringsplan for Kjølberggata 9. Leveransen fra rådgiver er å utarbeide et planforslag med alle tilknyttete oppgaver samt følge planforslaget gjennom prosess slik at det vedtas politisk. Det skal utarbeides en detaljregulering med tilhørende arbeid slik at Oppdragsgiver oppnår en vedtatt reguleringsplan for eiendommen. Arbeidet skal legge til rette for utbygging og muligheter for økt boligareal i kombinasjon med andre formål, og legge til rette for stor fleksibilitet for utvikling av eiendommen i tråd med oppdragsgivers ønsker og formål som utleier. Avtalen har en estimert verdi på 4 000 000 – 6 000 000. Oppdragsgiver gjør oppmerksom på at estimatet er basert på tidligere forbruk. Oppdragsgiver presiserer at tallene kun er anslag og at faktisk volum vil kunne variere. Estimatet er ikke bindende for Oppdragsgiver.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.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-12-22T08:51:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2017-555831
    buyer:

    1 results

    1. id:
      d69f365d99055e159c30013c12df0b80
      organization_id:
      938 587 418
      name:
      Verdal Kommune
    heading:
    Prosjektleder for programmering og planleggingsfasen i forbindelse med nytt helsebygg i Verdal kommune
    description:
    Verdal kommune skal gjennomføre en programmering og planleggingsfase i forbindelse med nytt helsebygg, og har behov for en prosjektleder som skal gjennomføre denne prosessen i tett samarbeid med teknisk drift i Verdal kommune. Prosjektlederen skal lede prosessen frem til kontraktsignering på total entreprisen for nytt helsebygg. Verdal kommune planlegger oppføring av nytt helsebygg med anslagsvis 43 omsorgsboliger, 89 sykehjemsplasser, storkjøkken, vaskeri, sentrallager mat og andre dagtilbud. Ferdigstillelse i 2020. Tomten som er valgt for nytt helsebygg ligger mellom Verdal bo og helsetun og Verdal vgs. Vedlagt til konkurransegrunnlaget ligger to skisser (skisse A og skisse B) som illustrerer bygget og området.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-12-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2017-12-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2023-387970
    buyer:

    1 results

    1. id:
      50a8fbb124520afcf92f5f695ff3c096
      organization_id:
      874 780 782
      name:
      Oslo kommune v/ Eiendoms- og byfornyelsesetaten
    heading:
    Rammeavtale for arkitekt- og byutviklingstjenester
    description:
    Rammeavtalen omfatter eiendoms- og byutviklingstjenester, som kompetanse innen arkitektur, landskapsarkitektur og planlegging, samt annen kompetanse innenfor enkelte tilstøtende ingeniørfag. Eventuelle andre andre fagområder som står i naturlig tilknytning til dette kan tilkomme etter nærmere avtale, dersom det anses som nødvendig og/eller hensiktsmessig for utførelsen av enkeltoppdrag. Typiske oppdrag vil være: - Illustrasjonsprosjekter - Mulighetsstudier av både enkelteiendommer og større områder og knutepunkt - Utarbeidelse av komplette reguleringsplaner og andre planprogrammer, inkludert overtakelse av allerede igangsatte planprosesser ved behov - Konsekvensutredninger og andre enkeltstående utredninger i forbindelse med utvikling av eiendom - Deltakelse og/eller ledelse i medvirkningsprosesser, samt bidrag til skisse- og forprosjekter - Steds-, tomte- og områdeanalyser - Egnethetsvurderinger - Prosjektering av ulike tiltak innen ovennevnte fagområder
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2023-07-25T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-07-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-988384
    buyer:

    1 results

    1. id:
      0b2f10c7359dda4532f96e2055f8f8af
      organization_id:
      969 159 570
      name:
      Norges miljø- og biovitenskapelige universitet
    heading:
    Rammeavtale arkitekttjenester NMBU 2022-2026
    description:
    NMBU har til hensikt å inngå parallelle rammeavtaler for arkitekttjenester. Avtalene har til hensikt å dekke NMBU sitt behov for slike tjenester. Konkurransen er inndelt i delkontrakter som omfatter områdene ARK, IARK og LARK
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-08-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-08-26
    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:
    2026-114421
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    1105601 UiO Livsvitenskap brukerutstyr. K946.01.02.02 Dissolution tester with probes
    description:
    Statsbygg is constructing the new Life Science Building (LVB) for the University of Oslo and Oslo University Hospital, commissioned by the Ministry of Education and Research, with South-Eastern Norway Regional Health Authority as co-commissioning party. The building will accommodate approximately 1,600 employees and 1,600 students.Excavation and groundworks commenced in the second quarter of 2019, and completion is planned for the end of 2026.The building will bring together various academic communities to work across disciplines to develop new solutions to major challenges in health and sustainability. They will have access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-09-14T06:29:19Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-111071
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    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

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

    2 results

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

  8. id:
    2026-110173
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    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

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

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    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.

  9. id:
    2019-334753
    buyer:

    1 results

    1. id:
      1172c118d3c0d86c04061c211258f772
      organization_id:
      985 198 292
      name:
      Avinor AS
    heading:
    OSL Terminal Area Radar
    description:
    Terminal Area Radar Components of the scope of supply are intended to include: • Complete co-mounted primary and secondary radar system including pedestal and drive-train • Radome • Control and Monitoring functions • Necessary works for a good handover of a fully operational system • Options for maintenance of the system may be part of the scope of supply
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
9
has_more_results:
no
truncated:
no
Show all fields in HTML
total_count:
9
hits:

9 results

  1. id:
    2025-121282
    buyer:

    1 results

    1. id:
      de45ef77ac359193b825cc963457d5a3
      organization_id:
      974 780 747
      name:
      Oslo kommune v/ Boligbygg Oslo KF
    heading:
    Rådgivertjenester for detaljregulering av Kjølberggata 9
    description:
    Formålet med oppdraget er at oppdragsgiver Boligbygg Oslo KF får en vedtatt detaljreguleringsplan for Kjølberggata 9. Leveransen fra rådgiver er å utarbeide et planforslag med alle tilknyttete oppgaver samt følge planforslaget gjennom prosess slik at det vedtas politisk. Det skal utarbeides en detaljregulering med tilhørende arbeid slik at Oppdragsgiver oppnår en vedtatt reguleringsplan for eiendommen. Arbeidet skal legge til rette for utbygging og muligheter for økt boligareal i kombinasjon med andre formål, og legge til rette for stor fleksibilitet for utvikling av eiendommen i tråd med oppdragsgivers ønsker og formål som utleier. Avtalen har en estimert verdi på 4 000 000 – 6 000 000. Oppdragsgiver gjør oppmerksom på at estimatet er basert på tidligere forbruk. Oppdragsgiver presiserer at tallene kun er anslag og at faktisk volum vil kunne variere. Estimatet er ikke bindende for Oppdragsgiver.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.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-12-22T08:51:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2017-555831
    buyer:

    1 results

    1. id:
      d69f365d99055e159c30013c12df0b80
      organization_id:
      938 587 418
      name:
      Verdal Kommune
    heading:
    Prosjektleder for programmering og planleggingsfasen i forbindelse med nytt helsebygg i Verdal kommune
    description:
    Verdal kommune skal gjennomføre en programmering og planleggingsfase i forbindelse med nytt helsebygg, og har behov for en prosjektleder som skal gjennomføre denne prosessen i tett samarbeid med teknisk drift i Verdal kommune. Prosjektlederen skal lede prosessen frem til kontraktsignering på total entreprisen for nytt helsebygg. Verdal kommune planlegger oppføring av nytt helsebygg med anslagsvis 43 omsorgsboliger, 89 sykehjemsplasser, storkjøkken, vaskeri, sentrallager mat og andre dagtilbud. Ferdigstillelse i 2020. Tomten som er valgt for nytt helsebygg ligger mellom Verdal bo og helsetun og Verdal vgs. Vedlagt til konkurransegrunnlaget ligger to skisser (skisse A og skisse B) som illustrerer bygget og området.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-12-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2017-12-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2023-387970
    buyer:

    1 results

    1. id:
      50a8fbb124520afcf92f5f695ff3c096
      organization_id:
      874 780 782
      name:
      Oslo kommune v/ Eiendoms- og byfornyelsesetaten
    heading:
    Rammeavtale for arkitekt- og byutviklingstjenester
    description:
    Rammeavtalen omfatter eiendoms- og byutviklingstjenester, som kompetanse innen arkitektur, landskapsarkitektur og planlegging, samt annen kompetanse innenfor enkelte tilstøtende ingeniørfag. Eventuelle andre andre fagområder som står i naturlig tilknytning til dette kan tilkomme etter nærmere avtale, dersom det anses som nødvendig og/eller hensiktsmessig for utførelsen av enkeltoppdrag. Typiske oppdrag vil være: - Illustrasjonsprosjekter - Mulighetsstudier av både enkelteiendommer og større områder og knutepunkt - Utarbeidelse av komplette reguleringsplaner og andre planprogrammer, inkludert overtakelse av allerede igangsatte planprosesser ved behov - Konsekvensutredninger og andre enkeltstående utredninger i forbindelse med utvikling av eiendom - Deltakelse og/eller ledelse i medvirkningsprosesser, samt bidrag til skisse- og forprosjekter - Steds-, tomte- og områdeanalyser - Egnethetsvurderinger - Prosjektering av ulike tiltak innen ovennevnte fagområder
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2023-07-25T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-07-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-988384
    buyer:

    1 results

    1. id:
      0b2f10c7359dda4532f96e2055f8f8af
      organization_id:
      969 159 570
      name:
      Norges miljø- og biovitenskapelige universitet
    heading:
    Rammeavtale arkitekttjenester NMBU 2022-2026
    description:
    NMBU har til hensikt å inngå parallelle rammeavtaler for arkitekttjenester. Avtalene har til hensikt å dekke NMBU sitt behov for slike tjenester. Konkurransen er inndelt i delkontrakter som omfatter områdene ARK, IARK og LARK
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-08-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-08-26
    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:
    2026-114421
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    1105601 UiO Livsvitenskap brukerutstyr. K946.01.02.02 Dissolution tester with probes
    description:
    Statsbygg is constructing the new Life Science Building (LVB) for the University of Oslo and Oslo University Hospital, commissioned by the Ministry of Education and Research, with South-Eastern Norway Regional Health Authority as co-commissioning party. The building will accommodate approximately 1,600 employees and 1,600 students.Excavation and groundworks commenced in the second quarter of 2019, and completion is planned for the end of 2026.The building will bring together various academic communities to work across disciplines to develop new solutions to major challenges in health and sustainability. They will have access to the best and most modern equipment required to conduct world-class research, teaching and innovation.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-09-14T06:29:19Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-111071
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    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

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

    2 results

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

  8. id:
    2026-110173
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    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

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

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    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.

  9. id:
    2019-334753
    buyer:

    1 results

    1. id:
      1172c118d3c0d86c04061c211258f772
      organization_id:
      985 198 292
      name:
      Avinor AS
    heading:
    OSL Terminal Area Radar
    description:
    Terminal Area Radar Components of the scope of supply are intended to include: • Complete co-mounted primary and secondary radar system including pedestal and drive-train • Radome • Control and Monitoring functions • Necessary works for a good handover of a fully operational system • Options for maintenance of the system may be part of the scope of supply
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
9
has_more_results:
no
truncated:
no
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.