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-11T21:50:39Z in 0.195 seconds.

total_count:
249
hits:

10 results

  1. id:
    2024-108333
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Etablering av Haugtun spesialskole
    description:
    Skåningsrud skole og ressurssenter er en spesialskole for barn med ulike funksjonsutfordringer. Bygget er i svært dårlig forfatning, og skal flyttes til Haugtun. Eksisterende Haugtun barneskole er nedlagt, og planlagt tiltak omfatter rivning av både eksisterende bygningsmasse som skal erstattes med nybygg. Nytt skolebygg planlegges over 2 etasjer, med saltak, primært oppført med kledning og bærende konstruksjoner i tre. Bygget skal ha høye miljøambisjoner, og skal BREEAM GOOD-sertifiseres.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    estimatedValue:
    currencyCode:
    NOK
    amount:
    260000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-06-03T08:04:02Z
    deadline:
    2025-12-18T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-06-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  2. id:
    2024-107407
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Ombygging av Bingsfoss ungdomsskole
    description:
    Lillestrøm kommune skal utvide Bingsfoss ungdomsskole på Sørumsand for en økt elevkapasitet og oppgradere skolens uteareal mens skolen holdes i drift. Bingsfoss ungdomsskole skal videreføres som en 6-parallell skole for elever fra 8- til 10. trinn, og skal ved skolestart august 2025 ha kapasitet til 30 elever per klasserom. Dette tilsvarer en økt elevkapasitet fra ca. 410 til 540 elever.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    estimatedValue:
    currencyCode:
    NOK
    amount:
    91500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-05-16T08:52:58Z
    deadline:
    2025-08-14T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-05-17
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  3. id:
    2026-106814
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Utvidelse av Bingsfoss ungdomsskole
    description:
    Lillestrøm kommune skal utvide Bingsfoss ungdomsskole på Sørumsand for en økt elevkapasitet fra ca. 410 til 540 elever, samt å oppgradere skolens uteareal som skal tilrettelegges for fysisk aktivitet. Blant annet skal dagens stisystem langs Glomma forbindes inne på skolens uteareal. Prosjektet innebærer ombygging av deler av eksisterende skole og etablering av to tilbygg i forlengelse av eksisterende klasseromsfløyer. Dette skal utføres mens skolen holdes i drift. Under ombyggingen vil enkelte romfunksjoner midlertidig måtte flyttes i paviljonger på skolens tomt.
    location_id:

    1 results

    1. NOZZZ
    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:
    2026-04-14T13:45:50Z
    deadline:
    2027-08-13T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-04-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-115623
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    1259401 – BUF Lierfoss Totalentreprise K101
    description:
    Statsbygg ber i forbindelse med prosjekt:nr.: 1259401navn: BUF Lierfossom tilbud på totalentreprise: K101
    location_id:

    3 results

    1. NO085
    2. NO084
    3. NO083
    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:
    2025-10-28T13:40:28Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-10-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-104245
    buyer:

    1 results

    1. id:
      096d22c44a9b1d45cce45d38477aa768
      organization_id:
      842566142
      name:
      Lørenskog kommune
    heading:
    Entreprise ny hall - Lørenskoghallen
    description:
    Prosjektet gjelder bygging av ny flerbrukshall ved siden av eksisterende hall. Prosjektet gjennomføres etter BVP- metodikken og skal gi entreprenør frihet til å gjennomføre prosjektet etter sin beste praksis innenfor de absolutte rammer oppdragsgiver setter. Mer informasjon om prosjektet er å finne i konkurransegrunnlaget.
    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:
    2024-03-20T13:22:03Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-03-21
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  6. id:
    2023-654401
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Ny skole på Auli i Nes kommune (1.- 7. trinn)
    description:
    Nes kommune skal bygge nytt skolebygg på Auli som erstatter et av de eksisterende byggene, åttekanten. Bygget inneholder klasserom, lærerarbeidsplasser, mat & helse og SFO. Bygget skal utføres i massivtre, tilfredsstille passivhus-standarden og nZeb. Energiløsninger med varmepumpe basert på bergvarme og solceller. Bygget består av underetasje + 2 etasjer med tilrettelegging for å bygge på én etasje til.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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-08T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-07-08
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2022-308617
    buyer:

    1 results

    1. id:
      3ec1c7bdf77b0602b65119394eeda8ab
      organization_id:
      948 164 256
      name:
      Aurskog-Høland kommune
    heading:
    Nye Aursmoen skole og barnehage
    description:
    Aurskog-Høland kommune («oppdragsgiver») inviterer med dette til konkurranse om samspill, utvikling og bygging av nye Aursmoen skole og barnehage. Anskaffelsen omfatter to faser: 1) en samspillsfase, 2) en utførelsesfase med riving av eksisterende bygningsmasse, utvikling og bygging av en ny 1-10 skole, ny barnehage med 10 avdelinger, ressursavdeling, voksenopplæring, fritidsklubb og idrettshall samt prøvedriftsfase. Anskaffelsen inkluderer en opsjon på svømmehall med opplæringsbasseng.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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-05-24T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-05-24
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2021-324815
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Nannestad svømmehall
    description:
    Nannestad svømmehall skal bygges i tilknytning til eksisterende Nannestadhallen, der eksisterende inngangsparti og foaje skal bygges om til felles inngang for idrettshall og svømmehall.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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:
    2021-06-29T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-06-29
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2020-305945
    buyer:

    1 results

    1. id:
      096d22c44a9b1d45cce45d38477aa768
      organization_id:
      842 566 142
      name:
      Lørenskog kommune
    heading:
    Anskaffelse av Samspillsentreprise i partnering for prosjektering og utbygging av Benterud skole og flerbrukshall
    description:
    Lørenskog kommune har en sterk befolkningsvekst, og det er behov for utvidet barneskolekapasitet ref. sak KS 129/17 (15. november 2017). Resultat av saken ble en planlagt utbyggingsportefølje der Benterud skole som i dag har to parallelle klasserekker, skal utvides med to parallelle klasserekker til skolestart 2023. Ref. Vedlegg 7 Kommunestyrets vedtak 03.04.2019 KS 036/19 Benterud skole, utvidelse – V1818 – BP1. Den vedtatte utvidelsen av Benterud skole omfatter en utvidelse av alle klasserekker (1.-7.) med to paralleller, utvidet spesialpedagogisk base samt en flerbrukshall med håndballstørrelse og utvidelse av skolens uteområde. Utvidelsen innebærer en økning til ca. 110 elever per trinn i tillegg til at basen for multifunksjonshemmede elever skal romme 20 elever istedenfor 4 elever. Den maksimale kapasiteten for skolen vil da totalt være på ca. 800 elever og 115 ansatte. Skolen har i dag i underkant av 400 elever og ca. 50 ansatte.
    location_id:

    1 results

    1. anyw
    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:
    2020-05-29T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-05-29
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2017-055062
    buyer:

    1 results

    1. id:
      d1d76b186485e6d7d350217cd8afef7f
      organization_id:
      964 947 716
      name:
      Sør-Odal Kommune
    heading:
    Framtidens skole i Sør-Odal - Totalentreprise med løsningsforslag
    description:
    Sør-Odal kommune vedtok i kommunestyret 12.04.2016 å bygge ny skole for 1.-10. trinn for alle elever i kommunen. Skolen skal kunne håndtere 900 elever og det forutsettes at skolen skal åpnes ved skolestart høsten 2019. I tillegg til arealer for undervisning skal det bygges en ny flerbrukshall, uteområder skal opparbeides, inkludert parkeringsplasser og infrastruktur. I tillegg skal et midlertidig undervisningsbygg og tidligere SFO rives. Fremtidens skole i Sør-Odal skal bygges etter passivhusstandard (NS 3701) og BREEAM-sertifiseres i henhold til BREEAM-NOR 2016 Very Good. For oppvarming skal det benyttes fjernvarme levert av ekstern leverandør. Bygget skal oppføres med massivtre-elementer og ha en fasade med treuttrykk. Kontrakten omfatter følgende elementer: - Ny 1-10 skole - Flerbrukshall - Tilhørende uteområder - Rivning av eksisterende bygg
    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-10-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-10-26
    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:
