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-08T17:39:59Z in 0.203 seconds.

total_count:
450
hits:

10 results

  1. id:
    2026-114073
    buyer:

    24 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      e4165db9788246be58adfdc634df52bb
      organization_id:
      988 964 573
      name:
      Trondheim Renholdsverk AS
    6. id:
      32de1b9c55b30a017151dedfc2e166a4
      organization_id:
      984024924
      name:
      Heggstadmoen Eiendom AS
    7. id:
      2d8f5e2f4011d27fd7109436719c4616
      organization_id:
      921956452
      name:
      Tempevegen 25 AS
    8. id:
      ef95380459c2bd1add9ee3643bf61900
      organization_id:
      976998294
      name:
      Kirkelig Fellesråd i Trondheim
    9. id:
      4ba60fb4a42f47e3cd85c069b68172cf
      organization_id:
      976998154
      name:
      Byåsen sokn
    10. id:
      fc87b9f6ecf869cea62119de1fb95165
      organization_id:
      976998103
      name:
      Nidaros Domkirkes sokn
    11. id:
      e7e676cf086a62a278018ba6c62b818a
      organization_id:
      976998960
      name:
      Klæbu sokn
    12. id:
      739226ae5c1ebfd361be145eb166178f
      organization_id:
      976998243
      name:
      Byneset og Leinstrand sokn
    13. id:
      33c34bd99377baa97fa7b288970b8321
      organization_id:
      976998081
      name:
      Nidelven sokn
    14. id:
      6f65a5aa0b865933d072043ebc06bf77
      organization_id:
      976998251
      name:
      Tiller sokn
    15. id:
      e3668807dd6175977f09334cd62910cd
      organization_id:
      976998170
      name:
      Lade sokn
    16. id:
      62ba88c3c67c4b9a97af56fab59cbe89
      organization_id:
      976998189
      name:
      Bakklandet og Lademoen sokn
    17. id:
      700c8ab659586810bbce4132a6a3784b
      organization_id:
      876998262
      name:
      Kolstad sokn
    18. id:
      30dfceb3838bee9a6548a4c4add310b4
      organization_id:
      976998138
      name:
      Ilen sokn
    19. id:
      04d78d798e6430092b2e09a06d59c7e2
      organization_id:
      976998146
      name:
      Sverresborg sokn
    20. id:
      abde0e99e0b681cc63bfce714e8986bb
      organization_id:
      976998219
      name:
      Ranheim og Charlottenlund sokn
    21. id:
      4f49ad6eb2bebc7afcfb3cb6d29074e1
      organization_id:
      976998278
      name:
      Heimdal sokn
    22. id:
      730f00da75b0d885acec130b4328ac7f
      organization_id:
      976998197
      name:
      Strindheim sokn
    23. id:
      b9cc94272b5244da3e7e784da8a71852
      organization_id:
      876990792
      name:
      Berg sokn
    24. id:
      3014c1485a138efb02ce54097931f59b
      organization_id:
      976998200
      name:
      Strinda sokn
    heading:
    Rammeavtale på innfordringstjenester til Trondheim kommune
    description:
    Trondheim kommune, heretter kalt Oppdragsgiver inviterer til å gi tilbud på innfordringstjenester.Hovedmålet med rammeavtalen er å sikre en avtale med en profesjonell aktør som ivaretar kommunens kundegruppe på en god og skånsom måte, i tråd med Trondheim kommunes egne verdier. Målet med den nye avtalen er å samle hele innfordringsporteføljen til kommunen hos én leverandør. Leverandøren skal ha nødvendig kapasitet, kompetanse og tydelige rutinebeskrivelser for å ivareta alle Trondheim kommunes innfordringsområder, herunder blant annet kommunale eiendomsavgifter, kommunal husleie og annen restanse, parkering, startlån, sosiallån, UMS og for mye utbetalt lønn.Viser til konkurransedokumentene for ytterligere detaljer.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-07T08:25:16Z
    deadline:
    2026-10-09T13:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114075
    buyer:

    1 results

    1. id:
      7e4b296992f12800e08f8091020734e0
      organization_id:
      971564679
      name:
      Universitetet i Stavanger
    heading:
    Invitasjon til markeds- og leverandørdialog HRM-/HCM-system ved UiS
    description:
    iS planlegger å anskaffe et moderne HRM-system, enten som en integrert suite, eller som en løsning basert på «composable HR». UiS er i tidlig planleggingsfase og vil gjøre en utredning for veivalg i etterkant av denne markeds- og leverandørdialog. Viser til vedlagt PDF for detaljer.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-09-07T09:31:53Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-113905
    buyer:

    1 results

    1. id:
      7e4b296992f12800e08f8091020734e0
      organization_id:
      971564679
      name:
      Universitetet i Stavanger
    heading:
    Invitasjon til markeds- og leverandørdialog HRM-/HCM-system ved UiS
    description:
    UiS planlegger å anskaffe et moderne HRM-system, enten som en integrert suite, eller som en løsning basert på «composable HR». UiS er i tidlig planleggingsfase og vil gjøre en utredning for veivalg i etterkant av denne markeds- og leverandørdialog.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-09-02T12:58:31Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113462
    buyer:

    3 results

    1. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      Melhus Kommune
    2. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939 865 942
      name:
      Skaun kommune
    3. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970 187 715
      name:
      Midtre Gauldal kommune
    heading:
    Anskaffelse helpdesksystem – sakssystem for brukerstøtte
    description:
    Oppdragsgiver for denne anskaffelsen er ITMidt (interkommunalt IT- og digitaliseringssamarbeid mellom kommunene Melhus, Midtre Gauldal og Skaun) og Orkland kommune.Oppdragsgiver ønsker å anskaffe et helpdesksystem som skal understøtte en moderne, effektiv og brukerorientert tjenesteleveranse. Løsningen skal primært benyttes av IT‑avdelinger til håndtering av henvendelser, feil, bestillinger og oppfølging, men skal også kunne brukes på tvers av organisatoriske enheter og tjenesteområder.Behovet for ny løsning er drevet av økende kompleksitet i systemlandskapet og høyere forventninger fra brukerne, og oppdragsgiver har derfor behov for en løsning som understøtter effektiv saksflyt, strukturert endringshåndtering og god samhandling på tvers av roller og fagmiljøer.Orkland er opsjonskommune for denne anskaffelsen.
    location_id:

    1 results

    1. NO060
    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-08-25T12:01:22Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-08-26
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113415
    buyer:

    4 results

    1. id:
      25d3d7139fd3235bd4fe5d030fb0d166
      organization_id:
      997 391 853
      name:
      Innherred Anskaffelser
    2. id:
      ef29ca1639538694f8b093951e6c3cf5
      organization_id:
      840 029 212
      name:
      Steinkjer kommune
    3. id:
      70a78f02706013e9c110ee904cacfdfc
      organization_id:
      942875967
      name:
      Namsos kommune
    4. id:
      bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
      organization_id:
      940010853
      name:
      Grong kommune
    heading:
    Elektronisk lagerstyringssystem med lagerinnredning og skannere
    description:
    Steinkjer kommune har behov for å anskaffe en helhetlig løsning for elektronisk lagerstyring av forbruksmateriell på tvers av kommunens virksomheter og lagerlokasjoner. Behovet omfatter forbruksmateriell bredt, og er ikke begrenset til medisinsk forbruksmateriell. Anskaffelsen gjelder også opsjoner for Namsos og Grong kommune.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-25T13:15:09Z
    deadline:
    2026-09-04T10:59:58Z
    sentToTed:
    yes
    publicationDate:
    2026-08-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-112915
    buyer:

    8 results

    1. id:
      1cdc8da54df781903743c085b61c5b1c
      organization_id:
      960479777
      name:
      Stiftelsen Tradebroker
    2. id:
      8564d8e11208e2c2735cd493bd322e83
      organization_id:
      979151950
      name:
      Arva AS
    3. id:
      7b68d10dff0370e1497dc0cc4d46d0fb
      organization_id:
      962986633
      name:
      Statnett SF
    4. id:
      3bcf7ede2a525c1fbca5060d213496ea
      organization_id:
      984661185
      name:
      Posten Bring AS
    5. id:
      b3838fc4e0b0dcd7612c8f018270f029
      organization_id:
      917206813
      name:
      Helgeland Kraft AS
    6. id:
      5b7e2396641072eff817f5f4f5432b1a
      organization_id:
      917422575
      name:
      Entur AS
    7. id:
      ece64cbed397d681fa0c3dc1293061a8
      organization_id:
      917082308
      name:
      Bane NOR SF
    8. id:
      84c342e853499f411302e692e849f630
      organization_id:
      980396002
      name:
      Lunera Energi AS
    heading:
    Lagerinnredning
    description:
    Tradebroker vil på vegne av sine medlemsbedrifter inngå en rammeavtale med en leverandør om levering av lagerinnredning til profesjonelle brukere. Behovene hos de enkelte medlemsbedriftene er varierte, og leverandøren må ha kompetanse til å fungere som rådgiver i prosjekter. Leverandøren skal også kunne bistå med relevante tjenester knyttet til leveranser og kontroll av utstyr. Tradebroker skal ha mulighet til å bestille produkter etter behov fra leverandørens totale vare- og tjenestesortiment. Bestillinger skal kunne gjennomføres via leverandørens nettbutikk, samt gjennom andre tilgjengelige kanaler som telefon og e-post.
    location_id:

    15 results

    1. NO020
    2. NO085
    3. NO073
    4. NO084
    5. NO094
    6. NO083
    7. NO072
    8. NO093
    9. NO071
    10. NO060
    11. NO092
    12. NO081
    13. NO0A3
    14. NO0A2
    15. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    318000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-12T06:56:53Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-13
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  7. id:
    2026-112853
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Anskaffelse av HRM-system for BIR-konsernet
    description:
    Anskaffelsen gjelder levering av en helhetlig, skybasert HRM-løsning med tilhørende implementerings-, integrasjons-, migrerings- og forvaltningstjenester for BIR-konsernet.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-11T13:58:47Z
    deadline:
    2026-08-24T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-11
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-112220
    buyer:

    1 results

    1. id:
      dd8224227c881bfd47adb5d5bab09255
      organization_id:
      830090282
      name:
      FINNMARK FYLKESKOMMUNE
    heading:
    Anskaffelse ERP-løsning til Finnmark fylkeskommune
    description:
    Finnmark fylkeskommune skal anskaffe nytt ERP-system i løpet av 2026, med planlagt implementering i 2027 og oppstart 1.1.2028.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-07-10T10:00:55Z
    deadline:
    2026-09-11T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-111989
    buyer:

    1 results

    1. id:
      99237512f8d40b0dd29cbef00cabf9a3
      organization_id:
      929371763
      name:
      RitS - Ryfylke IT-samarbeid kommunalt
    heading:
    FDV for bygg og eiendom - RITS . 2. gangs utlysning
    description:
    Anskaffelse av nytt system for forvaltning, drift og vedlikehold av kommunale bygg.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-06T11:35:28Z
    deadline:
    2026-08-27T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-07-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-111877
    buyer:

    1 results

    1. id:
      62ed7a4eab708b7b199f26477cadb7a5
      organization_id:
      817920632
      name:
      Trøndelag fylkeskommune
    heading:
    Anskaffelsesverktøy i Trøndelag
    description:
    Trøndelag fylkeskommune med tilsluttede kommuner anskaffer et sømløst, digitalt verktøy for hele anskaffelsesprosessen, innenfor det som i dag gjerne omtales som; behov og planleggingsverktøy (BPV), konkurransegjennomføringsverktøy (KGV), og kontraktsadministrasjonsverktøy (KAV).
    location_id:

    1 results

    1. NO060
    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-07-03T06:40:43Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-07-06
    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:
