search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/doffin/search_doffin/?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "doffin",
  "operation": "search_doffin",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). Filter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). Buyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. By default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.

Result

Source: Doffin and TED. Retrieved 2026-09-09T03:59:07Z in 0.148 seconds.

total_count:
2
hits:

2 results

  1. id:
    2022-375228
    buyer:

    68 results

    1. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal Kommune
    2. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal kommune
    3. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time kommune
    4. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      Sola kommune
    5. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      BJØRNAFJORDEN KOMMUNE
    7. id:
      fd9fb72cf85f58b16d915c4d481a1ea6
      organization_id:
      not reported by source
      name:
      BOKN KOMMUNE
    8. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      not reported by source
      name:
      BØMLO KOMMUNE
    9. id:
      bf215fddae2908dbc830d6d2e4ed583b
      organization_id:
      not reported by source
      name:
      EIDFJORD KOMMUNE
    10. id:
      8eb7405178f002cfafe6846ca9d3bbbd
      organization_id:
      not reported by source
      name:
      ETNE KOMMUNE
    11. id:
      63c13b3892adb513be5240e19415f189
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNE
    12. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      not reported by source
      name:
      HÅ KOMMUNE
    13. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      not reported by source
      name:
      KARMØY KOMMUNE
    14. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      not reported by source
      name:
      KLEPP KOMMUNE
    15. id:
      5998ee2378487193ae69e041aac6bcde
      organization_id:
      not reported by source
      name:
      KVAM KOMMUNE
    16. id:
      3986557c70347ccb78aea24fef9f7052
      organization_id:
      not reported by source
      name:
      KVINNHERAD KOMMUNE
    17. id:
      4c18ed6ff5d32d8e7dd6fe4440e287e7
      organization_id:
      not reported by source
      name:
      LUND KOMMUNE
    18. id:
      ee0c27bed50d2c77613a64584a3662e7
      organization_id:
      not reported by source
      name:
      SAUDA KOMMUNE
    19. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      not reported by source
      name:
      STORD KOMMUNE
    20. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      not reported by source
      name:
      STRAND KOMMUNE
    21. id:
      c84654ea4902bf26cb5c3eeb8ae48a40
      organization_id:
      not reported by source
      name:
      SVEIO KOMMUNE
    22. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      not reported by source
      name:
      SULDAL KOMMUNE
    23. id:
      7db91cd0ab35a518b2575843868bbc27
      organization_id:
      not reported by source
      name:
      TYSNES KOMMUNE
    24. id:
      0326e7680f7c383a1610775e2375f2de
      organization_id:
      not reported by source
      name:
      TYSVÆR KOMMUNE
    25. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      not reported by source
      name:
      ULLENSVANG KOMMUNE
    26. id:
      6a937b375975ed8767c0d9fb2263a6e3
      organization_id:
      not reported by source
      name:
      ULVIK HERAD
    27. id:
      e37e884d4ee5cbfa34c20040a54911ba
      organization_id:
      not reported by source
      name:
      UTSIRA KOMMUNE
    28. id:
      02dde3e956c977997587424abb78b34c
      organization_id:
      not reported by source
      name:
      VINDAFJORD KOMMUNE
    29. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      ØYGARDEN KOMMUNE
    30. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      not reported by source
      name:
      Sandnes kommune
    31. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      not reported by source
      name:
      Kvitsøy kommune
    32. id:
      8a88b892510e2191be274ed33ab9db73
      organization_id:
      not reported by source
      name:
      Sokndal kommune
    33. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      not reported by source
      name:
      Hjelmeland kommune
    34. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      not reported by source
      name:
      Eigersund kommune
    35. id:
      3900f46e117312514aa8ddf471c9e50c
      organization_id:
      not reported by source
      name:
      Gloppen kommune
    36. id:
      88a49d681de880f90357543f26a9afca
      organization_id:
      not reported by source
      name:
      BØMLO VATN OG AVLØPSSELSKAP AS
    37. id:
      3aebf95d038afded78256d6b32a3b30a
      organization_id:
      not reported by source
      name:
      GJESDAL KIRKELIGE FELLESRÅD
    38. id:
      f1a1510d320d053e7c6c432f8a60073d
      organization_id:
      not reported by source
      name:
      Stiftelse Rogaland kranskole
    39. id:
      9cc1f5d6488eb4df8c35cc8a55bd7dda
      organization_id:
      not reported by source
      name:
      HAUGALAND BRANN OG REDNING IKS
    40. id:
      0ef38e4debeeb7f2d6a19e8394c1d53c
      organization_id:
      not reported by source
      name:
      HAUGESUND KINO OG KONSERTHUS KF
    41. id:
      3cdac54a83c2bac99ab6d2ed53265dfc
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNALE PENSJONSKASSE
    42. id:
      275c0385a94decca719b84702e2a2f4b
      organization_id:
      not reported by source
      name:
      HAUGALANDMUSEET AS
    43. id:
      68bff04dc3184025aa340bb563da8d53
      organization_id:
      not reported by source
      name:
      HAUGESUND PARKERING DRIFT AS
    44. id:
      144629aceac678e2fcf2784e9496ff58
      organization_id:
      not reported by source
      name:
      HAUGESUND TEATER AS
    45. id:
      3d9842fc77293b40e10f74507976aabe
      organization_id:
      not reported by source
      name:
      JÆREN INDUSTRIPARTNER AS
    46. id:
      207607fdc70a3c3dcf3fbaae895d79b0
      organization_id:
      not reported by source
      name:
      KARMØY KINO AS
    47. id:
      46697f94ca4159f1a2df83ce078f80c2
      organization_id:
      not reported by source
      name:
      KARMØY KIRKELIG FELLESRÅD
    48. id:
      b42614c939649d3cdf9ee84835dbf9b9
      organization_id:
      not reported by source
      name:
      KE NETT AS
    49. id:
      c6d2b2c177e907ee32d676c562019914
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI AS
    50. id:
      6ee3a412a254f776cef85ae3fb6f697f
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI HOLDING AS
    51. id:
      ebaead75aa4260a1fb3a3f0464417361
      organization_id:
      not reported by source
      name:
      KRISESENTER VEST IKS
    52. id:
      0c3cbdfe3b86c07c8a3d0cf2f7b24443
      organization_id:
      not reported by source
      name:
      KVAM ENERGI
    53. id:
      09bcbfdc648cdf9f98e4547a37f43a7d
      organization_id:
      not reported by source
      name:
      KVINNHERAD BREIBAND AS
    54. id:
      1db4895efa5410733cf5523a619bf763
      organization_id:
      not reported by source
      name:
      KVINNHERAD KYRKJELIGE FELLESRÅD
    55. id:
      69f3c5f3c234fe436c3e7ccd6f410fae
      organization_id:
      not reported by source
      name:
      TYSVÆR KYRKJELIGE FELLESRÅD
    56. id:
      f8730421762c71a833b258c336e4868e
      organization_id:
      not reported by source
      name:
      TYSNES KYRKJELEGE FELLESRÅD
    57. id:
      cd5f78a84d50b6e27c2a7ad06e6f16dd
      organization_id:
      not reported by source
      name:
      Egersund parkering
    58. id:
      14c3181d73b46c30c1a45748e4b78358
      organization_id:
      not reported by source
      name:
      Egersund næring og havn KF
    59. id:
      e6b049f62dafa27ad546f57dc40fcda8
      organization_id:
      not reported by source
      name:
      Haugaland kraft As
    60. id:
      703bcd111dd5fa3f07490418d931aece
      organization_id:
      not reported by source
      name:
      Lund kirkelige fellesråd
    61. id:
      7e2c38cb602bd4e2a05d7ecc4ab4a0aa
      organization_id:
      not reported by source
      name:
      Øygarden brann og redning KF
    62. id:
      9ec274d871a19593f4809a1325f22118
      organization_id:
      not reported by source
      name:
      Øygarden næringsutvikling KF
    63. id:
      56b22e22c5a69c12c58581fa81b4595f
      organization_id:
      not reported by source
      name:
      Sveio Kikrkleig fellesråd
    64. id:
      afbb1f9f058c14717cc60c97f093badb
      organization_id:
      not reported by source
      name:
      Hardanger Energi AS
    65. id:
      4d19a2b1624f5c39df51080f08074a71
      organization_id:
      not reported by source
      name:
      Indre Hordaland Kraftnett AS
    66. id:
      6d47c244c44cf2245f506ed0b6d74604
      organization_id:
      not reported by source
      name:
      Oseana Kunst- og Kultursenter Bjørnafjorden KF
    67. id:
      64760793beca8f2d6e2ef1dd80ddf963
      organization_id:
      not reported by source
      name:
      Os Idrettspark Bjørnafjorden KF
    68. 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

    1. NO0A1
    2. NO0A2
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. 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.

  2. id:
    2022-347763
    buyer:

    68 results

    1. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal Kommune
    2. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal kommune
    3. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time kommune
    4. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      Sola kommune
    5. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      BJØRNAFJORDEN KOMMUNE
    7. id:
      fd9fb72cf85f58b16d915c4d481a1ea6
      organization_id:
      not reported by source
      name:
      BOKN KOMMUNE
    8. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      not reported by source
      name:
      BØMLO KOMMUNE
    9. id:
      bf215fddae2908dbc830d6d2e4ed583b
      organization_id:
      not reported by source
      name:
      EIDFJORD KOMMUNE
    10. id:
      8eb7405178f002cfafe6846ca9d3bbbd
      organization_id:
      not reported by source
      name:
      ETNE KOMMUNE
    11. id:
      63c13b3892adb513be5240e19415f189
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNE
    12. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      not reported by source
      name:
      HÅ KOMMUNE
    13. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      not reported by source
      name:
      KARMØY KOMMUNE
    14. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      not reported by source
      name:
      KLEPP KOMMUNE
    15. id:
      5998ee2378487193ae69e041aac6bcde
      organization_id:
      not reported by source
      name:
      KVAM KOMMUNE
    16. id:
      3986557c70347ccb78aea24fef9f7052
      organization_id:
      not reported by source
      name:
      KVINNHERAD KOMMUNE
    17. id:
      4c18ed6ff5d32d8e7dd6fe4440e287e7
      organization_id:
      not reported by source
      name:
      LUND KOMMUNE
    18. id:
      ee0c27bed50d2c77613a64584a3662e7
      organization_id:
      not reported by source
      name:
      SAUDA KOMMUNE
    19. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      not reported by source
      name:
      STORD KOMMUNE
    20. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      not reported by source
      name:
      STRAND KOMMUNE
    21. id:
      c84654ea4902bf26cb5c3eeb8ae48a40
      organization_id:
      not reported by source
      name:
      SVEIO KOMMUNE
    22. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      not reported by source
      name:
      SULDAL KOMMUNE
    23. id:
      7db91cd0ab35a518b2575843868bbc27
      organization_id:
      not reported by source
      name:
      TYSNES KOMMUNE
    24. id:
      0326e7680f7c383a1610775e2375f2de
      organization_id:
      not reported by source
      name:
      TYSVÆR KOMMUNE
    25. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      not reported by source
      name:
      ULLENSVANG KOMMUNE
    26. id:
      6a937b375975ed8767c0d9fb2263a6e3
      organization_id:
      not reported by source
      name:
      ULVIK HERAD
    27. id:
      e37e884d4ee5cbfa34c20040a54911ba
      organization_id:
      not reported by source
      name:
      UTSIRA KOMMUNE
    28. id:
      02dde3e956c977997587424abb78b34c
      organization_id:
      not reported by source
      name:
      VINDAFJORD KOMMUNE
    29. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      ØYGARDEN KOMMUNE
    30. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      not reported by source
      name:
      Sandnes kommune
    31. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      not reported by source
      name:
      Kvitsøy kommune
    32. id:
      8a88b892510e2191be274ed33ab9db73
      organization_id:
      not reported by source
      name:
      Sokndal kommune
    33. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      not reported by source
      name:
      Hjelmeland kommune
    34. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      not reported by source
      name:
      Eigersund kommune
    35. id:
      3900f46e117312514aa8ddf471c9e50c
      organization_id:
      not reported by source
      name:
      Gloppen kommune
    36. id:
      88a49d681de880f90357543f26a9afca
      organization_id:
      not reported by source
      name:
      BØMLO VATN OG AVLØPSSELSKAP AS
    37. id:
      3aebf95d038afded78256d6b32a3b30a
      organization_id:
      not reported by source
      name:
      GJESDAL KIRKELIGE FELLESRÅD
    38. id:
      f1a1510d320d053e7c6c432f8a60073d
      organization_id:
      not reported by source
      name:
      Stiftelse Rogaland kranskole
    39. id:
      9cc1f5d6488eb4df8c35cc8a55bd7dda
      organization_id:
      not reported by source
      name:
      HAUGALAND BRANN OG REDNING IKS
    40. id:
      0ef38e4debeeb7f2d6a19e8394c1d53c
      organization_id:
      not reported by source
      name:
      HAUGESUND KINO OG KONSERTHUS KF
    41. id:
      3cdac54a83c2bac99ab6d2ed53265dfc
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNALE PENSJONSKASSE
    42. id:
      275c0385a94decca719b84702e2a2f4b
      organization_id:
      not reported by source
      name:
      HAUGALANDMUSEET AS
    43. id:
      68bff04dc3184025aa340bb563da8d53
      organization_id:
      not reported by source
      name:
      HAUGESUND PARKERING DRIFT AS
    44. id:
      144629aceac678e2fcf2784e9496ff58
      organization_id:
      not reported by source
      name:
      HAUGESUND TEATER AS
    45. id:
      3d9842fc77293b40e10f74507976aabe
      organization_id:
      not reported by source
      name:
      JÆREN INDUSTRIPARTNER AS
    46. id:
      207607fdc70a3c3dcf3fbaae895d79b0
      organization_id:
      not reported by source
      name:
      KARMØY KINO AS
    47. id:
      46697f94ca4159f1a2df83ce078f80c2
      organization_id:
      not reported by source
      name:
      KARMØY KIRKELIG FELLESRÅD
    48. id:
      b42614c939649d3cdf9ee84835dbf9b9
      organization_id:
      not reported by source
      name:
      KE NETT AS
    49. id:
      c6d2b2c177e907ee32d676c562019914
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI AS
    50. id:
      6ee3a412a254f776cef85ae3fb6f697f
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI HOLDING AS
    51. id:
      ebaead75aa4260a1fb3a3f0464417361
      organization_id:
      not reported by source
      name:
      KRISESENTER VEST IKS
    52. id:
      0c3cbdfe3b86c07c8a3d0cf2f7b24443
      organization_id:
      not reported by source
      name:
      KVAM ENERGI
    53. id:
      09bcbfdc648cdf9f98e4547a37f43a7d
      organization_id:
      not reported by source
      name:
      KVINNHERAD BREIBAND AS
    54. id:
      1db4895efa5410733cf5523a619bf763
      organization_id:
      not reported by source
      name:
      KVINNHERAD KYRKJELIGE FELLESRÅD
    55. id:
      69f3c5f3c234fe436c3e7ccd6f410fae
      organization_id:
      not reported by source
      name:
      TYSVÆR KYRKJELIGE FELLESRÅD
    56. id:
      f8730421762c71a833b258c336e4868e
      organization_id:
      not reported by source
      name:
      TYSNES KYRKJELEGE FELLESRÅD
    57. id:
      cd5f78a84d50b6e27c2a7ad06e6f16dd
      organization_id:
      not reported by source
      name:
      Egersund parkering
    58. id:
      14c3181d73b46c30c1a45748e4b78358
      organization_id:
      not reported by source
      name:
      Egersund næring og havn KF
    59. id:
      e6b049f62dafa27ad546f57dc40fcda8
      organization_id:
      not reported by source
      name:
      Haugaland kraft As
    60. id:
      703bcd111dd5fa3f07490418d931aece
      organization_id:
      not reported by source
      name:
      Lund kirkelige fellesråd
    61. id:
      7e2c38cb602bd4e2a05d7ecc4ab4a0aa
      organization_id:
      not reported by source
      name:
      Øygarden brann og redning KF
    62. id:
      9ec274d871a19593f4809a1325f22118
      organization_id:
      not reported by source
      name:
      Øygarden næringsutvikling KF
    63. id:
      56b22e22c5a69c12c58581fa81b4595f
      organization_id:
      not reported by source
      name:
      Sveio Kikrkleig fellesråd
    64. id:
      afbb1f9f058c14717cc60c97f093badb
      organization_id:
      not reported by source
      name:
      Hardanger Energi AS
    65. id:
      4d19a2b1624f5c39df51080f08074a71
      organization_id:
      not reported by source
      name:
      Indre Hordaland Kraftnett AS
    66. id:
      6d47c244c44cf2245f506ed0b6d74604
      organization_id:
      not reported by source
      name:
      Oseana Kunst- og Kultursenter Bjørnafjorden KF
    67. id:
      64760793beca8f2d6e2ef1dd80ddf963
      organization_id:
      not reported by source
      name:
      Os Idrettspark Bjørnafjorden KF
    68. 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

    1. NO0A1
    2. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    280000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. 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

  1. id:
    2022-375228
    buyer:

    68 results

    1. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal Kommune
    2. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal kommune
    3. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time kommune
    4. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      Sola kommune
    5. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      BJØRNAFJORDEN KOMMUNE
    7. id:
      fd9fb72cf85f58b16d915c4d481a1ea6
      organization_id:
      not reported by source
      name:
      BOKN KOMMUNE
    8. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      not reported by source
      name:
      BØMLO KOMMUNE
    9. id:
      bf215fddae2908dbc830d6d2e4ed583b
      organization_id:
      not reported by source
      name:
      EIDFJORD KOMMUNE
    10. id:
      8eb7405178f002cfafe6846ca9d3bbbd
      organization_id:
      not reported by source
      name:
      ETNE KOMMUNE
    11. id:
      63c13b3892adb513be5240e19415f189
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNE
    12. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      not reported by source
      name:
      HÅ KOMMUNE
    13. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      not reported by source
      name:
      KARMØY KOMMUNE
    14. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      not reported by source
      name:
      KLEPP KOMMUNE
    15. id:
      5998ee2378487193ae69e041aac6bcde
      organization_id:
      not reported by source
      name:
      KVAM KOMMUNE
    16. id:
      3986557c70347ccb78aea24fef9f7052
      organization_id:
      not reported by source
      name:
      KVINNHERAD KOMMUNE
    17. id:
      4c18ed6ff5d32d8e7dd6fe4440e287e7
      organization_id:
      not reported by source
      name:
      LUND KOMMUNE
    18. id:
      ee0c27bed50d2c77613a64584a3662e7
      organization_id:
      not reported by source
      name:
      SAUDA KOMMUNE
    19. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      not reported by source
      name:
      STORD KOMMUNE
    20. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      not reported by source
      name:
      STRAND KOMMUNE
    21. id:
      c84654ea4902bf26cb5c3eeb8ae48a40
      organization_id:
      not reported by source
      name:
      SVEIO KOMMUNE
    22. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      not reported by source
      name:
      SULDAL KOMMUNE
    23. id:
      7db91cd0ab35a518b2575843868bbc27
      organization_id:
      not reported by source
      name:
      TYSNES KOMMUNE
    24. id:
      0326e7680f7c383a1610775e2375f2de
      organization_id:
      not reported by source
      name:
      TYSVÆR KOMMUNE
    25. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      not reported by source
      name:
      ULLENSVANG KOMMUNE
    26. id:
      6a937b375975ed8767c0d9fb2263a6e3
      organization_id:
      not reported by source
      name:
      ULVIK HERAD
    27. id:
      e37e884d4ee5cbfa34c20040a54911ba
      organization_id:
      not reported by source
      name:
      UTSIRA KOMMUNE
    28. id:
      02dde3e956c977997587424abb78b34c
      organization_id:
      not reported by source
      name:
      VINDAFJORD KOMMUNE
    29. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      ØYGARDEN KOMMUNE
    30. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      not reported by source
      name:
      Sandnes kommune
    31. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      not reported by source
      name:
      Kvitsøy kommune
    32. id:
      8a88b892510e2191be274ed33ab9db73
      organization_id:
      not reported by source
      name:
      Sokndal kommune
    33. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      not reported by source
      name:
      Hjelmeland kommune
    34. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      not reported by source
      name:
      Eigersund kommune
    35. id:
      3900f46e117312514aa8ddf471c9e50c
      organization_id:
      not reported by source
      name:
      Gloppen kommune
    36. id:
      88a49d681de880f90357543f26a9afca
      organization_id:
      not reported by source
      name:
      BØMLO VATN OG AVLØPSSELSKAP AS
    37. id:
      3aebf95d038afded78256d6b32a3b30a
      organization_id:
      not reported by source
      name:
      GJESDAL KIRKELIGE FELLESRÅD
    38. id:
      f1a1510d320d053e7c6c432f8a60073d
      organization_id:
      not reported by source
      name:
      Stiftelse Rogaland kranskole
    39. id:
      9cc1f5d6488eb4df8c35cc8a55bd7dda
      organization_id:
      not reported by source
      name:
      HAUGALAND BRANN OG REDNING IKS
    40. id:
      0ef38e4debeeb7f2d6a19e8394c1d53c
      organization_id:
      not reported by source
      name:
      HAUGESUND KINO OG KONSERTHUS KF
    41. id:
      3cdac54a83c2bac99ab6d2ed53265dfc
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNALE PENSJONSKASSE
    42. id:
      275c0385a94decca719b84702e2a2f4b
      organization_id:
      not reported by source
      name:
      HAUGALANDMUSEET AS
    43. id:
      68bff04dc3184025aa340bb563da8d53
      organization_id:
      not reported by source
      name:
      HAUGESUND PARKERING DRIFT AS
    44. id:
      144629aceac678e2fcf2784e9496ff58
      organization_id:
      not reported by source
      name:
      HAUGESUND TEATER AS
    45. id:
      3d9842fc77293b40e10f74507976aabe
      organization_id:
      not reported by source
      name:
      JÆREN INDUSTRIPARTNER AS
    46. id:
      207607fdc70a3c3dcf3fbaae895d79b0
      organization_id:
      not reported by source
      name:
      KARMØY KINO AS
    47. id:
      46697f94ca4159f1a2df83ce078f80c2
      organization_id:
      not reported by source
      name:
      KARMØY KIRKELIG FELLESRÅD
    48. id:
      b42614c939649d3cdf9ee84835dbf9b9
      organization_id:
      not reported by source
      name:
      KE NETT AS
    49. id:
      c6d2b2c177e907ee32d676c562019914
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI AS
    50. id:
      6ee3a412a254f776cef85ae3fb6f697f
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI HOLDING AS
    51. id:
      ebaead75aa4260a1fb3a3f0464417361
      organization_id:
      not reported by source
      name:
      KRISESENTER VEST IKS
    52. id:
      0c3cbdfe3b86c07c8a3d0cf2f7b24443
      organization_id:
      not reported by source
      name:
      KVAM ENERGI
    53. id:
      09bcbfdc648cdf9f98e4547a37f43a7d
      organization_id:
      not reported by source
      name:
      KVINNHERAD BREIBAND AS
    54. id:
      1db4895efa5410733cf5523a619bf763
      organization_id:
      not reported by source
      name:
      KVINNHERAD KYRKJELIGE FELLESRÅD
    55. id:
      69f3c5f3c234fe436c3e7ccd6f410fae
      organization_id:
      not reported by source
      name:
      TYSVÆR KYRKJELIGE FELLESRÅD
    56. id:
      f8730421762c71a833b258c336e4868e
      organization_id:
      not reported by source
      name:
      TYSNES KYRKJELEGE FELLESRÅD
    57. id:
      cd5f78a84d50b6e27c2a7ad06e6f16dd
      organization_id:
      not reported by source
      name:
      Egersund parkering
    58. id:
      14c3181d73b46c30c1a45748e4b78358
      organization_id:
      not reported by source
      name:
      Egersund næring og havn KF
    59. id:
      e6b049f62dafa27ad546f57dc40fcda8
      organization_id:
      not reported by source
      name:
      Haugaland kraft As
    60. id:
      703bcd111dd5fa3f07490418d931aece
      organization_id:
      not reported by source
      name:
      Lund kirkelige fellesråd
    61. id:
      7e2c38cb602bd4e2a05d7ecc4ab4a0aa
      organization_id:
      not reported by source
      name:
      Øygarden brann og redning KF
    62. id:
      9ec274d871a19593f4809a1325f22118
      organization_id:
      not reported by source
      name:
      Øygarden næringsutvikling KF
    63. id:
      56b22e22c5a69c12c58581fa81b4595f
      organization_id:
      not reported by source
      name:
      Sveio Kikrkleig fellesråd
    64. id:
      afbb1f9f058c14717cc60c97f093badb
      organization_id:
      not reported by source
      name:
      Hardanger Energi AS
    65. id:
      4d19a2b1624f5c39df51080f08074a71
      organization_id:
      not reported by source
      name:
      Indre Hordaland Kraftnett AS
    66. id:
      6d47c244c44cf2245f506ed0b6d74604
      organization_id:
      not reported by source
      name:
      Oseana Kunst- og Kultursenter Bjørnafjorden KF
    67. id:
      64760793beca8f2d6e2ef1dd80ddf963
      organization_id:
      not reported by source
      name:
      Os Idrettspark Bjørnafjorden KF
    68. 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

    1. NO0A1
    2. NO0A2
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. 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.

  2. id:
    2022-347763
    buyer:

    68 results

    1. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal Kommune
    2. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      Gjesdal kommune
    3. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      Time kommune
    4. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      Sola kommune
    5. id:
      29fd212a6f0497c4be205204761965aa
      organization_id:
      970490361
      name:
      Bjerkreim kommune
    6. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      not reported by source
      name:
      BJØRNAFJORDEN KOMMUNE
    7. id:
      fd9fb72cf85f58b16d915c4d481a1ea6
      organization_id:
      not reported by source
      name:
      BOKN KOMMUNE
    8. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      not reported by source
      name:
      BØMLO KOMMUNE
    9. id:
      bf215fddae2908dbc830d6d2e4ed583b
      organization_id:
      not reported by source
      name:
      EIDFJORD KOMMUNE
    10. id:
      8eb7405178f002cfafe6846ca9d3bbbd
      organization_id:
      not reported by source
      name:
      ETNE KOMMUNE
    11. id:
      63c13b3892adb513be5240e19415f189
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNE
    12. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      not reported by source
      name:
      HÅ KOMMUNE
    13. id:
      5890e2a27d88c9e7ccf330906e19644d
      organization_id:
      not reported by source
      name:
      KARMØY KOMMUNE
    14. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      not reported by source
      name:
      KLEPP KOMMUNE
    15. id:
      5998ee2378487193ae69e041aac6bcde
      organization_id:
      not reported by source
      name:
      KVAM KOMMUNE
    16. id:
      3986557c70347ccb78aea24fef9f7052
      organization_id:
      not reported by source
      name:
      KVINNHERAD KOMMUNE
    17. id:
      4c18ed6ff5d32d8e7dd6fe4440e287e7
      organization_id:
      not reported by source
      name:
      LUND KOMMUNE
    18. id:
      ee0c27bed50d2c77613a64584a3662e7
      organization_id:
      not reported by source
      name:
      SAUDA KOMMUNE
    19. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      not reported by source
      name:
      STORD KOMMUNE
    20. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      not reported by source
      name:
      STRAND KOMMUNE
    21. id:
      c84654ea4902bf26cb5c3eeb8ae48a40
      organization_id:
      not reported by source
      name:
      SVEIO KOMMUNE
    22. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      not reported by source
      name:
      SULDAL KOMMUNE
    23. id:
      7db91cd0ab35a518b2575843868bbc27
      organization_id:
      not reported by source
      name:
      TYSNES KOMMUNE
    24. id:
      0326e7680f7c383a1610775e2375f2de
      organization_id:
      not reported by source
      name:
      TYSVÆR KOMMUNE
    25. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      not reported by source
      name:
      ULLENSVANG KOMMUNE
    26. id:
      6a937b375975ed8767c0d9fb2263a6e3
      organization_id:
      not reported by source
      name:
      ULVIK HERAD
    27. id:
      e37e884d4ee5cbfa34c20040a54911ba
      organization_id:
      not reported by source
      name:
      UTSIRA KOMMUNE
    28. id:
      02dde3e956c977997587424abb78b34c
      organization_id:
      not reported by source
      name:
      VINDAFJORD KOMMUNE
    29. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      not reported by source
      name:
      ØYGARDEN KOMMUNE
    30. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      not reported by source
      name:
      Sandnes kommune
    31. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      not reported by source
      name:
      Kvitsøy kommune
    32. id:
      8a88b892510e2191be274ed33ab9db73
      organization_id:
      not reported by source
      name:
      Sokndal kommune
    33. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      not reported by source
      name:
      Hjelmeland kommune
    34. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      not reported by source
      name:
      Eigersund kommune
    35. id:
      3900f46e117312514aa8ddf471c9e50c
      organization_id:
      not reported by source
      name:
      Gloppen kommune
    36. id:
      88a49d681de880f90357543f26a9afca
      organization_id:
      not reported by source
      name:
      BØMLO VATN OG AVLØPSSELSKAP AS
    37. id:
      3aebf95d038afded78256d6b32a3b30a
      organization_id:
      not reported by source
      name:
      GJESDAL KIRKELIGE FELLESRÅD
    38. id:
      f1a1510d320d053e7c6c432f8a60073d
      organization_id:
      not reported by source
      name:
      Stiftelse Rogaland kranskole
    39. id:
      9cc1f5d6488eb4df8c35cc8a55bd7dda
      organization_id:
      not reported by source
      name:
      HAUGALAND BRANN OG REDNING IKS
    40. id:
      0ef38e4debeeb7f2d6a19e8394c1d53c
      organization_id:
      not reported by source
      name:
      HAUGESUND KINO OG KONSERTHUS KF
    41. id:
      3cdac54a83c2bac99ab6d2ed53265dfc
      organization_id:
      not reported by source
      name:
      HAUGESUND KOMMUNALE PENSJONSKASSE
    42. id:
      275c0385a94decca719b84702e2a2f4b
      organization_id:
      not reported by source
      name:
      HAUGALANDMUSEET AS
    43. id:
      68bff04dc3184025aa340bb563da8d53
      organization_id:
      not reported by source
      name:
      HAUGESUND PARKERING DRIFT AS
    44. id:
      144629aceac678e2fcf2784e9496ff58
      organization_id:
      not reported by source
      name:
      HAUGESUND TEATER AS
    45. id:
      3d9842fc77293b40e10f74507976aabe
      organization_id:
      not reported by source
      name:
      JÆREN INDUSTRIPARTNER AS
    46. id:
      207607fdc70a3c3dcf3fbaae895d79b0
      organization_id:
      not reported by source
      name:
      KARMØY KINO AS
    47. id:
      46697f94ca4159f1a2df83ce078f80c2
      organization_id:
      not reported by source
      name:
      KARMØY KIRKELIG FELLESRÅD
    48. id:
      b42614c939649d3cdf9ee84835dbf9b9
      organization_id:
      not reported by source
      name:
      KE NETT AS
    49. id:
      c6d2b2c177e907ee32d676c562019914
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI AS
    50. id:
      6ee3a412a254f776cef85ae3fb6f697f
      organization_id:
      not reported by source
      name:
      KLEPP ENERGI HOLDING AS
    51. id:
      ebaead75aa4260a1fb3a3f0464417361
      organization_id:
      not reported by source
      name:
      KRISESENTER VEST IKS
    52. id:
      0c3cbdfe3b86c07c8a3d0cf2f7b24443
      organization_id:
      not reported by source
      name:
      KVAM ENERGI
    53. id:
      09bcbfdc648cdf9f98e4547a37f43a7d
      organization_id:
      not reported by source
      name:
      KVINNHERAD BREIBAND AS
    54. id:
      1db4895efa5410733cf5523a619bf763
      organization_id:
      not reported by source
      name:
      KVINNHERAD KYRKJELIGE FELLESRÅD
    55. id:
      69f3c5f3c234fe436c3e7ccd6f410fae
      organization_id:
      not reported by source
      name:
      TYSVÆR KYRKJELIGE FELLESRÅD
    56. id:
      f8730421762c71a833b258c336e4868e
      organization_id:
      not reported by source
      name:
      TYSNES KYRKJELEGE FELLESRÅD
    57. id:
      cd5f78a84d50b6e27c2a7ad06e6f16dd
      organization_id:
      not reported by source
      name:
      Egersund parkering
    58. id:
      14c3181d73b46c30c1a45748e4b78358
      organization_id:
      not reported by source
      name:
      Egersund næring og havn KF
    59. id:
      e6b049f62dafa27ad546f57dc40fcda8
      organization_id:
      not reported by source
      name:
      Haugaland kraft As
    60. id:
      703bcd111dd5fa3f07490418d931aece
      organization_id:
      not reported by source
      name:
      Lund kirkelige fellesråd
    61. id:
      7e2c38cb602bd4e2a05d7ecc4ab4a0aa
      organization_id:
      not reported by source
      name:
      Øygarden brann og redning KF
    62. id:
      9ec274d871a19593f4809a1325f22118
      organization_id:
      not reported by source
      name:
      Øygarden næringsutvikling KF
    63. id:
      56b22e22c5a69c12c58581fa81b4595f
      organization_id:
      not reported by source
      name:
      Sveio Kikrkleig fellesråd
    64. id:
      afbb1f9f058c14717cc60c97f093badb
      organization_id:
      not reported by source
      name:
      Hardanger Energi AS
    65. id:
      4d19a2b1624f5c39df51080f08074a71
      organization_id:
      not reported by source
      name:
      Indre Hordaland Kraftnett AS
    66. id:
      6d47c244c44cf2245f506ed0b6d74604
      organization_id:
      not reported by source
      name:
      Oseana Kunst- og Kultursenter Bjørnafjorden KF
    67. id:
      64760793beca8f2d6e2ef1dd80ddf963
      organization_id:
      not reported by source
      name:
      Os Idrettspark Bjørnafjorden KF
    68. 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

    1. NO0A1
    2. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    280000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. 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?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_doffin lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.