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:
- 2
- hits:
2 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
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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
- ANNOUNCEMENT_OF_COMPETITION
- 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:
- 2
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- total_count:
- 2
- hits:
2 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
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- 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
- ANNOUNCEMENT_OF_COMPETITION
- 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:
- 2
- has_more_results:
- no
- truncated:
- no
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.