450
hits:

10 results

  1. id:
    2026-114073
    buyer:

    24 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      e4165db9788246be58adfdc634df52bb
      organization_id:
      988 964 573
      name:
      Trondheim Renholdsverk AS
    6. id:
      32de1b9c55b30a017151dedfc2e166a4
      organization_id:
      984024924
      name:
      Heggstadmoen Eiendom AS
    7. id:
      2d8f5e2f4011d27fd7109436719c4616
      organization_id:
      921956452
      name:
      Tempevegen 25 AS
    8. id:
      ef95380459c2bd1add9ee3643bf61900
      organization_id:
      976998294
      name:
      Kirkelig Fellesråd i Trondheim
    9. id:
      4ba60fb4a42f47e3cd85c069b68172cf
      organization_id:
      976998154
      name:
      Byåsen sokn
    10. id:
      fc87b9f6ecf869cea62119de1fb95165
      organization_id:
      976998103
      name:
      Nidaros Domkirkes sokn
    11. id:
      e7e676cf086a62a278018ba6c62b818a
      organization_id:
      976998960
      name:
      Klæbu sokn
    12. id:
      739226ae5c1ebfd361be145eb166178f
      organization_id:
      976998243
      name:
      Byneset og Leinstrand sokn
    13. id:
      33c34bd99377baa97fa7b288970b8321
      organization_id:
      976998081
      name:
      Nidelven sokn
    14. id:
      6f65a5aa0b865933d072043ebc06bf77
      organization_id:
      976998251
      name:
      Tiller sokn
    15. id:
      e3668807dd6175977f09334cd62910cd
      organization_id:
      976998170
      name:
      Lade sokn
    16. id:
      62ba88c3c67c4b9a97af56fab59cbe89
      organization_id:
      976998189
      name:
      Bakklandet og Lademoen sokn
    17. id:
      700c8ab659586810bbce4132a6a3784b
      organization_id:
      876998262
      name:
      Kolstad sokn
    18. id:
      30dfceb3838bee9a6548a4c4add310b4
      organization_id:
      976998138
      name:
      Ilen sokn
    19. id:
      04d78d798e6430092b2e09a06d59c7e2
      organization_id:
      976998146
      name:
      Sverresborg sokn
    20. id:
      abde0e99e0b681cc63bfce714e8986bb
      organization_id:
      976998219
      name:
      Ranheim og Charlottenlund sokn
    21. id:
      4f49ad6eb2bebc7afcfb3cb6d29074e1
      organization_id:
      976998278
      name:
      Heimdal sokn
    22. id:
      730f00da75b0d885acec130b4328ac7f
      organization_id:
      976998197
      name:
      Strindheim sokn
    23. id:
      b9cc94272b5244da3e7e784da8a71852
      organization_id:
      876990792
      name:
      Berg sokn
    24. id:
      3014c1485a138efb02ce54097931f59b
      organization_id:
      976998200
      name:
      Strinda sokn
    heading:
    Rammeavtale på innfordringstjenester til Trondheim kommune
    description:
    Trondheim kommune, heretter kalt Oppdragsgiver inviterer til å gi tilbud på innfordringstjenester.Hovedmålet med rammeavtalen er å sikre en avtale med en profesjonell aktør som ivaretar kommunens kundegruppe på en god og skånsom måte, i tråd med Trondheim kommunes egne verdier. Målet med den nye avtalen er å samle hele innfordringsporteføljen til kommunen hos én leverandør. Leverandøren skal ha nødvendig kapasitet, kompetanse og tydelige rutinebeskrivelser for å ivareta alle Trondheim kommunes innfordringsområder, herunder blant annet kommunale eiendomsavgifter, kommunal husleie og annen restanse, parkering, startlån, sosiallån, UMS og for mye utbetalt lønn.Viser til konkurransedokumentene for ytterligere detaljer.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-07T08:25:16Z
    deadline:
    2026-10-09T13:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114075
    buyer:

    1 results

    1. id:
      7e4b296992f12800e08f8091020734e0
      organization_id:
      971564679
      name:
      Universitetet i Stavanger
    heading:
    Invitasjon til markeds- og leverandørdialog HRM-/HCM-system ved UiS
    description:
    iS planlegger å anskaffe et moderne HRM-system, enten som en integrert suite, eller som en løsning basert på «composable HR». UiS er i tidlig planleggingsfase og vil gjøre en utredning for veivalg i etterkant av denne markeds- og leverandørdialog. Viser til vedlagt PDF for detaljer.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-09-07T09:31:53Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-113905
    buyer:

    1 results

    1. id:
      7e4b296992f12800e08f8091020734e0
      organization_id:
      971564679
      name:
      Universitetet i Stavanger
    heading:
    Invitasjon til markeds- og leverandørdialog HRM-/HCM-system ved UiS
    description:
    UiS planlegger å anskaffe et moderne HRM-system, enten som en integrert suite, eller som en løsning basert på «composable HR». UiS er i tidlig planleggingsfase og vil gjøre en utredning for veivalg i etterkant av denne markeds- og leverandørdialog.
    location_id:

    1 results

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

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-09-02T12:58:31Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113462
    buyer:

    3 results

    1. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      Melhus Kommune
    2. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939 865 942
      name:
      Skaun kommune
    3. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970 187 715
      name:
      Midtre Gauldal kommune
    heading:
    Anskaffelse helpdesksystem – sakssystem for brukerstøtte
    description:
    Oppdragsgiver for denne anskaffelsen er ITMidt (interkommunalt IT- og digitaliseringssamarbeid mellom kommunene Melhus, Midtre Gauldal og Skaun) og Orkland kommune.Oppdragsgiver ønsker å anskaffe et helpdesksystem som skal understøtte en moderne, effektiv og brukerorientert tjenesteleveranse. Løsningen skal primært benyttes av IT‑avdelinger til håndtering av henvendelser, feil, bestillinger og oppfølging, men skal også kunne brukes på tvers av organisatoriske enheter og tjenesteområder.Behovet for ny løsning er drevet av økende kompleksitet i systemlandskapet og høyere forventninger fra brukerne, og oppdragsgiver har derfor behov for en løsning som understøtter effektiv saksflyt, strukturert endringshåndtering og god samhandling på tvers av roller og fagmiljøer.Orkland er opsjonskommune for denne anskaffelsen.
    location_id:

    1 results

    1. NO060
    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-08-25T12:01:22Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-08-26
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113415
    buyer:

    4 results

    1. id:
      25d3d7139fd3235bd4fe5d030fb0d166
      organization_id:
      997 391 853
      name:
      Innherred Anskaffelser
    2. id:
      ef29ca1639538694f8b093951e6c3cf5
      organization_id:
      840 029 212
      name:
      Steinkjer kommune
    3. id:
      70a78f02706013e9c110ee904cacfdfc
      organization_id:
      942875967
      name:
      Namsos kommune
    4. id:
      bcc1f7ffc738ccf69ac6fb3c6ed3fdfe
      organization_id:
      940010853
      name:
      Grong kommune
    heading:
    Elektronisk lagerstyringssystem med lagerinnredning og skannere
    description:
    Steinkjer kommune har behov for å anskaffe en helhetlig løsning for elektronisk lagerstyring av forbruksmateriell på tvers av kommunens virksomheter og lagerlokasjoner. Behovet omfatter forbruksmateriell bredt, og er ikke begrenset til medisinsk forbruksmateriell. Anskaffelsen gjelder også opsjoner for Namsos og Grong kommune.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-25T13:15:09Z
    deadline:
    2026-09-04T10:59:58Z
    sentToTed:
    yes
    publicationDate:
    2026-08-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-112915
    buyer:

    8 results

    1. id:
      1cdc8da54df781903743c085b61c5b1c
      organization_id:
      960479777
      name:
      Stiftelsen Tradebroker
    2. id:
      8564d8e11208e2c2735cd493bd322e83
      organization_id:
      979151950
      name:
      Arva AS
    3. id:
      7b68d10dff0370e1497dc0cc4d46d0fb
      organization_id:
      962986633
      name:
      Statnett SF
    4. id:
      3bcf7ede2a525c1fbca5060d213496ea
      organization_id:
      984661185
      name:
      Posten Bring AS
    5. id:
      b3838fc4e0b0dcd7612c8f018270f029
      organization_id:
      917206813
      name:
      Helgeland Kraft AS
    6. id:
      5b7e2396641072eff817f5f4f5432b1a
      organization_id:
      917422575
      name:
      Entur AS
    7. id:
      ece64cbed397d681fa0c3dc1293061a8
      organization_id:
      917082308
      name:
      Bane NOR SF
    8. id:
      84c342e853499f411302e692e849f630
      organization_id:
      980396002
      name:
      Lunera Energi AS
    heading:
    Lagerinnredning
    description:
    Tradebroker vil på vegne av sine medlemsbedrifter inngå en rammeavtale med en leverandør om levering av lagerinnredning til profesjonelle brukere. Behovene hos de enkelte medlemsbedriftene er varierte, og leverandøren må ha kompetanse til å fungere som rådgiver i prosjekter. Leverandøren skal også kunne bistå med relevante tjenester knyttet til leveranser og kontroll av utstyr. Tradebroker skal ha mulighet til å bestille produkter etter behov fra leverandørens totale vare- og tjenestesortiment. Bestillinger skal kunne gjennomføres via leverandørens nettbutikk, samt gjennom andre tilgjengelige kanaler som telefon og e-post.
    location_id:

    15 results

    1. NO020
    2. NO085
    3. NO073
    4. NO084
    5. NO094
    6. NO083
    7. NO072
    8. NO093
    9. NO071
    10. NO060
    11. NO092
    12. NO081
    13. NO0A3
    14. NO0A2
    15. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    318000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-12T06:56:53Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-13
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  7. id:
    2026-112853
    buyer:

    1 results

    1. id:
      d706870ecb8bee9c7a64f7ad569e4da4
      organization_id:
      983495400
      name:
      BIR AS
    heading:
    Anskaffelse av HRM-system for BIR-konsernet
    description:
    Anskaffelsen gjelder levering av en helhetlig, skybasert HRM-løsning med tilhørende implementerings-, integrasjons-, migrerings- og forvaltningstjenester for BIR-konsernet.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-11T13:58:47Z
    deadline:
    2026-08-24T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-11
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-112220
    buyer:

    1 results

    1. id:
      dd8224227c881bfd47adb5d5bab09255
      organization_id:
      830090282
      name:
      FINNMARK FYLKESKOMMUNE
    heading:
    Anskaffelse ERP-løsning til Finnmark fylkeskommune
    description:
    Finnmark fylkeskommune skal anskaffe nytt ERP-system i løpet av 2026, med planlagt implementering i 2027 og oppstart 1.1.2028.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-07-10T10:00:55Z
    deadline:
    2026-09-11T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-13
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-111989
    buyer:

    1 results

    1. id:
      99237512f8d40b0dd29cbef00cabf9a3
      organization_id:
      929371763
      name:
      RitS - Ryfylke IT-samarbeid kommunalt
    heading:
    FDV for bygg og eiendom - RITS . 2. gangs utlysning
    description:
    Anskaffelse av nytt system for forvaltning, drift og vedlikehold av kommunale bygg.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-06T11:35:28Z
    deadline:
    2026-08-27T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-07-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-111877
    buyer:

    1 results

    1. id:
      62ed7a4eab708b7b199f26477cadb7a5
      organization_id:
      817920632
      name:
      Trøndelag fylkeskommune
    heading:
    Anskaffelsesverktøy i Trøndelag
    description:
    Trøndelag fylkeskommune med tilsluttede kommuner anskaffer et sømløst, digitalt verktøy for hele anskaffelsesprosessen, innenfor det som i dag gjerne omtales som; behov og planleggingsverktøy (BPV), konkurransegjennomføringsverktøy (KGV), og kontraktsadministrasjonsverktøy (KAV).
    location_id:

    1 results

    1. NO060
    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-07-03T06:40:43Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-07-06
    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.