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-23T10:06:56Z in 0.361 seconds.

total_count:
4826
hits:

10 results

  1. id:
    2026-114848
    buyer:

    1 results

    1. id:
      2d644a8d7ea67e39781f757a74486a01
      organization_id:
      921 233 418
      name:
      Orkland Kommune
    heading:
    26/12634:Dynamisk innkjøpsordning (DPS) for møbler og inventar – Orkland kommune
    description:
    Orkland kommune etablerer en dynamisk innkjøpsordning (DPS) for kjøp av møbler og løst inventar til kommunale tjenester, herunder anskaffelser knyttet til kommunens bygg- og eiendomsprosjekter. Leverandører kan søke om opptak i én eller flere kategorier gjennom hele ordningens varighet. Konkrete behov konkurranseutsettes mellom leverandørene som er tatt opp i den aktuelle kategorien.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. DYNAMIC_PURCHASING_SCHEME
    status:
    ACTIVE
    issueDate:
    2026-09-21T13:58:23Z
    deadline:
    2026-10-30T22:59:59Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114854
    buyer:

    1 results

    1. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    heading:
    Rørleggertjenester - Rammeavtale
    description:
    Rammeavtale for rørleggertjenester i Asker kommune
    location_id:

    1 results

    1. NO084
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T14:52:36Z
    deadline:
    2026-10-23T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-114859
    buyer:

    8 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    2. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      Sande kommune
    3. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      Sykkylven kommune
    4. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      Giske kommune
    5. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      Volda kommune
    6. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      Haram kommune
    7. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      Ørsta kommune
    8. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      Sula kommune
    heading:
    Anskaffelse - Interaktive skjermer, 2026
    description:
    Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    8000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-09-22T06:42:37Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  4. id:
    2026-114873
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    heading:
    Anskaffelse - Kjøkkenutstyr, 2026
    description:
    Rammeavtale for Kjøkkentøy (Bestikk, alt av kjøkkenutstyr, tallerkener, glass, kopper, panner, ulike fat osv.). Anskaffelse med to deler: 1. Delområde 1 - kjøkkentøypakke til flyktningboliger, 2. Delområde 2 - kjøkkentøy til kommunale bygg og institusjoner, barnehage og skole.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    3500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-22T10:00:56Z
    deadline:
    2026-10-27T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-114774
    buyer:

    1 results

    1. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      940791901
      name:
      Karmøy Kommune
    heading:
    Rammeavtale Renholdsmidler
    description:
    Karmøy kommune, heretter kalt oppdragsgiver, inviterer til konkurranse på Rammeavtale renholdsmidler.Avtalen har en varighet på 2 år, med mulighet for ytterligere 1+1 år i opsjon.Estimert maksimalverdi på anskaffelsen settes til 90 000 000 NOK eks mva over 4 år. Estimert verdi anslås å ligge mellom 70 000 000- 80 000 000 eks mva. Dette er et estimat basert på historiske tall, og er ikke bindende for oppdragsgiver.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    80000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-18T12:39:49Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-114792
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Kjøp av 18 stk stasjonere rullekomprimatorer til BIR Nyverdi
    description:
    18 stk. stasjonere rullekomprimatorer med tilhørende årlige fast serviceavtale. Utover dette inngår totalansvar for; transport, lossing, lagring, montering, idriftsetting, funksjonstesting, sikkerhetstesting, overtagelsesprotokoll og brukeropplæring. Nødvendige el. installasjonen på Espehaugen 17 inngår ikke i leveranseoppdraget, men det forutsettes at Tilbyder sammen med Oppdragsgiver tar koordineringsansvar for leveranseutførelsen.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    8000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

  7. id:
    2026-114800
    buyer:

    1 results

    1. id:
      e7c38cb469460081ad1de749d4670c71
      organization_id:
      984195796
      name:
      Domstoladministrasjonen
    heading:
    Renholdstjenester til rettssted Elverum
    description:
    Anskaffelsen omfatter kjøp av renholdstjenester til Hedmarken og Østerdal tingrett sine lokaler i Elverum. Kontrakten omfatter regelmessig renhold, periodisk renhold og bestillingsrenhold, inkludert innkjøp og påfyll av enkelte forbruksmateriell og hygieneartikler.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T09:22:53Z
    deadline:
    2026-10-26T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-22
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  8. id:
    2026-114741
    buyer:

    1 results

    1. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time Kommune
    heading:
    Rammeavtale for rørleggertjenester med materiell
    description:
    Leveransen skal i hovedsak dekke oppdragsgivers løpende behov for årlig rørleggertjenester i forbindelse med vedlikehold og rehabilitering av kommunale bygg, anlegg og boliger, samtidig planlagt utskifting av vannmålere.Avtalen kan også bli benyttet i forbindelse med nybygg og rehabilitering.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    21000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-18T08:29:06Z
    deadline:
    2026-10-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-114691
    buyer:

    1 results

    1. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    heading:
    Bjerkreim kommune - Vikeså stadion, rehabilitering kunstgress
    description:
    Bjerkreim kommune ber om pris på komplett leveranse av nytt kunstgress til Vikeså stadion. Det skal fjernes eksisterende kunstgress fra 2009.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    4 results

    1. COMPETITION
    2. PLANNING
    3. NOTICE_ON_BUYER_PROFILE
    4. ANNOUNCEMENT_OF_COMPETITION
    status:
    not reported by source
    issueDate:
    2026-09-17T21:04:21Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-114628
    buyer:

    5 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    3. id:
      6cc4135f5ad5eaae6f336f6cf2bd7cf7
      organization_id:
      840046672
      name:
      KRISTIANSAND KOMMUNALE PENSJONSKASSE
    4. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      KRISTIANSAND KIRKELIG FELLESRÅD
    5. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987 183 918
      name:
      AGDER KOMMUNEREVISJON IKS
    heading:
    Rammeavtale - Møbler til Kristiansand kommune - Hovedanbud
    description:
    Kristiansand kommune skal inngå nye rammeavtaler for levering av møbler til ulike formål, inkludert kontor og sosiale soner, barnehager, skoler og SFO og institusjoner.Formålet med anskaffelsene er å sikre tilgang til funksjonelle og hensiktsmessige produkter som møter Oppdragsgivers behov på en effektiv og fleksibel måte. Leverandørene skal være løsningsorienterte og bidra til gode samarbeidsprosesser.Kristiansand kommune har samtidig en tydelig ambisjon om å støtte opp under bærekraftig utvikling og sirkulær økonomi innen møbelområdet. Dette innebærer at møblene skal være av høy kvalitet, ha lang levetid, og kunne vedlikeholdes, repareres, gjenbrukes eller redesignes for ny bruk.Produktene som tilbys skal være solide og holdbare, men det skal også være mulig å velge enklere og rimeligere alternativer der dette vurderes som mest hensiktsmessig ut fra behov og kontekst.Anskaffelsen er delt inn i følgende delkontrakter:Delkontrakt 1 - Rammeavtale møbler - Kontor og sosiale sonerDelkontrakt 2 - Rammeavtale møbler - InstitusjonDelkontrakt 3 - Rammeavtale møbler - SFO og skoleDelkontrakt 4 - Rammeavtale møbler - BarnehageDet er mulig å levere tilbud på hver delkontrakt. Det er imidlertid ikke mulig å levere et samlet tilbud. Hver delkontrakt evalueres individuelt.Alle konkurransedokumentene i konkurransen er tilknyttet hovedanbudet.Alle delkontraktene gjelder Kristiansand kommune. På delkontrakt 1 er det imidlertid flere rammeavtaleparter.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    63000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-17T05:45:49Z
    deadline:
    2026-10-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Show all fields in HTML
