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-27T15:55:59Z in 0.187 seconds.

total_count:
24
hits:

10 results

  1. id:
    2026-113629
    buyer:

    33 results

    1. id:
      930c467a74f0e21826ac32c8e2e4cc07
      organization_id:
      991776524
      name:
      Agder kollektivtransport AS (AKT)
    2. id:
      c91c028302b6911025f42d375858e8cc
      organization_id:
      986471839
      name:
      Kilden Teater og konserthus AS
    3. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      Kristiansandsregionen Brann og Redning IKS
    4. id:
      14bb3a3b70fe91da3c924b9be21d7662
      organization_id:
      989072048
      name:
      Vest-Agder museet IKS
    5. id:
      3004e0a8955608e740544732c20edada
      organization_id:
      986488111
      name:
      Lister Kompetanse AS
    6. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987183918
      name:
      Agder Kommunerevisjon IKS
    7. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    8. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      Kristiansand Kommune
    9. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921707134
      name:
      Agder fylkeskommune
    10. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940493021
      name:
      Arendal kommune
    11. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964966109
      name:
      Evje og Hornnes kommune
    12. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964965404
      name:
      Lillesand kommune
    13. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964966397
      name:
      Bygland kommune
    14. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964083266
      name:
      Farsund kommune
    15. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946439045
      name:
      Froland kommune
    16. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    17. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964964076
      name:
      Kvinesdal kommune
    18. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921060440
      name:
      Lindesnes kommune
    19. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    20. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936846777
      name:
      Vennesla kommune
    21. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964966842
      name:
      Åseral kommune
    22. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958814968
      name:
      Bykle kommune
    23. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    24. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964967369
      name:
      Flekkefjord kommune
    25. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964963916
      name:
      Hægebostad kommune
    26. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    27. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964964165
      name:
      Sirdal kommune
    28. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    29. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    30. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964965870
      name:
      Birkenes kommune
    31. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    32. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922421498
      name:
      Lyngdal kommune
    33. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964966575
      name:
      Valle kommune
    heading:
    Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
    description:
    Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-28T12:20:25Z
    deadline:
    2026-09-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-28
    placeOfPerformance:
    procurementStrategicLabels:

    3 results

    1. ENVIRONMENT_PROCUREMENT
    2. SOCIAL_PROCUREMENT
    3. INNOVATIVE_PROCUREMENT
  2. id:
    2026-111937
    buyer:

    1 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    heading:
    Markedsdialog: Renholdsprodukter med opsjon på robotisert renhold
    description:
    OFA IKS inviterer potensielle leverandører til markedsdialog i forbindelse med planlagt anskaffelse av rammeavtale for renholdsprodukter med tilhørende tjenester, samt opsjon på robotisert renhold. Formålet med dialogen er å informere markedet om den planlagte anskaffelsen og samtidig innhente innspill som kan bidra til å utforme et konkurransegrunnlag som gir god totaløkonomi, relevante miljøkrav og hensiktsmessige avtalemekanismer over tid. OFA IKS ønsker særlig innspill knyttet til prismodell, sortiment, avgrensning mellom produktkategorier, håndtering av mindre og større maskiner, samt hvordan robotisert renhold best kan tilbys som en opsjon i rammeavtalen. Det er også ønskelig å få markedets vurderinger av krav til transport, oppfølging, opplæring, support og utviklingstrekk i markedet. Dialogmøtene gjennomføres som individuelle møter med representanter fra OFA IKS og inntil tre representanter fra hver leverandør. Møtene kan avholdes fysisk hos OFA IKS, Kjøita 40 i Kristiansand, eller digitalt via Teams, og vil ha en varighet på 60–90 minutter. Leverandørene står fritt til å gi innspill til ett eller flere av temaene.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-07-03T14:05:12Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-07-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-107872
    buyer:

    1 results

    1. id:
      c82e16599856b1991be7cc2806369dbf
      organization_id:
      938583986
      name:
      Notodden Kommune
    heading:
    Rammeavtale renholdsprodukter, papir og plast for Kongsbergregionen
    description:
    Kongsbergregionen lyser ut konkurranse på rammeavtale på renholdsprodukter, papir og plast.Deltakerkommunene er:Kongsberg kommuneRollag kommuneSigdal kommuneNotodden kommuneNore og Uvdal kommuneTinn kommuneHjartdal kommuneFlesberg kommuneKrødsherad kommuneYtterligere opplysninger om oppdragsgiver fremkommer i oppdragsgivers konkurransegjennomføringsverktøy Mercell.
    location_id:

    1 results

    1. NO094
    estimatedValue:
    currencyCode:
    NOK
    amount:
    32000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-04-30T11:48:42Z
    deadline:
    2026-06-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-04-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-103212
    buyer:

    1 results

    1. id:
      62993545b3aabc7e6fa5f7313bc3eb91
      organization_id:
      961 381 819
      name:
      Valdreskommunene ved Sør-Aurdal kommune
    heading:
    Medisinsk forbruksmateriell og inkontinensprodukter mv
    description:
    Konkurransen gjelder levering av medisinsk forbruksmateriell og inkontinensprodukter mv til Valdreskommunene Nord-Aurdal, Sør-Aurdal, Øystre Slidre, Vestre Slidre, Vang og Etnedal.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-16T09:52:12Z
    deadline:
    2026-03-23T09:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2025-119332
    buyer:

    18 results

    1. id:
      a0bac9fde69d68aaaf1e089851782468
      organization_id:
      939958851
      name:
      Værnesregionen Innkjøp
    2. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      Stjørdal kommune
    3. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      Selbu kommune
    4. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      Tydal kommune
    5. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      Meråker kommune
    6. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      Frosta kommune
    7. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      Holtålen kommune
    8. id:
      d69f365d99055e159c30013c12df0b80
      organization_id:
      938587418
      name:
      Verdal kommune
    9. id:
      caad97f2232661edfd137adfee71fcf9
      organization_id:
      938587051
      name:
      Levanger kommune
    10. id:
      2019fefe6b9c062f3455994c51501269
      organization_id:
      997391853
      name:
      Inderøy kommune
    11. id:
      b8ef0d385bfe4ae8d9c0440c0a2f861c
      organization_id:
      964982031
      name:
      Snåsa kommune
    12. id:
      8447536ad78ca0ceefc898787bfa2645
      organization_id:
      959220476
      name:
      Høylandet kommune
    13. id:
      70a78f02706013e9c110ee904cacfdfc
      organization_id:
      942875967
      name:
      Namsos kommune
    14. id:
      0103fcb32b2af702d686fa494ebfb50b
      organization_id:
      845153272
      name:
      Flatanger kommune
    15. id:
      bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
      organization_id:
      940010853
      name:
      Grong kommune
    16. id:
      8fe614a62291e0a0541294c06f393da2
      organization_id:
      964982120
      name:
      Røyrvik kommune
    17. id:
      61886013447707d9605191d7a6ce4f1c
      organization_id:
      972417963
      name:
      Lierne kommune
    18. id:
      ef29ca1639538694f8b093951e6c3cf5
      organization_id:
      840029212
      name:
      Steinkjer kommune
    heading:
    Anskaffelse av forbruksartikler innenfor renhold, papir, tørk.
    description:
    Kjøp av forbruksartikler innenfor renhold, papir og tørk
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-05T13:06:50Z
    deadline:
    2026-01-30T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2025-12-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-118798
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      AVINOR AS
    heading:
    Avinor AS - RFI - Markedsdialog Sanitær, Plante, Skadedyr
    description:
    Avinor ønsker å få mer informasjon om markedet for sanitærprodukter, sanitærtjenester, forbruksvarer, planteservice, skadedyr og system for hygienemonitorering. Markedsdialogen benyttes i sammenheng med forberedelser til en eller flere nye anskaffelser og tilhørende kontrakter.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2025-12-01T15:51:49Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-117220
    buyer:

    1 results

    1. id:
      a51e547d9ea5fd9dd83c181d59e710e3
      organization_id:
      926 142 380
      name:
      Folkehallene IKS
    heading:
    Rammeavtale forbruksmateriell - sanitær og rengjøring
    description:
    Rammeavtale for levering av forbruksmateriell innen sanitær-, hygiene og renhold, samt beslektet forbruksmateriell, til oppdragsgivers fem – 5 – haller.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-11-17T09:54:46Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-11-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-112896
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    Kontraktstildeling- Kioskvarer til Helse Stavanger HF
    description:
    Rammeavtale for kjøp av ulike "non-food" produkter for videresalg i kiosk ved Nye Stavanger Universitetssykehus.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1712582.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-09-08T09:24:55Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-09-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-112590
    buyer:

    1 results

    1. id:
      a51e547d9ea5fd9dd83c181d59e710e3
      organization_id:
      926 142 380
      name:
      Folkehallene IKS
    heading:
    Rammeavtale forbruksmateriell - sanitær og rengjøring
    description:
    Rammeavtale for levering av forbruksmateriell innen sanitær-, hygiene og renhold, samt beslektet forbruksmateriell, til oppdragsgivers fem – 5 – haller.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-09-02T07:25:22Z
    deadline:
    2025-10-03T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-110973
    buyer:

    25 results

    1. id:
      c525d33fad6d5082b75f6da7c59ef5bb
      organization_id:
      964338531
      name:
      Bergen kommune - Innkjøp konsern
    2. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      Alver kommune
    3. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      Askøy kommune
    4. id:
      258b09ae986da19875d83c42b804a18d
      organization_id:
      941139787
      name:
      Austevoll kommune
    5. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      Bjørnafjorden kommune
    6. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      Kvam herad
    7. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      Masfjorden kommune
    8. id:
      12d6a2c7765ed6295fc9d3015af22be5
      organization_id:
      964969302
      name:
      Modalen kommune
    9. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      Osterøy kommune
    10. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      Samnanger kommune
    11. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      Vaksdal kommune
    12. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      Voss herad
    13. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      Øygarden kommune
    14. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      Ullensvang kommune
    15. id:
      03880db3b55cf21a26d176793d1475b5
      organization_id:
      983948332
      name:
      Adventistkirkens sykehjem
    16. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      Bergen røde kors sykehjem
    17. id:
      4cedff4e77901ba6d992033cca33df4c
      organization_id:
      968349627
      name:
      Betanien rehabilitering og sykehjem
    18. id:
      6c55014f127e54fc3d645161dcb8e72f
      organization_id:
      974252724
      name:
      Landås menighets eldresenter
    19. id:
      ac43f809a660db875c59c6ae08a3937c
      organization_id:
      971561890
      name:
      Omsorgssenteret Bergens Indremisjon
    20. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      970533427
      name:
      Signo Konows senter
    21. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      Solsletten sykehjem
    22. id:
      3237842303f4f7dfcfea044983b8447e
      organization_id:
      938277184
      name:
      Stiftelsen Domkirkehjemmet
    23. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      Stiftelsen Metodisthjemmet Bergen
    24. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      Stiftelsen Slettebakken Menighets Eldresenter
    25. id:
      99d0e1afde414992136b192396dee3db
      organization_id:
      948350823
      name:
      Austrheim kommune
    heading:
    IK-EØS 048-2025 Inkontinensprodukter til Bergen kommune med samarbeidsparter
    description:
    Rammeavtale for inkontinensprodukter til Bergen kommune med samarbeidsparter. Avtalen skal dekke løpende behov for inkontinensprodukter til blant annet sykehjem og andre helseinstitusjoner. Avtalen inneholder voksenbleier, barnebleier, bind, tamponger, truseinnlegg, sengebeskyttelse, fikseringstruser og pasientdrakter.
    location_id:

    1 results

    1. NO0A2
    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-07-09T09:55:20Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-07-10
    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:
