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:
- 12
- hits:
10 results
- id:
- 2017-449701
- buyer:
1 results
- id:
- dae6f5d861deee68777b96e1d468ac58
- organization_id:
- 994 525 174
- name:
- Ose Ingeniørkontor AS
- heading:
- Ørsta servicekontor - Ørsta kommune
- description:
- Ørsta kommune (ØK) skal bygge om servicekontoret på Ørsta Rådhus. Delar av den innvendig bygningsmassen skal rivast, og ny hovudinngang med takoverbygg skal etablerast. Bygget skal ha funksjon som servicekontor, og skal innehalde kontor, resepsjon, datapunkt, informasjonsområde og ventesone. Nytt inngangsparti skal oppførast i berekonstruksjon av betong og stål, vindusfasade med aluminiumskarmar, og taket skal ha same RAL-farge som utvendige veggar.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2017-11-30T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-11-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-346788
- buyer:
1 results
- id:
- c29deaed551c93a085ee4007efc8ac03
- organization_id:
- 980 077 640
- name:
- Osen kommune co/BERGEN CAPITAL MANAGEMENT AS
- heading:
- Hovedbankavtale for Osen kommune
- description:
- hovedbankavtale for perioden 01.4.2024-31.03.2028.
- location_id:
1 results
- NO0
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-08-10T10:00:00Z
- deadline:
- 2023-10-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2023-08-10
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-366422
- buyer:
2 results
- id:
- c07531644410bf0beefa2c5d54227c2f
- organization_id:
- 938 521 816
- name:
- Eid kommune
- id:
- 9c182cfa1463a3e2dca57ead92be8593
- organization_id:
- 970541705
- name:
- Selje kommune
- heading:
- Plan- og utgreiingsoppgåver for Selje og Eid kommune
- description:
- Plan- og utgreiingsarbeid for kommunen innan fagområda: arealplanlegging, landskapsarkitektur, trafikkanalyser, støy/akustikk og biologisk mangfald.
- location_id:
No results.
- 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:
- 2018-10-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-10-24
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-372377
- buyer:
1 results
- id:
- 34b6325c05e479718b8a92370ba0bad4
- organization_id:
- 944 350 675
- name:
- Osen Kommune (utlyst av Sweco Norge AS for byggherre)
- heading:
- Åsegg Vannverk - Vannbehandlingsanlegg
- description:
- Osen kommune skal bygge nytt kommunalt vannbehandlingsanlegg for Åsegg vannverk. Vannverket leverer vann til bebyggelse fra Hansenget til Solbakken i Steinsdalen. Vannbehandlingsanlegget skal bygges som følge av at det skal etableres ny vannskilde / grunnvannsbrønn for vannverket. Grunnvannsbrønnen er utført i løsmasse. I tillegg til desinfeksjon av råvannet skal det etableres prosessanlegg for fjerning av mangan fra vannet.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-03-12T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-03-12
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-101045
- buyer:
1 results
- id:
- 7b79c0bc45c22c5fa8c7062ba562be89
- organization_id:
- 889640782
- name:
- ARBEIDS- OG VELFERDSETATEN
- heading:
- 23/26873 Hørselshjelpemidler
- description:
- Anskaffelsen vil omfatte hørselshjelpemidler, med tilhørende tilbehør, reservedeler og tjenester i delkontrakt 8.Anskaffelsen er inndelt i delkontrakter for best mulig å dekke brukernes behov.I hver delkontrakt vil det inngås avtaler med et tilstrekkelig antall leverandører for å dekke majoriteten av brukernes behov. Det kan derfor variere fra delkontrakt til delkontrakt om det vil bli inngått rammeavtale med én leverandør, eller om det vil bli inngått parallelle rammeavtaler.
- 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:
- 2025-01-23T14:13:42Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-01-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-110147
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- b1c5eeb826f65608214eac59de7c9875
- organization_id:
- 964 338 531
- name:
- Alver kommune, Askøy kommune, Austevoll kommune, Bjørnafjorden kommune(Oseana kunst og kultursenter KF og Os Idrettspark KF ), Masfjorden kommune, Modalen kommune, Osterøy kommune, Samnanger kommune, Vaksdal kommune, Øygarden kommune
- heading:
- IK-EØS 064-2026 Elektriske og elektroniske produkter
- description:
- Bergen kommune med samarbeidspartnerne skal inngå ny rammeavtale om kjøp av elektriske og elektroniske produkter (blant annet hvitevarer, småelektriske produkter, lyd og gaming utstyr).
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-01T09:39:58Z
- deadline:
- 2026-08-17T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-105768
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- b1c5eeb826f65608214eac59de7c9875
- organization_id:
- 964 338 531
- name:
- Alver kommune, Askøy kommune, Austevoll kommune, Bjørnafjorden kommune(Oseana kunst og kultursenter KF og Os Idrettspark KF ), Masfjorden kommune, Modalen kommune, Osterøy kommune, Samnanger kommune, Vaksdal kommune, Øygarden kommune
- heading:
- IK-EØS 015-2026 Elektriske og elektroniske produkter
- description:
- Bergen kommune med samarbeidspartnerne skal inngå ny rammeavtale om kjøp av elektriske og elektroniske produkter (blant annet hvitevarer, småelektriske produkter og gaming utstyr).Leverandører skal levere produkter i forbrukersegmentet, men med alle krav stilt til produktene oppfylt.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-03-23T09:02:07Z
- deadline:
- 2026-05-06T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-03-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108691
- buyer:
1 results
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- heading:
- Endringsordre på Fv. 3804 Ose bru - intensjonskunngjøring
- description:
- Agder fylkeskommune har besluttet å endre bruløsning for Fv. 3804 Ose bru fra 3 spenns til 2 spenns spennarmert betongbru som følge av videre prosjektering og samhandling i prosjektets tidlige fase. Endringen gir en mer gjennomførbar løsning ved at arbeid i elv kan utføres i én sammenhengende operasjon, reduserer inngrep i elvebunnen og gir forbedrede forhold for miljø og SHA. Fjerning av én pilargruppe i elven reduserer islasteksponeringen. Bruas funksjon, kapasitet, dimensjoner og materialvalg er for øvrig uendret. Den anskaffelsesrettslige vurderingen er foretatt av Advokatfirma Haavind AS på oppdrag fra Agder fylkeskommune. Endringen gjennomføres med hjemmel i kontraktens endringsklausul formaliseres gjennom endringsordre med vederlagsjustering, jf. NS 8407 punkt 31.1, jf. punkt 34 flg, jf. anskaffelsesforskriften § 28 1 første ledd bokstav a. Endringen endrer ikke kontraktens overordnede karakter.
- location_id:
1 results
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-12T11:31:02Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-375228
- buyer:
68 results
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal Kommune
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal kommune
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- Time kommune
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- Sola kommune
- id:
- 29fd212a6f0497c4be205204761965aa
- organization_id:
- 970490361
- name:
- Bjerkreim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- fd9fb72cf85f58b16d915c4d481a1ea6
- organization_id:
- not reported by source
- name:
- BOKN KOMMUNE
- id:
- 0c60ad45e9abbb7fe401294288f0b0bb
- organization_id:
- not reported by source
- name:
- BØMLO KOMMUNE
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- not reported by source
- name:
- EIDFJORD KOMMUNE
- id:
- 8eb7405178f002cfafe6846ca9d3bbbd
- organization_id:
- not reported by source
- name:
- ETNE KOMMUNE
- id:
- 63c13b3892adb513be5240e19415f189
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- not reported by source
- name:
- HÅ KOMMUNE
- id:
- 5890e2a27d88c9e7ccf330906e19644d
- organization_id:
- not reported by source
- name:
- KARMØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- not reported by source
- name:
- KLEPP KOMMUNE
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- KVAM KOMMUNE
- id:
- 3986557c70347ccb78aea24fef9f7052
- organization_id:
- not reported by source
- name:
- KVINNHERAD KOMMUNE
- id:
- 4c18ed6ff5d32d8e7dd6fe4440e287e7
- organization_id:
- not reported by source
- name:
- LUND KOMMUNE
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- not reported by source
- name:
- SAUDA KOMMUNE
- id:
- 97fa0e1585ba32d25538c9c2c6134d45
- organization_id:
- not reported by source
- name:
- STORD KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- not reported by source
- name:
- STRAND KOMMUNE
- id:
- c84654ea4902bf26cb5c3eeb8ae48a40
- organization_id:
- not reported by source
- name:
- SVEIO KOMMUNE
- id:
- 34513fabed4bef4e5c011a207c1db2c0
- organization_id:
- not reported by source
- name:
- SULDAL KOMMUNE
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- not reported by source
- name:
- TYSNES KOMMUNE
- id:
- 0326e7680f7c383a1610775e2375f2de
- organization_id:
- not reported by source
- name:
- TYSVÆR KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- not reported by source
- name:
- ULLENSVANG KOMMUNE
- id:
- 6a937b375975ed8767c0d9fb2263a6e3
- organization_id:
- not reported by source
- name:
- ULVIK HERAD
- id:
- e37e884d4ee5cbfa34c20040a54911ba
- organization_id:
- not reported by source
- name:
- UTSIRA KOMMUNE
- id:
- 02dde3e956c977997587424abb78b34c
- organization_id:
- not reported by source
- name:
- VINDAFJORD KOMMUNE
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- ØYGARDEN KOMMUNE
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- not reported by source
- name:
- Sandnes kommune
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- not reported by source
- name:
- Kvitsøy kommune
- id:
- 8a88b892510e2191be274ed33ab9db73
- organization_id:
- not reported by source
- name:
- Sokndal kommune
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- not reported by source
- name:
- Hjelmeland kommune
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- not reported by source
- name:
- Eigersund kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- not reported by source
- name:
- Gloppen kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- not reported by source
- name:
- BØMLO VATN OG AVLØPSSELSKAP AS
- id:
- 3aebf95d038afded78256d6b32a3b30a
- organization_id:
- not reported by source
- name:
- GJESDAL KIRKELIGE FELLESRÅD
- id:
- f1a1510d320d053e7c6c432f8a60073d
- organization_id:
- not reported by source
- name:
- Stiftelse Rogaland kranskole
- id:
- 9cc1f5d6488eb4df8c35cc8a55bd7dda
- organization_id:
- not reported by source
- name:
- HAUGALAND BRANN OG REDNING IKS
- id:
- 0ef38e4debeeb7f2d6a19e8394c1d53c
- organization_id:
- not reported by source
- name:
- HAUGESUND KINO OG KONSERTHUS KF
- id:
- 3cdac54a83c2bac99ab6d2ed53265dfc
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNALE PENSJONSKASSE
- id:
- 275c0385a94decca719b84702e2a2f4b
- organization_id:
- not reported by source
- name:
- HAUGALANDMUSEET AS
- id:
- 68bff04dc3184025aa340bb563da8d53
- organization_id:
- not reported by source
- name:
- HAUGESUND PARKERING DRIFT AS
- id:
- 144629aceac678e2fcf2784e9496ff58
- organization_id:
- not reported by source
- name:
- HAUGESUND TEATER AS
- id:
- 3d9842fc77293b40e10f74507976aabe
- organization_id:
- not reported by source
- name:
- JÆREN INDUSTRIPARTNER AS
- id:
- 207607fdc70a3c3dcf3fbaae895d79b0
- organization_id:
- not reported by source
- name:
- KARMØY KINO AS
- id:
- 46697f94ca4159f1a2df83ce078f80c2
- organization_id:
- not reported by source
- name:
- KARMØY KIRKELIG FELLESRÅD
- id:
- b42614c939649d3cdf9ee84835dbf9b9
- organization_id:
- not reported by source
- name:
- KE NETT AS
- id:
- c6d2b2c177e907ee32d676c562019914
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI AS
- id:
- 6ee3a412a254f776cef85ae3fb6f697f
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI HOLDING AS
- id:
- ebaead75aa4260a1fb3a3f0464417361
- organization_id:
- not reported by source
- name:
- KRISESENTER VEST IKS
- id:
- 0c3cbdfe3b86c07c8a3d0cf2f7b24443
- organization_id:
- not reported by source
- name:
- KVAM ENERGI
- id:
- 09bcbfdc648cdf9f98e4547a37f43a7d
- organization_id:
- not reported by source
- name:
- KVINNHERAD BREIBAND AS
- id:
- 1db4895efa5410733cf5523a619bf763
- organization_id:
- not reported by source
- name:
- KVINNHERAD KYRKJELIGE FELLESRÅD
- id:
- 69f3c5f3c234fe436c3e7ccd6f410fae
- organization_id:
- not reported by source
- name:
- TYSVÆR KYRKJELIGE FELLESRÅD
- id:
- f8730421762c71a833b258c336e4868e
- organization_id:
- not reported by source
- name:
- TYSNES KYRKJELEGE FELLESRÅD
- id:
- cd5f78a84d50b6e27c2a7ad06e6f16dd
- organization_id:
- not reported by source
- name:
- Egersund parkering
- id:
- 14c3181d73b46c30c1a45748e4b78358
- organization_id:
- not reported by source
- name:
- Egersund næring og havn KF
- id:
- e6b049f62dafa27ad546f57dc40fcda8
- organization_id:
- not reported by source
- name:
- Haugaland kraft As
- id:
- 703bcd111dd5fa3f07490418d931aece
- organization_id:
- not reported by source
- name:
- Lund kirkelige fellesråd
- id:
- 7e2c38cb602bd4e2a05d7ecc4ab4a0aa
- organization_id:
- not reported by source
- name:
- Øygarden brann og redning KF
- id:
- 9ec274d871a19593f4809a1325f22118
- organization_id:
- not reported by source
- name:
- Øygarden næringsutvikling KF
- id:
- 56b22e22c5a69c12c58581fa81b4595f
- organization_id:
- not reported by source
- name:
- Sveio Kikrkleig fellesråd
- id:
- afbb1f9f058c14717cc60c97f093badb
- organization_id:
- not reported by source
- name:
- Hardanger Energi AS
- id:
- 4d19a2b1624f5c39df51080f08074a71
- organization_id:
- not reported by source
- name:
- Indre Hordaland Kraftnett AS
- id:
- 6d47c244c44cf2245f506ed0b6d74604
- organization_id:
- not reported by source
- name:
- Oseana Kunst- og Kultursenter Bjørnafjorden KF
- id:
- 64760793beca8f2d6e2ef1dd80ddf963
- organization_id:
- not reported by source
- name:
- Os Idrettspark Bjørnafjorden KF
- id:
- 0082fdedf2cd348abc501a716cc72484
- organization_id:
- not reported by source
- name:
- Bjørnafjorden Kyrkjelege Fellesråd
- heading:
- Rammeavtale kjøp av telefonitjenester på mobil og fastnett for kommuner i Rogaland og Vestland
- description:
- Disse kommunene omfattet av avtalen: Gjesdal, Klepp, Time, Bjørnafjorden, Bokn, Bømlo, Eidfjord, Etne, Haugesund, Hå, Karmøy, Kvam, Kvinnherad, Lund, Sauda, Sola, Stord, Strand, Sveio, Suldal, Tysnes, Tysvær, Ullensvang, Ulvik, Utsira, Vindafjord, Øygarden, Sandnes, Kvitsøy, Sokndal, Bjerkreim, Hjelmeland, Eigersund og Gloppen kommune. I tillegg er det med en del kommunale foretak/selskap. Dette er stort sett små foretak med lite omsetning. Fullstendig liste over disse går frem av vedlegg 3. Vedlegget inneholder også opplysning om de som tiltrer avtalen på et senere tidspunkt. Formålet med avtalen er og få dekket oppdragsgivers behov for kjøp av tjenester knyttet til telefoni og mobildatatrafikk samt tilgjengeliggjør nye teknologi som leverandør kan levere nå eller i løpet av kontraktsperioden. Nærmere beskrivelse av formål, behov og krav går frem av vedlegg 1 .
- location_id:
2 results
- NO0A1
- 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:
- 2022-06-18T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-347763
- buyer:
68 results
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal Kommune
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal kommune
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- Time kommune
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- Sola kommune
- id:
- 29fd212a6f0497c4be205204761965aa
- organization_id:
- 970490361
- name:
- Bjerkreim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- fd9fb72cf85f58b16d915c4d481a1ea6
- organization_id:
- not reported by source
- name:
- BOKN KOMMUNE
- id:
- 0c60ad45e9abbb7fe401294288f0b0bb
- organization_id:
- not reported by source
- name:
- BØMLO KOMMUNE
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- not reported by source
- name:
- EIDFJORD KOMMUNE
- id:
- 8eb7405178f002cfafe6846ca9d3bbbd
- organization_id:
- not reported by source
- name:
- ETNE KOMMUNE
- id:
- 63c13b3892adb513be5240e19415f189
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- not reported by source
- name:
- HÅ KOMMUNE
- id:
- 5890e2a27d88c9e7ccf330906e19644d
- organization_id:
- not reported by source
- name:
- KARMØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- not reported by source
- name:
- KLEPP KOMMUNE
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- KVAM KOMMUNE
- id:
- 3986557c70347ccb78aea24fef9f7052
- organization_id:
- not reported by source
- name:
- KVINNHERAD KOMMUNE
- id:
- 4c18ed6ff5d32d8e7dd6fe4440e287e7
- organization_id:
- not reported by source
- name:
- LUND KOMMUNE
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- not reported by source
- name:
- SAUDA KOMMUNE
- id:
- 97fa0e1585ba32d25538c9c2c6134d45
- organization_id:
- not reported by source
- name:
- STORD KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- not reported by source
- name:
- STRAND KOMMUNE
- id:
- c84654ea4902bf26cb5c3eeb8ae48a40
- organization_id:
- not reported by source
- name:
- SVEIO KOMMUNE
- id:
- 34513fabed4bef4e5c011a207c1db2c0
- organization_id:
- not reported by source
- name:
- SULDAL KOMMUNE
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- not reported by source
- name:
- TYSNES KOMMUNE
- id:
- 0326e7680f7c383a1610775e2375f2de
- organization_id:
- not reported by source
- name:
- TYSVÆR KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- not reported by source
- name:
- ULLENSVANG KOMMUNE
- id:
- 6a937b375975ed8767c0d9fb2263a6e3
- organization_id:
- not reported by source
- name:
- ULVIK HERAD
- id:
- e37e884d4ee5cbfa34c20040a54911ba
- organization_id:
- not reported by source
- name:
- UTSIRA KOMMUNE
- id:
- 02dde3e956c977997587424abb78b34c
- organization_id:
- not reported by source
- name:
- VINDAFJORD KOMMUNE
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- ØYGARDEN KOMMUNE
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- not reported by source
- name:
- Sandnes kommune
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- not reported by source
- name:
- Kvitsøy kommune
- id:
- 8a88b892510e2191be274ed33ab9db73
- organization_id:
- not reported by source
- name:
- Sokndal kommune
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- not reported by source
- name:
- Hjelmeland kommune
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- not reported by source
- name:
- Eigersund kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- not reported by source
- name:
- Gloppen kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- not reported by source
- name:
- BØMLO VATN OG AVLØPSSELSKAP AS
- id:
- 3aebf95d038afded78256d6b32a3b30a
- organization_id:
- not reported by source
- name:
- GJESDAL KIRKELIGE FELLESRÅD
- id:
- f1a1510d320d053e7c6c432f8a60073d
- organization_id:
- not reported by source
- name:
- Stiftelse Rogaland kranskole
- id:
- 9cc1f5d6488eb4df8c35cc8a55bd7dda
- organization_id:
- not reported by source
- name:
- HAUGALAND BRANN OG REDNING IKS
- id:
- 0ef38e4debeeb7f2d6a19e8394c1d53c
- organization_id:
- not reported by source
- name:
- HAUGESUND KINO OG KONSERTHUS KF
- id:
- 3cdac54a83c2bac99ab6d2ed53265dfc
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNALE PENSJONSKASSE
- id:
- 275c0385a94decca719b84702e2a2f4b
- organization_id:
- not reported by source
- name:
- HAUGALANDMUSEET AS
- id:
- 68bff04dc3184025aa340bb563da8d53
- organization_id:
- not reported by source
- name:
- HAUGESUND PARKERING DRIFT AS
- id:
- 144629aceac678e2fcf2784e9496ff58
- organization_id:
- not reported by source
- name:
- HAUGESUND TEATER AS
- id:
- 3d9842fc77293b40e10f74507976aabe
- organization_id:
- not reported by source
- name:
- JÆREN INDUSTRIPARTNER AS
- id:
- 207607fdc70a3c3dcf3fbaae895d79b0
- organization_id:
- not reported by source
- name:
- KARMØY KINO AS
- id:
- 46697f94ca4159f1a2df83ce078f80c2
- organization_id:
- not reported by source
- name:
- KARMØY KIRKELIG FELLESRÅD
- id:
- b42614c939649d3cdf9ee84835dbf9b9
- organization_id:
- not reported by source
- name:
- KE NETT AS
- id:
- c6d2b2c177e907ee32d676c562019914
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI AS
- id:
- 6ee3a412a254f776cef85ae3fb6f697f
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI HOLDING AS
- id:
- ebaead75aa4260a1fb3a3f0464417361
- organization_id:
- not reported by source
- name:
- KRISESENTER VEST IKS
- id:
- 0c3cbdfe3b86c07c8a3d0cf2f7b24443
- organization_id:
- not reported by source
- name:
- KVAM ENERGI
- id:
- 09bcbfdc648cdf9f98e4547a37f43a7d
- organization_id:
- not reported by source
- name:
- KVINNHERAD BREIBAND AS
- id:
- 1db4895efa5410733cf5523a619bf763
- organization_id:
- not reported by source
- name:
- KVINNHERAD KYRKJELIGE FELLESRÅD
- id:
- 69f3c5f3c234fe436c3e7ccd6f410fae
- organization_id:
- not reported by source
- name:
- TYSVÆR KYRKJELIGE FELLESRÅD
- id:
- f8730421762c71a833b258c336e4868e
- organization_id:
- not reported by source
- name:
- TYSNES KYRKJELEGE FELLESRÅD
- id:
- cd5f78a84d50b6e27c2a7ad06e6f16dd
- organization_id:
- not reported by source
- name:
- Egersund parkering
- id:
- 14c3181d73b46c30c1a45748e4b78358
- organization_id:
- not reported by source
- name:
- Egersund næring og havn KF
- id:
- e6b049f62dafa27ad546f57dc40fcda8
- organization_id:
- not reported by source
- name:
- Haugaland kraft As
- id:
- 703bcd111dd5fa3f07490418d931aece
- organization_id:
- not reported by source
- name:
- Lund kirkelige fellesråd
- id:
- 7e2c38cb602bd4e2a05d7ecc4ab4a0aa
- organization_id:
- not reported by source
- name:
- Øygarden brann og redning KF
- id:
- 9ec274d871a19593f4809a1325f22118
- organization_id:
- not reported by source
- name:
- Øygarden næringsutvikling KF
- id:
- 56b22e22c5a69c12c58581fa81b4595f
- organization_id:
- not reported by source
- name:
- Sveio Kikrkleig fellesråd
- id:
- afbb1f9f058c14717cc60c97f093badb
- organization_id:
- not reported by source
- name:
- Hardanger Energi AS
- id:
- 4d19a2b1624f5c39df51080f08074a71
- organization_id:
- not reported by source
- name:
- Indre Hordaland Kraftnett AS
- id:
- 6d47c244c44cf2245f506ed0b6d74604
- organization_id:
- not reported by source
- name:
- Oseana Kunst- og Kultursenter Bjørnafjorden KF
- id:
- 64760793beca8f2d6e2ef1dd80ddf963
- organization_id:
- not reported by source
- name:
- Os Idrettspark Bjørnafjorden KF
- id:
- 0082fdedf2cd348abc501a716cc72484
- organization_id:
- not reported by source
- name:
- Bjørnafjorden Kyrkjelege Fellesråd
- heading:
- Rammeavtale kjøp av telefonitjenester på mobil og fastnett for kommuner i Rogaland og Vestland
- description:
- Disse kommunene omfattet av avtalen: Gjesdal, Klepp, Time, Bjørnafjorden, Bokn, Bømlo, Eidfjord, Etne, Haugesund, Hå, Karmøy, Kvam, Kvinnherad, Lund, Sauda, Sola, Stord, Strand, Sveio, Suldal, Tysnes, Tysvær, Ullensvang, Ulvik, Utsira, Vindafjord, Øygarden, Sandnes, Kvitsøy, Sokndal, Bjerkreim, Hjelmeland, Eigersund og Gloppen kommune. I tillegg er det med en del kommunale foretak/selskap. Dette er stort sett små foretak med lite omsetning. Fullstendig liste over disse går frem av vedlegg 3. Vedlegget inneholder også opplysning om de som tiltrer avtalen på et senere tidspunkt. Formålet med avtalen er og få dekket oppdragsgivers behov for kjøp av tjenester knyttet til telefoni og mobildatatrafikk samt tilgjengeliggjør nye teknologi som leverandør kan levere nå eller i løpet av kontraktsperioden. Nærmere beskrivelse av formål, behov og krav går frem av vedlegg 1 .
- location_id:
2 results
- NO0A1
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 280000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-03-22T10:00:00Z
- deadline:
- 2022-05-03T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-03-22
- placeOfPerformance:
No results.
- 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:
- 12
- hits:
10 results
- id:
- 2017-449701
- buyer:
1 results
- id:
- dae6f5d861deee68777b96e1d468ac58
- organization_id:
- 994 525 174
- name:
- Ose Ingeniørkontor AS
- heading:
- Ørsta servicekontor - Ørsta kommune
- description:
- Ørsta kommune (ØK) skal bygge om servicekontoret på Ørsta Rådhus. Delar av den innvendig bygningsmassen skal rivast, og ny hovudinngang med takoverbygg skal etablerast. Bygget skal ha funksjon som servicekontor, og skal innehalde kontor, resepsjon, datapunkt, informasjonsområde og ventesone. Nytt inngangsparti skal oppførast i berekonstruksjon av betong og stål, vindusfasade med aluminiumskarmar, og taket skal ha same RAL-farge som utvendige veggar.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2017-11-30T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-11-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-346788
- buyer:
1 results
- id:
- c29deaed551c93a085ee4007efc8ac03
- organization_id:
- 980 077 640
- name:
- Osen kommune co/BERGEN CAPITAL MANAGEMENT AS
- heading:
- Hovedbankavtale for Osen kommune
- description:
- hovedbankavtale for perioden 01.4.2024-31.03.2028.
- location_id:
1 results
- NO0
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-08-10T10:00:00Z
- deadline:
- 2023-10-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2023-08-10
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-366422
- buyer:
2 results
- id:
- c07531644410bf0beefa2c5d54227c2f
- organization_id:
- 938 521 816
- name:
- Eid kommune
- id:
- 9c182cfa1463a3e2dca57ead92be8593
- organization_id:
- 970541705
- name:
- Selje kommune
- heading:
- Plan- og utgreiingsoppgåver for Selje og Eid kommune
- description:
- Plan- og utgreiingsarbeid for kommunen innan fagområda: arealplanlegging, landskapsarkitektur, trafikkanalyser, støy/akustikk og biologisk mangfald.
- location_id:
No results.
- 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:
- 2018-10-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-10-24
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-372377
- buyer:
1 results
- id:
- 34b6325c05e479718b8a92370ba0bad4
- organization_id:
- 944 350 675
- name:
- Osen Kommune (utlyst av Sweco Norge AS for byggherre)
- heading:
- Åsegg Vannverk - Vannbehandlingsanlegg
- description:
- Osen kommune skal bygge nytt kommunalt vannbehandlingsanlegg for Åsegg vannverk. Vannverket leverer vann til bebyggelse fra Hansenget til Solbakken i Steinsdalen. Vannbehandlingsanlegget skal bygges som følge av at det skal etableres ny vannskilde / grunnvannsbrønn for vannverket. Grunnvannsbrønnen er utført i løsmasse. I tillegg til desinfeksjon av råvannet skal det etableres prosessanlegg for fjerning av mangan fra vannet.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-03-12T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-03-12
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-101045
- buyer:
1 results
- id:
- 7b79c0bc45c22c5fa8c7062ba562be89
- organization_id:
- 889640782
- name:
- ARBEIDS- OG VELFERDSETATEN
- heading:
- 23/26873 Hørselshjelpemidler
- description:
- Anskaffelsen vil omfatte hørselshjelpemidler, med tilhørende tilbehør, reservedeler og tjenester i delkontrakt 8.Anskaffelsen er inndelt i delkontrakter for best mulig å dekke brukernes behov.I hver delkontrakt vil det inngås avtaler med et tilstrekkelig antall leverandører for å dekke majoriteten av brukernes behov. Det kan derfor variere fra delkontrakt til delkontrakt om det vil bli inngått rammeavtale med én leverandør, eller om det vil bli inngått parallelle rammeavtaler.
- 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:
- 2025-01-23T14:13:42Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-01-24
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2026-110147
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- b1c5eeb826f65608214eac59de7c9875
- organization_id:
- 964 338 531
- name:
- Alver kommune, Askøy kommune, Austevoll kommune, Bjørnafjorden kommune(Oseana kunst og kultursenter KF og Os Idrettspark KF ), Masfjorden kommune, Modalen kommune, Osterøy kommune, Samnanger kommune, Vaksdal kommune, Øygarden kommune
- heading:
- IK-EØS 064-2026 Elektriske og elektroniske produkter
- description:
- Bergen kommune med samarbeidspartnerne skal inngå ny rammeavtale om kjøp av elektriske og elektroniske produkter (blant annet hvitevarer, småelektriske produkter, lyd og gaming utstyr).
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-01T09:39:58Z
- deadline:
- 2026-08-17T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-105768
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- b1c5eeb826f65608214eac59de7c9875
- organization_id:
- 964 338 531
- name:
- Alver kommune, Askøy kommune, Austevoll kommune, Bjørnafjorden kommune(Oseana kunst og kultursenter KF og Os Idrettspark KF ), Masfjorden kommune, Modalen kommune, Osterøy kommune, Samnanger kommune, Vaksdal kommune, Øygarden kommune
- heading:
- IK-EØS 015-2026 Elektriske og elektroniske produkter
- description:
- Bergen kommune med samarbeidspartnerne skal inngå ny rammeavtale om kjøp av elektriske og elektroniske produkter (blant annet hvitevarer, småelektriske produkter og gaming utstyr).Leverandører skal levere produkter i forbrukersegmentet, men med alle krav stilt til produktene oppfylt.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 35000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-03-23T09:02:07Z
- deadline:
- 2026-05-06T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-03-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108691
- buyer:
1 results
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- heading:
- Endringsordre på Fv. 3804 Ose bru - intensjonskunngjøring
- description:
- Agder fylkeskommune har besluttet å endre bruløsning for Fv. 3804 Ose bru fra 3 spenns til 2 spenns spennarmert betongbru som følge av videre prosjektering og samhandling i prosjektets tidlige fase. Endringen gir en mer gjennomførbar løsning ved at arbeid i elv kan utføres i én sammenhengende operasjon, reduserer inngrep i elvebunnen og gir forbedrede forhold for miljø og SHA. Fjerning av én pilargruppe i elven reduserer islasteksponeringen. Bruas funksjon, kapasitet, dimensjoner og materialvalg er for øvrig uendret. Den anskaffelsesrettslige vurderingen er foretatt av Advokatfirma Haavind AS på oppdrag fra Agder fylkeskommune. Endringen gjennomføres med hjemmel i kontraktens endringsklausul formaliseres gjennom endringsordre med vederlagsjustering, jf. NS 8407 punkt 31.1, jf. punkt 34 flg, jf. anskaffelsesforskriften § 28 1 første ledd bokstav a. Endringen endrer ikke kontraktens overordnede karakter.
- location_id:
1 results
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-12T11:31:02Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-375228
- buyer:
68 results
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal Kommune
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal kommune
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- Time kommune
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- Sola kommune
- id:
- 29fd212a6f0497c4be205204761965aa
- organization_id:
- 970490361
- name:
- Bjerkreim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- fd9fb72cf85f58b16d915c4d481a1ea6
- organization_id:
- not reported by source
- name:
- BOKN KOMMUNE
- id:
- 0c60ad45e9abbb7fe401294288f0b0bb
- organization_id:
- not reported by source
- name:
- BØMLO KOMMUNE
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- not reported by source
- name:
- EIDFJORD KOMMUNE
- id:
- 8eb7405178f002cfafe6846ca9d3bbbd
- organization_id:
- not reported by source
- name:
- ETNE KOMMUNE
- id:
- 63c13b3892adb513be5240e19415f189
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- not reported by source
- name:
- HÅ KOMMUNE
- id:
- 5890e2a27d88c9e7ccf330906e19644d
- organization_id:
- not reported by source
- name:
- KARMØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- not reported by source
- name:
- KLEPP KOMMUNE
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- KVAM KOMMUNE
- id:
- 3986557c70347ccb78aea24fef9f7052
- organization_id:
- not reported by source
- name:
- KVINNHERAD KOMMUNE
- id:
- 4c18ed6ff5d32d8e7dd6fe4440e287e7
- organization_id:
- not reported by source
- name:
- LUND KOMMUNE
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- not reported by source
- name:
- SAUDA KOMMUNE
- id:
- 97fa0e1585ba32d25538c9c2c6134d45
- organization_id:
- not reported by source
- name:
- STORD KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- not reported by source
- name:
- STRAND KOMMUNE
- id:
- c84654ea4902bf26cb5c3eeb8ae48a40
- organization_id:
- not reported by source
- name:
- SVEIO KOMMUNE
- id:
- 34513fabed4bef4e5c011a207c1db2c0
- organization_id:
- not reported by source
- name:
- SULDAL KOMMUNE
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- not reported by source
- name:
- TYSNES KOMMUNE
- id:
- 0326e7680f7c383a1610775e2375f2de
- organization_id:
- not reported by source
- name:
- TYSVÆR KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- not reported by source
- name:
- ULLENSVANG KOMMUNE
- id:
- 6a937b375975ed8767c0d9fb2263a6e3
- organization_id:
- not reported by source
- name:
- ULVIK HERAD
- id:
- e37e884d4ee5cbfa34c20040a54911ba
- organization_id:
- not reported by source
- name:
- UTSIRA KOMMUNE
- id:
- 02dde3e956c977997587424abb78b34c
- organization_id:
- not reported by source
- name:
- VINDAFJORD KOMMUNE
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- ØYGARDEN KOMMUNE
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- not reported by source
- name:
- Sandnes kommune
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- not reported by source
- name:
- Kvitsøy kommune
- id:
- 8a88b892510e2191be274ed33ab9db73
- organization_id:
- not reported by source
- name:
- Sokndal kommune
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- not reported by source
- name:
- Hjelmeland kommune
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- not reported by source
- name:
- Eigersund kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- not reported by source
- name:
- Gloppen kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- not reported by source
- name:
- BØMLO VATN OG AVLØPSSELSKAP AS
- id:
- 3aebf95d038afded78256d6b32a3b30a
- organization_id:
- not reported by source
- name:
- GJESDAL KIRKELIGE FELLESRÅD
- id:
- f1a1510d320d053e7c6c432f8a60073d
- organization_id:
- not reported by source
- name:
- Stiftelse Rogaland kranskole
- id:
- 9cc1f5d6488eb4df8c35cc8a55bd7dda
- organization_id:
- not reported by source
- name:
- HAUGALAND BRANN OG REDNING IKS
- id:
- 0ef38e4debeeb7f2d6a19e8394c1d53c
- organization_id:
- not reported by source
- name:
- HAUGESUND KINO OG KONSERTHUS KF
- id:
- 3cdac54a83c2bac99ab6d2ed53265dfc
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNALE PENSJONSKASSE
- id:
- 275c0385a94decca719b84702e2a2f4b
- organization_id:
- not reported by source
- name:
- HAUGALANDMUSEET AS
- id:
- 68bff04dc3184025aa340bb563da8d53
- organization_id:
- not reported by source
- name:
- HAUGESUND PARKERING DRIFT AS
- id:
- 144629aceac678e2fcf2784e9496ff58
- organization_id:
- not reported by source
- name:
- HAUGESUND TEATER AS
- id:
- 3d9842fc77293b40e10f74507976aabe
- organization_id:
- not reported by source
- name:
- JÆREN INDUSTRIPARTNER AS
- id:
- 207607fdc70a3c3dcf3fbaae895d79b0
- organization_id:
- not reported by source
- name:
- KARMØY KINO AS
- id:
- 46697f94ca4159f1a2df83ce078f80c2
- organization_id:
- not reported by source
- name:
- KARMØY KIRKELIG FELLESRÅD
- id:
- b42614c939649d3cdf9ee84835dbf9b9
- organization_id:
- not reported by source
- name:
- KE NETT AS
- id:
- c6d2b2c177e907ee32d676c562019914
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI AS
- id:
- 6ee3a412a254f776cef85ae3fb6f697f
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI HOLDING AS
- id:
- ebaead75aa4260a1fb3a3f0464417361
- organization_id:
- not reported by source
- name:
- KRISESENTER VEST IKS
- id:
- 0c3cbdfe3b86c07c8a3d0cf2f7b24443
- organization_id:
- not reported by source
- name:
- KVAM ENERGI
- id:
- 09bcbfdc648cdf9f98e4547a37f43a7d
- organization_id:
- not reported by source
- name:
- KVINNHERAD BREIBAND AS
- id:
- 1db4895efa5410733cf5523a619bf763
- organization_id:
- not reported by source
- name:
- KVINNHERAD KYRKJELIGE FELLESRÅD
- id:
- 69f3c5f3c234fe436c3e7ccd6f410fae
- organization_id:
- not reported by source
- name:
- TYSVÆR KYRKJELIGE FELLESRÅD
- id:
- f8730421762c71a833b258c336e4868e
- organization_id:
- not reported by source
- name:
- TYSNES KYRKJELEGE FELLESRÅD
- id:
- cd5f78a84d50b6e27c2a7ad06e6f16dd
- organization_id:
- not reported by source
- name:
- Egersund parkering
- id:
- 14c3181d73b46c30c1a45748e4b78358
- organization_id:
- not reported by source
- name:
- Egersund næring og havn KF
- id:
- e6b049f62dafa27ad546f57dc40fcda8
- organization_id:
- not reported by source
- name:
- Haugaland kraft As
- id:
- 703bcd111dd5fa3f07490418d931aece
- organization_id:
- not reported by source
- name:
- Lund kirkelige fellesråd
- id:
- 7e2c38cb602bd4e2a05d7ecc4ab4a0aa
- organization_id:
- not reported by source
- name:
- Øygarden brann og redning KF
- id:
- 9ec274d871a19593f4809a1325f22118
- organization_id:
- not reported by source
- name:
- Øygarden næringsutvikling KF
- id:
- 56b22e22c5a69c12c58581fa81b4595f
- organization_id:
- not reported by source
- name:
- Sveio Kikrkleig fellesråd
- id:
- afbb1f9f058c14717cc60c97f093badb
- organization_id:
- not reported by source
- name:
- Hardanger Energi AS
- id:
- 4d19a2b1624f5c39df51080f08074a71
- organization_id:
- not reported by source
- name:
- Indre Hordaland Kraftnett AS
- id:
- 6d47c244c44cf2245f506ed0b6d74604
- organization_id:
- not reported by source
- name:
- Oseana Kunst- og Kultursenter Bjørnafjorden KF
- id:
- 64760793beca8f2d6e2ef1dd80ddf963
- organization_id:
- not reported by source
- name:
- Os Idrettspark Bjørnafjorden KF
- id:
- 0082fdedf2cd348abc501a716cc72484
- organization_id:
- not reported by source
- name:
- Bjørnafjorden Kyrkjelege Fellesråd
- heading:
- Rammeavtale kjøp av telefonitjenester på mobil og fastnett for kommuner i Rogaland og Vestland
- description:
- Disse kommunene omfattet av avtalen: Gjesdal, Klepp, Time, Bjørnafjorden, Bokn, Bømlo, Eidfjord, Etne, Haugesund, Hå, Karmøy, Kvam, Kvinnherad, Lund, Sauda, Sola, Stord, Strand, Sveio, Suldal, Tysnes, Tysvær, Ullensvang, Ulvik, Utsira, Vindafjord, Øygarden, Sandnes, Kvitsøy, Sokndal, Bjerkreim, Hjelmeland, Eigersund og Gloppen kommune. I tillegg er det med en del kommunale foretak/selskap. Dette er stort sett små foretak med lite omsetning. Fullstendig liste over disse går frem av vedlegg 3. Vedlegget inneholder også opplysning om de som tiltrer avtalen på et senere tidspunkt. Formålet med avtalen er og få dekket oppdragsgivers behov for kjøp av tjenester knyttet til telefoni og mobildatatrafikk samt tilgjengeliggjør nye teknologi som leverandør kan levere nå eller i løpet av kontraktsperioden. Nærmere beskrivelse av formål, behov og krav går frem av vedlegg 1 .
- location_id:
2 results
- NO0A1
- 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:
- 2022-06-18T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-347763
- buyer:
68 results
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal Kommune
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- Gjesdal kommune
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- Time kommune
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- Sola kommune
- id:
- 29fd212a6f0497c4be205204761965aa
- organization_id:
- 970490361
- name:
- Bjerkreim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- fd9fb72cf85f58b16d915c4d481a1ea6
- organization_id:
- not reported by source
- name:
- BOKN KOMMUNE
- id:
- 0c60ad45e9abbb7fe401294288f0b0bb
- organization_id:
- not reported by source
- name:
- BØMLO KOMMUNE
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- not reported by source
- name:
- EIDFJORD KOMMUNE
- id:
- 8eb7405178f002cfafe6846ca9d3bbbd
- organization_id:
- not reported by source
- name:
- ETNE KOMMUNE
- id:
- 63c13b3892adb513be5240e19415f189
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- not reported by source
- name:
- HÅ KOMMUNE
- id:
- 5890e2a27d88c9e7ccf330906e19644d
- organization_id:
- not reported by source
- name:
- KARMØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- not reported by source
- name:
- KLEPP KOMMUNE
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- KVAM KOMMUNE
- id:
- 3986557c70347ccb78aea24fef9f7052
- organization_id:
- not reported by source
- name:
- KVINNHERAD KOMMUNE
- id:
- 4c18ed6ff5d32d8e7dd6fe4440e287e7
- organization_id:
- not reported by source
- name:
- LUND KOMMUNE
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- not reported by source
- name:
- SAUDA KOMMUNE
- id:
- 97fa0e1585ba32d25538c9c2c6134d45
- organization_id:
- not reported by source
- name:
- STORD KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- not reported by source
- name:
- STRAND KOMMUNE
- id:
- c84654ea4902bf26cb5c3eeb8ae48a40
- organization_id:
- not reported by source
- name:
- SVEIO KOMMUNE
- id:
- 34513fabed4bef4e5c011a207c1db2c0
- organization_id:
- not reported by source
- name:
- SULDAL KOMMUNE
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- not reported by source
- name:
- TYSNES KOMMUNE
- id:
- 0326e7680f7c383a1610775e2375f2de
- organization_id:
- not reported by source
- name:
- TYSVÆR KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- not reported by source
- name:
- ULLENSVANG KOMMUNE
- id:
- 6a937b375975ed8767c0d9fb2263a6e3
- organization_id:
- not reported by source
- name:
- ULVIK HERAD
- id:
- e37e884d4ee5cbfa34c20040a54911ba
- organization_id:
- not reported by source
- name:
- UTSIRA KOMMUNE
- id:
- 02dde3e956c977997587424abb78b34c
- organization_id:
- not reported by source
- name:
- VINDAFJORD KOMMUNE
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- ØYGARDEN KOMMUNE
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- not reported by source
- name:
- Sandnes kommune
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- not reported by source
- name:
- Kvitsøy kommune
- id:
- 8a88b892510e2191be274ed33ab9db73
- organization_id:
- not reported by source
- name:
- Sokndal kommune
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- not reported by source
- name:
- Hjelmeland kommune
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- not reported by source
- name:
- Eigersund kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- not reported by source
- name:
- Gloppen kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- not reported by source
- name:
- BØMLO VATN OG AVLØPSSELSKAP AS
- id:
- 3aebf95d038afded78256d6b32a3b30a
- organization_id:
- not reported by source
- name:
- GJESDAL KIRKELIGE FELLESRÅD
- id:
- f1a1510d320d053e7c6c432f8a60073d
- organization_id:
- not reported by source
- name:
- Stiftelse Rogaland kranskole
- id:
- 9cc1f5d6488eb4df8c35cc8a55bd7dda
- organization_id:
- not reported by source
- name:
- HAUGALAND BRANN OG REDNING IKS
- id:
- 0ef38e4debeeb7f2d6a19e8394c1d53c
- organization_id:
- not reported by source
- name:
- HAUGESUND KINO OG KONSERTHUS KF
- id:
- 3cdac54a83c2bac99ab6d2ed53265dfc
- organization_id:
- not reported by source
- name:
- HAUGESUND KOMMUNALE PENSJONSKASSE
- id:
- 275c0385a94decca719b84702e2a2f4b
- organization_id:
- not reported by source
- name:
- HAUGALANDMUSEET AS
- id:
- 68bff04dc3184025aa340bb563da8d53
- organization_id:
- not reported by source
- name:
- HAUGESUND PARKERING DRIFT AS
- id:
- 144629aceac678e2fcf2784e9496ff58
- organization_id:
- not reported by source
- name:
- HAUGESUND TEATER AS
- id:
- 3d9842fc77293b40e10f74507976aabe
- organization_id:
- not reported by source
- name:
- JÆREN INDUSTRIPARTNER AS
- id:
- 207607fdc70a3c3dcf3fbaae895d79b0
- organization_id:
- not reported by source
- name:
- KARMØY KINO AS
- id:
- 46697f94ca4159f1a2df83ce078f80c2
- organization_id:
- not reported by source
- name:
- KARMØY KIRKELIG FELLESRÅD
- id:
- b42614c939649d3cdf9ee84835dbf9b9
- organization_id:
- not reported by source
- name:
- KE NETT AS
- id:
- c6d2b2c177e907ee32d676c562019914
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI AS
- id:
- 6ee3a412a254f776cef85ae3fb6f697f
- organization_id:
- not reported by source
- name:
- KLEPP ENERGI HOLDING AS
- id:
- ebaead75aa4260a1fb3a3f0464417361
- organization_id:
- not reported by source
- name:
- KRISESENTER VEST IKS
- id:
- 0c3cbdfe3b86c07c8a3d0cf2f7b24443
- organization_id:
- not reported by source
- name:
- KVAM ENERGI
- id:
- 09bcbfdc648cdf9f98e4547a37f43a7d
- organization_id:
- not reported by source
- name:
- KVINNHERAD BREIBAND AS
- id:
- 1db4895efa5410733cf5523a619bf763
- organization_id:
- not reported by source
- name:
- KVINNHERAD KYRKJELIGE FELLESRÅD
- id:
- 69f3c5f3c234fe436c3e7ccd6f410fae
- organization_id:
- not reported by source
- name:
- TYSVÆR KYRKJELIGE FELLESRÅD
- id:
- f8730421762c71a833b258c336e4868e
- organization_id:
- not reported by source
- name:
- TYSNES KYRKJELEGE FELLESRÅD
- id:
- cd5f78a84d50b6e27c2a7ad06e6f16dd
- organization_id:
- not reported by source
- name:
- Egersund parkering
- id:
- 14c3181d73b46c30c1a45748e4b78358
- organization_id:
- not reported by source
- name:
- Egersund næring og havn KF
- id:
- e6b049f62dafa27ad546f57dc40fcda8
- organization_id:
- not reported by source
- name:
- Haugaland kraft As
- id:
- 703bcd111dd5fa3f07490418d931aece
- organization_id:
- not reported by source
- name:
- Lund kirkelige fellesråd
- id:
- 7e2c38cb602bd4e2a05d7ecc4ab4a0aa
- organization_id:
- not reported by source
- name:
- Øygarden brann og redning KF
- id:
- 9ec274d871a19593f4809a1325f22118
- organization_id:
- not reported by source
- name:
- Øygarden næringsutvikling KF
- id:
- 56b22e22c5a69c12c58581fa81b4595f
- organization_id:
- not reported by source
- name:
- Sveio Kikrkleig fellesråd
- id:
- afbb1f9f058c14717cc60c97f093badb
- organization_id:
- not reported by source
- name:
- Hardanger Energi AS
- id:
- 4d19a2b1624f5c39df51080f08074a71
- organization_id:
- not reported by source
- name:
- Indre Hordaland Kraftnett AS
- id:
- 6d47c244c44cf2245f506ed0b6d74604
- organization_id:
- not reported by source
- name:
- Oseana Kunst- og Kultursenter Bjørnafjorden KF
- id:
- 64760793beca8f2d6e2ef1dd80ddf963
- organization_id:
- not reported by source
- name:
- Os Idrettspark Bjørnafjorden KF
- id:
- 0082fdedf2cd348abc501a716cc72484
- organization_id:
- not reported by source
- name:
- Bjørnafjorden Kyrkjelege Fellesråd
- heading:
- Rammeavtale kjøp av telefonitjenester på mobil og fastnett for kommuner i Rogaland og Vestland
- description:
- Disse kommunene omfattet av avtalen: Gjesdal, Klepp, Time, Bjørnafjorden, Bokn, Bømlo, Eidfjord, Etne, Haugesund, Hå, Karmøy, Kvam, Kvinnherad, Lund, Sauda, Sola, Stord, Strand, Sveio, Suldal, Tysnes, Tysvær, Ullensvang, Ulvik, Utsira, Vindafjord, Øygarden, Sandnes, Kvitsøy, Sokndal, Bjerkreim, Hjelmeland, Eigersund og Gloppen kommune. I tillegg er det med en del kommunale foretak/selskap. Dette er stort sett små foretak med lite omsetning. Fullstendig liste over disse går frem av vedlegg 3. Vedlegget inneholder også opplysning om de som tiltrer avtalen på et senere tidspunkt. Formålet med avtalen er og få dekket oppdragsgivers behov for kjøp av tjenester knyttet til telefoni og mobildatatrafikk samt tilgjengeliggjør nye teknologi som leverandør kan levere nå eller i løpet av kontraktsperioden. Nærmere beskrivelse av formål, behov og krav går frem av vedlegg 1 .
- location_id:
2 results
- NO0A1
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 280000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-03-22T10:00:00Z
- deadline:
- 2022-05-03T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-03-22
- placeOfPerformance:
No results.
- 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.