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-23T18:23:01Z in 0.265 seconds.

total_count:
44
hits:

10 results

  1. id:
    2026-113849
    buyer:

    29 results

    1. id:
      995a7acd8d886629ccb520cc00599c0c
      organization_id:
      970540008
      name:
      Hamar kommune
    2. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    3. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    4. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    5. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    6. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    7. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    8. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    9. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    10. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    11. id:
      5271e594ea574e71b49aac3a5352473d
      organization_id:
      857566122
      name:
      Lier kommune
    12. id:
      6066eba2771e5051a5adf5be8930bab8
      organization_id:
      864950582
      name:
      Ringsaker kommune
    13. id:
      e1d7ff9d9b0feea79c4bdd4ba0ec397f
      organization_id:
      952857991
      name:
      Elverum kommune
    14. id:
      e1ac5159b68940714dd05bf2de17e08c
      organization_id:
      970169717
      name:
      Stange kommune
    15. id:
      6bd79645265b76d845c7d24348157e44
      organization_id:
      964950679
      name:
      Løten kommune
    16. id:
      b748001f2d309f113917ce67f45b18df
      organization_id:
      940155223
      name:
      Gjøvik kommune
    17. id:
      4609ff7a6760c82f052fe65a29335fc7
      organization_id:
      964949859
      name:
      Østre Toten kommune
    18. id:
      6cf831c65ea129645d355e869cfe3b50
      organization_id:
      961381541
      name:
      Gran kommune
    19. id:
      b3a58589f339697d994f8a827e0573a5
      organization_id:
      971028300
      name:
      Vestre Toten kommune
    20. id:
      2edc0fc852717b327b36611920447a9e
      organization_id:
      961381452
      name:
      Lunner kommune
    21. id:
      97d347f1b2eaf94acf9872bf1219a191
      organization_id:
      861381722
      name:
      Nordre Land kommune
    22. id:
      3e50ff42e918e9d8aae64dddb5f9b91f
      organization_id:
      961381363
      name:
      Jevnaker kommune
    23. id:
      ca7b6f130b5b103039f1f98297ef74f5
      organization_id:
      961381630
      name:
      Søndre Land kommune
    24. id:
      4de87079dda352a488a4cd959816c5d0
      organization_id:
      961381908
      name:
      Nord-Aurdal kommune
    25. id:
      faad75170a86ca158e280aab45c1c3d1
      organization_id:
      961382068
      name:
      Øystre Slidre kommune
    26. id:
      08f2560ec2cdb1147824ead9d7bf5618
      organization_id:
      961381819
      name:
      Sør-Aurdal kommune
    27. id:
      5ef9c52cf483ef86f2e5a1573e7ac606
      organization_id:
      961382157
      name:
      Vestre Slidre kommune
    28. id:
      117fba53c176fa088da03104f2945cc7
      organization_id:
      961382246
      name:
      Vang kommune
    29. id:
      8e8fcc0a4ac84542bf9fce9ff420eea5
      organization_id:
      933038173
      name:
      Etnedal kommune
    heading:
    Ansvar-/kriminalitetsforsikring, rammeavtale sak 2026/11162
    description:
    Anskaffelsen vil omfatte rammeavtale for finansielle produkter; forsikringer samt servicetjenester i sammenheng med produktene.For detaljert beskrivelse av produkter som senere skal anskaffes under rammeavtalen, se AN AD2 Tjenestebeskrivelse.Det inngås rammeavtale med en leverandør.
    location_id:

    4 results

    1. NO020
    2. NO085
    3. NO084
    4. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-02T05:50:26Z
    deadline:
    2026-10-09T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-111665
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Kollektiv helseforsikring for utsendte i EU/EØS-området og ambulerende globalt
    description:
    UD skal anskaffe helseforsikring til utsendte medarbeidere og deres medfølgende til EU/EØS-landene Belgia, Finland, Frankrike, Irland, Kroatia, Portugal, Spania, Storbritannia, Sveits, Tyskland og Østerrike. UD skal også anskaffe helseforsikring til Ambulerende personell som dekker alle Utenriksdepartementets utenriksstasjoner. Forsikringen skal være en fullverdig helseforsikring og gi økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd som minimum på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Per 03.12.2025 er 131 utsendte meldt inn, 173 familiemedlemmer og 10 ambulerende. Antall innmeldte kan variere over tid. Utenriksdepartementet har til hensikt å inngå en avtale på 1 år med mulighet for årlige forlengelser i ytterligere 5 år (1+1+1+1+1). Kontraktens årlige verdi er estimert til å være mellom 4 og 7 millioner.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    42000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-01T10:45:19Z
    deadline:
    2026-08-17T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-111349
    buyer:

    1 results

    1. id:
      9c8f7b70b91bf5d290bf06aa71d7a760
      organization_id:
      911 120 895
      name:
      Willis Towers Watson AS
    heading:
    Anskaffelse av skade- og personforsikringer
    description:
    Anskaffelse av skade- og personforsikringer for Vaksdal Kommune
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-25T09:14:37Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-111348
    buyer:

    1 results

    1. id:
      9c8f7b70b91bf5d290bf06aa71d7a760
      organization_id:
      911 120 895
      name:
      Willis Towers Watson AS
    heading:
    Anskaffelse av skade- og personforsikringer
    description:
    Anskaffelse av skade- og personforsikringer
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-25T09:14:38Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-110536
    buyer:

    1 results

    1. id:
      63984a8ac70f247977f945a16d2a6bd5
      organization_id:
      986187960
      name:
      Söderberg & Partners Midt-Norge AS
    heading:
    Yrkesskade- og ulykkesforsikring 2027 - 2030 Söderberg & Partners Midt-Norge AS
    description:
    Innkjøp av yrkesskade- og ulykkesforsikringer for kunder innen offentlig sektor
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-11T13:56:56Z
    deadline:
    2026-09-17T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-106912
    buyer:

    1 results

    1. id:
      3e1cc5a68922161f311277672f2e7851
      organization_id:
      971524545
      name:
      Det kongelige hoff
    heading:
    Forsikringer
    description:
    Kontraktstildeling i konkurranse med forhandling for kontrakter knyttet til ulike forsikringsordninger.
    location_id:

    1 results

    1. NO081
    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:
    2026-04-15T13:52:34Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-04-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-102272
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Invitasjon til markedsdialog for anskaffelse av Kollektiv helseforsikring for utestasjonerte i Europa og ambulerende globalt
    description:
    Utenriksdepartementet inviterer potensielle leverandører til markedsdialog i forkant av planlagt anskaffelse av kollektiv helseforsikring for utsendte i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia, og ambulerende globalt. Ordningen dekker per i dag cirka 300 utsendte tjenestemenn og medfølgende familie i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia. Forsikringen gjelder under hele utenlandsoppholdet, hele døgnet, alle dager i året under opphold i de landene som er listet opp over. Ordningen dekker også ca. 10 ambulerende i hele verden. Antallet vil kunne variere noe gjennom kontraktsperioden, men basert på oppdragsgivers erfaring vil det være små variasjoner. For ambulerende personale gjelder forsikringen over hele verden hele døgnet, alle dager i året. Forsikringen gir økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Hovedytelsene under ordningen skal derfor dekke innleggelse og behandling på sykehus, også nødvendig foreldreinnkvatering for barn, poliklinisk behandling, legekonsultasjon og undersøkelser.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    45000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. PLANNING
    2. ADVISORY_NOTICE
    status:
    not reported by source
    issueDate:
    2026-01-29T15:19:32Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-02-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-101817
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Invitasjon til markedsdialog for anskaffelse av Kollektiv helseforsikring for utestasjonerte i Europa og ambulerende globalt
    description:
    Utenriksdepartementet inviterer potensielle leverandører til markedsdialog i forkant av planlagt anskaffelse av kollektiv helseforsikring for utsendte i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia, og ambulerende globalt. Ordningen dekker per i dag cirka 300 utsendte tjenestemenn og medfølgende familie i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia. Forsikringen gjelder under hele utenlandsoppholdet, hele døgnet, alle dager i året under opphold i de landene som er listet opp over. Ordningen dekker også ca. 10 ambulerende i hele verden. Antallet vil kunne variere noe gjennom kontraktsperioden, men basert på oppdragsgivers erfaring vil det være små variasjoner. For ambulerende personale gjelder forsikringen over hele verden hele døgnet, alle dager i året. Forsikringen gir økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Hovedytelsene under ordningen skal derfor dekke innleggelse og behandling på sykehus, også nødvendig foreldreinnkvatering for barn, poliklinisk behandling, legekonsultasjon og undersøkelser.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    45000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. PLANNING
    2. ADVISORY_NOTICE
    status:
    not reported by source
    issueDate:
    2026-01-23T15:05:38Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-27
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-101517
    buyer:

    1 results

    1. id:
      7e919bdf843aa71866579a0360501e0e
      organization_id:
      983863647
      name:
      Nordmegling as
    heading:
    Senja kommune personal og skadeforsikringer
    description:
    Gjelder personal- og skadeforsikringer i henhold til anbudsdokumentetForsikringene er delt opp i 5 del tilbud, hvor det gis mulighet for å gi tilbud på et eller flere.Dette fremkommer i anbudsdokumentet.
    location_id:

    1 results

    1. 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:
    2026-01-19T14:20:31Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-101103
    buyer:

    8 results

    1. id:
      b4f1c0212f2ddd99a2761df950f58197
      organization_id:
      915636756
      name:
      Haugaland Kraft AS
    2. id:
      e5f35523181f285e31bb6d2538989156
      organization_id:
      929347560
      name:
      Endra AS
    3. id:
      4a180b717349237c40fc5afedafa50af
      organization_id:
      915635857
      name:
      Fagne AS
    4. id:
      fd854fd25a3ebcdc092a6af4f46ba46a
      organization_id:
      915635903
      name:
      Haugaland Kraft Energi AS
    5. id:
      b30e13346fa68000c74a14be4f5e101b
      organization_id:
      915635881
      name:
      Haugaland Kraft Fiber AS
    6. id:
      9c1a83935c38897465a7fc9df7b2bdd2
      organization_id:
      920050719
      name:
      Afiber AS
    7. id:
      d74e160f55ca99cdc5ecf1aab08215a4
      organization_id:
      924867698
      name:
      Havnekraft AS
    8. id:
      898f2e3734bce93697efb72f18ee8c02
      organization_id:
      916435711
      name:
      Sunnhordland Kraftlag AS
    heading:
    Tre delavtaler for kjøp av forsikringstjenester
    description:
    Haugaland Kraft v/Haugaland Kraft AS, Endra AS, Fagne AS, Haugaland Kraft Energi AS, ogHaugaland Kraft Fiber AS, Afiber AS, Havnekraft AS, Sunnhordland Kraftlag AS (samlet ogenkeltvis heretter også benevnt "Oppdragsgiver").Konkurransen gjelder følgende tre delavtaler:Delavtale 1: Hele Haugaland Kraft-konsernet sine personforsikringer.Delavtale 2: Fagne AS sine skade- og ansvarsforsikringer, utenom autoforsikringer.Delavtale 3: Fagne AS sine autoforsikringer.
    location_id:

    1 results

    1. anyw
    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:
    2026-01-14T15:42:05Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-16
    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:
