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-09T02:48:33Z in 0.192 seconds.

total_count:
274
hits:

10 results

  1. id:
    2023-601272
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    Utbytting av lysarmaturer for UNN HF
    description:
    Tildeling gjelder rammeavtaler for "Utbytting av lysarmaturer" for Universitetssykehuset Nord-Norge HF, Tromsø.
    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-06-16T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-06-16
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2022-372763
    buyer:

    1 results

    1. id:
      23d54633f622c00aac29f78ebad26838
      organization_id:
      922420866
      name:
      TROMS OG FINNMARK FYLKESKOMMUNE
    heading:
    Konkurranse vedr. Rammeavtale på kjøp av elektrotjenester til Troms og Finnmark fylkeskommune
    description:
    Troms og Finnmark fylkeskommune skal inngå rammeavtale for leveranser av tjenester og materiell for utførelse, reparasjon og vedlikehold av elektriske anlegg vedrørende sterk- og svakstrøms installasjoner. Avtalen gjelder kun for Troms fylke og er inndelt i fire regioner: - Nord-Troms - Tromsø - Midt-Troms - Sør-Troms Det vil bli valgt én leverandør per region.
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    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:
    2022-08-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-08-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2019-316681
    buyer:

    1 results

    1. id:
      24f5002b4816434bef14ce06b9b57b12
      organization_id:
      940101808
      name:
      Tromsø Kommune
    heading:
    Rammeavtale for Håndverkertjenester - El.tjenester
    description:
    Tromsø kommune har sammen med Karlsøy kommune inngått rammeavtale for elektrikertjenester.
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    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-09-06T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-09-06
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-310103
    buyer:

    13 results

    1. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      Bergen kommune
    2. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      not reported by source
      name:
      Bergen kommune
    3. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      not reported by source
      name:
      Alver kommune
    4. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      not reported by source
      name:
      Askøy kommune
    5. id:
      4cedff4e77901ba6d992033cca33df4c
      organization_id:
      not reported by source
      name:
      Betanien rehabilitering og sykehjem
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      Bjørnafjorden kommune
    7. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      not reported by source
      name:
      Masfjorden kommune
    8. id:
      12d6a2c7765ed6295fc9d3015af22be5
      organization_id:
      not reported by source
      name:
      Modalen kommune
    9. id:
      ac43f809a660db875c59c6ae08a3937c
      organization_id:
      not reported by source
      name:
      Omsorgssenteret Bergens Indremisjon
    10. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      not reported by source
      name:
      Osterøy kommune
    11. id:
      fb3d5a66ec4c14f37c5df64e260da990
      organization_id:
      not reported by source
      name:
      Siljuslåtten sykehjem
    12. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      not reported by source
      name:
      Solsletten sykehjem
    13. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      Øygarden kommune
    heading:
    EØS 003-2022 Rammeavtaler hvitevarer, brunevarer, småelektrisk utstyr - to delkonkurranser
    description:
    Bergen kommune med samarbeidspartnerne har inngått to rammeavtaler for levering av hvitevarer, brunevarer (TV, video, radio, mm), småelektrisk utstyr (kjøkkenutstyr, elektriske husholdningsvarer), klima- og oppvarmingsprodukter med mer.
    location_id:

    1 results

    1. NO0A2
    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:
    2022-06-21T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-06-21
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2024-113642
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    heading:
    Anskaffelse - Hvitevarer, brunevarer og småelektronikk, 2024
    description:
    Formålet med anskaffelsen er å dekke kundes behov for hvitevarer, brunevarer og småelektronikk til deltakerne av avtalen, iht. til kravspesifikasjonen. På grunn av ulike krav til servicenivå og ulikt sortiment hos kunder, ble anskaffelsen delt i to delområder. Det ble utarbeidet en egen kravspesifikasjon for hvert av delområdene. Delområde 1 - Hvitevarer, brunevarer og småelektronikk til kommunale bygg, institusjoner o.l.. Delområde 2 - Hvitevarer, brunevarer og småelektronikk til flyktninger.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    32500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-09-23T12:55:28Z
    deadline:
    2026-08-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-09-25
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  6. id:
    2025-113939
    buyer:

    6 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    2. id:
      056a6b0536b69062b8ba6d1c9739d063
      organization_id:
      964949581
      name:
      Enebakk kommune
    3. id:
      5c4396de673b2d87c397c289444341b0
      organization_id:
      971643870
      name:
      Nittedal kommune
    4. id:
      f3f5e03e859e6d93d3234578faaae79d
      organization_id:
      976634438
      name:
      Nedre Romerike Brann og Redning (NRBR)
    5. id:
      acdfa40847c8b7a96ce4a89eca36b1f0
      organization_id:
      997597575
      name:
      Romerike krisesenter IKS
    6. id:
      aa7292f3ed227c95d346d5f84027919a
      organization_id:
      952540556
      name:
      Rælingen kommune
    heading:
    Rammeavtale på kjøp av elektrisk utstyr
    description:
    Rammeavtale på kjøp av elektrisk utstyr. Avtalen omfatter blant annet hvitevarer, noe brunevarer, husholdsningsapparater, kjøkkenmaskiner med mer. Avtalen omfatter både kjøp, levering, montering og retur. Produktene skal tilbys i nettbutikk.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-09-29T06:05:51Z
    deadline:
    2027-08-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-09-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-375291
    buyer:

    16 results

    1. id:
      3d9e1f4f78f0553cf662c55d4a2ec7c8
      organization_id:
      971 183 675
      name:
      Oslo kommune v/Utviklings- og kompetanseetaten
    2. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    3. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    4. id:
      056a6b0536b69062b8ba6d1c9739d063
      organization_id:
      964949581
      name:
      Enebakk kommune
    5. id:
      f1f4ccf885d41c1074f85cec57a3f1f2
      organization_id:
      963999089
      name:
      Frogn kommune
    6. id:
      a18ad2aeb7be4516ac74ac9ad6ca89e3
      organization_id:
      944383565
      name:
      Nesodden kommune
    7. id:
      6df84e6a1730c3523fe6c6190fb30ae4
      organization_id:
      943485437
      name:
      Vestby kommune
    8. id:
      275424685d4a239d772f65fe8ce72f2d
      organization_id:
      994860216
      name:
      Nittedal-eiendom KF
    9. id:
      d37ead35c0b7493ec613d20aa7e80e74
      organization_id:
      969159570
      name:
      Norges miljø- og biovitenskapelige universitet NMBU
    10. id:
      3f5e1d443ef163b7f3d1982bec19c63a
      organization_id:
      974714442
      name:
      Norges miljø- og biovitenskapelige universitet NMBU - Dyresykehuset
    11. id:
      5f58b3db4782274917292fab8b56060e
      organization_id:
      971596619
      name:
      Senter for husdyrforsøk (SHF)
    12. id:
      be8086bf6395e347ff2844d878e78397
      organization_id:
      915070434
      name:
      Sporveien AS
    13. id:
      6a696b3ad68d5e70c9141c37e19b6b24
      organization_id:
      985057192
      name:
      Sporveien Trikken
    14. id:
      16d271420fc02f303b4ec91361247442
      organization_id:
      985057265
      name:
      Sporveien T-banen
    15. id:
      c817022b9a64bf7b45176ab029cab36a
      organization_id:
      991005223
      name:
      Sporveien Vognmateriell
    16. id:
      2d002fec8a0d5ec6ca9787393c5ee9c9
      organization_id:
      985615616
      name:
      Unibus
    heading:
    Leie av løse og faste gulvmatter
    description:
    Leie av løse og faste gulvmatter til Oslo kommune og samarbeidende virksomheter. Samkjøpsavtalen er delt inn i to delavtaler på hhv. løse og faste matter.
    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:
    2021-10-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2026-112043
    buyer:

    1 results

    1. id:
      61d8d35467c71442f93ef5bd1a5669dd
      organization_id:
      821311632
      name:
      Vestland fylkeskommune
    heading:
    Tjenesteavtale for regelmessig oppfølging av hygieneløsninger
    description:
    Hensikten med denne anskaffelsen er primært å inngå en tjenesteavtale for regelmessig tømming og håndtering av sanitets- og bleiebokser ved fylkeskommunens lokasjoner. I tillegg skal avtalen omfatte leve-ring av tilhørende sanitetsprodukter, som blant annet bind, tamponger og annet relevant forbruksmateriell. Avtalen kan også omfatte leveranse av utstyr som bleiebokser, seterens og duftsystemer.
    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:
    2026-07-07T10:09:39Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-07-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-111347
    buyer:

    1 results

    1. id:
      297dd5d932e5ea9b601b7794d9ecd5ad
      organization_id:
      874789542
      name:
      UNIVERSITETET I BERGEN
    heading:
    ANSK-25-0499 Løpende tjenesteavtale Vaskeri- og tøytjenester IKO
    description:
    Det skal anskaffes en løpende tjenesteavtale for vaskeri og tøytjenester til Institutt for klinisk odontologi. Behovet består i hovedsak av en utleieordning av klnikktøy til bruk ved pasientklinikkene. I tillegg er det behov for en del spesialtøy.
    location_id:

    1 results

    1. NO0A2
    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:
    2025-07-31T08:11:26Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-08-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-105292
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Kjøp av vaskeritjenester
    description:
    Tilbudsomfang omfatter: • Leie og vask + vask av arbeidstøy mv (se vedlegg for prisoppsett) • Matter – leie og vask/ rens (se vedlegg for prisoppsett)
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-04-02T05:34:35Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-04-03
    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:
