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-12T00:26:18Z in 0.149 seconds.

total_count:
25
hits:

10 results

  1. id:
    2020-384129
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    2019/4965 Skanning og modellering av Statsbyggs eiendomsportefølje
    description:
    Statsbygg ber om tilbud på rammeavtale for: Skanning og modellering av Statsbyggs eiendomsportefølje og mindre byggeprosjekter.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-05-01T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-05-01
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2018-728255
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Anskaffelse av geomatikertjenester for utbyggingsprosjekter i Rogaland
    description:
    Statens vegvesen Region vest v/Prosjektavdelingen ønsker tilbud på levering av Geomatikertjenester til tunnelprosjektene Rv.13 Ryfylketunnelen og E39 Eiganestunnelen, E39 Ålgård Hove og Rv. 509 Transportkorridor vest. Formålet med anskaffelsen er å ha Geomatikertjenester tilgjengelig på prosjektet for ulike måle og dokumentasjonsoppgaver.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2024-116021
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    2024/2251 - Valideringsløsning for bygningsinformasjonsmodeller (BIM)
    description:
    Oppdragsgiver skal anskaffe en valideringsløsning for BIM i byggeprosjekter og ved eksisterende eiendommer som SaaS. Det skal inngås kontrakt med én leverandør.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-11-07T08:50:47Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-11-08
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  4. id:
    2023-672084
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      Helse Sør-Øst RHF
    heading:
    Entreprise 2811 Stål- og metallarbeider - Nytt klinikk- og protonbygg Radiumhospitalet - Kontraktstildeling
    description:
    Oppdraget skal utføres som utførelsesentreprise (NS8406), og gjelder Stål- og metallarbeider ved Nytt klinikk- og protonbygg Radiumhospitalet. Arbeidet inkl. bl.a. Ståltrapper Rekkverk Håndløpere Spiler avaluminium Pullerter Fotlist Søylebeskyttelse Veggbeskyttelse Stiger Ristgulv Luke iristgulv Lokk overrenne i gantry-rom Spiler avmetall på vegg
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2023-697010
    buyer:

    1 results

    1. id:
      8258994a1c9a2c9b60041b1ad1b5b115
      organization_id:
      994598759
      name:
      Norsk Helsenett SF
    heading:
    22-01837 Kontraktstildeling for Renholdstjenester i Oslo - Norsk helsenett SF og Direktoratet for e-helse
    description:
    Kontraktstildelingen omfatter renhold av lokaler til Norsk helsenett og Direktoratet for e-helse i Verkstedveien 1 og 3 på Skøyen i Oslo. Norsk helsenett har ca. 7.959 kvm og Direktoratet for E-helse har ca. 2.369 kvm.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2020-337952
    buyer:

    1 results

    1. id:
      a7eb4c63cb3f556b6c76fe9ca008597b
      organization_id:
      921 627 009
      name:
      Fylkesmennenes Fellesadministrasjon
    heading:
    Renholdstjenester til Fylkesmannen i Oslo og Viken
    description:
    Anbudet gjelder avtale for levering av renholdstjenester til Fylkesmannen i Oslo og Vikens lokaler i Doktor Hansteins gate 9, Drammen. For nærmere beskrivelse – se kravspesifikasjon. Avtalen ønskes for 2 år med opsjon på forlengelse i inntil 1 + 1 år. Oppstartsdato for oppdraget er 1. desember 2020. Det er totalt et areal på 2 044 kvm som skal regelmessig renholdes.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-12-09T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-12-09
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2020-385224
    buyer:

    1 results

    1. id:
      95b850d3a437b0402b4401cbc6d7d928
      organization_id:
      974 760 908
      name:
      GARANTIINSTITUTTET FOR EKSPORTKREDITT
    heading:
    Renholdstjenester
    description:
    Oppdraget omfatter renhold av GIEKs lokaler i Støperigata 1, OSLO. Det er totalt et areal på i underkant av 3000 kvm som regelmessig skal renholdes. Renholdere må kunne kommunisere på skandinavisk og/eller engelsk. Daglig renhold skal utføres i tidsrommet kl. 7.00 – 10.00. Periodisk renhold skal utføres i tidsrommet kl. 7.00 – 15.45. Avtalen skal ha en varighet på 1 år med mulighet for Oppdragsgiver til å forlenge i ytterligere 1+1+1 år slik at maksimal avtaleperiode kan bli inntil 4 år.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-04-16T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-04-16
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2019-370951
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Renholdstjenester Neskollen skole, SFO, idrettshall og svømmehall i Nes kommune
    description:
    ØRIK innbyr til åpen anbudskonkurranse for levering av renholdstjenester Neskollen skole i Nes kommune. Neskollen har pr. august 2019 cirka 575 elever og 85 ansatte. Dette er den største barneskolen i Nes. På SFO er det noe varierende oppmøte, men cirka 160 elever møter opp daglig. Skolen har også egen idrettshall og svømmehall.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-06-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-06-27
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2019-308846
    buyer:

    1 results

    1. id:
      8258994a1c9a2c9b60041b1ad1b5b115
      organization_id:
      994 598 759
      name:
      Norsk Helsenett SF
    heading:
    Anskaffelse av renholdstjenester
    description:
    Anskaffelsen har til formål å inngå avtale med èn leverandør for levering av renholdstjenester til Norsk Helsenett og Direktoratet for e-helse. Oppdraget består av følgende: Regelmessig renhold Regelmessige tilleggstjenester Tilleggstjenester på anmodning (bestillingsrenhold)
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-03-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-03-26
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2021-322293
    buyer:

    1 results

    1. id:
      cc88cbed43e45501c28a43e75f659abc
      organization_id:
      976 987 608
      name:
      Kirkelig fellesråd i Oslo
    heading:
    Anskaffelse av rammeavtaler på renholdstjenester
    description:
    Behovet som ligger til grunn for anskaffelsen/leveransen gjelder renhold av ca. 44 kirker og andre bygninger som forvaltes av oppdragsgiver, Kirkelig fellesråd i Oslo, slik at renholdet utføres på en helhetlig og systematisk måte. Det planlegges inngått rammeavtale med tre - 3 leverandører; hvorav hver leverandør såvidt mulig tildeles kontrakt for én – 1 sone, av i alt tre - 3 soner. Rammeavtalen omfatter fast renhold på hovedsakelig kirker, men også andre typer bygg. Det vil forkomme sesongvariasjoner, ved religiøse høytider og i sommerferie, som kan medføre noe avvik fra fast renholdsplan. Alle byggene og eiendommene ligger i Oslo kommune. Alle rengjøringsmidler holdes av oppdragsgiver og/eller menigheten. Nødvendig utstyr for gjennomføring av oppdraget er leverandør ansvarlig for.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-11-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-11-05
    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:
25
hits:

10 results

  1. id:
    2020-384129
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    2019/4965 Skanning og modellering av Statsbyggs eiendomsportefølje
    description:
    Statsbygg ber om tilbud på rammeavtale for: Skanning og modellering av Statsbyggs eiendomsportefølje og mindre byggeprosjekter.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-05-01T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-05-01
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2018-728255
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Anskaffelse av geomatikertjenester for utbyggingsprosjekter i Rogaland
    description:
    Statens vegvesen Region vest v/Prosjektavdelingen ønsker tilbud på levering av Geomatikertjenester til tunnelprosjektene Rv.13 Ryfylketunnelen og E39 Eiganestunnelen, E39 Ålgård Hove og Rv. 509 Transportkorridor vest. Formålet med anskaffelsen er å ha Geomatikertjenester tilgjengelig på prosjektet for ulike måle og dokumentasjonsoppgaver.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2024-116021
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    2024/2251 - Valideringsløsning for bygningsinformasjonsmodeller (BIM)
    description:
    Oppdragsgiver skal anskaffe en valideringsløsning for BIM i byggeprosjekter og ved eksisterende eiendommer som SaaS. Det skal inngås kontrakt med én leverandør.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-11-07T08:50:47Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-11-08
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  4. id:
    2023-672084
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      Helse Sør-Øst RHF
    heading:
    Entreprise 2811 Stål- og metallarbeider - Nytt klinikk- og protonbygg Radiumhospitalet - Kontraktstildeling
    description:
    Oppdraget skal utføres som utførelsesentreprise (NS8406), og gjelder Stål- og metallarbeider ved Nytt klinikk- og protonbygg Radiumhospitalet. Arbeidet inkl. bl.a. Ståltrapper Rekkverk Håndløpere Spiler avaluminium Pullerter Fotlist Søylebeskyttelse Veggbeskyttelse Stiger Ristgulv Luke iristgulv Lokk overrenne i gantry-rom Spiler avmetall på vegg
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2023-697010
    buyer:

    1 results

    1. id:
      8258994a1c9a2c9b60041b1ad1b5b115
      organization_id:
      994598759
      name:
      Norsk Helsenett SF
    heading:
    22-01837 Kontraktstildeling for Renholdstjenester i Oslo - Norsk helsenett SF og Direktoratet for e-helse
    description:
    Kontraktstildelingen omfatter renhold av lokaler til Norsk helsenett og Direktoratet for e-helse i Verkstedveien 1 og 3 på Skøyen i Oslo. Norsk helsenett har ca. 7.959 kvm og Direktoratet for E-helse har ca. 2.369 kvm.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2020-337952
    buyer:

    1 results

    1. id:
      a7eb4c63cb3f556b6c76fe9ca008597b
      organization_id:
      921 627 009
      name:
      Fylkesmennenes Fellesadministrasjon
    heading:
    Renholdstjenester til Fylkesmannen i Oslo og Viken
    description:
    Anbudet gjelder avtale for levering av renholdstjenester til Fylkesmannen i Oslo og Vikens lokaler i Doktor Hansteins gate 9, Drammen. For nærmere beskrivelse – se kravspesifikasjon. Avtalen ønskes for 2 år med opsjon på forlengelse i inntil 1 + 1 år. Oppstartsdato for oppdraget er 1. desember 2020. Det er totalt et areal på 2 044 kvm som skal regelmessig renholdes.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-12-09T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-12-09
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2020-385224
    buyer:

    1 results

    1. id:
      95b850d3a437b0402b4401cbc6d7d928
      organization_id:
      974 760 908
      name:
      GARANTIINSTITUTTET FOR EKSPORTKREDITT
    heading:
    Renholdstjenester
    description:
    Oppdraget omfatter renhold av GIEKs lokaler i Støperigata 1, OSLO. Det er totalt et areal på i underkant av 3000 kvm som regelmessig skal renholdes. Renholdere må kunne kommunisere på skandinavisk og/eller engelsk. Daglig renhold skal utføres i tidsrommet kl. 7.00 – 10.00. Periodisk renhold skal utføres i tidsrommet kl. 7.00 – 15.45. Avtalen skal ha en varighet på 1 år med mulighet for Oppdragsgiver til å forlenge i ytterligere 1+1+1 år slik at maksimal avtaleperiode kan bli inntil 4 år.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2020-04-16T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-04-16
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2019-370951
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Renholdstjenester Neskollen skole, SFO, idrettshall og svømmehall i Nes kommune
    description:
    ØRIK innbyr til åpen anbudskonkurranse for levering av renholdstjenester Neskollen skole i Nes kommune. Neskollen har pr. august 2019 cirka 575 elever og 85 ansatte. Dette er den største barneskolen i Nes. På SFO er det noe varierende oppmøte, men cirka 160 elever møter opp daglig. Skolen har også egen idrettshall og svømmehall.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-06-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-06-27
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2019-308846
    buyer:

    1 results

    1. id:
      8258994a1c9a2c9b60041b1ad1b5b115
      organization_id:
      994 598 759
      name:
      Norsk Helsenett SF
    heading:
    Anskaffelse av renholdstjenester
    description:
    Anskaffelsen har til formål å inngå avtale med èn leverandør for levering av renholdstjenester til Norsk Helsenett og Direktoratet for e-helse. Oppdraget består av følgende: Regelmessig renhold Regelmessige tilleggstjenester Tilleggstjenester på anmodning (bestillingsrenhold)
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-03-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-03-26
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2021-322293
    buyer:

    1 results

    1. id:
      cc88cbed43e45501c28a43e75f659abc
      organization_id:
      976 987 608
      name:
      Kirkelig fellesråd i Oslo
    heading:
    Anskaffelse av rammeavtaler på renholdstjenester
    description:
    Behovet som ligger til grunn for anskaffelsen/leveransen gjelder renhold av ca. 44 kirker og andre bygninger som forvaltes av oppdragsgiver, Kirkelig fellesråd i Oslo, slik at renholdet utføres på en helhetlig og systematisk måte. Det planlegges inngått rammeavtale med tre - 3 leverandører; hvorav hver leverandør såvidt mulig tildeles kontrakt for én – 1 sone, av i alt tre - 3 soner. Rammeavtalen omfatter fast renhold på hovedsakelig kirker, men også andre typer bygg. Det vil forkomme sesongvariasjoner, ved religiøse høytider og i sommerferie, som kan medføre noe avvik fra fast renholdsplan. Alle byggene og eiendommene ligger i Oslo kommune. Alle rengjøringsmidler holdes av oppdragsgiver og/eller menigheten. Nødvendig utstyr for gjennomføring av oppdraget er leverandør ansvarlig for.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-11-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-11-05
    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.