44
hits:

10 results

  1. id:
    2026-113849
    buyer:

    29 results

    1. id:
      995a7acd8d886629ccb520cc00599c0c
      organization_id:
      970540008
      name:
      Hamar kommune
    2. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864964702
      name:
      Grimstad kommune
    3. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964977402
      name:
      Risør kommune
    4. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964965781
      name:
      Tvedestrand kommune
    5. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964964998
      name:
      Gjerstad kommune
    6. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964965048
      name:
      Vegårshei kommune
    7. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864965962
      name:
      Åmli kommune
    8. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864966012
      name:
      Iveland kommune
    9. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    10. id:
      38df5908f3ad71d8f422c5a9daad1605
      organization_id:
      920125298
      name:
      Asker kommune
    11. id:
      5271e594ea574e71b49aac3a5352473d
      organization_id:
      857566122
      name:
      Lier kommune
    12. id:
      6066eba2771e5051a5adf5be8930bab8
      organization_id:
      864950582
      name:
      Ringsaker kommune
    13. id:
      e1d7ff9d9b0feea79c4bdd4ba0ec397f
      organization_id:
      952857991
      name:
      Elverum kommune
    14. id:
      e1ac5159b68940714dd05bf2de17e08c
      organization_id:
      970169717
      name:
      Stange kommune
    15. id:
      6bd79645265b76d845c7d24348157e44
      organization_id:
      964950679
      name:
      Løten kommune
    16. id:
      b748001f2d309f113917ce67f45b18df
      organization_id:
      940155223
      name:
      Gjøvik kommune
    17. id:
      4609ff7a6760c82f052fe65a29335fc7
      organization_id:
      964949859
      name:
      Østre Toten kommune
    18. id:
      6cf831c65ea129645d355e869cfe3b50
      organization_id:
      961381541
      name:
      Gran kommune
    19. id:
      b3a58589f339697d994f8a827e0573a5
      organization_id:
      971028300
      name:
      Vestre Toten kommune
    20. id:
      2edc0fc852717b327b36611920447a9e
      organization_id:
      961381452
      name:
      Lunner kommune
    21. id:
      97d347f1b2eaf94acf9872bf1219a191
      organization_id:
      861381722
      name:
      Nordre Land kommune
    22. id:
      3e50ff42e918e9d8aae64dddb5f9b91f
      organization_id:
      961381363
      name:
      Jevnaker kommune
    23. id:
      ca7b6f130b5b103039f1f98297ef74f5
      organization_id:
      961381630
      name:
      Søndre Land kommune
    24. id:
      4de87079dda352a488a4cd959816c5d0
      organization_id:
      961381908
      name:
      Nord-Aurdal kommune
    25. id:
      faad75170a86ca158e280aab45c1c3d1
      organization_id:
      961382068
      name:
      Øystre Slidre kommune
    26. id:
      08f2560ec2cdb1147824ead9d7bf5618
      organization_id:
      961381819
      name:
      Sør-Aurdal kommune
    27. id:
      5ef9c52cf483ef86f2e5a1573e7ac606
      organization_id:
      961382157
      name:
      Vestre Slidre kommune
    28. id:
      117fba53c176fa088da03104f2945cc7
      organization_id:
      961382246
      name:
      Vang kommune
    29. id:
      8e8fcc0a4ac84542bf9fce9ff420eea5
      organization_id:
      933038173
      name:
      Etnedal kommune
    heading:
    Ansvar-/kriminalitetsforsikring, rammeavtale sak 2026/11162
    description:
    Anskaffelsen vil omfatte rammeavtale for finansielle produkter; forsikringer samt servicetjenester i sammenheng med produktene.For detaljert beskrivelse av produkter som senere skal anskaffes under rammeavtalen, se AN AD2 Tjenestebeskrivelse.Det inngås rammeavtale med en leverandør.
    location_id:

    4 results

    1. NO020
    2. NO085
    3. NO084
    4. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-02T05:50:26Z
    deadline:
    2026-10-09T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-111665
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Kollektiv helseforsikring for utsendte i EU/EØS-området og ambulerende globalt
    description:
    UD skal anskaffe helseforsikring til utsendte medarbeidere og deres medfølgende til EU/EØS-landene Belgia, Finland, Frankrike, Irland, Kroatia, Portugal, Spania, Storbritannia, Sveits, Tyskland og Østerrike. UD skal også anskaffe helseforsikring til Ambulerende personell som dekker alle Utenriksdepartementets utenriksstasjoner. Forsikringen skal være en fullverdig helseforsikring og gi økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd som minimum på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Per 03.12.2025 er 131 utsendte meldt inn, 173 familiemedlemmer og 10 ambulerende. Antall innmeldte kan variere over tid. Utenriksdepartementet har til hensikt å inngå en avtale på 1 år med mulighet for årlige forlengelser i ytterligere 5 år (1+1+1+1+1). Kontraktens årlige verdi er estimert til å være mellom 4 og 7 millioner.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    42000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-01T10:45:19Z
    deadline:
    2026-08-17T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-111349
    buyer:

    1 results

    1. id:
      9c8f7b70b91bf5d290bf06aa71d7a760
      organization_id:
      911 120 895
      name:
      Willis Towers Watson AS
    heading:
    Anskaffelse av skade- og personforsikringer
    description:
    Anskaffelse av skade- og personforsikringer for Vaksdal Kommune
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-25T09:14:37Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-111348
    buyer:

    1 results

    1. id:
      9c8f7b70b91bf5d290bf06aa71d7a760
      organization_id:
      911 120 895
      name:
      Willis Towers Watson AS
    heading:
    Anskaffelse av skade- og personforsikringer
    description:
    Anskaffelse av skade- og personforsikringer
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-25T09:14:38Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-110536
    buyer:

    1 results

    1. id:
      63984a8ac70f247977f945a16d2a6bd5
      organization_id:
      986187960
      name:
      Söderberg & Partners Midt-Norge AS
    heading:
    Yrkesskade- og ulykkesforsikring 2027 - 2030 Söderberg & Partners Midt-Norge AS
    description:
    Innkjøp av yrkesskade- og ulykkesforsikringer for kunder innen offentlig sektor
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-06-11T13:56:56Z
    deadline:
    2026-09-17T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-106912
    buyer:

    1 results

    1. id:
      3e1cc5a68922161f311277672f2e7851
      organization_id:
      971524545
      name:
      Det kongelige hoff
    heading:
    Forsikringer
    description:
    Kontraktstildeling i konkurranse med forhandling for kontrakter knyttet til ulike forsikringsordninger.
    location_id:

    1 results

    1. NO081
    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:
    2026-04-15T13:52:34Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-04-17
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-102272
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Invitasjon til markedsdialog for anskaffelse av Kollektiv helseforsikring for utestasjonerte i Europa og ambulerende globalt
    description:
    Utenriksdepartementet inviterer potensielle leverandører til markedsdialog i forkant av planlagt anskaffelse av kollektiv helseforsikring for utsendte i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia, og ambulerende globalt. Ordningen dekker per i dag cirka 300 utsendte tjenestemenn og medfølgende familie i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia. Forsikringen gjelder under hele utenlandsoppholdet, hele døgnet, alle dager i året under opphold i de landene som er listet opp over. Ordningen dekker også ca. 10 ambulerende i hele verden. Antallet vil kunne variere noe gjennom kontraktsperioden, men basert på oppdragsgivers erfaring vil det være små variasjoner. For ambulerende personale gjelder forsikringen over hele verden hele døgnet, alle dager i året. Forsikringen gir økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Hovedytelsene under ordningen skal derfor dekke innleggelse og behandling på sykehus, også nødvendig foreldreinnkvatering for barn, poliklinisk behandling, legekonsultasjon og undersøkelser.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    45000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. PLANNING
    2. ADVISORY_NOTICE
    status:
    not reported by source
    issueDate:
    2026-01-29T15:19:32Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-02-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-101817
    buyer:

    1 results

    1. id:
      6993e7d869e98c3529bcf85dd78d2d2e
      organization_id:
      972417920
      name:
      Utenriksdepartementet
    heading:
    Invitasjon til markedsdialog for anskaffelse av Kollektiv helseforsikring for utestasjonerte i Europa og ambulerende globalt
    description:
    Utenriksdepartementet inviterer potensielle leverandører til markedsdialog i forkant av planlagt anskaffelse av kollektiv helseforsikring for utsendte i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia, og ambulerende globalt. Ordningen dekker per i dag cirka 300 utsendte tjenestemenn og medfølgende familie i Belgia, England, Finland, Frankrike, Irland, Portugal, Spania, Sveits, Tyskland, Østerrike og Kroatia. Forsikringen gjelder under hele utenlandsoppholdet, hele døgnet, alle dager i året under opphold i de landene som er listet opp over. Ordningen dekker også ca. 10 ambulerende i hele verden. Antallet vil kunne variere noe gjennom kontraktsperioden, men basert på oppdragsgivers erfaring vil det være små variasjoner. For ambulerende personale gjelder forsikringen over hele verden hele døgnet, alle dager i året. Forsikringen gir økonomisk dekning til nødvendige utgifter til helsetjenester ved sykdom, skade, lyte, familieplanlegging, svangerskap, fødsel og svangerskapsavbrudd på linje med det som ytes etter lov 28. februar 1997 nr. 19 om folketrygd (folketrygdloven) del IV kapittel 5 Stønad ved helsetjenester. Hovedytelsene under ordningen skal derfor dekke innleggelse og behandling på sykehus, også nødvendig foreldreinnkvatering for barn, poliklinisk behandling, legekonsultasjon og undersøkelser.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    45000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. PLANNING
    2. ADVISORY_NOTICE
    status:
    not reported by source
    issueDate:
    2026-01-23T15:05:38Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-27
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-101517
    buyer:

    1 results

    1. id:
      7e919bdf843aa71866579a0360501e0e
      organization_id:
      983863647
      name:
      Nordmegling as
    heading:
    Senja kommune personal og skadeforsikringer
    description:
    Gjelder personal- og skadeforsikringer i henhold til anbudsdokumentetForsikringene er delt opp i 5 del tilbud, hvor det gis mulighet for å gi tilbud på et eller flere.Dette fremkommer i anbudsdokumentet.
    location_id:

    1 results

    1. 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:
    2026-01-19T14:20:31Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-101103
    buyer:

    8 results

    1. id:
      b4f1c0212f2ddd99a2761df950f58197
      organization_id:
      915636756
      name:
      Haugaland Kraft AS
    2. id:
      e5f35523181f285e31bb6d2538989156
      organization_id:
      929347560
      name:
      Endra AS
    3. id:
      4a180b717349237c40fc5afedafa50af
      organization_id:
      915635857
      name:
      Fagne AS
    4. id:
      fd854fd25a3ebcdc092a6af4f46ba46a
      organization_id:
      915635903
      name:
      Haugaland Kraft Energi AS
    5. id:
      b30e13346fa68000c74a14be4f5e101b
      organization_id:
      915635881
      name:
      Haugaland Kraft Fiber AS
    6. id:
      9c1a83935c38897465a7fc9df7b2bdd2
      organization_id:
      920050719
      name:
      Afiber AS
    7. id:
      d74e160f55ca99cdc5ecf1aab08215a4
      organization_id:
      924867698
      name:
      Havnekraft AS
    8. id:
      898f2e3734bce93697efb72f18ee8c02
      organization_id:
      916435711
      name:
      Sunnhordland Kraftlag AS
    heading:
    Tre delavtaler for kjøp av forsikringstjenester
    description:
    Haugaland Kraft v/Haugaland Kraft AS, Endra AS, Fagne AS, Haugaland Kraft Energi AS, ogHaugaland Kraft Fiber AS, Afiber AS, Havnekraft AS, Sunnhordland Kraftlag AS (samlet ogenkeltvis heretter også benevnt "Oppdragsgiver").Konkurransen gjelder følgende tre delavtaler:Delavtale 1: Hele Haugaland Kraft-konsernet sine personforsikringer.Delavtale 2: Fagne AS sine skade- og ansvarsforsikringer, utenom autoforsikringer.Delavtale 3: Fagne AS sine autoforsikringer.
    location_id:

    1 results

    1. anyw
    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:
    2026-01-14T15:42:05Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-16
    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.