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-08T11:02:04Z in 0.199 seconds.

total_count:
611
hits:

10 results

  1. id:
    2026-114102
    buyer:

    1 results

    1. id:
      49e0b12e1bb544d7aa57acd1fe57d9e2
      organization_id:
      930068128
      name:
      Troms Fylkeskommune
    heading:
    Markedsdialog: Rammeavtale - Veiskilt for fylkesveinettet i Troms
    description:
    Troms fylkeskommune inviterer leverandører til markedsdialog i forbindelse med planlagt anskaffelse av rammeavtale for veiskilt til fylkesveinettet i Troms. Formålet med markedsdialogen er å få bedre innsikt i markedets evne til å levere standardiserte skiltprodukter med nødvendig kvalitet, samt å avklare hvordan leveringssikkerhet, distribusjon i hele fylket og håndtering av hastebestillinger kan løses i praksis. Leverandørene inviteres til å dele erfaringer, beskrive aktuelle løsninger og gi innspill som kan bidra til en hensiktsmessig og konkurransedyktig utforming av anskaffelsen. Innspillene vil bli behandlet konfidensielt og vil ikke bli synliggjort for andre leverandører. Vær oppmerksom på at Troms fylkeskommune ikke refunderer kostnader dere måtte ha i forbindelse med besvarelse av markedsdialogen. Når fristen for besvarelse av markedsdialogen har løpt ut, vil vi gå nøye gjennom alle innsendte innspill. Deretter vil vi vurdere hvilke innspill det kan være hensiktsmessig å inkludere i konkurransedokumentene. Vi bemerker at fylkeskommunen ikke er forpliktet til å rette seg etter innspillene.
    location_id:

    1 results

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

    3 results

    1. ADVISORY_NOTICE
    2. PLANNING
    3. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-07T10:17:27Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114021
    buyer:

    1 results

    1. id:
      1a715a5dd3f0e0c9cdeb99922bdc1210
      organization_id:
      917445060
      name:
      Norske tog AS
    heading:
    New internal lighting class WLAB2
    description:
    Norske tog (NT) is required to phase out fluorescent lighting on most of its train fleet to maintain their intended service lifetime. This change is driven by government regulations mandating the phase out of fluorescent lighting in Norway, in accordance with the EU’s RoHS Directive. Since both national and European manufacturers have ceased production of fluorescent tubes, an LED solution must be adopted to meet lighting requirements for rolling stock. NT wishes to replace all internal lighting systems that currently do not use LED with an LED solution on Class WLAB2. NT is open to all solutions that replace the current system with LED.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T08:48:45Z
    deadline:
    2026-10-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-113986
    buyer:

    1 results

    1. id:
      a9524680efb2cf5d4f4ba1916635aea6
      organization_id:
      945452676
      name:
      Bø Kommune - Nordland
    heading:
    1008 Ombygging leilighet Doktorhagen
    description:
    Oppgradere eksisterende kommunal utleiebolig til hardbruksbolig.
    location_id:

    1 results

    1. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T11:29:32Z
    deadline:
    2026-10-15T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113846
    buyer:

    1 results

    1. id:
      61e3c132bc4759b6ebe8cde8cc72c0af
      organization_id:
      856167402
      name:
      NGIR IKS
    heading:
    Rammeavtale for verneklede og arbeidstøy
    description:
    NGIR-konsernet har behov for ein rammeavtale på innkjøp av verneklede, verneutstyr og andre klede med logo. Kleda og verneutstyret skal verte nytta av renovatørar i og utanfor køyretøy, på gjenvinningsstasjonar, ved handtering av farleg avfall og på det resterande anlegget til NGIR.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    5000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-09-01T13:42:28Z
    deadline:
    2028-09-06T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113786
    buyer:

    1 results

    1. id:
      1ec60ce623cbaa2b243d1ce55863be9e
      organization_id:
      874783242
      name:
      KYSTVERKET
    heading:
    Kontraktstildeling rammeavtale på Led belysning
    description:
    Kystverket, heretter kalt oppdragsgiver, har gjennomført anbudskonkurranse i forbindelse med anskaffelse av rammeavtale på indirekte belysning.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    10000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-08-31T14:07:06Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-113668
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      Helse Sør-Øst RHF
    heading:
    Prekvalifisering Entreprise 4401 Belysningsutstyr - Nye Rikshospitalet
    description:
    Formålet med anskaffelsen er å engasjere minimum en maksimalt fem leverandører som skal stå ansvarlig for ytelsene som skal leveres i entreprise 4401 Belysningsutstyr.Hovedelementene i oppdraget er Leveranse av belysningsutstyr til Nytt Rikshospital. Det vil bli gjort avrop fra denne rammeavtale til blant annet elektroentrepriser for bygg J og MNO.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-27T15:04:16Z
    deadline:
    2026-10-02T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-113512
    buyer:

    1 results

    1. id:
      fc0276307e8a85529306bb92803a380c
      organization_id:
      923119159
      name:
      LYSE LUX AS
    heading:
    Rammeavtale - Vei- og gatebelysning
    description:
    Anskaffelsen gjelder rammeavtale for leveranse av vei- og gatebelysning, som nærmere beskrevet i Bilag 1 - Krav til Produkter og Leveranser. Rammeavtalen omfatter i tillegg leveranse av øvrige belysningsprodukter (armaturer, reservedeler, komponenter, styringskomponenter mv.) som inngår i Leverandørens standard sortiment (Øvrig sortiment) både innenfor vei- og gatebelysning, men også øvrige armaturer og utstyr. Rammeavtalen er en ikke-eksklusiv rammeavtale som gir Oppdragsgiver rett, men ikke plikt til å foreta Avrop innenfor Avtaleperioden. Oppdragsgiver skal ikke være forpliktet til å kjøpe noe bestemt mengde innen Avtaleperioden.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-25T14:06:38Z
    deadline:
    2026-09-25T08:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-27
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  8. id:
    2026-113398
    buyer:

    1 results

    1. id:
      452dfbd3d8fe1efc434d72af55269add
      organization_id:
      964338531
      name:
      Bergen kommune - Bymiljøetaten
    heading:
    BME NOR 2026-15 - Lyssetting av Fløysvingene - Totalentreprise
    description:
    Det skal bygges turveibelysning langs Fløysvingene mellom Skansemyren og Fløypilen. Arbeidene skal utføres som del av en totalentreprise etter NS 8407, og skal omfatte alle arbeider fra komplett prosjektering, levering, montering, testing, idriftsettelse og dokumentasjon av nytt belysningsanlegg. Fløsyvingene er va 1142 meter lang tursti med om lag 400 000 årlige brukere. Anlegget skal utføres med tremaster og luftstrekk for å minimere inngrep i kulturhistorisk og naturmessing verdifulle omgivelser.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-24T06:56:22Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-113123
    buyer:

    2 results

    1. id:
      e9084af508d64c9ddf86a1bbb6952e72
      organization_id:
      944350675
      name:
      Osen Kommune
    2. id:
      9344f31dae8bae005be95c0c7caa3c9f
      organization_id:
      944305483
      name:
      Indre Fosen Kommune
    heading:
    Komplett levering og montering av scene teknisk utstyr
    description:
    Det er bygget ny idrettshall i Osen kommune, Nota. Den tidligere gymsalen står nå ledig for bruksendring. Det er planlagt å gjøre om den gamle gymsalen til kulturstue for hele Osen sin befolkning. Den gamle gymsalen er nå ikke i bruk for aktiviteter og lokalene er planlagt endret til kulturformål.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-17T10:06:38Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-112991
    buyer:

    1 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    heading:
    Belysning av interiører i vognremissen fra Otta på Norsk jernbanemuseum
    description:
    Belysning av interiører i vognremissen fra Otta på Norsk jernbanemuseum Se konkurransegrunnlag
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-13T08:23:06Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-14
    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:
611
hits:

10 results

  1. id:
    2026-114102
    buyer:

    1 results

    1. id:
      49e0b12e1bb544d7aa57acd1fe57d9e2
      organization_id:
      930068128
      name:
      Troms Fylkeskommune
    heading:
    Markedsdialog: Rammeavtale - Veiskilt for fylkesveinettet i Troms
    description:
    Troms fylkeskommune inviterer leverandører til markedsdialog i forbindelse med planlagt anskaffelse av rammeavtale for veiskilt til fylkesveinettet i Troms. Formålet med markedsdialogen er å få bedre innsikt i markedets evne til å levere standardiserte skiltprodukter med nødvendig kvalitet, samt å avklare hvordan leveringssikkerhet, distribusjon i hele fylket og håndtering av hastebestillinger kan løses i praksis. Leverandørene inviteres til å dele erfaringer, beskrive aktuelle løsninger og gi innspill som kan bidra til en hensiktsmessig og konkurransedyktig utforming av anskaffelsen. Innspillene vil bli behandlet konfidensielt og vil ikke bli synliggjort for andre leverandører. Vær oppmerksom på at Troms fylkeskommune ikke refunderer kostnader dere måtte ha i forbindelse med besvarelse av markedsdialogen. Når fristen for besvarelse av markedsdialogen har løpt ut, vil vi gå nøye gjennom alle innsendte innspill. Deretter vil vi vurdere hvilke innspill det kan være hensiktsmessig å inkludere i konkurransedokumentene. Vi bemerker at fylkeskommunen ikke er forpliktet til å rette seg etter innspillene.
    location_id:

    1 results

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

    3 results

    1. ADVISORY_NOTICE
    2. PLANNING
    3. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-07T10:17:27Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-09-08
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114021
    buyer:

    1 results

    1. id:
      1a715a5dd3f0e0c9cdeb99922bdc1210
      organization_id:
      917445060
      name:
      Norske tog AS
    heading:
    New internal lighting class WLAB2
    description:
    Norske tog (NT) is required to phase out fluorescent lighting on most of its train fleet to maintain their intended service lifetime. This change is driven by government regulations mandating the phase out of fluorescent lighting in Norway, in accordance with the EU’s RoHS Directive. Since both national and European manufacturers have ceased production of fluorescent tubes, an LED solution must be adopted to meet lighting requirements for rolling stock. NT wishes to replace all internal lighting systems that currently do not use LED with an LED solution on Class WLAB2. NT is open to all solutions that replace the current system with LED.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T08:48:45Z
    deadline:
    2026-10-12T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-07
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-113986
    buyer:

    1 results

    1. id:
      a9524680efb2cf5d4f4ba1916635aea6
      organization_id:
      945452676
      name:
      Bø Kommune - Nordland
    heading:
    1008 Ombygging leilighet Doktorhagen
    description:
    Oppgradere eksisterende kommunal utleiebolig til hardbruksbolig.
    location_id:

    1 results

    1. NO071
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T11:29:32Z
    deadline:
    2026-10-15T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113846
    buyer:

    1 results

    1. id:
      61e3c132bc4759b6ebe8cde8cc72c0af
      organization_id:
      856167402
      name:
      NGIR IKS
    heading:
    Rammeavtale for verneklede og arbeidstøy
    description:
    NGIR-konsernet har behov for ein rammeavtale på innkjøp av verneklede, verneutstyr og andre klede med logo. Kleda og verneutstyret skal verte nytta av renovatørar i og utanfor køyretøy, på gjenvinningsstasjonar, ved handtering av farleg avfall og på det resterande anlegget til NGIR.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    5000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-09-01T13:42:28Z
    deadline:
    2028-09-06T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113786
    buyer:

    1 results

    1. id:
      1ec60ce623cbaa2b243d1ce55863be9e
      organization_id:
      874783242
      name:
      KYSTVERKET
    heading:
    Kontraktstildeling rammeavtale på Led belysning
    description:
    Kystverket, heretter kalt oppdragsgiver, har gjennomført anbudskonkurranse i forbindelse med anskaffelse av rammeavtale på indirekte belysning.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    currencyCode:
    NOK
    amount:
    10000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-08-31T14:07:06Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-09-02
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-113668
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      Helse Sør-Øst RHF
    heading:
    Prekvalifisering Entreprise 4401 Belysningsutstyr - Nye Rikshospitalet
    description:
    Formålet med anskaffelsen er å engasjere minimum en maksimalt fem leverandører som skal stå ansvarlig for ytelsene som skal leveres i entreprise 4401 Belysningsutstyr.Hovedelementene i oppdraget er Leveranse av belysningsutstyr til Nytt Rikshospital. Det vil bli gjort avrop fra denne rammeavtale til blant annet elektroentrepriser for bygg J og MNO.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-27T15:04:16Z
    deadline:
    2026-10-02T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2026-113512
    buyer:

    1 results

    1. id:
      fc0276307e8a85529306bb92803a380c
      organization_id:
      923119159
      name:
      LYSE LUX AS
    heading:
    Rammeavtale - Vei- og gatebelysning
    description:
    Anskaffelsen gjelder rammeavtale for leveranse av vei- og gatebelysning, som nærmere beskrevet i Bilag 1 - Krav til Produkter og Leveranser. Rammeavtalen omfatter i tillegg leveranse av øvrige belysningsprodukter (armaturer, reservedeler, komponenter, styringskomponenter mv.) som inngår i Leverandørens standard sortiment (Øvrig sortiment) både innenfor vei- og gatebelysning, men også øvrige armaturer og utstyr. Rammeavtalen er en ikke-eksklusiv rammeavtale som gir Oppdragsgiver rett, men ikke plikt til å foreta Avrop innenfor Avtaleperioden. Oppdragsgiver skal ikke være forpliktet til å kjøpe noe bestemt mengde innen Avtaleperioden.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-25T14:06:38Z
    deadline:
    2026-09-25T08:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-27
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  8. id:
    2026-113398
    buyer:

    1 results

    1. id:
      452dfbd3d8fe1efc434d72af55269add
      organization_id:
      964338531
      name:
      Bergen kommune - Bymiljøetaten
    heading:
    BME NOR 2026-15 - Lyssetting av Fløysvingene - Totalentreprise
    description:
    Det skal bygges turveibelysning langs Fløysvingene mellom Skansemyren og Fløypilen. Arbeidene skal utføres som del av en totalentreprise etter NS 8407, og skal omfatte alle arbeider fra komplett prosjektering, levering, montering, testing, idriftsettelse og dokumentasjon av nytt belysningsanlegg. Fløsyvingene er va 1142 meter lang tursti med om lag 400 000 årlige brukere. Anlegget skal utføres med tremaster og luftstrekk for å minimere inngrep i kulturhistorisk og naturmessing verdifulle omgivelser.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-24T06:56:22Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-113123
    buyer:

    2 results

    1. id:
      e9084af508d64c9ddf86a1bbb6952e72
      organization_id:
      944350675
      name:
      Osen Kommune
    2. id:
      9344f31dae8bae005be95c0c7caa3c9f
      organization_id:
      944305483
      name:
      Indre Fosen Kommune
    heading:
    Komplett levering og montering av scene teknisk utstyr
    description:
    Det er bygget ny idrettshall i Osen kommune, Nota. Den tidligere gymsalen står nå ledig for bruksendring. Det er planlagt å gjøre om den gamle gymsalen til kulturstue for hele Osen sin befolkning. Den gamle gymsalen er nå ikke i bruk for aktiviteter og lokalene er planlagt endret til kulturformål.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-08-17T10:06:38Z
    deadline:
    2026-09-14T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-18
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-112991
    buyer:

    1 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    heading:
    Belysning av interiører i vognremissen fra Otta på Norsk jernbanemuseum
    description:
    Belysning av interiører i vognremissen fra Otta på Norsk jernbanemuseum Se konkurransegrunnlag
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-13T08:23:06Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-08-14
    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.