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-27T17:31:13Z in 0.188 seconds.

total_count:
20
hits:

10 results

  1. id:
    2026-110100
    buyer:

    1 results

    1. id:
      deab559070081a3aa3e357b5baf135ba
      organization_id:
      984 853 998
      name:
      Ecopro AS
    heading:
    Ecopro - nye bioresttanker
    description:
    I henhold til dokumenter.
    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-06-04T13:17:33Z
    deadline:
    2026-06-17T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-06-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-107863
    buyer:

    1 results

    1. id:
      7d0c624a03acbde5e02263d64544166d
      organization_id:
      964982953
      name:
      Nordland fylkeskommune
    heading:
    Fv.17 Nesna oppstillingsplass
    description:
    Nordland fylkeskommune skal utvide oppstillingsplassen ved fergeleiet på Nesna. Dette for å håndtere økt trafikk i perioden fergeleiet på Stokkvågen er stengt som følge av byggeaktivitet i 2027, samt etablere en varig kapasitetsøkning ved fergeleiet. Arbeidene omfatter nødvendige anleggsarbeider, inkludert asfaltering, etablering av ny skilting og belysning, samt omlegging av kryssløsning og tilhørende trafikk tiltak. Arbeidene skal planlegges og gjennomføres slik at ordinær drift ved fergeleiet kan opprettholdes under utførelsen.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-04-29T13:34:32Z
    deadline:
    2026-06-02T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-04-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-104588
    buyer:

    1 results

    1. id:
      8fd04d823ee2e05cb645c8f294aae96a
      organization_id:
      974767880
      name:
      NTNU
    heading:
    Graving, grunnarbeider og utgravinger
    description:
    Graving, grunnarbeider og utgravinger. Arbeidene knytter seg til løpende vedlikehold, prosjekter og arkeologiske utgravinger.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-03-05T14:22:30Z
    deadline:
    2028-02-08T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-03-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-102830
    buyer:

    1 results

    1. id:
      b31edd15b34adf60e1dcaed70e028667
      organization_id:
      920717152
      name:
      INNLANDET FYLKESKOMMUNE
    heading:
    Anskaffelse av energibrønner til nytt varmepumpeanlegg for termisk energi ved Jønsberg videregående skole
    description:
    Innlandet fylkeskommune ønsker tilbud på komplett ferdig og etablert utendørs brønnparkmed brønner, graving og etablering av tilførselsledninger med fordelingskummer og hovedledninger ført frem til energisentral ved Jønsberg videregående skole, Stange kommune.Det skal bores 40 stk. brønner med gjennomsnittsdybde på 300 meter, totalt 12000 meter. Brønnparken skal etableres på dyrket mark, og topp brønner skal derfor senkes 150-200cm. Arbeidene kan påbegynnes tidligst 1.juni og skal stå ferdig innen 14. august 2026. Brønnkursene skal være ferdig innregulert innen 01. oktober 2026.Prosjektet skal gjennomføres etter entreprisemodell totalentreprise.Alt gravearbeid skal inngå i anskaffelsen.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-09T11:59:47Z
    deadline:
    2026-03-18T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-10
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-102675
    buyer:

    1 results

    1. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      939866914
      name:
      Stord kommune
    heading:
    Frugarden gravplass BT2 - Generalentreprise
    description:
    Stord kommune innbyr med dette til tilbodskonkurranse om utbygging av Frugarden gravplass BT2. Arbeidet omfattar utviding av eksisterande gravplass med blant anna nye gravfelt, interne gangvegar, terrengarbeid, overvatn/drenering, grøntanlegg og elektrotekniske installasjonar for belysning.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    34130000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-06T14:34:51Z
    deadline:
    2026-02-16T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-102497
    buyer:

    1 results

    1. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      964965137
      name:
      Sandnes kommune
    heading:
    Rammeavtale - Lekeplassutstyr, treningsparkutstyr og tilhørende anleggstjenester
    description:
    Oppdragsgiver har behov for å inngå rammeavtale på totalentreprisekontrakt på lekeplassutstyr, treningsparkutstyr, etablering av lekeplasser og treningsparker, samt tilhørende anleggstjenester. I oppdragene som ønskes utført skal leverandør blant annet ta ansvar for, og i stor grad bidra til, å finne gode løsninger. Oppdragsgiver vil ha en blanding av gjennomføringsmodeller for avropene. I noen avrop vil leverandørs leveranse i stor grad være levering av lekeplassutstyr og treningsparkutstyr med tilhørende deler, der Oppdragsgiver monterer disse i egenregi samt gjør mindre opparbeidelser på lekeplassene og treningsparkene. I andre avrop skal gjennomføringen være totalentrepriser hvor leverandør leverer og monterer lekeplassutstyr og treningsparkutstyr, og opparbeider lekeplasser og treningsparker. Noen oppdrag vil kun bestå av anleggsgartnertjenester. Oppdragene som gjennomføres i egenregi vil stort sett bestå av utskiftning av enkeltapparater, samt mindre oppgraderinger og vedlikehold. Avropene varierer i størrelse og det må forventes mellom 40 og 150 avrop i løpet av et år. Avtalen brukes erfaringsmessig i hovedsak til avrop under kr. 2.000.000 eks. mva., men avrop større enn dette kan forekomme. Avtalens geografiske virkeområde skal være Sandnes kommune. Rammeavtalen skal omfatte et bredt spekter av anleggstjenester, med blant annet innhold av følgende: - Nyetablering av lekeplasser og treningsparker - Rehabilitering av lekeplasser og treningsparker - Montering og etablering av lekeplassutstyr og treningsparkutstyr - Reparasjoner og vedlikehold av lekeplassutstyr og treningsparkutstyr - Vedlikehold på lekeplasser og friområder - Garantivedlikehold på beplantning, 3 år fra ferdigstilling Fremdrift: I henhold til omforent fremdriftsplan for hvert avrop.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    100000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-03T17:57:53Z
    deadline:
    2026-03-09T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-102381
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Svartemye PVRK - Prosjekt 160119 - C061887 - Sanering forurensede masser
    description:
    Saanering av forurensede masser på bane 0707, Svartemyr, Vatneleiren. Det vil være behov for fjernstyrte maskiner pga risiko for bindgjengere. Se del I for befaring og påmelding til denne.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-02T14:18:22Z
    deadline:
    2026-02-19T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-101638
    buyer:

    1 results

    1. id:
      7d0c624a03acbde5e02263d64544166d
      organization_id:
      964982953
      name:
      Nordland fylkeskommune
    heading:
    Fv. 81 Oppeid-Presteid GSV del 2
    description:
    Nordland fylkeskommune skal etablere en gang- og sykkelveg i Hamarøy kommune langs fv. 81mellom tettstedet Oppeid og Presteid. Det skal bygges en gang- og sykkelveg fra krysset KnutHamsuns vei på Oppeid til bensinstasjonen ved Presteid. Strekningen er ca. 1,2 km lang og har i dagen ÅDT på ca. 1000 kjøretøyer. Vegen har i dag en bredde på ca. 5,8 m og blir brukt også skoleveg.Strekningen er også forbindelse mellom Hamsun-senteret og tettstedet Oppeid.Formålet med utbyggingen er å forbedre forholdene for myke trafikanter samt oppgradere vegen tilnærmere dagens standard.Arbeidenes art og omfangStrekningen er delt inn i tre deler. Del 2, ligger mellom del 1 og 3 og del 1 og 3 er ferdigstilt.Del 2 omfatter omkring 500 m ny GS-veg og 500 m omlegging av eksisterende fv. 81. Den skal også tilpasses til del 1 og 3.Ny kjøreveg bygges i 6,5 m bredde, GS-veg skal bygges i 3,5 m bredde.Det skal settes opp ny belysning langs hele strekningen.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-01-21T11:25:35Z
    deadline:
    2026-01-28T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-01-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-121140
    buyer:

    1 results

    1. id:
      8fd04d823ee2e05cb645c8f294aae96a
      organization_id:
      974767880
      name:
      NTNU
    heading:
    Graving, grunnarbeider og utgravinger
    description:
    Graving, grunnarbeider og utgravinger. Arbeidene knytter seg til løpende vedlikehold, prosjekter og arkeologiske utgravinger.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-12-19T10:20:00Z
    deadline:
    2026-01-19T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2025-12-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-120357
    buyer:

    1 results

    1. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      964 979 189
      name:
      Suldal kommune
    heading:
    Etablering av kantparkering og fortau langs Fv4716 Sandsvegen - Utførelsesentreprise
    description:
    Suldal kommune innbyr med dette til tilbodskonkurranse om etablering av kantparkering og fortau langs Fv4716 Sandsvegen.
    location_id:

    2 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-15T14:51:01Z
    deadline:
    2026-01-28T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-12-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:
20
hits:

10 results

  1. id:
    2026-110100
    buyer:

    1 results

    1. id:
      deab559070081a3aa3e357b5baf135ba
      organization_id:
      984 853 998
      name:
      Ecopro AS
    heading:
    Ecopro - nye bioresttanker
    description:
    I henhold til dokumenter.
    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-06-04T13:17:33Z
    deadline:
    2026-06-17T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-06-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-107863
    buyer:

    1 results

    1. id:
      7d0c624a03acbde5e02263d64544166d
      organization_id:
      964982953
      name:
      Nordland fylkeskommune
    heading:
    Fv.17 Nesna oppstillingsplass
    description:
    Nordland fylkeskommune skal utvide oppstillingsplassen ved fergeleiet på Nesna. Dette for å håndtere økt trafikk i perioden fergeleiet på Stokkvågen er stengt som følge av byggeaktivitet i 2027, samt etablere en varig kapasitetsøkning ved fergeleiet. Arbeidene omfatter nødvendige anleggsarbeider, inkludert asfaltering, etablering av ny skilting og belysning, samt omlegging av kryssløsning og tilhørende trafikk tiltak. Arbeidene skal planlegges og gjennomføres slik at ordinær drift ved fergeleiet kan opprettholdes under utførelsen.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-04-29T13:34:32Z
    deadline:
    2026-06-02T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-04-30
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-104588
    buyer:

    1 results

    1. id:
      8fd04d823ee2e05cb645c8f294aae96a
      organization_id:
      974767880
      name:
      NTNU
    heading:
    Graving, grunnarbeider og utgravinger
    description:
    Graving, grunnarbeider og utgravinger. Arbeidene knytter seg til løpende vedlikehold, prosjekter og arkeologiske utgravinger.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-03-05T14:22:30Z
    deadline:
    2028-02-08T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-03-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-102830
    buyer:

    1 results

    1. id:
      b31edd15b34adf60e1dcaed70e028667
      organization_id:
      920717152
      name:
      INNLANDET FYLKESKOMMUNE
    heading:
    Anskaffelse av energibrønner til nytt varmepumpeanlegg for termisk energi ved Jønsberg videregående skole
    description:
    Innlandet fylkeskommune ønsker tilbud på komplett ferdig og etablert utendørs brønnparkmed brønner, graving og etablering av tilførselsledninger med fordelingskummer og hovedledninger ført frem til energisentral ved Jønsberg videregående skole, Stange kommune.Det skal bores 40 stk. brønner med gjennomsnittsdybde på 300 meter, totalt 12000 meter. Brønnparken skal etableres på dyrket mark, og topp brønner skal derfor senkes 150-200cm. Arbeidene kan påbegynnes tidligst 1.juni og skal stå ferdig innen 14. august 2026. Brønnkursene skal være ferdig innregulert innen 01. oktober 2026.Prosjektet skal gjennomføres etter entreprisemodell totalentreprise.Alt gravearbeid skal inngå i anskaffelsen.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    7500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-09T11:59:47Z
    deadline:
    2026-03-18T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-10
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-102675
    buyer:

    1 results

    1. id:
      97fa0e1585ba32d25538c9c2c6134d45
      organization_id:
      939866914
      name:
      Stord kommune
    heading:
    Frugarden gravplass BT2 - Generalentreprise
    description:
    Stord kommune innbyr med dette til tilbodskonkurranse om utbygging av Frugarden gravplass BT2. Arbeidet omfattar utviding av eksisterande gravplass med blant anna nye gravfelt, interne gangvegar, terrengarbeid, overvatn/drenering, grøntanlegg og elektrotekniske installasjonar for belysning.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    34130000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-06T14:34:51Z
    deadline:
    2026-02-16T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-102497
    buyer:

    1 results

    1. id:
      60806d385e03f47fee77aea6847d64b8
      organization_id:
      964965137
      name:
      Sandnes kommune
    heading:
    Rammeavtale - Lekeplassutstyr, treningsparkutstyr og tilhørende anleggstjenester
    description:
    Oppdragsgiver har behov for å inngå rammeavtale på totalentreprisekontrakt på lekeplassutstyr, treningsparkutstyr, etablering av lekeplasser og treningsparker, samt tilhørende anleggstjenester. I oppdragene som ønskes utført skal leverandør blant annet ta ansvar for, og i stor grad bidra til, å finne gode løsninger. Oppdragsgiver vil ha en blanding av gjennomføringsmodeller for avropene. I noen avrop vil leverandørs leveranse i stor grad være levering av lekeplassutstyr og treningsparkutstyr med tilhørende deler, der Oppdragsgiver monterer disse i egenregi samt gjør mindre opparbeidelser på lekeplassene og treningsparkene. I andre avrop skal gjennomføringen være totalentrepriser hvor leverandør leverer og monterer lekeplassutstyr og treningsparkutstyr, og opparbeider lekeplasser og treningsparker. Noen oppdrag vil kun bestå av anleggsgartnertjenester. Oppdragene som gjennomføres i egenregi vil stort sett bestå av utskiftning av enkeltapparater, samt mindre oppgraderinger og vedlikehold. Avropene varierer i størrelse og det må forventes mellom 40 og 150 avrop i løpet av et år. Avtalen brukes erfaringsmessig i hovedsak til avrop under kr. 2.000.000 eks. mva., men avrop større enn dette kan forekomme. Avtalens geografiske virkeområde skal være Sandnes kommune. Rammeavtalen skal omfatte et bredt spekter av anleggstjenester, med blant annet innhold av følgende: - Nyetablering av lekeplasser og treningsparker - Rehabilitering av lekeplasser og treningsparker - Montering og etablering av lekeplassutstyr og treningsparkutstyr - Reparasjoner og vedlikehold av lekeplassutstyr og treningsparkutstyr - Vedlikehold på lekeplasser og friområder - Garantivedlikehold på beplantning, 3 år fra ferdigstilling Fremdrift: I henhold til omforent fremdriftsplan for hvert avrop.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    100000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-03T17:57:53Z
    deadline:
    2026-03-09T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-102381
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Svartemye PVRK - Prosjekt 160119 - C061887 - Sanering forurensede masser
    description:
    Saanering av forurensede masser på bane 0707, Svartemyr, Vatneleiren. Det vil være behov for fjernstyrte maskiner pga risiko for bindgjengere. Se del I for befaring og påmelding til denne.
    location_id:

    1 results

    1. NO0A1
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-02T14:18:22Z
    deadline:
    2026-02-19T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2026-101638
    buyer:

    1 results

    1. id:
      7d0c624a03acbde5e02263d64544166d
      organization_id:
      964982953
      name:
      Nordland fylkeskommune
    heading:
    Fv. 81 Oppeid-Presteid GSV del 2
    description:
    Nordland fylkeskommune skal etablere en gang- og sykkelveg i Hamarøy kommune langs fv. 81mellom tettstedet Oppeid og Presteid. Det skal bygges en gang- og sykkelveg fra krysset KnutHamsuns vei på Oppeid til bensinstasjonen ved Presteid. Strekningen er ca. 1,2 km lang og har i dagen ÅDT på ca. 1000 kjøretøyer. Vegen har i dag en bredde på ca. 5,8 m og blir brukt også skoleveg.Strekningen er også forbindelse mellom Hamsun-senteret og tettstedet Oppeid.Formålet med utbyggingen er å forbedre forholdene for myke trafikanter samt oppgradere vegen tilnærmere dagens standard.Arbeidenes art og omfangStrekningen er delt inn i tre deler. Del 2, ligger mellom del 1 og 3 og del 1 og 3 er ferdigstilt.Del 2 omfatter omkring 500 m ny GS-veg og 500 m omlegging av eksisterende fv. 81. Den skal også tilpasses til del 1 og 3.Ny kjøreveg bygges i 6,5 m bredde, GS-veg skal bygges i 3,5 m bredde.Det skal settes opp ny belysning langs hele strekningen.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-01-21T11:25:35Z
    deadline:
    2026-01-28T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-01-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-121140
    buyer:

    1 results

    1. id:
      8fd04d823ee2e05cb645c8f294aae96a
      organization_id:
      974767880
      name:
      NTNU
    heading:
    Graving, grunnarbeider og utgravinger
    description:
    Graving, grunnarbeider og utgravinger. Arbeidene knytter seg til løpende vedlikehold, prosjekter og arkeologiske utgravinger.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    currencyCode:
    NOK
    amount:
    90000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2025-12-19T10:20:00Z
    deadline:
    2026-01-19T11:00:58Z
    sentToTed:
    yes
    publicationDate:
    2025-12-22
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2025-120357
    buyer:

    1 results

    1. id:
      34513fabed4bef4e5c011a207c1db2c0
      organization_id:
      964 979 189
      name:
      Suldal kommune
    heading:
    Etablering av kantparkering og fortau langs Fv4716 Sandsvegen - Utførelsesentreprise
    description:
    Suldal kommune innbyr med dette til tilbodskonkurranse om etablering av kantparkering og fortau langs Fv4716 Sandsvegen.
    location_id:

    2 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-15T14:51:01Z
    deadline:
    2026-01-28T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-12-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.