total_count:
4826
hits:

10 results

  1. id:
    2026-114848
    buyer:

    1 results

    1. id:
      2d644a8d7ea67e39781f757a74486a01
      organization_id:
      921 233 418
      name:
      Orkland Kommune
    heading:
    26/12634:Dynamisk innkjøpsordning (DPS) for møbler og inventar – Orkland kommune
    description:
    Orkland kommune etablerer en dynamisk innkjøpsordning (DPS) for kjøp av møbler og løst inventar til kommunale tjenester, herunder anskaffelser knyttet til kommunens bygg- og eiendomsprosjekter. Leverandører kan søke om opptak i én eller flere kategorier gjennom hele ordningens varighet. Konkrete behov konkurranseutsettes mellom leverandørene som er tatt opp i den aktuelle kategorien.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. DYNAMIC_PURCHASING_SCHEME
    status:
    ACTIVE
    issueDate:
    2026-09-21T13:58:23Z
    deadline:
    2026-10-30T22:59:59Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114854
    buyer:

    1 results

    1. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    heading:
    Rørleggertjenester - Rammeavtale
    description:
    Rammeavtale for rørleggertjenester i Asker kommune
    location_id:

    1 results

    1. NO084
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T14:52:36Z
    deadline:
    2026-10-23T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-114859
    buyer:

    8 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    2. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      Sande kommune
    3. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      Sykkylven kommune
    4. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      Giske kommune
    5. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      Volda kommune
    6. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      Haram kommune
    7. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      Ørsta kommune
    8. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      Sula kommune
    heading:
    Anskaffelse - Interaktive skjermer, 2026
    description:
    Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    8000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-09-22T06:42:37Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  4. id:
    2026-114873
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    heading:
    Anskaffelse - Kjøkkenutstyr, 2026
    description:
    Rammeavtale for Kjøkkentøy (Bestikk, alt av kjøkkenutstyr, tallerkener, glass, kopper, panner, ulike fat osv.). Anskaffelse med to deler: 1. Delområde 1 - kjøkkentøypakke til flyktningboliger, 2. Delområde 2 - kjøkkentøy til kommunale bygg og institusjoner, barnehage og skole.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    3500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-22T10:00:56Z
    deadline:
    2026-10-27T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-23
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-114774
    buyer:

    1 results

    1. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      940791901
      name:
      Karmøy Kommune
    heading:
    Rammeavtale Renholdsmidler
    description:
    Karmøy kommune, heretter kalt oppdragsgiver, inviterer til konkurranse på Rammeavtale renholdsmidler.Avtalen har en varighet på 2 år, med mulighet for ytterligere 1+1 år i opsjon.Estimert maksimalverdi på anskaffelsen settes til 90 000 000 NOK eks mva over 4 år. Estimert verdi anslås å ligge mellom 70 000 000- 80 000 000 eks mva. Dette er et estimat basert på historiske tall, og er ikke bindende for oppdragsgiver.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    80000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-18T12:39:49Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-114792
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Kjøp av 18 stk stasjonere rullekomprimatorer til BIR Nyverdi
    description:
    18 stk. stasjonere rullekomprimatorer med tilhørende årlige fast serviceavtale. Utover dette inngår totalansvar for; transport, lossing, lagring, montering, idriftsetting, funksjonstesting, sikkerhetstesting, overtagelsesprotokoll og brukeropplæring. Nødvendige el. installasjonen på Espehaugen 17 inngår ikke i leveranseoppdraget, men det forutsettes at Tilbyder sammen med Oppdragsgiver tar koordineringsansvar for leveranseutførelsen.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    8000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

  7. id:
    2026-114800
    buyer:

    1 results

    1. id:
      e7c38cb469460081ad1de749d4670c71
      organization_id:
      984195796
      name:
      Domstoladministrasjonen
    heading:
    Renholdstjenester til rettssted Elverum
    description:
    Anskaffelsen omfatter kjøp av renholdstjenester til Hedmarken og Østerdal tingrett sine lokaler i Elverum. Kontrakten omfatter regelmessig renhold, periodisk renhold og bestillingsrenhold, inkludert innkjøp og påfyll av enkelte forbruksmateriell og hygieneartikler.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T09:22:53Z
    deadline:
    2026-10-26T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-22
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  8. id:
    2026-114741
    buyer:

    1 results

    1. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time Kommune
    heading:
    Rammeavtale for rørleggertjenester med materiell
    description:
    Leveransen skal i hovedsak dekke oppdragsgivers løpende behov for årlig rørleggertjenester i forbindelse med vedlikehold og rehabilitering av kommunale bygg, anlegg og boliger, samtidig planlagt utskifting av vannmålere.Avtalen kan også bli benyttet i forbindelse med nybygg og rehabilitering.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    21000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-18T08:29:06Z
    deadline:
    2026-10-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-114691
    buyer:

    1 results

    1. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    heading:
    Bjerkreim kommune - Vikeså stadion, rehabilitering kunstgress
    description:
    Bjerkreim kommune ber om pris på komplett leveranse av nytt kunstgress til Vikeså stadion. Det skal fjernes eksisterende kunstgress fra 2009.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    4 results

    1. COMPETITION
    2. PLANNING
    3. NOTICE_ON_BUYER_PROFILE
    4. ANNOUNCEMENT_OF_COMPETITION
    status:
    not reported by source
    issueDate:
    2026-09-17T21:04:21Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-114628
    buyer:

    5 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
    3. id:
      6cc4135f5ad5eaae6f336f6cf2bd7cf7
      organization_id:
      840046672
      name:
      KRISTIANSAND KOMMUNALE PENSJONSKASSE
    4. id:
      2add7b801fc12b64deaca66e55078608
      organization_id:
      876 992 612
      name:
      KRISTIANSAND KIRKELIG FELLESRÅD
    5. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987 183 918
      name:
      AGDER KOMMUNEREVISJON IKS
    heading:
    Rammeavtale - Møbler til Kristiansand kommune - Hovedanbud
    description:
    Kristiansand kommune skal inngå nye rammeavtaler for levering av møbler til ulike formål, inkludert kontor og sosiale soner, barnehager, skoler og SFO og institusjoner.Formålet med anskaffelsene er å sikre tilgang til funksjonelle og hensiktsmessige produkter som møter Oppdragsgivers behov på en effektiv og fleksibel måte. Leverandørene skal være løsningsorienterte og bidra til gode samarbeidsprosesser.Kristiansand kommune har samtidig en tydelig ambisjon om å støtte opp under bærekraftig utvikling og sirkulær økonomi innen møbelområdet. Dette innebærer at møblene skal være av høy kvalitet, ha lang levetid, og kunne vedlikeholdes, repareres, gjenbrukes eller redesignes for ny bruk.Produktene som tilbys skal være solide og holdbare, men det skal også være mulig å velge enklere og rimeligere alternativer der dette vurderes som mest hensiktsmessig ut fra behov og kontekst.Anskaffelsen er delt inn i følgende delkontrakter:Delkontrakt 1 - Rammeavtale møbler - Kontor og sosiale sonerDelkontrakt 2 - Rammeavtale møbler - InstitusjonDelkontrakt 3 - Rammeavtale møbler - SFO og skoleDelkontrakt 4 - Rammeavtale møbler - BarnehageDet er mulig å levere tilbud på hver delkontrakt. Det er imidlertid ikke mulig å levere et samlet tilbud. Hver delkontrakt evalueres individuelt.Alle konkurransedokumentene i konkurransen er tilknyttet hovedanbudet.Alle delkontraktene gjelder Kristiansand kommune. På delkontrakt 1 er det imidlertid flere rammeavtaleparter.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    63000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-17T05:45:49Z
    deadline:
    2026-10-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Will you use the result in generated code?

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.