24
hits:

10 results

  1. id:
    2026-113629
    buyer:

    33 results

    1. id:
      930c467a74f0e21826ac32c8e2e4cc07
      organization_id:
      991776524
      name:
      Agder kollektivtransport AS (AKT)
    2. id:
      c91c028302b6911025f42d375858e8cc
      organization_id:
      986471839
      name:
      Kilden Teater og konserthus AS
    3. id:
      948dc3108c10f2f9add93467bea8f05e
      organization_id:
      993470244
      name:
      Kristiansandsregionen Brann og Redning IKS
    4. id:
      14bb3a3b70fe91da3c924b9be21d7662
      organization_id:
      989072048
      name:
      Vest-Agder museet IKS
    5. id:
      3004e0a8955608e740544732c20edada
      organization_id:
      986488111
      name:
      Lister Kompetanse AS
    6. id:
      a5f79dbb3bd0faa4842a43d5157aa51b
      organization_id:
      987183918
      name:
      Agder Kommunerevisjon IKS
    7. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    8. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      Kristiansand Kommune
    9. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921707134
      name:
      Agder fylkeskommune
    10. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940493021
      name:
      Arendal kommune
    11. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964966109
      name:
      Evje og Hornnes kommune
    12. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964965404
      name:
      Lillesand kommune
    13. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964966397
      name:
      Bygland kommune
    14. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964083266
      name:
      Farsund kommune
    15. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946439045
      name:
      Froland kommune
    16. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    17. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964964076
      name:
      Kvinesdal kommune
    18. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921060440
      name:
      Lindesnes kommune
    19. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    20. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936846777
      name:
      Vennesla kommune
    21. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964966842
      name:
      Åseral kommune
    22. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958814968
      name:
      Bykle kommune
    23. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    24. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964967369
      name:
      Flekkefjord kommune
    25. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964963916
      name:
      Hægebostad kommune
    26. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    27. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964964165
      name:
      Sirdal kommune
    28. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    29. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    30. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964965870
      name:
      Birkenes kommune
    31. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    32. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922421498
      name:
      Lyngdal kommune
    33. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964966575
      name:
      Valle kommune
    heading:
    Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
    description:
    Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-28T12:20:25Z
    deadline:
    2026-09-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-28
    placeOfPerformance:
    procurementStrategicLabels:

    3 results

    1. ENVIRONMENT_PROCUREMENT
    2. SOCIAL_PROCUREMENT
    3. INNOVATIVE_PROCUREMENT
  2. id:
    2026-111937
    buyer:

    1 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      931832336
      name:
      OFA IKS
    heading:
    Markedsdialog: Renholdsprodukter med opsjon på robotisert renhold
    description:
    OFA IKS inviterer potensielle leverandører til markedsdialog i forbindelse med planlagt anskaffelse av rammeavtale for renholdsprodukter med tilhørende tjenester, samt opsjon på robotisert renhold. Formålet med dialogen er å informere markedet om den planlagte anskaffelsen og samtidig innhente innspill som kan bidra til å utforme et konkurransegrunnlag som gir god totaløkonomi, relevante miljøkrav og hensiktsmessige avtalemekanismer over tid. OFA IKS ønsker særlig innspill knyttet til prismodell, sortiment, avgrensning mellom produktkategorier, håndtering av mindre og større maskiner, samt hvordan robotisert renhold best kan tilbys som en opsjon i rammeavtalen. Det er også ønskelig å få markedets vurderinger av krav til transport, oppfølging, opplæring, support og utviklingstrekk i markedet. Dialogmøtene gjennomføres som individuelle møter med representanter fra OFA IKS og inntil tre representanter fra hver leverandør. Møtene kan avholdes fysisk hos OFA IKS, Kjøita 40 i Kristiansand, eller digitalt via Teams, og vil ha en varighet på 60–90 minutter. Leverandørene står fritt til å gi innspill til ett eller flere av temaene.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-07-03T14:05:12Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-07-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-107872
    buyer:

    1 results

    1. id:
      c82e16599856b1991be7cc2806369dbf
      organization_id:
      938583986
      name:
      Notodden Kommune
    heading:
    Rammeavtale renholdsprodukter, papir og plast for Kongsbergregionen
    description:
    Kongsbergregionen lyser ut konkurranse på rammeavtale på renholdsprodukter, papir og plast.Deltakerkommunene er:Kongsberg kommuneRollag kommuneSigdal kommuneNotodden kommuneNore og Uvdal kommuneTinn kommuneHjartdal kommuneFlesberg kommuneKrødsherad kommuneYtterligere opplysninger om oppdragsgiver fremkommer i oppdragsgivers konkurransegjennomføringsverktøy Mercell.
    location_id:

    1 results

    1. NO094
    estimatedValue:
    currencyCode:
    NOK
    amount:
    32000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-04-30T11:48:42Z
    deadline:
    2026-06-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-04-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-103212
    buyer:

    1 results

    1. id:
      62993545b3aabc7e6fa5f7313bc3eb91
      organization_id:
      961 381 819
      name:
      Valdreskommunene ved Sør-Aurdal kommune
    heading:
    Medisinsk forbruksmateriell og inkontinensprodukter mv
    description:
    Konkurransen gjelder levering av medisinsk forbruksmateriell og inkontinensprodukter mv til Valdreskommunene Nord-Aurdal, Sør-Aurdal, Øystre Slidre, Vestre Slidre, Vang og Etnedal.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-16T09:52:12Z
    deadline:
    2026-03-23T09:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2025-119332
    buyer:

    18 results

    1. id:
      a0bac9fde69d68aaaf1e089851782468
      organization_id:
      939958851
      name:
      Værnesregionen Innkjøp
    2. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      Stjørdal kommune
    3. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      Selbu kommune
    4. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      Tydal kommune
    5. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      Meråker kommune
    6. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      Frosta kommune
    7. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      Holtålen kommune
    8. id:
      d69f365d99055e159c30013c12df0b80
      organization_id:
      938587418
      name:
      Verdal kommune
    9. id:
      caad97f2232661edfd137adfee71fcf9
      organization_id:
      938587051
      name:
      Levanger kommune
    10. id:
      2019fefe6b9c062f3455994c51501269
      organization_id:
      997391853
      name:
      Inderøy kommune
    11. id:
      b8ef0d385bfe4ae8d9c0440c0a2f861c
      organization_id:
      964982031
      name:
      Snåsa kommune
    12. id:
      8447536ad78ca0ceefc898787bfa2645
      organization_id:
      959220476
      name:
      Høylandet kommune
    13. id:
      70a78f02706013e9c110ee904cacfdfc
      organization_id:
      942875967
      name:
      Namsos kommune
    14. id:
      0103fcb32b2af702d686fa494ebfb50b
      organization_id:
      845153272
      name:
      Flatanger kommune
    15. id:
      bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
      organization_id:
      940010853
      name:
      Grong kommune
    16. id:
      8fe614a62291e0a0541294c06f393da2
      organization_id:
      964982120
      name:
      Røyrvik kommune
    17. id:
      61886013447707d9605191d7a6ce4f1c
      organization_id:
      972417963
      name:
      Lierne kommune
    18. id:
      ef29ca1639538694f8b093951e6c3cf5
      organization_id:
      840029212
      name:
      Steinkjer kommune
    heading:
    Anskaffelse av forbruksartikler innenfor renhold, papir, tørk.
    description:
    Kjøp av forbruksartikler innenfor renhold, papir og tørk
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-05T13:06:50Z
    deadline:
    2026-01-30T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2025-12-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-118798
    buyer:

    1 results

    1. id:
      a17f0c4d9b21ae6f264d342bcf640d49
      organization_id:
      985198292
      name:
      AVINOR AS
    heading:
    Avinor AS - RFI - Markedsdialog Sanitær, Plante, Skadedyr
    description:
    Avinor ønsker å få mer informasjon om markedet for sanitærprodukter, sanitærtjenester, forbruksvarer, planteservice, skadedyr og system for hygienemonitorering. Markedsdialogen benyttes i sammenheng med forberedelser til en eller flere nye anskaffelser og tilhørende kontrakter.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2025-12-01T15:51:49Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-12-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-117220
    buyer:

    1 results

    1. id:
      a51e547d9ea5fd9dd83c181d59e710e3
      organization_id:
      926 142 380
      name:
      Folkehallene IKS
    heading:
    Rammeavtale forbruksmateriell - sanitær og rengjøring
    description:
    Rammeavtale for levering av forbruksmateriell innen sanitær-, hygiene og renhold, samt beslektet forbruksmateriell, til oppdragsgivers fem – 5 – haller.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-11-17T09:54:46Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-11-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-112896
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    Kontraktstildeling- Kioskvarer til Helse Stavanger HF
    description:
    Rammeavtale for kjøp av ulike "non-food" produkter for videresalg i kiosk ved Nye Stavanger Universitetssykehus.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1712582.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2025-09-08T09:24:55Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-09-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-112590
    buyer:

    1 results

    1. id:
      a51e547d9ea5fd9dd83c181d59e710e3
      organization_id:
      926 142 380
      name:
      Folkehallene IKS
    heading:
    Rammeavtale forbruksmateriell - sanitær og rengjøring
    description:
    Rammeavtale for levering av forbruksmateriell innen sanitær-, hygiene og renhold, samt beslektet forbruksmateriell, til oppdragsgivers fem – 5 – haller.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-09-02T07:25:22Z
    deadline:
    2025-10-03T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-110973
    buyer:

    25 results

    1. id:
      c525d33fad6d5082b75f6da7c59ef5bb
      organization_id:
      964338531
      name:
      Bergen kommune - Innkjøp konsern
    2. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      Alver kommune
    3. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      Askøy kommune
    4. id:
      258b09ae986da19875d83c42b804a18d
      organization_id:
      941139787
      name:
      Austevoll kommune
    5. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      Bjørnafjorden kommune
    6. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      Kvam herad
    7. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      Masfjorden kommune
    8. id:
      12d6a2c7765ed6295fc9d3015af22be5
      organization_id:
      964969302
      name:
      Modalen kommune
    9. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      Osterøy kommune
    10. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      Samnanger kommune
    11. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      Vaksdal kommune
    12. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      Voss herad
    13. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      Øygarden kommune
    14. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      Ullensvang kommune
    15. id:
      03880db3b55cf21a26d176793d1475b5
      organization_id:
      983948332
      name:
      Adventistkirkens sykehjem
    16. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      Bergen røde kors sykehjem
    17. id:
      4cedff4e77901ba6d992033cca33df4c
      organization_id:
      968349627
      name:
      Betanien rehabilitering og sykehjem
    18. id:
      6c55014f127e54fc3d645161dcb8e72f
      organization_id:
      974252724
      name:
      Landås menighets eldresenter
    19. id:
      ac43f809a660db875c59c6ae08a3937c
      organization_id:
      971561890
      name:
      Omsorgssenteret Bergens Indremisjon
    20. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      970533427
      name:
      Signo Konows senter
    21. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      Solsletten sykehjem
    22. id:
      3237842303f4f7dfcfea044983b8447e
      organization_id:
      938277184
      name:
      Stiftelsen Domkirkehjemmet
    23. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      Stiftelsen Metodisthjemmet Bergen
    24. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      Stiftelsen Slettebakken Menighets Eldresenter
    25. id:
      99d0e1afde414992136b192396dee3db
      organization_id:
      948350823
      name:
      Austrheim kommune
    heading:
    IK-EØS 048-2025 Inkontinensprodukter til Bergen kommune med samarbeidsparter
    description:
    Rammeavtale for inkontinensprodukter til Bergen kommune med samarbeidsparter. Avtalen skal dekke løpende behov for inkontinensprodukter til blant annet sykehjem og andre helseinstitusjoner. Avtalen inneholder voksenbleier, barnebleier, bind, tamponger, truseinnlegg, sengebeskyttelse, fikseringstruser og pasientdrakter.
    location_id:

    1 results

    1. NO0A2
    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-07-09T09:55:20Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-07-10
    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.