search_doffin
Search Norwegian public procurement notices on Doffin.
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
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.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here. |
types | optional | union | 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. |
statuses | optional | union | ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED. |
contract_nature | optional | union | WORKS, SERVICES and/or SUPPLIES. |
cpv_codes | optional | union | 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. |
locations | optional | union | NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes(). |
buyer | optional | union | 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. |
winner | optional | union | Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against. |
date_from | optional | union | Publication date lower bound, "YYYY-MM-DD". |
date_to | optional | union | Publication date upper bound, "YYYY-MM-DD". |
sort_by | optional | string | RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC. |
page | optional | integer | 1-based page number. |
hits_per_page | optional | integer | 1-50 (default 10). |
include_placeholders | optional | boolean | 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. |
limit | optional | integer | Gateway page size; default 25, maximum 100. |
offset | optional | integer | Number 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.
Result
- total_count:
- 24
- hits:
10 results
- id:
- 2026-113629
- buyer:
33 results
- id:
- 930c467a74f0e21826ac32c8e2e4cc07
- organization_id:
- 991776524
- name:
- Agder kollektivtransport AS (AKT)
- id:
- c91c028302b6911025f42d375858e8cc
- organization_id:
- 986471839
- name:
- Kilden Teater og konserthus AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 14bb3a3b70fe91da3c924b9be21d7662
- organization_id:
- 989072048
- name:
- Vest-Agder museet IKS
- id:
- 3004e0a8955608e740544732c20edada
- organization_id:
- 986488111
- name:
- Lister Kompetanse AS
- id:
- a5f79dbb3bd0faa4842a43d5157aa51b
- organization_id:
- 987183918
- name:
- Agder Kommunerevisjon IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- Kristiansand Kommune
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- id:
- 7853094408bbdaa9c8d9423aae5775e7
- organization_id:
- 940493021
- name:
- Arendal kommune
- id:
- f01f7956884d022acbd0a2b2538f9157
- organization_id:
- 964966109
- name:
- Evje og Hornnes kommune
- id:
- cfb01f6f3078f12ebd8e7287e5433a4f
- organization_id:
- 964965404
- name:
- Lillesand kommune
- id:
- e5f543ee2efbc362636147fda3c2630e
- organization_id:
- 964966397
- name:
- Bygland kommune
- id:
- d676fa887472f5b9b0bba00013e96797
- organization_id:
- 964083266
- name:
- Farsund kommune
- id:
- 6bb9ce3c3e2772e855f787b878c6cc14
- organization_id:
- 946439045
- name:
- Froland kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 6357715d90f538d51dee6cacc6f0d75d
- organization_id:
- 964964076
- name:
- Kvinesdal kommune
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 85a378918f7c90436242d6e1a12fd14c
- organization_id:
- 936846777
- name:
- Vennesla kommune
- id:
- 4254d45a39b6212dd718abb4c2114d38
- organization_id:
- 964966842
- name:
- Åseral kommune
- id:
- a7ddbed8e12b55ace5d40b3828ef2652
- organization_id:
- 958814968
- name:
- Bykle kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- 31e4faa4ea5c9fee62aa58b87f198299
- organization_id:
- 964967369
- name:
- Flekkefjord kommune
- id:
- 9fe8ba3a8982af1e58781d1c4eb5d177
- organization_id:
- 964963916
- name:
- Hægebostad kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 45df69f050e0f6dd3f877fa1b4818d69
- organization_id:
- 964964165
- name:
- Sirdal kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- d5b8153bda08796cfa9b1176f4a5c331
- organization_id:
- 964965870
- name:
- Birkenes kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- 451c252d0f4fe7730b55b7007c0bee31
- organization_id:
- 922421498
- name:
- Lyngdal kommune
- 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
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 54000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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
- ENVIRONMENT_PROCUREMENT
- SOCIAL_PROCUREMENT
- INNOVATIVE_PROCUREMENT
- id:
- 2026-111937
- buyer:
1 results
- 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
- NO092
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- 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.
- id:
- 2026-107872
- buyer:
1 results
- 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
- NO094
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 32000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2026-103212
- buyer:
1 results
- 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
- NO020
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 30000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-119332
- buyer:
18 results
- id:
- a0bac9fde69d68aaaf1e089851782468
- organization_id:
- 939958851
- name:
- Værnesregionen Innkjøp
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- Stjørdal kommune
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- Selbu kommune
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- Tydal kommune
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- Meråker kommune
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- Frosta kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- Holtålen kommune
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938587418
- name:
- Verdal kommune
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- 938587051
- name:
- Levanger kommune
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- 997391853
- name:
- Inderøy kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- 964982031
- name:
- Snåsa kommune
- id:
- 8447536ad78ca0ceefc898787bfa2645
- organization_id:
- 959220476
- name:
- Høylandet kommune
- id:
- 70a78f02706013e9c110ee904cacfdfc
- organization_id:
- 942875967
- name:
- Namsos kommune
- id:
- 0103fcb32b2af702d686fa494ebfb50b
- organization_id:
- 845153272
- name:
- Flatanger kommune
- id:
- bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
- organization_id:
- 940010853
- name:
- Grong kommune
- id:
- 8fe614a62291e0a0541294c06f393da2
- organization_id:
- 964982120
- name:
- Røyrvik kommune
- id:
- 61886013447707d9605191d7a6ce4f1c
- organization_id:
- 972417963
- name:
- Lierne kommune
- 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
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-118798
- buyer:
1 results
- 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
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- 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.
- id:
- 2025-117220
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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.
- id:
- 2025-112896
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1712582.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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.
- id:
- 2025-112590
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-110973
- buyer:
25 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941139787
- name:
- Austevoll kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- Kvam herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964969302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- Ullensvang kommune
- id:
- 03880db3b55cf21a26d176793d1475b5
- organization_id:
- 983948332
- name:
- Adventistkirkens sykehjem
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- Bergen røde kors sykehjem
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968349627
- name:
- Betanien rehabilitering og sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974252724
- name:
- Landås menighets eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 971561890
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 970533427
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938277184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- 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
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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
- id:
- 2026-113629
- buyer:
33 results
- id:
- 930c467a74f0e21826ac32c8e2e4cc07
- organization_id:
- 991776524
- name:
- Agder kollektivtransport AS (AKT)
- id:
- c91c028302b6911025f42d375858e8cc
- organization_id:
- 986471839
- name:
- Kilden Teater og konserthus AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 14bb3a3b70fe91da3c924b9be21d7662
- organization_id:
- 989072048
- name:
- Vest-Agder museet IKS
- id:
- 3004e0a8955608e740544732c20edada
- organization_id:
- 986488111
- name:
- Lister Kompetanse AS
- id:
- a5f79dbb3bd0faa4842a43d5157aa51b
- organization_id:
- 987183918
- name:
- Agder Kommunerevisjon IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- Kristiansand Kommune
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- id:
- 7853094408bbdaa9c8d9423aae5775e7
- organization_id:
- 940493021
- name:
- Arendal kommune
- id:
- f01f7956884d022acbd0a2b2538f9157
- organization_id:
- 964966109
- name:
- Evje og Hornnes kommune
- id:
- cfb01f6f3078f12ebd8e7287e5433a4f
- organization_id:
- 964965404
- name:
- Lillesand kommune
- id:
- e5f543ee2efbc362636147fda3c2630e
- organization_id:
- 964966397
- name:
- Bygland kommune
- id:
- d676fa887472f5b9b0bba00013e96797
- organization_id:
- 964083266
- name:
- Farsund kommune
- id:
- 6bb9ce3c3e2772e855f787b878c6cc14
- organization_id:
- 946439045
- name:
- Froland kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 6357715d90f538d51dee6cacc6f0d75d
- organization_id:
- 964964076
- name:
- Kvinesdal kommune
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 85a378918f7c90436242d6e1a12fd14c
- organization_id:
- 936846777
- name:
- Vennesla kommune
- id:
- 4254d45a39b6212dd718abb4c2114d38
- organization_id:
- 964966842
- name:
- Åseral kommune
- id:
- a7ddbed8e12b55ace5d40b3828ef2652
- organization_id:
- 958814968
- name:
- Bykle kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- 31e4faa4ea5c9fee62aa58b87f198299
- organization_id:
- 964967369
- name:
- Flekkefjord kommune
- id:
- 9fe8ba3a8982af1e58781d1c4eb5d177
- organization_id:
- 964963916
- name:
- Hægebostad kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 45df69f050e0f6dd3f877fa1b4818d69
- organization_id:
- 964964165
- name:
- Sirdal kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- d5b8153bda08796cfa9b1176f4a5c331
- organization_id:
- 964965870
- name:
- Birkenes kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- 451c252d0f4fe7730b55b7007c0bee31
- organization_id:
- 922421498
- name:
- Lyngdal kommune
- 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
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 54000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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
- ENVIRONMENT_PROCUREMENT
- SOCIAL_PROCUREMENT
- INNOVATIVE_PROCUREMENT
- id:
- 2026-111937
- buyer:
1 results
- 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
- NO092
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- 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.
- id:
- 2026-107872
- buyer:
1 results
- 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
- NO094
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 32000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2026-103212
- buyer:
1 results
- 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
- NO020
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 30000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-119332
- buyer:
18 results
- id:
- a0bac9fde69d68aaaf1e089851782468
- organization_id:
- 939958851
- name:
- Værnesregionen Innkjøp
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- Stjørdal kommune
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- Selbu kommune
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- Tydal kommune
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- Meråker kommune
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- Frosta kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- Holtålen kommune
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938587418
- name:
- Verdal kommune
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- 938587051
- name:
- Levanger kommune
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- 997391853
- name:
- Inderøy kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- 964982031
- name:
- Snåsa kommune
- id:
- 8447536ad78ca0ceefc898787bfa2645
- organization_id:
- 959220476
- name:
- Høylandet kommune
- id:
- 70a78f02706013e9c110ee904cacfdfc
- organization_id:
- 942875967
- name:
- Namsos kommune
- id:
- 0103fcb32b2af702d686fa494ebfb50b
- organization_id:
- 845153272
- name:
- Flatanger kommune
- id:
- bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
- organization_id:
- 940010853
- name:
- Grong kommune
- id:
- 8fe614a62291e0a0541294c06f393da2
- organization_id:
- 964982120
- name:
- Røyrvik kommune
- id:
- 61886013447707d9605191d7a6ce4f1c
- organization_id:
- 972417963
- name:
- Lierne kommune
- 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
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-118798
- buyer:
1 results
- 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
- anyw
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- 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.
- id:
- 2025-117220
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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.
- id:
- 2025-112896
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1712582.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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.
- id:
- 2025-112590
- buyer:
1 results
- 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
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- 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.
- id:
- 2025-110973
- buyer:
25 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941139787
- name:
- Austevoll kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- Kvam herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964969302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- Ullensvang kommune
- id:
- 03880db3b55cf21a26d176793d1475b5
- organization_id:
- 983948332
- name:
- Adventistkirkens sykehjem
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- Bergen røde kors sykehjem
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968349627
- name:
- Betanien rehabilitering og sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974252724
- name:
- Landås menighets eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 971561890
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 970533427
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938277184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- 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
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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?
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
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
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.
AI agent? Read the complete navigation and programming guide.