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-11T18:54:40Z in 0.192 seconds.

total_count:
11
hits:

10 results

  1. id:
    2017-740682
    buyer:

    1 results

    1. id:
      7bad4053e224ac5a318410477b4b9346
      organization_id:
      971 032 081
      name:
      Statens vegvesen Region nord
    heading:
    2014 Kautokeino 2017-2022
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på riksveger, riks-g/s-veger og fylkesveger med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Kautokeino.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-04-22T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-04-22
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2026-110868
    buyer:

    2 results

    1. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945475056
      name:
      Kautokeino kommune
    2. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    heading:
    Veivedlikehold for Kautokeino 2026
    description:
    Kautokeino kommune ønsker tilbud på komplett vinter og sommerveg vedlikehold av de rodene som inngår i anbudet. En nærmere kart beskrivelse av rodene finnes som vedlegg i delleveransen.Fastpris på vinterveivedlikehold og sommerveivedlikehold.Timepris vinterveivedlikehold og sommerveivedlikehold.Kommunen ønsker også tilbud på å innleie maskiner med fører på timebasis til diverse ekstraarbeid. Omfanget for det vil være på inntil 100 timer pr. sesong med den aktuelle maskinparken som tilbys.Det er mulig å levere tilbud på en eller flere roder. Det skal i tillegg til fastpris oppgis timepris for hver enkelt rode.Følgende roder inngår i konkurransen:Sone 1. Kautokeino sentrum – NordSone 2. Gang og sykkelveierSone 3. Kautokeino sentrum – ParkeringsplasserSone 4. Biedjovággi-vegenSone 5. ÁvžiSone 6. E45Sone 7. RV-92Sone 8. MázeSone 9. Levering og oppsett av brøytestikker Sone 10. Vegetasjonsrydding
    location_id:

    1 results

    1. NO073
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-18T07:51:29Z
    deadline:
    2026-07-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-103174
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945475056
      name:
      Kautokeino kommune
    heading:
    Elektrikertjenester inkl. materiell for Kautokeino kommune 2026 - 2029
    description:
    Oppdragsgiver i denne anskaffelsen er Kautokeino kommune, kommunenr. 5612
    location_id:

    1 results

    1. NO073
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-13T13:03:57Z
    deadline:
    2026-03-20T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-109542
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    heading:
    Leasingbiler bygningsdrift Kautokeino kommune 2025
    description:
    Oppdragsgiver i dette anbudet er:5430 KautokeinoKautokeino kommune skal gå til anskaffelse av 4 biler til bygningsdrift.Bilene som skal anskaffes er elektriske varebiler.Tre stk varebiler av mindre type 2m-3,7m3 lastekapasitet og en stk av større type med lastekapasitet 3,8-6m3.
    location_id:

    1 results

    1. NO073
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-06-18T13:20:23Z
    deadline:
    2025-08-08T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-06-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-116157
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    heading:
    Telefoni Kautokeino kommune 2024-2028
    description:
    Oppdragsgiver i denne konkurransen er:5612 Kautokeino kommune/Guovdageainnu suohkan
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1400000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-11-11T14:08:34Z
    deadline:
    2024-11-18T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-11-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-111660
    buyer:

    2 results

    1. id:
      77733cc353acbf51e532009826ea8fb9
      organization_id:
      881894742
      name:
      WSP NORGE AS (Oppdragsgiver)
    2. id:
      c24a4a3b091355a3f564d3447b45e1f0
      organization_id:
      945475056
      name:
      GUOVDAGEAINNU SUOHKAN / KAUTOKEINO KOMMUNE
    heading:
    Arkitekt til samisk barnehage og omsorgsboliger i Kautokeino
    description:
    Det skal anskaffes arkitektfaglig kompetanse i form av tre arkitektressurser for utvikling av et skisseprosjekt. Skisseprosjektet skal danne grunnlag for videre utvikling av prosjektet til de senere faser. Oppdraget vil også kunne videreføres på tilsvarende betingelser eller betingelser partene blir enige om, til forprosjekt og gjennomføringsfase. Tilbydere bes ta høyde for tilleggskapasitet hos tilbudte ressurser til kommende faser etter skisseprosjektfasen. Det er programmert et veiledende samlet areal for barnehage og omsorgsboliger på ca. 1500 m2 BTA.
    location_id:

    2 results

    1. NO073
    2. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-08-12T09:42:05Z
    deadline:
    2025-09-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-08-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2024-103439
    buyer:

    5 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    3. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963 376 030
      name:
      Karasjok kommune
    4. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    5. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    heading:
    Reisebyråtjenester 2024 - 2026: Fire kommuner i Nord-Norge
    description:
    Fire kommuner i Nord-Norge ønsker å inngå en rammeavtale på kjøp av reisebyråtjenester. De fire kommunene er:5430 Kautokeino kommune5437 Karasjok kommune5405 Vadsø kommune1828 Nesna kommune
    location_id:

    5 results

    1. NO074
    2. NO073
    3. NO072
    4. anyw
    5. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    18500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-03-07T10:10:23Z
    deadline:
    2024-03-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-03-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2017-772928
    buyer:

    13 results

    1. id:
      63793aa8b14a60ae773978cfa4e2c58a
      organization_id:
      not reported by source
      name:
      Finnut Consult AS
    2. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      not reported by source
      name:
      Lavangen kommune
    3. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      not reported by source
      name:
      Salangen kommune
    4. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      not reported by source
      name:
      Vadsø kommune
    5. id:
      c24a4a3b091355a3f564d3447b45e1f0
      organization_id:
      not reported by source
      name:
      Guovdageainnu suohkan/Kautokeino kommune
    6. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      not reported by source
      name:
      Loppa kommune
    7. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      not reported by source
      name:
      Nordkapp kommune
    8. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      not reported by source
      name:
      Porsanger kommune
    9. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      not reported by source
      name:
      Karasjok kommune
    10. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      not reported by source
      name:
      Gamvik kommune
    11. id:
      5cbaf0505627836cf2dbae53ea8f0d3a
      organization_id:
      not reported by source
      name:
      Deanu gielda/Tana kommune
    12. id:
      7ff1264777ee892cd42b7c0ecfaad70a
      organization_id:
      not reported by source
      name:
      Unjárgga Gielda/Nesseby kommune
    13. id:
      0e13c65ffb6ae2e06d7b26eddc9bde3b
      organization_id:
      not reported by source
      name:
      Sør-Varanger kommune
    heading:
    Rammeavtale kontorrekvisita - 12 kommuner i Finnmark og Troms
    description:
    Leveranse av kontorrekvisita. Rammeavtalenes varighet er 3 år og estimert årlig totalverdi er NOK 4 000 000. Oppdragsgivere i denne konkurransen er: 1920 Lavangen kommune 1923 Salangen kommune 2003 Vadsø kommune 2011 Guovdageainnu/Kautokeino kommune 2014 Loppa kommune 2019 Nordkapp kommune 2020 Porsanger kommune 2021 Kárásjoga gielda/Karasjok kommune 2023 Gamvik kommune 2025 Deanu gielda/Tana kommune 2027 Unjargga gielda/Nesseby kommune 2030 Sør-Varanger kommune
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-10-25T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-10-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2025-115078
    buyer:

    19 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    3. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      959 469 881
      name:
      Lavangen kommune
    4. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      961416388
      name:
      Salangen kommune
    5. id:
      7ed5fcdc66b09f49f395eaa52843b411
      organization_id:
      972418005
      name:
      Målselv kommune
    6. id:
      5e51f67c80012858485adc7d07fc5144
      organization_id:
      940 755 603
      name:
      Sørreisa kommune
    7. id:
      2236467a59cdc3b729e99104259db9b4
      organization_id:
      940208580
      name:
      Balsfjord kommune
    8. id:
      fb9f6e5891aef14cffce292cfc699280
      organization_id:
      942110286
      name:
      Sør-Varanger
    9. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    10. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963376030
      name:
      Karasjok kommune
    11. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    12. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      963 063 237
      name:
      Loppa kommune
    13. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      938 469 415
      name:
      Nordkapp kommune
    14. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      934266811
      name:
      Gamvik kommune
    15. id:
      726c8a7e38620b9f013039e0c5a2e0ed
      organization_id:
      943505527
      name:
      Tana kommune
    16. id:
      2e3f22bcf20f21ee4693d1bb08ed0ed2
      organization_id:
      962388108
      name:
      Berlevåg kommune
    17. id:
      14334ab349cd8691e2b83e4103b6f0d7
      organization_id:
      938795592
      name:
      Båtsfjord kommune
    18. id:
      a02f982665aca24a2d795b1c40801532
      organization_id:
      839953062
      name:
      Nesseby kommune
    19. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      959411735
      name:
      Porsanger kommune
    heading:
    Kontorrekvisita for kommuner i Nord-Norge
    description:
    Anskaffelsen gjennomføres på vegne av en gruppe kommuner i samarbeid kalt Innkjøpssirkelen.Alle deltakere i konkurransen er oppdragsgiver og kontraktspart hver for seg. Deltakerne er:1828 Nesna kommune5518 Lavangen kommune5522 Salangen kommune5524 Målselv kommune5526 Sørreisa kommune5532 Balsfjord kommune5605 Sør-Varanger kommune5607 Vadsø kommune5610 Karasjok kommune5612 Kautokeino kommune5614 Loppa kommune5620 Nordkapp kommune5626 Gamvik kommune5628 Tana kommune5630 Berlevåg kommune5632 Båtsfjord kommune5636 Nesseby kommune5622 Porsanger kommune
    location_id:

    3 results

    1. NO073
    2. NO072
    3. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    17800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-10-20T13:12:31Z
    deadline:
    2025-10-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2024-103392
    buyer:

    23 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    3. id:
      6d679ff01aeed365249c2fd6b837f8aa
      organization_id:
      972 418 048
      name:
      Vardø kommune
    4. id:
      14334ab349cd8691e2b83e4103b6f0d7
      organization_id:
      938 795 592
      name:
      Båtsfjord kommune
    5. id:
      2e3f22bcf20f21ee4693d1bb08ed0ed2
      organization_id:
      962 388 108
      name:
      Berlevåg kommune
    6. id:
      0e13c65ffb6ae2e06d7b26eddc9bde3b
      organization_id:
      942 110 286
      name:
      Sør-Varanger kommune
    7. id:
      a02f982665aca24a2d795b1c40801532
      organization_id:
      839 953 062
      name:
      Nesseby kommune
    8. id:
      726c8a7e38620b9f013039e0c5a2e0ed
      organization_id:
      943 505 527
      name:
      Tana kommune
    9. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963 376 030
      name:
      Karasjok kommune
    10. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    11. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      959 411 735
      name:
      Porsanger kommune
    12. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      938 469 415
      name:
      Nordkapp kommune
    13. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      934 266 811
      name:
      Gamvik kommune
    14. id:
      5254bba09d784d50ef4b060eb1c46020
      organization_id:
      921 770 669
      name:
      Hammerfest kommune
    15. id:
      f4e3037d13014fb675de512c702ccef1
      organization_id:
      941 087 957
      name:
      Måsøy kommune
    16. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      963 063 237
      name:
      Loppa kommune
    17. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      961 416 388
      name:
      Salangen kommune
    18. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      959 469 881
      name:
      Lavangen kommune
    19. id:
      7ed5fcdc66b09f49f395eaa52843b411
      organization_id:
      972 418 005
      name:
      Målselv kommune
    20. id:
      5e51f67c80012858485adc7d07fc5144
      organization_id:
      940 755 603
      name:
      Sørreisa kommune
    21. id:
      2236467a59cdc3b729e99104259db9b4
      organization_id:
      940 208 580
      name:
      Balsfjord kommune
    22. id:
      21d964afb237a5f54d5d2a80fff766e2
      organization_id:
      945 717 173
      name:
      Rødøy kommune
    23. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    heading:
    Medisinsk forbruksmateriell, medisinteknisk utstyr og laboratorieteknisk utstyr: 22 kommuner i Nord-Norge
    description:
    Kommuner i Finnmark, Troms og Nordland skal inngå en rammeavtale på kjøp av:Medisinsk forbruksmateriellMedisinteknisk utstyr m/tilhørende forbruksmateriellLaboratorieteknisk utstyr m/tilhørende forbruksmateriellFølgende kommuner deltar:Vardø kommune, 5643Sør-Varanger kommune, 5605 (slutter seg til avtalen 1. oktober 2024)Vadsø kommune, 5607Båtsfjord kommune, 5632Berlevåg kommune, 5630 (slutter seg til avtalen 1. oktober 2024)Nesseby kommune, 5636Tana kommune, 5628Gamvik kommune, 5626Porsanger kommune, 5622Nordkapp kommune, 5620 (slutter seg til avtalen 1. oktober 2024)Måsøy kommune, 5618Hammerfest kommune, 5603Loppa kommune, 5614Karasjok kommune, 5610Kautokeino kommune, 5612Salangen kommune, 5522Lavangen kommune, 5518Målselv kommune, 5524Sørreisa kommune, 5526 (slutter seg til avtalen 1. oktober 2024)Balsfjord kommune, 5532Rødøy kommune, 1836Nesna kommune, 1828
    location_id:

    5 results

    1. NO074
    2. NO073
    3. NO072
    4. anyw
    5. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-03-07T08:18:57Z
    deadline:
    2024-03-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-03-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Show all fields in HTML