249
hits:

10 results

  1. id:
    2024-108333
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Etablering av Haugtun spesialskole
    description:
    Skåningsrud skole og ressurssenter er en spesialskole for barn med ulike funksjonsutfordringer. Bygget er i svært dårlig forfatning, og skal flyttes til Haugtun. Eksisterende Haugtun barneskole er nedlagt, og planlagt tiltak omfatter rivning av både eksisterende bygningsmasse som skal erstattes med nybygg. Nytt skolebygg planlegges over 2 etasjer, med saltak, primært oppført med kledning og bærende konstruksjoner i tre. Bygget skal ha høye miljøambisjoner, og skal BREEAM GOOD-sertifiseres.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    estimatedValue:
    currencyCode:
    NOK
    amount:
    260000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-06-03T08:04:02Z
    deadline:
    2025-12-18T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-06-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  2. id:
    2024-107407
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Ombygging av Bingsfoss ungdomsskole
    description:
    Lillestrøm kommune skal utvide Bingsfoss ungdomsskole på Sørumsand for en økt elevkapasitet og oppgradere skolens uteareal mens skolen holdes i drift. Bingsfoss ungdomsskole skal videreføres som en 6-parallell skole for elever fra 8- til 10. trinn, og skal ved skolestart august 2025 ha kapasitet til 30 elever per klasserom. Dette tilsvarer en økt elevkapasitet fra ca. 410 til 540 elever.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    estimatedValue:
    currencyCode:
    NOK
    amount:
    91500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-05-16T08:52:58Z
    deadline:
    2025-08-14T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-05-17
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  3. id:
    2026-106814
    buyer:

    1 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    heading:
    Utvidelse av Bingsfoss ungdomsskole
    description:
    Lillestrøm kommune skal utvide Bingsfoss ungdomsskole på Sørumsand for en økt elevkapasitet fra ca. 410 til 540 elever, samt å oppgradere skolens uteareal som skal tilrettelegges for fysisk aktivitet. Blant annet skal dagens stisystem langs Glomma forbindes inne på skolens uteareal. Prosjektet innebærer ombygging av deler av eksisterende skole og etablering av to tilbygg i forlengelse av eksisterende klasseromsfløyer. Dette skal utføres mens skolen holdes i drift. Under ombyggingen vil enkelte romfunksjoner midlertidig måtte flyttes i paviljonger på skolens tomt.
    location_id:

    1 results

    1. NOZZZ
    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:
    2026-04-14T13:45:50Z
    deadline:
    2027-08-13T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-04-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-115623
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      STATSBYGG
    heading:
    1259401 – BUF Lierfoss Totalentreprise K101
    description:
    Statsbygg ber i forbindelse med prosjekt:nr.: 1259401navn: BUF Lierfossom tilbud på totalentreprise: K101
    location_id:

    3 results

    1. NO085
    2. NO084
    3. NO083
    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:
    2025-10-28T13:40:28Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-10-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-104245
    buyer:

    1 results

    1. id:
      096d22c44a9b1d45cce45d38477aa768
      organization_id:
      842566142
      name:
      Lørenskog kommune
    heading:
    Entreprise ny hall - Lørenskoghallen
    description:
    Prosjektet gjelder bygging av ny flerbrukshall ved siden av eksisterende hall. Prosjektet gjennomføres etter BVP- metodikken og skal gi entreprenør frihet til å gjennomføre prosjektet etter sin beste praksis innenfor de absolutte rammer oppdragsgiver setter. Mer informasjon om prosjektet er å finne i konkurransegrunnlaget.
    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:
    2024-03-20T13:22:03Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-03-21
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  6. id:
    2023-654401
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Ny skole på Auli i Nes kommune (1.- 7. trinn)
    description:
    Nes kommune skal bygge nytt skolebygg på Auli som erstatter et av de eksisterende byggene, åttekanten. Bygget inneholder klasserom, lærerarbeidsplasser, mat & helse og SFO. Bygget skal utføres i massivtre, tilfredsstille passivhus-standarden og nZeb. Energiløsninger med varmepumpe basert på bergvarme og solceller. Bygget består av underetasje + 2 etasjer med tilrettelegging for å bygge på én etasje til.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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-08T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-07-08
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2022-308617
    buyer:

    1 results

    1. id:
      3ec1c7bdf77b0602b65119394eeda8ab
      organization_id:
      948 164 256
      name:
      Aurskog-Høland kommune
    heading:
    Nye Aursmoen skole og barnehage
    description:
    Aurskog-Høland kommune («oppdragsgiver») inviterer med dette til konkurranse om samspill, utvikling og bygging av nye Aursmoen skole og barnehage. Anskaffelsen omfatter to faser: 1) en samspillsfase, 2) en utførelsesfase med riving av eksisterende bygningsmasse, utvikling og bygging av en ny 1-10 skole, ny barnehage med 10 avdelinger, ressursavdeling, voksenopplæring, fritidsklubb og idrettshall samt prøvedriftsfase. Anskaffelsen inkluderer en opsjon på svømmehall med opplæringsbasseng.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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-05-24T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-05-24
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2021-324815
    buyer:

    1 results

    1. id:
      4c4f51be27b9d9b28b1bc80b42eb4921
      organization_id:
      933 649 768
      name:
      Øvre Romerike Innkjøpssamarbeid
    heading:
    Nannestad svømmehall
    description:
    Nannestad svømmehall skal bygges i tilknytning til eksisterende Nannestadhallen, der eksisterende inngangsparti og foaje skal bygges om til felles inngang for idrettshall og svømmehall.
    location_id:

    4 results

    1. NO085
    2. NO084
    3. NO083
    4. NO082
    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:
    2021-06-29T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-06-29
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2020-305945
    buyer:

    1 results

    1. id:
      096d22c44a9b1d45cce45d38477aa768
      organization_id:
      842 566 142
      name:
      Lørenskog kommune
    heading:
    Anskaffelse av Samspillsentreprise i partnering for prosjektering og utbygging av Benterud skole og flerbrukshall
    description:
    Lørenskog kommune har en sterk befolkningsvekst, og det er behov for utvidet barneskolekapasitet ref. sak KS 129/17 (15. november 2017). Resultat av saken ble en planlagt utbyggingsportefølje der Benterud skole som i dag har to parallelle klasserekker, skal utvides med to parallelle klasserekker til skolestart 2023. Ref. Vedlegg 7 Kommunestyrets vedtak 03.04.2019 KS 036/19 Benterud skole, utvidelse – V1818 – BP1. Den vedtatte utvidelsen av Benterud skole omfatter en utvidelse av alle klasserekker (1.-7.) med to paralleller, utvidet spesialpedagogisk base samt en flerbrukshall med håndballstørrelse og utvidelse av skolens uteområde. Utvidelsen innebærer en økning til ca. 110 elever per trinn i tillegg til at basen for multifunksjonshemmede elever skal romme 20 elever istedenfor 4 elever. Den maksimale kapasiteten for skolen vil da totalt være på ca. 800 elever og 115 ansatte. Skolen har i dag i underkant av 400 elever og ca. 50 ansatte.
    location_id:

    1 results

    1. anyw
    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:
    2020-05-29T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2020-05-29
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2017-055062
    buyer:

    1 results

    1. id:
      d1d76b186485e6d7d350217cd8afef7f
      organization_id:
      964 947 716
      name:
      Sør-Odal Kommune
    heading:
    Framtidens skole i Sør-Odal - Totalentreprise med løsningsforslag
    description:
    Sør-Odal kommune vedtok i kommunestyret 12.04.2016 å bygge ny skole for 1.-10. trinn for alle elever i kommunen. Skolen skal kunne håndtere 900 elever og det forutsettes at skolen skal åpnes ved skolestart høsten 2019. I tillegg til arealer for undervisning skal det bygges en ny flerbrukshall, uteområder skal opparbeides, inkludert parkeringsplasser og infrastruktur. I tillegg skal et midlertidig undervisningsbygg og tidligere SFO rives. Fremtidens skole i Sør-Odal skal bygges etter passivhusstandard (NS 3701) og BREEAM-sertifiseres i henhold til BREEAM-NOR 2016 Very Good. For oppvarming skal det benyttes fjernvarme levert av ekstern leverandør. Bygget skal oppføres med massivtre-elementer og ha en fasade med treuttrykk. Kontrakten omfatter følgende elementer: - Ny 1-10 skole - Flerbrukshall - Tilhørende uteområder - Rivning av eksisterende bygg
    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-10-26T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-10-26
    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.