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-08T01:28:03Z in 0.222 seconds.

total_count:
2440
hits:

10 results

  1. 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.

  2. id:
    2026-114045
    buyer:

    2 results

    1. id:
      fb9dec99ca28f769331c72075f216e3b
      organization_id:
      962392687
      name:
      Norconsult
    2. id:
      d34a1247b8397a12cf5d19cb4f004694
      organization_id:
      916882807
      name:
      Sandefjord kommune
    heading:
    Invitasjon til dialogkonferanse om innføring av mulig lokal forskrift for bruk av nullutslippsløsninger på bygge- og anleggsplasser i Vestfold
    description:
    DIALOGKONFERANSE OM NULLUTSLIPPSLØSNINGER PÅ BYGGE- OG ANLEGGSPLASSER I VESTFOLD På vegne av kommunene i Vestfold og Vestfold fylkeskommune, ønsker vi å invitere til dialogkonferanse om innføring av mulig lokal forskrift for bruk av nullutslippsløsninger på offentlige og private bygge- og anleggsplasser i regionen. Dialogkonferansen vil bli avholdt på teams torsdag 24. September 2026 kl. 10.00 med påfølgende 1:1 møter fredag 25. september og mandag 28. september. For mer informasjon se Sandefjord kommunes hjemmeside: Dialogkonferanse om nullutslippsløsninger på bygge- og anleggsplasser i Vestfold - Sandefjord kommune [https://www.sandefjord.kommune.no/aktuelt/dialogkonferanse-om-nullutslippslosninger-pa-bygge-og-anleggsplasser-i-vestfold.41443.aspx] BAKGRUNN Bygge- og anleggsvirksomhet er en betydelig kilde til klimagassutslipp i regionen, og kommunene og fylkeskommunen i Vestfold har ambisiøse mål om å kutte klimagassutslipp i årene som kommer. I april 2025 fastsatte Klima- og miljødepartementet en nasjonal forskrift som gir kommunene hjemmel i å stille krav til å begrense utslipp fra bygge- og anleggsplasser gjennom en lokal forskrift. Forskriften er hjemlet i forurensningsloven. Kommunene og fylkeskommunen har i felleskap startet en utredning for mulighetene som ligger i å innføre en lokal forskrift som påbyr bruk av nullutslippsløsninger og biogass på offentlige og private bygg- og anleggsplasser, og hva det vil bety for regionen. Offentlige byggherrer er underlagt anskaffelsesloven, og kravet om vekting på klima- og miljø på 30% vil påvirke maskinparken fremover. Det er kommunenes ambisjon at en slik utredning skal kunne skape mer forutsigbarhet for BA-næringen som helhet i regionen. KOMMUNENE ØNSKER INNSPILL I denne dialogkonferansen vil vi informere om arbeidet og ønsker å få innspill fra regionale og lokale utbyggere, entreprenører, leverandører og andre relevante aktører. Det kan blant annet være: * Nytteeffekter og næringsutvikling * Marked * Kostnader og økonomi * Fordelingsvirkninger PRAKTISKE OPPLYSNINGER OM KONFERANSEN Vestfoldkommunene har engasjert Norconsult til å bistå med dialogkonferansen, sammenfatte informasjon og videre oppfølging. Tidspunkt for dialogkonferanse er 24. september kl. 10:00 - 11:00. Tentativ agenda: * Status og informasjon om arbeidet med forskriften * Næringsutvikling * Status markedet og erfaringer fra prosjekter i regionen * Åpen debatt/innspill fra salen * Avslutning Det er også satt av 2 dager til 1:1 møter i etterkant av dialogkonferansen hvor det oppfordres til å komme med utfyllende innspill til arbeidet med utredningen. KONTAKT OG PÅMELDING Påmelding til dialogkonferansen sendes på e-post til aksel.aarstad@norconsult.com [aksel.aarstad@norconsult.com] senest 23. september kl. 12.00. Påmeldte vil motta lenke til Teams-møte på e-post. 1:1 – møtene vil være i bolker på 30 minutter – og booking av 1:1 møter gjøres via Microsoft bookings på følgende side: Book time with Aksel Aarstad: Forskrift nullutslipp Vestfold 1:1 - møter [https://outlook.office.com/bookwithme/user/cbbf1996ca8f40e3b88cfadf650630fe@norconsult.com/meetingtype/RQ8q76L7VU25yf9S_hL37g2?anonymous&ismsaljsauthenabled&ep=mcard] Kontaktpersoner: Aksel Aarstad, Norconsult: aksel.aarstad@norconsult.com [aksel.aarstad@norconsult.com] Ole Jakob Hansen, fagkoordinator Enhet for plan og naturforvaltning i Sandefjord kommune Ole.Jakob.Hansen@sandefjord.kommune.no [Ole.Jakob.Hansen@sandefjord.kommune.no] / 977 00 502
    location_id:

    1 results

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

    2 results

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

    No results.

  3. id:
    2026-113991
    buyer:

    1 results

    1. id:
      d83ebee1984ee99bdffe8ece9ca58d3e
      organization_id:
      971035854
      name:
      Universitetet i Oslo
    heading:
    Overlys i Universitetets aula – utskifting og supplering
    description:
    Se konkurransegrunnlag for informasjon.
    location_id:

    1 results

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

    4 results

    1. PLANNING
    2. ANNOUNCEMENT_OF_COMPETITION
    3. COMPETITION
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-03T13:19:01Z
    deadline:
    2026-10-05T06:00:58Z
    sentToTed:
    no
    publicationDate:
    2026-09-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113982
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Teknisk infrastruktur Rena militære flyplass (RMFL) - prosjekt 101126 - 2. gangs utlysning
    description:
    2. gangs utlysning vedr teknisk infrastruktur på Rena militære flyplass (RMFL). Tegninger mm vil bli forevist på befaring 9.9.2026 kl 0900. Påmelding til befaring innen 8.9.2026 kl 12.00.Alle deltakere på kunne autoriseres før dokumentene fremvises.Firmanavn, navn på deltaker, tlf nr, fødseldato og e-postadresse må opplyses i påmeldingen.Påmelding foretas ved å sende e-post til prosjektleder Helge Harald Indset på e-post: helge.harald.indset@forsvarsbygg.no.
    location_id:

    1 results

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

    4 results

    1. PLANNING
    2. ANNOUNCEMENT_OF_COMPETITION
    3. COMPETITION
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-04T09:48:52Z
    deadline:
    2026-09-18T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113977
    buyer:

    1 results

    1. id:
      6066eba2771e5051a5adf5be8930bab8
      organization_id:
      864950582
      name:
      Ringsaker kommune
    heading:
    Anskaffelse av nødstrømsaggregater
    description:
    Anskaffelse av 2 mobile nødstrømsaggregat på henger for bruk på VA-stasjoner i Ringsaker kommune.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-09-04T09:36:20Z
    deadline:
    2026-09-04T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. 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.

  7. id:
    2026-113927
    buyer:

    1 results

    1. id:
      dbf10c8dfbfaa49d199a7bef7286b100
      organization_id:
      954597482
      name:
      Renovasjonsselskapet for Drammensregionen IKS (RfD)
    heading:
    Rammeavtale for kontroll og vedlikehold av elektriske anlegg og ventilasjonsanlegg
    description:
    Anskaffelsen gjelder en rammeavtale for tjenester knyttet til el-kontroll, termografering og service/vedlikehold av ventilasjonsanlegg ved RfDs gjenvinningsstasjoner og omlastingsstasjon. Renovasjonsselskapet for Drammensregionen IKS (RfD) er et interkommunalt selskap som eies av fem kommuner: Drammen, Lier, Modum, Sigdal og Øvre Eiker. Selskapet sørger for innsamling og gjenvinning av husholdningsavfall i disse fem kommunene. For mer detaljert informasjon se vedlagte konkurransebetingelser.
    location_id:

    1 results

    1. NO085
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-09-03T08:53:21Z
    deadline:
    2029-01-02T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      0b2f10c7359dda4532f96e2055f8f8af
      organization_id:
      969159570
      name:
      Norges miljø- og biovitenskapelige universitet
    heading:
    Elektromateriell - Rammeavtale
    description:
    Elektromateriell - Rammeavtale
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-03T08:43:02Z
    deadline:
    2026-10-01T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-113940
    buyer:

    1 results

    1. id:
      2b0dd217fa39eb4826938343c6ac59a5
      organization_id:
      932593688
      name:
      Anskaffelser i Akershus, Buskerud og Østfold KO
    heading:
    Kjøp av en stykk elektrisk traktor til Kjelle VGS
    description:
    Anska skal på vegne av Kjelle VGS gjøre innkjøp av en stykk elektrisk traktor med tilhørende løpende service- drift- og vedlikeholdsavtale på opsjon. Dette er å anse som en enkelt vareanskaffelse med tilhørende løpende serviceavtale for 5 år.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-03T12:07:18Z
    deadline:
    2026-10-05T21:59:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-113974
    buyer:

    1 results

    1. id:
      dbf10c8dfbfaa49d199a7bef7286b100
      organization_id:
      954597482
      name:
      Renovasjonsselskapet for Drammensregionen IKS (RfD)
    heading:
    Rammeavtale for kontroll og vedlikehold av elektriske anlegg og ventilasjonsanlegg
    description:
    Anskaffelsen gjelder en rammeavtale for tjenester knyttet til el-kontroll, termografering og service/vedlikehold av ventilasjonsanlegg ved RfDs gjenvinningsstasjoner og omlastingsstasjon. Renovasjonsselskapet for Drammensregionen IKS (RfD) er et interkommunalt selskap som eies av fem kommuner: Drammen, Lier, Modum, Sigdal og Øvre Eiker. Selskapet sørger for innsamling og gjenvinning av husholdningsavfall i disse fem kommunene. Konkurransedokumentene med vedlegg utgjør det fullstendige konkurransegrunnlaget. Ved motstrid mellom informasjonen i kunngjøringen og konkurransedokumentene gjelder informasjonen i konkurransedokumentene.
    location_id:

    1 results

    1. NO085
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T12:06:04Z
    deadline:
    2026-10-08T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Show all fields in HTML
total_count:
2440
hits:

10 results

  1. 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.

  2. id:
    2026-114045
    buyer:

    2 results

    1. id:
      fb9dec99ca28f769331c72075f216e3b
      organization_id:
      962392687
      name:
      Norconsult
    2. id:
      d34a1247b8397a12cf5d19cb4f004694
      organization_id:
      916882807
      name:
      Sandefjord kommune
    heading:
    Invitasjon til dialogkonferanse om innføring av mulig lokal forskrift for bruk av nullutslippsløsninger på bygge- og anleggsplasser i Vestfold
    description:
    DIALOGKONFERANSE OM NULLUTSLIPPSLØSNINGER PÅ BYGGE- OG ANLEGGSPLASSER I VESTFOLD På vegne av kommunene i Vestfold og Vestfold fylkeskommune, ønsker vi å invitere til dialogkonferanse om innføring av mulig lokal forskrift for bruk av nullutslippsløsninger på offentlige og private bygge- og anleggsplasser i regionen. Dialogkonferansen vil bli avholdt på teams torsdag 24. September 2026 kl. 10.00 med påfølgende 1:1 møter fredag 25. september og mandag 28. september. For mer informasjon se Sandefjord kommunes hjemmeside: Dialogkonferanse om nullutslippsløsninger på bygge- og anleggsplasser i Vestfold - Sandefjord kommune [https://www.sandefjord.kommune.no/aktuelt/dialogkonferanse-om-nullutslippslosninger-pa-bygge-og-anleggsplasser-i-vestfold.41443.aspx] BAKGRUNN Bygge- og anleggsvirksomhet er en betydelig kilde til klimagassutslipp i regionen, og kommunene og fylkeskommunen i Vestfold har ambisiøse mål om å kutte klimagassutslipp i årene som kommer. I april 2025 fastsatte Klima- og miljødepartementet en nasjonal forskrift som gir kommunene hjemmel i å stille krav til å begrense utslipp fra bygge- og anleggsplasser gjennom en lokal forskrift. Forskriften er hjemlet i forurensningsloven. Kommunene og fylkeskommunen har i felleskap startet en utredning for mulighetene som ligger i å innføre en lokal forskrift som påbyr bruk av nullutslippsløsninger og biogass på offentlige og private bygg- og anleggsplasser, og hva det vil bety for regionen. Offentlige byggherrer er underlagt anskaffelsesloven, og kravet om vekting på klima- og miljø på 30% vil påvirke maskinparken fremover. Det er kommunenes ambisjon at en slik utredning skal kunne skape mer forutsigbarhet for BA-næringen som helhet i regionen. KOMMUNENE ØNSKER INNSPILL I denne dialogkonferansen vil vi informere om arbeidet og ønsker å få innspill fra regionale og lokale utbyggere, entreprenører, leverandører og andre relevante aktører. Det kan blant annet være: * Nytteeffekter og næringsutvikling * Marked * Kostnader og økonomi * Fordelingsvirkninger PRAKTISKE OPPLYSNINGER OM KONFERANSEN Vestfoldkommunene har engasjert Norconsult til å bistå med dialogkonferansen, sammenfatte informasjon og videre oppfølging. Tidspunkt for dialogkonferanse er 24. september kl. 10:00 - 11:00. Tentativ agenda: * Status og informasjon om arbeidet med forskriften * Næringsutvikling * Status markedet og erfaringer fra prosjekter i regionen * Åpen debatt/innspill fra salen * Avslutning Det er også satt av 2 dager til 1:1 møter i etterkant av dialogkonferansen hvor det oppfordres til å komme med utfyllende innspill til arbeidet med utredningen. KONTAKT OG PÅMELDING Påmelding til dialogkonferansen sendes på e-post til aksel.aarstad@norconsult.com [aksel.aarstad@norconsult.com] senest 23. september kl. 12.00. Påmeldte vil motta lenke til Teams-møte på e-post. 1:1 – møtene vil være i bolker på 30 minutter – og booking av 1:1 møter gjøres via Microsoft bookings på følgende side: Book time with Aksel Aarstad: Forskrift nullutslipp Vestfold 1:1 - møter [https://outlook.office.com/bookwithme/user/cbbf1996ca8f40e3b88cfadf650630fe@norconsult.com/meetingtype/RQ8q76L7VU25yf9S_hL37g2?anonymous&ismsaljsauthenabled&ep=mcard] Kontaktpersoner: Aksel Aarstad, Norconsult: aksel.aarstad@norconsult.com [aksel.aarstad@norconsult.com] Ole Jakob Hansen, fagkoordinator Enhet for plan og naturforvaltning i Sandefjord kommune Ole.Jakob.Hansen@sandefjord.kommune.no [Ole.Jakob.Hansen@sandefjord.kommune.no] / 977 00 502
    location_id:

    1 results

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

    2 results

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

    No results.

  3. id:
    2026-113991
    buyer:

    1 results

    1. id:
      d83ebee1984ee99bdffe8ece9ca58d3e
      organization_id:
      971035854
      name:
      Universitetet i Oslo
    heading:
    Overlys i Universitetets aula – utskifting og supplering
    description:
    Se konkurransegrunnlag for informasjon.
    location_id:

    1 results

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

    4 results

    1. PLANNING
    2. ANNOUNCEMENT_OF_COMPETITION
    3. COMPETITION
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-03T13:19:01Z
    deadline:
    2026-10-05T06:00:58Z
    sentToTed:
    no
    publicationDate:
    2026-09-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113982
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Teknisk infrastruktur Rena militære flyplass (RMFL) - prosjekt 101126 - 2. gangs utlysning
    description:
    2. gangs utlysning vedr teknisk infrastruktur på Rena militære flyplass (RMFL). Tegninger mm vil bli forevist på befaring 9.9.2026 kl 0900. Påmelding til befaring innen 8.9.2026 kl 12.00.Alle deltakere på kunne autoriseres før dokumentene fremvises.Firmanavn, navn på deltaker, tlf nr, fødseldato og e-postadresse må opplyses i påmeldingen.Påmelding foretas ved å sende e-post til prosjektleder Helge Harald Indset på e-post: helge.harald.indset@forsvarsbygg.no.
    location_id:

    1 results

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

    4 results

    1. PLANNING
    2. ANNOUNCEMENT_OF_COMPETITION
    3. COMPETITION
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-04T09:48:52Z
    deadline:
    2026-09-18T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113977
    buyer:

    1 results

    1. id:
      6066eba2771e5051a5adf5be8930bab8
      organization_id:
      864950582
      name:
      Ringsaker kommune
    heading:
    Anskaffelse av nødstrømsaggregater
    description:
    Anskaffelse av 2 mobile nødstrømsaggregat på henger for bruk på VA-stasjoner i Ringsaker kommune.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-09-04T09:36:20Z
    deadline:
    2026-09-04T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. 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.

  7. id:
    2026-113927
    buyer:

    1 results

    1. id:
      dbf10c8dfbfaa49d199a7bef7286b100
      organization_id:
      954597482
      name:
      Renovasjonsselskapet for Drammensregionen IKS (RfD)
    heading:
    Rammeavtale for kontroll og vedlikehold av elektriske anlegg og ventilasjonsanlegg
    description:
    Anskaffelsen gjelder en rammeavtale for tjenester knyttet til el-kontroll, termografering og service/vedlikehold av ventilasjonsanlegg ved RfDs gjenvinningsstasjoner og omlastingsstasjon. Renovasjonsselskapet for Drammensregionen IKS (RfD) er et interkommunalt selskap som eies av fem kommuner: Drammen, Lier, Modum, Sigdal og Øvre Eiker. Selskapet sørger for innsamling og gjenvinning av husholdningsavfall i disse fem kommunene. For mer detaljert informasjon se vedlagte konkurransebetingelser.
    location_id:

    1 results

    1. NO085
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-09-03T08:53:21Z
    deadline:
    2029-01-02T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      0b2f10c7359dda4532f96e2055f8f8af
      organization_id:
      969159570
      name:
      Norges miljø- og biovitenskapelige universitet
    heading:
    Elektromateriell - Rammeavtale
    description:
    Elektromateriell - Rammeavtale
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-03T08:43:02Z
    deadline:
    2026-10-01T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-113940
    buyer:

    1 results

    1. id:
      2b0dd217fa39eb4826938343c6ac59a5
      organization_id:
      932593688
      name:
      Anskaffelser i Akershus, Buskerud og Østfold KO
    heading:
    Kjøp av en stykk elektrisk traktor til Kjelle VGS
    description:
    Anska skal på vegne av Kjelle VGS gjøre innkjøp av en stykk elektrisk traktor med tilhørende løpende service- drift- og vedlikeholdsavtale på opsjon. Dette er å anse som en enkelt vareanskaffelse med tilhørende løpende serviceavtale for 5 år.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-03T12:07:18Z
    deadline:
    2026-10-05T21:59:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-113974
    buyer:

    1 results

    1. id:
      dbf10c8dfbfaa49d199a7bef7286b100
      organization_id:
      954597482
      name:
      Renovasjonsselskapet for Drammensregionen IKS (RfD)
    heading:
    Rammeavtale for kontroll og vedlikehold av elektriske anlegg og ventilasjonsanlegg
    description:
    Anskaffelsen gjelder en rammeavtale for tjenester knyttet til el-kontroll, termografering og service/vedlikehold av ventilasjonsanlegg ved RfDs gjenvinningsstasjoner og omlastingsstasjon. Renovasjonsselskapet for Drammensregionen IKS (RfD) er et interkommunalt selskap som eies av fem kommuner: Drammen, Lier, Modum, Sigdal og Øvre Eiker. Selskapet sørger for innsamling og gjenvinning av husholdningsavfall i disse fem kommunene. Konkurransedokumentene med vedlegg utgjør det fullstendige konkurransegrunnlaget. Ved motstrid mellom informasjonen i kunngjøringen og konkurransedokumentene gjelder informasjonen i konkurransedokumentene.
    location_id:

    1 results

    1. NO085
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-04T12:06:04Z
    deadline:
    2026-10-08T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
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.