total_count:
11
hits:

10 results

  1. id:
    2017-740682
    buyer:

    1 results

    1. id:
      7bad4053e224ac5a318410477b4b9346
      organization_id:
      971 032 081
      name:
      Statens vegvesen Region nord
    heading:
    2014 Kautokeino 2017-2022
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på riksveger, riks-g/s-veger og fylkesveger med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Kautokeino.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-04-22T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-04-22
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2026-110868
    buyer:

    2 results

    1. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945475056
      name:
      Kautokeino kommune
    2. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    heading:
    Veivedlikehold for Kautokeino 2026
    description:
    Kautokeino kommune ønsker tilbud på komplett vinter og sommerveg vedlikehold av de rodene som inngår i anbudet. En nærmere kart beskrivelse av rodene finnes som vedlegg i delleveransen.Fastpris på vinterveivedlikehold og sommerveivedlikehold.Timepris vinterveivedlikehold og sommerveivedlikehold.Kommunen ønsker også tilbud på å innleie maskiner med fører på timebasis til diverse ekstraarbeid. Omfanget for det vil være på inntil 100 timer pr. sesong med den aktuelle maskinparken som tilbys.Det er mulig å levere tilbud på en eller flere roder. Det skal i tillegg til fastpris oppgis timepris for hver enkelt rode.Følgende roder inngår i konkurransen:Sone 1. Kautokeino sentrum – NordSone 2. Gang og sykkelveierSone 3. Kautokeino sentrum – ParkeringsplasserSone 4. Biedjovággi-vegenSone 5. ÁvžiSone 6. E45Sone 7. RV-92Sone 8. MázeSone 9. Levering og oppsett av brøytestikker Sone 10. Vegetasjonsrydding
    location_id:

    1 results

    1. NO073
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-18T07:51:29Z
    deadline:
    2026-07-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-103174
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945475056
      name:
      Kautokeino kommune
    heading:
    Elektrikertjenester inkl. materiell for Kautokeino kommune 2026 - 2029
    description:
    Oppdragsgiver i denne anskaffelsen er Kautokeino kommune, kommunenr. 5612
    location_id:

    1 results

    1. NO073
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-13T13:03:57Z
    deadline:
    2026-03-20T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-109542
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    heading:
    Leasingbiler bygningsdrift Kautokeino kommune 2025
    description:
    Oppdragsgiver i dette anbudet er:5430 KautokeinoKautokeino kommune skal gå til anskaffelse av 4 biler til bygningsdrift.Bilene som skal anskaffes er elektriske varebiler.Tre stk varebiler av mindre type 2m-3,7m3 lastekapasitet og en stk av større type med lastekapasitet 3,8-6m3.
    location_id:

    1 results

    1. NO073
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-06-18T13:20:23Z
    deadline:
    2025-08-08T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-06-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-116157
    buyer:

    2 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    heading:
    Telefoni Kautokeino kommune 2024-2028
    description:
    Oppdragsgiver i denne konkurransen er:5612 Kautokeino kommune/Guovdageainnu suohkan
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1400000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-11-11T14:08:34Z
    deadline:
    2024-11-18T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-11-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-111660
    buyer:

    2 results

    1. id:
      77733cc353acbf51e532009826ea8fb9
      organization_id:
      881894742
      name:
      WSP NORGE AS (Oppdragsgiver)
    2. id:
      c24a4a3b091355a3f564d3447b45e1f0
      organization_id:
      945475056
      name:
      GUOVDAGEAINNU SUOHKAN / KAUTOKEINO KOMMUNE
    heading:
    Arkitekt til samisk barnehage og omsorgsboliger i Kautokeino
    description:
    Det skal anskaffes arkitektfaglig kompetanse i form av tre arkitektressurser for utvikling av et skisseprosjekt. Skisseprosjektet skal danne grunnlag for videre utvikling av prosjektet til de senere faser. Oppdraget vil også kunne videreføres på tilsvarende betingelser eller betingelser partene blir enige om, til forprosjekt og gjennomføringsfase. Tilbydere bes ta høyde for tilleggskapasitet hos tilbudte ressurser til kommende faser etter skisseprosjektfasen. Det er programmert et veiledende samlet areal for barnehage og omsorgsboliger på ca. 1500 m2 BTA.
    location_id:

    2 results

    1. NO073
    2. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-08-12T09:42:05Z
    deadline:
    2025-09-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-08-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2024-103439
    buyer:

    5 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    3. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963 376 030
      name:
      Karasjok kommune
    4. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    5. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    heading:
    Reisebyråtjenester 2024 - 2026: Fire kommuner i Nord-Norge
    description:
    Fire kommuner i Nord-Norge ønsker å inngå en rammeavtale på kjøp av reisebyråtjenester. De fire kommunene er:5430 Kautokeino kommune5437 Karasjok kommune5405 Vadsø kommune1828 Nesna kommune
    location_id:

    5 results

    1. NO074
    2. NO073
    3. NO072
    4. anyw
    5. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    18500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-03-07T10:10:23Z
    deadline:
    2024-03-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-03-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2017-772928
    buyer:

    13 results

    1. id:
      63793aa8b14a60ae773978cfa4e2c58a
      organization_id:
      not reported by source
      name:
      Finnut Consult AS
    2. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      not reported by source
      name:
      Lavangen kommune
    3. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      not reported by source
      name:
      Salangen kommune
    4. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      not reported by source
      name:
      Vadsø kommune
    5. id:
      c24a4a3b091355a3f564d3447b45e1f0
      organization_id:
      not reported by source
      name:
      Guovdageainnu suohkan/Kautokeino kommune
    6. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      not reported by source
      name:
      Loppa kommune
    7. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      not reported by source
      name:
      Nordkapp kommune
    8. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      not reported by source
      name:
      Porsanger kommune
    9. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      not reported by source
      name:
      Karasjok kommune
    10. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      not reported by source
      name:
      Gamvik kommune
    11. id:
      5cbaf0505627836cf2dbae53ea8f0d3a
      organization_id:
      not reported by source
      name:
      Deanu gielda/Tana kommune
    12. id:
      7ff1264777ee892cd42b7c0ecfaad70a
      organization_id:
      not reported by source
      name:
      Unjárgga Gielda/Nesseby kommune
    13. id:
      0e13c65ffb6ae2e06d7b26eddc9bde3b
      organization_id:
      not reported by source
      name:
      Sør-Varanger kommune
    heading:
    Rammeavtale kontorrekvisita - 12 kommuner i Finnmark og Troms
    description:
    Leveranse av kontorrekvisita. Rammeavtalenes varighet er 3 år og estimert årlig totalverdi er NOK 4 000 000. Oppdragsgivere i denne konkurransen er: 1920 Lavangen kommune 1923 Salangen kommune 2003 Vadsø kommune 2011 Guovdageainnu/Kautokeino kommune 2014 Loppa kommune 2019 Nordkapp kommune 2020 Porsanger kommune 2021 Kárásjoga gielda/Karasjok kommune 2023 Gamvik kommune 2025 Deanu gielda/Tana kommune 2027 Unjargga gielda/Nesseby kommune 2030 Sør-Varanger kommune
    location_id:

    3 results

    1. NO074
    2. NO073
    3. NO072
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2017-10-25T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-10-25
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2025-115078
    buyer:

    19 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    3. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      959 469 881
      name:
      Lavangen kommune
    4. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      961416388
      name:
      Salangen kommune
    5. id:
      7ed5fcdc66b09f49f395eaa52843b411
      organization_id:
      972418005
      name:
      Målselv kommune
    6. id:
      5e51f67c80012858485adc7d07fc5144
      organization_id:
      940 755 603
      name:
      Sørreisa kommune
    7. id:
      2236467a59cdc3b729e99104259db9b4
      organization_id:
      940208580
      name:
      Balsfjord kommune
    8. id:
      fb9f6e5891aef14cffce292cfc699280
      organization_id:
      942110286
      name:
      Sør-Varanger
    9. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    10. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963376030
      name:
      Karasjok kommune
    11. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    12. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      963 063 237
      name:
      Loppa kommune
    13. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      938 469 415
      name:
      Nordkapp kommune
    14. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      934266811
      name:
      Gamvik kommune
    15. id:
      726c8a7e38620b9f013039e0c5a2e0ed
      organization_id:
      943505527
      name:
      Tana kommune
    16. id:
      2e3f22bcf20f21ee4693d1bb08ed0ed2
      organization_id:
      962388108
      name:
      Berlevåg kommune
    17. id:
      14334ab349cd8691e2b83e4103b6f0d7
      organization_id:
      938795592
      name:
      Båtsfjord kommune
    18. id:
      a02f982665aca24a2d795b1c40801532
      organization_id:
      839953062
      name:
      Nesseby kommune
    19. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      959411735
      name:
      Porsanger kommune
    heading:
    Kontorrekvisita for kommuner i Nord-Norge
    description:
    Anskaffelsen gjennomføres på vegne av en gruppe kommuner i samarbeid kalt Innkjøpssirkelen.Alle deltakere i konkurransen er oppdragsgiver og kontraktspart hver for seg. Deltakerne er:1828 Nesna kommune5518 Lavangen kommune5522 Salangen kommune5524 Målselv kommune5526 Sørreisa kommune5532 Balsfjord kommune5605 Sør-Varanger kommune5607 Vadsø kommune5610 Karasjok kommune5612 Kautokeino kommune5614 Loppa kommune5620 Nordkapp kommune5626 Gamvik kommune5628 Tana kommune5630 Berlevåg kommune5632 Båtsfjord kommune5636 Nesseby kommune5622 Porsanger kommune
    location_id:

    3 results

    1. NO073
    2. NO072
    3. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    17800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-10-20T13:12:31Z
    deadline:
    2025-10-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2024-103392
    buyer:

    23 results

    1. id:
      4fd85fc6cde7d9064b2c762f3e1dc9cc
      organization_id:
      981539885
      name:
      Finnut AS
    2. id:
      ca16d7bf30f13739ff5276bed9b45486
      organization_id:
      964 993 602
      name:
      Vadsø kommune
    3. id:
      6d679ff01aeed365249c2fd6b837f8aa
      organization_id:
      972 418 048
      name:
      Vardø kommune
    4. id:
      14334ab349cd8691e2b83e4103b6f0d7
      organization_id:
      938 795 592
      name:
      Båtsfjord kommune
    5. id:
      2e3f22bcf20f21ee4693d1bb08ed0ed2
      organization_id:
      962 388 108
      name:
      Berlevåg kommune
    6. id:
      0e13c65ffb6ae2e06d7b26eddc9bde3b
      organization_id:
      942 110 286
      name:
      Sør-Varanger kommune
    7. id:
      a02f982665aca24a2d795b1c40801532
      organization_id:
      839 953 062
      name:
      Nesseby kommune
    8. id:
      726c8a7e38620b9f013039e0c5a2e0ed
      organization_id:
      943 505 527
      name:
      Tana kommune
    9. id:
      272c9699baa52c2f7590aa839d5ebe1b
      organization_id:
      963 376 030
      name:
      Karasjok kommune
    10. id:
      337a27b23ae39dbc898b80eb79276402
      organization_id:
      945 475 056
      name:
      Kautokeino kommune
    11. id:
      ae33f38b3d6a2724ac59a7edc0d838c7
      organization_id:
      959 411 735
      name:
      Porsanger kommune
    12. id:
      2498f25371ccbac91518d681000aae01
      organization_id:
      938 469 415
      name:
      Nordkapp kommune
    13. id:
      0720ea7cb35c6d8e6e34105d16f21271
      organization_id:
      934 266 811
      name:
      Gamvik kommune
    14. id:
      5254bba09d784d50ef4b060eb1c46020
      organization_id:
      921 770 669
      name:
      Hammerfest kommune
    15. id:
      f4e3037d13014fb675de512c702ccef1
      organization_id:
      941 087 957
      name:
      Måsøy kommune
    16. id:
      297aa32feff370313961874ad85b582a
      organization_id:
      963 063 237
      name:
      Loppa kommune
    17. id:
      31ea65822b96343ef2334dc37fe9540e
      organization_id:
      961 416 388
      name:
      Salangen kommune
    18. id:
      159c6d023325008b66415b1ce114c1bc
      organization_id:
      959 469 881
      name:
      Lavangen kommune
    19. id:
      7ed5fcdc66b09f49f395eaa52843b411
      organization_id:
      972 418 005
      name:
      Målselv kommune
    20. id:
      5e51f67c80012858485adc7d07fc5144
      organization_id:
      940 755 603
      name:
      Sørreisa kommune
    21. id:
      2236467a59cdc3b729e99104259db9b4
      organization_id:
      940 208 580
      name:
      Balsfjord kommune
    22. id:
      21d964afb237a5f54d5d2a80fff766e2
      organization_id:
      945 717 173
      name:
      Rødøy kommune
    23. id:
      3360c0f8e694a19d8affbc05b452c058
      organization_id:
      939 600 515
      name:
      Nesna kommune
    heading:
    Medisinsk forbruksmateriell, medisinteknisk utstyr og laboratorieteknisk utstyr: 22 kommuner i Nord-Norge
    description:
    Kommuner i Finnmark, Troms og Nordland skal inngå en rammeavtale på kjøp av:Medisinsk forbruksmateriellMedisinteknisk utstyr m/tilhørende forbruksmateriellLaboratorieteknisk utstyr m/tilhørende forbruksmateriellFølgende kommuner deltar:Vardø kommune, 5643Sør-Varanger kommune, 5605 (slutter seg til avtalen 1. oktober 2024)Vadsø kommune, 5607Båtsfjord kommune, 5632Berlevåg kommune, 5630 (slutter seg til avtalen 1. oktober 2024)Nesseby kommune, 5636Tana kommune, 5628Gamvik kommune, 5626Porsanger kommune, 5622Nordkapp kommune, 5620 (slutter seg til avtalen 1. oktober 2024)Måsøy kommune, 5618Hammerfest kommune, 5603Loppa kommune, 5614Karasjok kommune, 5610Kautokeino kommune, 5612Salangen kommune, 5522Lavangen kommune, 5518Målselv kommune, 5524Sørreisa kommune, 5526 (slutter seg til avtalen 1. oktober 2024)Balsfjord kommune, 5532Rødøy kommune, 1836Nesna kommune, 1828
    location_id:

    5 results

    1. NO074
    2. NO073
    3. NO072
    4. anyw
    5. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-03-07T08:18:57Z
    deadline:
    2024-03-15T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-03-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Will you use the result in generated code?

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.