274
hits:

10 results

  1. id:
    2023-601272
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    Utbytting av lysarmaturer for UNN HF
    description:
    Tildeling gjelder rammeavtaler for "Utbytting av lysarmaturer" for Universitetssykehuset Nord-Norge HF, Tromsø.
    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-06-16T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2023-06-16
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2022-372763
    buyer:

    1 results

    1. id:
      23d54633f622c00aac29f78ebad26838
      organization_id:
      922420866
      name:
      TROMS OG FINNMARK FYLKESKOMMUNE
    heading:
    Konkurranse vedr. Rammeavtale på kjøp av elektrotjenester til Troms og Finnmark fylkeskommune
    description:
    Troms og Finnmark fylkeskommune skal inngå rammeavtale for leveranser av tjenester og materiell for utførelse, reparasjon og vedlikehold av elektriske anlegg vedrørende sterk- og svakstrøms installasjoner. Avtalen gjelder kun for Troms fylke og er inndelt i fire regioner: - Nord-Troms - Tromsø - Midt-Troms - Sør-Troms Det vil bli valgt én leverandør per region.
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    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:
    2022-08-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-08-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2019-316681
    buyer:

    1 results

    1. id:
      24f5002b4816434bef14ce06b9b57b12
      organization_id:
      940101808
      name:
      Tromsø Kommune
    heading:
    Rammeavtale for Håndverkertjenester - El.tjenester
    description:
    Tromsø kommune har sammen med Karlsøy kommune inngått rammeavtale for elektrikertjenester.
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    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-09-06T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-09-06
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2022-310103
    buyer:

    13 results

    1. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      Bergen kommune
    2. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      not reported by source
      name:
      Bergen kommune
    3. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      not reported by source
      name:
      Alver kommune
    4. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      not reported by source
      name:
      Askøy kommune
    5. id:
      4cedff4e77901ba6d992033cca33df4c
      organization_id:
      not reported by source
      name:
      Betanien rehabilitering og sykehjem
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      Bjørnafjorden kommune
    7. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      not reported by source
      name:
      Masfjorden kommune
    8. id:
      12d6a2c7765ed6295fc9d3015af22be5
      organization_id:
      not reported by source
      name:
      Modalen kommune
    9. id:
      ac43f809a660db875c59c6ae08a3937c
      organization_id:
      not reported by source
      name:
      Omsorgssenteret Bergens Indremisjon
    10. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      not reported by source
      name:
      Osterøy kommune
    11. id:
      fb3d5a66ec4c14f37c5df64e260da990
      organization_id:
      not reported by source
      name:
      Siljuslåtten sykehjem
    12. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      not reported by source
      name:
      Solsletten sykehjem
    13. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      Øygarden kommune
    heading:
    EØS 003-2022 Rammeavtaler hvitevarer, brunevarer, småelektrisk utstyr - to delkonkurranser
    description:
    Bergen kommune med samarbeidspartnerne har inngått to rammeavtaler for levering av hvitevarer, brunevarer (TV, video, radio, mm), småelektrisk utstyr (kjøkkenutstyr, elektriske husholdningsvarer), klima- og oppvarmingsprodukter med mer.
    location_id:

    1 results

    1. NO0A2
    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:
    2022-06-21T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-06-21
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2024-113642
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      Ålesund kommune
    heading:
    Anskaffelse - Hvitevarer, brunevarer og småelektronikk, 2024
    description:
    Formålet med anskaffelsen er å dekke kundes behov for hvitevarer, brunevarer og småelektronikk til deltakerne av avtalen, iht. til kravspesifikasjonen. På grunn av ulike krav til servicenivå og ulikt sortiment hos kunder, ble anskaffelsen delt i to delområder. Det ble utarbeidet en egen kravspesifikasjon for hvert av delområdene. Delområde 1 - Hvitevarer, brunevarer og småelektronikk til kommunale bygg, institusjoner o.l.. Delområde 2 - Hvitevarer, brunevarer og småelektronikk til flyktninger.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    32500000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-09-23T12:55:28Z
    deadline:
    2026-08-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-09-25
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  6. id:
    2025-113939
    buyer:

    6 results

    1. id:
      ec04201b5d47686f31761d8517b5c2fa
      organization_id:
      820710592
      name:
      Lillestrøm Kommune
    2. id:
      056a6b0536b69062b8ba6d1c9739d063
      organization_id:
      964949581
      name:
      Enebakk kommune
    3. id:
      5c4396de673b2d87c397c289444341b0
      organization_id:
      971643870
      name:
      Nittedal kommune
    4. id:
      f3f5e03e859e6d93d3234578faaae79d
      organization_id:
      976634438
      name:
      Nedre Romerike Brann og Redning (NRBR)
    5. id:
      acdfa40847c8b7a96ce4a89eca36b1f0
      organization_id:
      997597575
      name:
      Romerike krisesenter IKS
    6. id:
      aa7292f3ed227c95d346d5f84027919a
      organization_id:
      952540556
      name:
      Rælingen kommune
    heading:
    Rammeavtale på kjøp av elektrisk utstyr
    description:
    Rammeavtale på kjøp av elektrisk utstyr. Avtalen omfatter blant annet hvitevarer, noe brunevarer, husholdsningsapparater, kjøkkenmaskiner med mer. Avtalen omfatter både kjøp, levering, montering og retur. Produktene skal tilbys i nettbutikk.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-09-29T06:05:51Z
    deadline:
    2027-08-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-09-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-375291
    buyer:

    16 results

    1. id:
      3d9e1f4f78f0553cf662c55d4a2ec7c8
      organization_id:
      971 183 675
      name:
      Oslo kommune v/Utviklings- og kompetanseetaten
    2. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    3. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    4. id:
      056a6b0536b69062b8ba6d1c9739d063
      organization_id:
      964949581
      name:
      Enebakk kommune
    5. id:
      f1f4ccf885d41c1074f85cec57a3f1f2
      organization_id:
      963999089
      name:
      Frogn kommune
    6. id:
      a18ad2aeb7be4516ac74ac9ad6ca89e3
      organization_id:
      944383565
      name:
      Nesodden kommune
    7. id:
      6df84e6a1730c3523fe6c6190fb30ae4
      organization_id:
      943485437
      name:
      Vestby kommune
    8. id:
      275424685d4a239d772f65fe8ce72f2d
      organization_id:
      994860216
      name:
      Nittedal-eiendom KF
    9. id:
      d37ead35c0b7493ec613d20aa7e80e74
      organization_id:
      969159570
      name:
      Norges miljø- og biovitenskapelige universitet NMBU
    10. id:
      3f5e1d443ef163b7f3d1982bec19c63a
      organization_id:
      974714442
      name:
      Norges miljø- og biovitenskapelige universitet NMBU - Dyresykehuset
    11. id:
      5f58b3db4782274917292fab8b56060e
      organization_id:
      971596619
      name:
      Senter for husdyrforsøk (SHF)
    12. id:
      be8086bf6395e347ff2844d878e78397
      organization_id:
      915070434
      name:
      Sporveien AS
    13. id:
      6a696b3ad68d5e70c9141c37e19b6b24
      organization_id:
      985057192
      name:
      Sporveien Trikken
    14. id:
      16d271420fc02f303b4ec91361247442
      organization_id:
      985057265
      name:
      Sporveien T-banen
    15. id:
      c817022b9a64bf7b45176ab029cab36a
      organization_id:
      991005223
      name:
      Sporveien Vognmateriell
    16. id:
      2d002fec8a0d5ec6ca9787393c5ee9c9
      organization_id:
      985615616
      name:
      Unibus
    heading:
    Leie av løse og faste gulvmatter
    description:
    Leie av løse og faste gulvmatter til Oslo kommune og samarbeidende virksomheter. Samkjøpsavtalen er delt inn i to delavtaler på hhv. løse og faste matter.
    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:
    2021-10-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2026-112043
    buyer:

    1 results

    1. id:
      61d8d35467c71442f93ef5bd1a5669dd
      organization_id:
      821311632
      name:
      Vestland fylkeskommune
    heading:
    Tjenesteavtale for regelmessig oppfølging av hygieneløsninger
    description:
    Hensikten med denne anskaffelsen er primært å inngå en tjenesteavtale for regelmessig tømming og håndtering av sanitets- og bleiebokser ved fylkeskommunens lokasjoner. I tillegg skal avtalen omfatte leve-ring av tilhørende sanitetsprodukter, som blant annet bind, tamponger og annet relevant forbruksmateriell. Avtalen kan også omfatte leveranse av utstyr som bleiebokser, seterens og duftsystemer.
    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:
    2026-07-07T10:09:39Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-07-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-111347
    buyer:

    1 results

    1. id:
      297dd5d932e5ea9b601b7794d9ecd5ad
      organization_id:
      874789542
      name:
      UNIVERSITETET I BERGEN
    heading:
    ANSK-25-0499 Løpende tjenesteavtale Vaskeri- og tøytjenester IKO
    description:
    Det skal anskaffes en løpende tjenesteavtale for vaskeri og tøytjenester til Institutt for klinisk odontologi. Behovet består i hovedsak av en utleieordning av klnikktøy til bruk ved pasientklinikkene. I tillegg er det behov for en del spesialtøy.
    location_id:

    1 results

    1. NO0A2
    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:
    2025-07-31T08:11:26Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-08-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-105292
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Kjøp av vaskeritjenester
    description:
    Tilbudsomfang omfatter: • Leie og vask + vask av arbeidstøy mv (se vedlegg for prisoppsett) • Matter – leie og vask/ rens (se vedlegg for prisoppsett)
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-04-02T05:34:35Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-04-03
    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.