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:
- 78
- hits:
10 results
- id:
- 2026-114859
- buyer:
8 results
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- Ålesund kommune
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- Sande kommune
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- Sykkylven kommune
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- Giske kommune
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- Volda kommune
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- Ørsta kommune
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- Sula kommune
- heading:
- Anskaffelse - Interaktive skjermer, 2026
- description:
- Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-09-22T06:42:37Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-09-23
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-114668
- buyer:
2 results
- id:
- 5c8ab99f297ceeff5cfdc6a5a78a792b
- organization_id:
- 912467198
- name:
- Innkjøpskontoret AS
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- 26226 Tilbygg og ombygging av Tennfjord barnehage, totalentreprise
- description:
- Konkurransen gjelder totalentreprise for tilbygg og ombygging av Tennfjord barnehage. Bygningskroppen skal forlenges med omtrent 20 meter mot nord for to nye småbarnsavdelinger. Entreprisen omfatter i tillegg en god del ombygginger i det eksisterende bygget. Anskaffelsens verdi anslås til under under EØS terskelverdi. Volumet er et estimat og er ikke bindende for oppdragsgiver. Oppdragsgiver tar forbehold om avlysning av konkurransen, blant annet i forbindelse med budsjettmessig dekning og politisk godkjenning av kommunestyret. Plikten til å stille krav om lærling er vurdert til å gjelde for denne anskaffelsen, jf. anskaffelsesloven § 5h. Se vedlagte seriøsitetsbestemmelser for mer informasjon.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
4 results
- COMPETITION
- PLANNING
- NOTICE_ON_BUYER_PROFILE
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2026-09-17T11:49:12Z
- deadline:
- 2026-10-20T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-09-18
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-114502
- buyer:
8 results
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- Ålesund kommune
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- Sande kommune
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- Sykkylven kommune
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- Giske kommune
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- Volda kommune
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- Ørsta kommune
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- Sula kommune
- heading:
- Anskaffelse - Interaktive skjermer, 2026
- description:
- Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2026-09-15T10:28:51Z
- deadline:
- 2026-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-16
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-113177
- buyer:
2 results
- id:
- 5c8ab99f297ceeff5cfdc6a5a78a792b
- organization_id:
- 912467198
- name:
- Innkjøpskontoret AS
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- 26192 Ombygging av kontorlokale NAV Haram, totalentreprise
- description:
- Konkurransen gjelder rehabilitering av 2. etasje i Brattvåggata 19, 6270 Brattvåg, med formål om å etablere nye kontorlokaler for NAV Haram. Anskaffelsens verdi anslås til under EØS terskelverdi. Volumet er et estimat og er ikke bindende for oppdragsgiver. Oppdragsgiver tar forbehold om avlysning av konkurransen, blant annet i forbindelse med budsjettmessig dekning og politisk godkjenning. Plikten til å stille krav om lærling er vurdert til å gjelde for denne anskaffelsen, jf. anskaffelsesloven §5h. Se vedlagte seriøsitetsbestemmelser for mer informasjon.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 14000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
4 results
- COMPETITION
- PLANNING
- NOTICE_ON_BUYER_PROFILE
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2026-08-18T10:52:08Z
- deadline:
- 2026-09-14T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-19
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-110358
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Anskaffing av veterinærvakttenster i veterinærvaktdistrikta Haram og Ørskog
- description:
- Kommunane har ansvar for å organisere ei klinisk veterinærvakt. Ordninga med veterinærvakter er etablert i samsvar med lov 15. juni 2001 nr. 75 om veterinærer og annet dyrehelsepersonell § 3 a. Ordninga med veterinærvakter skal sikre at det i kommunal/interkommunal regi vert etablert klinisk vakt for veterinærar i alle delar av landet slik at naudsynt veterinærhjelp kan skaffast utanom ordinær arbeidstid. Veterinærvakta er ein naudsynt del av vernebuinga mot alvorlege smittsame dyresjukdommar og viktig for å oppretthalde god dyrevelferd. Anskaffinga omfattar to delkontraktar, ein for kvart veterinærvaktdistrikt. • Delkontrakt 1 – Haram veterinærvaktdistrikt • Delkontrakt 2 - Ørskog veterinærvaktdistrikt Tilbydar kan levere tilbod på ein eller begge delkontraktene. Dersom ein leverandør har fleire veterinærar som er ønskt inn i ein eller begge ordningane, kan leverandøren levere inn fleire tilbod, kvart tilbod med ein namngjeven veterinær.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-09T16:13:09Z
- deadline:
- 2026-06-23T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-06-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108666
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Rammeavtale for vintervedlikehald av veg
- description:
- Formålet med avtalen er å dekke kundes behov for vintervedlikehold av kommunale veier, gang- og sykkelveier, parkeringsplasser og areal tilknyttet kommunale bygninger i Haram kommune.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-05-12T06:50:15Z
- deadline:
- 2026-06-12T21:59:59Z
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106844
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY 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:
- 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:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- 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:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- 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:
- 2026-04-15T10:25:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103166
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY 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:
- 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:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- 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:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1650000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-02-16T12:53:05Z
- deadline:
- 2026-02-25T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103097
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Traktor
- description:
- Kjøp av ny eller brukt traktor
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1400000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-13T10:41:57Z
- deadline:
- 2026-03-02T22:59:59Z
- sentToTed:
- no
- publicationDate:
- 2026-02-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-102637
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- Rammeavtale for graving og massetransport
- description:
- Gjennom denne anskaffelsen ønsker oppdragsgiver å inngå rammeavtale med flere leverandører (parallellavtaler), forutsatt at det foreligger tilstrekkelig antall tilbud. Formålet med avtalen er å dekke kundenes behov for tjenester innen graving og massetransport med tilhørende arbeider. Oppdrag etter avtalen vil i hovedsak gjelde: • Graving og massetransport med tilhørende arbeider som supplement til kommunens egen anleggsavdeling. • Reparasjons- og vedlikeholdsarbeider for kommunens virksomhet for vatn og avløp (VA) • Arbeid med ledningsbrudd og lignende, også ved akutte behov. • Støpearbeider som naturlig inngår i allerede tildelt gravearbeid (f.eks. murkant eller reparasjon av skadet mur o.l.) • Annet forefallende arbeid med tilgrensende karakterer, som for eksempel sprenging, utfyllingsarbeider, etc.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-05T11:36:11Z
- deadline:
- 2026-02-26T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-02-06
- 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:
- 78
- hits:
10 results
- id:
- 2026-114859
- buyer:
8 results
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- Ålesund kommune
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- Sande kommune
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- Sykkylven kommune
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- Giske kommune
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- Volda kommune
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- Ørsta kommune
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- Sula kommune
- heading:
- Anskaffelse - Interaktive skjermer, 2026
- description:
- Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-09-22T06:42:37Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-09-23
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-114668
- buyer:
2 results
- id:
- 5c8ab99f297ceeff5cfdc6a5a78a792b
- organization_id:
- 912467198
- name:
- Innkjøpskontoret AS
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- 26226 Tilbygg og ombygging av Tennfjord barnehage, totalentreprise
- description:
- Konkurransen gjelder totalentreprise for tilbygg og ombygging av Tennfjord barnehage. Bygningskroppen skal forlenges med omtrent 20 meter mot nord for to nye småbarnsavdelinger. Entreprisen omfatter i tillegg en god del ombygginger i det eksisterende bygget. Anskaffelsens verdi anslås til under under EØS terskelverdi. Volumet er et estimat og er ikke bindende for oppdragsgiver. Oppdragsgiver tar forbehold om avlysning av konkurransen, blant annet i forbindelse med budsjettmessig dekning og politisk godkjenning av kommunestyret. Plikten til å stille krav om lærling er vurdert til å gjelde for denne anskaffelsen, jf. anskaffelsesloven § 5h. Se vedlagte seriøsitetsbestemmelser for mer informasjon.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
4 results
- COMPETITION
- PLANNING
- NOTICE_ON_BUYER_PROFILE
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2026-09-17T11:49:12Z
- deadline:
- 2026-10-20T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-09-18
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-114502
- buyer:
8 results
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- Ålesund kommune
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- Sande kommune
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- Sykkylven kommune
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- Giske kommune
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- Volda kommune
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- Ørsta kommune
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- Sula kommune
- heading:
- Anskaffelse - Interaktive skjermer, 2026
- description:
- Bakgrunn og formål Oppdragsgiver skal inngå rammeavtale med én leverandør for kjøp av interaktive skjermer og nært tilknyttet utstyr og tjenester til undervisningsrom. Avtalen skal gi brukerne en ensartet og intuitiv løsning, samtidig som kundene kan velge riktig produkttype og størrelse til det enkelte rommet.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2026-09-15T10:28:51Z
- deadline:
- 2026-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-16
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-113177
- buyer:
2 results
- id:
- 5c8ab99f297ceeff5cfdc6a5a78a792b
- organization_id:
- 912467198
- name:
- Innkjøpskontoret AS
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- 26192 Ombygging av kontorlokale NAV Haram, totalentreprise
- description:
- Konkurransen gjelder rehabilitering av 2. etasje i Brattvåggata 19, 6270 Brattvåg, med formål om å etablere nye kontorlokaler for NAV Haram. Anskaffelsens verdi anslås til under EØS terskelverdi. Volumet er et estimat og er ikke bindende for oppdragsgiver. Oppdragsgiver tar forbehold om avlysning av konkurransen, blant annet i forbindelse med budsjettmessig dekning og politisk godkjenning. Plikten til å stille krav om lærling er vurdert til å gjelde for denne anskaffelsen, jf. anskaffelsesloven §5h. Se vedlagte seriøsitetsbestemmelser for mer informasjon.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 14000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
4 results
- COMPETITION
- PLANNING
- NOTICE_ON_BUYER_PROFILE
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2026-08-18T10:52:08Z
- deadline:
- 2026-09-14T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-19
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-110358
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Anskaffing av veterinærvakttenster i veterinærvaktdistrikta Haram og Ørskog
- description:
- Kommunane har ansvar for å organisere ei klinisk veterinærvakt. Ordninga med veterinærvakter er etablert i samsvar med lov 15. juni 2001 nr. 75 om veterinærer og annet dyrehelsepersonell § 3 a. Ordninga med veterinærvakter skal sikre at det i kommunal/interkommunal regi vert etablert klinisk vakt for veterinærar i alle delar av landet slik at naudsynt veterinærhjelp kan skaffast utanom ordinær arbeidstid. Veterinærvakta er ein naudsynt del av vernebuinga mot alvorlege smittsame dyresjukdommar og viktig for å oppretthalde god dyrevelferd. Anskaffinga omfattar to delkontraktar, ein for kvart veterinærvaktdistrikt. • Delkontrakt 1 – Haram veterinærvaktdistrikt • Delkontrakt 2 - Ørskog veterinærvaktdistrikt Tilbydar kan levere tilbod på ein eller begge delkontraktene. Dersom ein leverandør har fleire veterinærar som er ønskt inn i ein eller begge ordningane, kan leverandøren levere inn fleire tilbod, kvart tilbod med ein namngjeven veterinær.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-09T16:13:09Z
- deadline:
- 2026-06-23T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-06-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108666
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Rammeavtale for vintervedlikehald av veg
- description:
- Formålet med avtalen er å dekke kundes behov for vintervedlikehold av kommunale veier, gang- og sykkelveier, parkeringsplasser og areal tilknyttet kommunale bygninger i Haram kommune.
- location_id:
1 results
- NO0A3
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-05-12T06:50:15Z
- deadline:
- 2026-06-12T21:59:59Z
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106844
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY 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:
- 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:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- 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:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- 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:
- 2026-04-15T10:25:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103166
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY 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:
- 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:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- 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:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1650000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-02-16T12:53:05Z
- deadline:
- 2026-02-25T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103097
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829 912 252
- name:
- Haram kommune
- heading:
- Traktor
- description:
- Kjøp av ny eller brukt traktor
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1400000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-13T10:41:57Z
- deadline:
- 2026-03-02T22:59:59Z
- sentToTed:
- no
- publicationDate:
- 2026-02-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-102637
- buyer:
1 results
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- Haram kommune
- heading:
- Rammeavtale for graving og massetransport
- description:
- Gjennom denne anskaffelsen ønsker oppdragsgiver å inngå rammeavtale med flere leverandører (parallellavtaler), forutsatt at det foreligger tilstrekkelig antall tilbud. Formålet med avtalen er å dekke kundenes behov for tjenester innen graving og massetransport med tilhørende arbeider. Oppdrag etter avtalen vil i hovedsak gjelde: • Graving og massetransport med tilhørende arbeider som supplement til kommunens egen anleggsavdeling. • Reparasjons- og vedlikeholdsarbeider for kommunens virksomhet for vatn og avløp (VA) • Arbeid med ledningsbrudd og lignende, også ved akutte behov. • Støpearbeider som naturlig inngår i allerede tildelt gravearbeid (f.eks. murkant eller reparasjon av skadet mur o.l.) • Annet forefallende arbeid med tilgrensende karakterer, som for eksempel sprenging, utfyllingsarbeider, etc.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-05T11:36:11Z
- deadline:
- 2026-02-26T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-02-06
- 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.