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-27T08:46:06Z in 0.192 seconds.

total_count:
65
hits:

10 results

  1. id:
    2026-114773
    buyer:

    1 results

    1. id:
      18631b19c6c78c4207be91b9fcf79413
      organization_id:
      970422528
      name:
      UiT Norges arktiske universitet
    heading:
    Water treatment unit
    description:
    UiT’s Department of Comparative Medicine invites tenders for the delivery, installation, commissioning and handover of a wastewater disinfection system for the treatment of effluent from the animal research facility. The scope of the procurement includes wastewater from zebrafish and medaka housing systems, associated laboratories, and wash cycles for tanks and related equipment. We refer to the tender documents for further information on the scope and content of the procurement.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T14:43:17Z
    deadline:
    2026-10-19T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114507
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      Statsbygg
    heading:
    2026/4604 Rammeavtale for periodisk sikkerhetskontroll av heis og løfteinnretning for sikkerhetseiendommer i Oslo og Akershus
    description:
    Statsbygg ber om tilbud på rammeavtale for: Lovpålagt periodisk sikkerhetskontroll av heis og løfteinnretning.
    location_id:

    2 results

    1. NO084
    2. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-15T11:36:33Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-114460
    buyer:

    1 results

    1. id:
      fe5d3f592b69dd59a8509cd861c9eb1c
      organization_id:
      988983837
      name:
      NIBIO, Norsk institutt for bioøkonomi
    heading:
    26/02259 Anskaffelse av vannbehandlingsanlegg til NIBIO
    description:
    NIBIO har behov for å erstatte tre eksisterende vannbehandlingsanlegg for produksjon av laboratorievann.
    location_id:

    1 results

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

    4 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    3. PLANNING
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-14T12:56:02Z
    deadline:
    2026-10-08T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113881
    buyer:

    1 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    heading:
    Boligstiftelsen - utskifting og modernisering av heiser
    description:
    Oppdraget omfatter tre adresser med henholdsvis en heis pr adresse. To av heisene skaltotalutskiftes, og en skal moderniseres.Heisen som skal moderniseres er en eldre DEVE hydraulikk heis, og skal moderniseres medny styring og ny stoldør. Denne heisen er lokalisert i Rønningsvegen 13.Elgesetergate 34 skal heisen totalutskiftes. Eksisterende heis ble installert i 1986, og i 2008ble heisen modernisert med ny styring og nytt hydraulikkaggregat. Dørdrift ble ogsåmodernisert, og ettermontert ny innerdør på heisens bakside med utgang mothovedinngang.Heisens størrelse er liten og dette påvirker bruken av heisen som ofte fører til påkjørslerav dører og generell hard bruk. Det er derfor ønskelig å totalutskifte heisen til en moderneMRL heis, hvor sjakten kan utnyttes bedre og øke innvendig stolareal.Den tredje adressen er Saupstadringen 12, der skal også heisen totalutskiftes. Dette er eneldre wireheis, som godt moden for utskifting. Den har i tillegg maskinrom plassert påtaket, med en litt vanskelig tilkomst.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-01T13:28:13Z
    deadline:
    2026-09-29T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113880
    buyer:

    1 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    heading:
    Boligstiftelsen - demontering av heiser og etablering av nye løfteplattformer
    description:
    I Klostergata 72 A-C står det i dag tre stk Access AHP 600 skrueheiser fra 90-tallet i hver sinoppgang. Disse løfteinnretningene har over tid vært utsatt for hard drift, og er modne forå skiftes ut.Ønsket er å erstatte dagens løsning med nye løfteplattformer.Målet er å kunne beholde eksiterende sjakt som vegg mot trappeløp, og at ny sandwich-sjakt monteres på innsiden av denne.Hele prosjektet er avhengig av godkjenning fra kommunen på endring av typeløfteinnretning i bygget.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-01T13:22:59Z
    deadline:
    2026-09-29T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-113704
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      Statsbygg
    heading:
    2026/3611 Rammeavtale med en leverandør om drift og vedlikehold av heisanlegg for sikkerhetseiendommer i Oslo
    description:
    Anskaffelsen gjelder periodisk drift og alle typer vedlikehold av heisanlegg ved sikkerhetseiendommer i Oslo.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-31T13:52:35Z
    deadline:
    2026-09-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-31
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      e7825a5048ae8133184207335c8622f9
      organization_id:
      923954791
      name:
      Oslo kommune v/ Renovasjons- og gjenvinningsetaten
    heading:
    Rammeavtale for service på heiser
    description:
    Avtale for å gjennomføre service på alle REG sine heiser samt ivareta fast alarm - og telefoniavtale. I tillegg til utbedring og vedlikehold av nyinnkjøpte heiser. Formålet er å ivareta sikkerhet samt drift på anlegget.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-09T12:27:44Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-10
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      e307d137c659e228274e3d64f55bbab0
      organization_id:
      990269343
      name:
      Kode Kunstmuseer og Komponisthjem
    heading:
    Markesdialog - Løfteinnretning i villa
    description:
    Formålet med markedsdialogen er å informere om prosjektet og innhente innspill fra markedet før gjennomføring av anskaffelsen.KODE ønsker økt forståelse av tilgjengelige tekniske løsninger og de særlige utfordringene knyttet til løfteinnretninger tilpasset eksisterende bygninger med begrenset tilgjengelig plass, og muligheter for gode tilpasninger til historiske verneverdige bygninger. Konkurransen vil bli gjennomført ihht. anskaffelsesloven og anskaffelsesforskriften del I.Målsettingen er å oppnå en så stor og brukbar løfteinnretning som mulig innenfor bygningens gitte begrensninger. Vi ønsker tilbakemelding på hvordan vi kan utforme et hensiktsmessig konkurransegrunnlag for anskaffelsen, særlig krav til løsning og grensesnitt mot bygningsmessige arbeider.KODE håper gjennom markedsdialogen å nå eventuelle nye produkter og leverandører, i tillegg til de som allerede er etablerte i dette markedet.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    800000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-06-15T08:27:37Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-06-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-109787
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Konkurranse - kjøp av løfteutstyr - Osmarka leir - 304338
    description:
    Anskaffelsen omfatter demontering og avfallshåndtering av dagens løfteutstyr samt levering og montering av nytt løfteutstyr i Osmarka leir i Evenes kommune. Det vil være nødvendig med befaring for leverandører.Tilbudsbefaring 22.05.2026 kl.10:00Oppmøtested er Osmarka leir.Påmelding til befaring sendes på e-post til sindre.jakobsen@forsvarsbygg.no innen onsdag 20.05.2026, kl.12:00Ett av løfteutstyret skal skiftes ifm. signering av kontrakt, mens øvrig løfteutstyr utgjør opsjoner som oppdragsgiver selv beslutter om skal utløses etter signering av kontrakt.Frist for levering av utstyr som uansett skal leveres er 02.10.2026. Utstyr som skal leveres etter utløsning av opsjon får en leveringsfrist på fem mnd.Eksisterende utstyr kan tidligst fjernes når nytt utstyr er klart til montering.
    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-06-01T13:03:30Z
    deadline:
    2026-06-22T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-108899
    buyer:

    1 results

    1. id:
      9f335afa0bfc90a9d8653ce98dfb29e7
      organization_id:
      986450564
      name:
      Dansens Hus AS
    heading:
    Scenemaskineri Studioscenen
    description:
    Anbudskonkurransen gjelder utskifting av det øvre scenemaskineriet på Studioscenen på Dansens hus i Oslo ifølge den Tekniske Spesifikasjonen. Det nåværende systemet nærmer seg slutten av sin levetid. I tillegg er systemet begrenset i funksjonalitet, mangler posisjonering og lastovervåking, og oppfyller ikke dagens sikkerhetskrav. Andre mål for oppgraderingen inkluderer: * Flere alternativer/punkter for oppheng. * Enklere endringer og kortere omstillingstid mellom produksjoner. * Bedre arbeidsmiljø. Det skal ikke være nødvendig å bruke lift for å flytte taljer eller opphengspunkter. * Muligheter for bevegelse under forestillinger. Prosjektet består av to deler: 1. Bygningsmessige arbeider bestående hovedsakelig av endringer til stålkonstruksjonen i taket samt flytting av bygningstekniske installasjoner. 2. Prosjektering, produksjon og installasjon av scenemaskineriet. Hver prosjektdel er en totalentreprise hvor totalentreprenøren har det fullstendige ansvaret for prosjektering, planlegging, produksjon, installasjon, test, trening og dokumentasjon. Denne konkurransen gjelder prosjektdel 2, levering av scenemaskineriet. Den planlagte løsningen baserer seg på et system med tradisjonelle scenetrekk med tillegg av punkttrekk. Det legges opp til 16 scenetrekk, 2 sidetrekk, og 4 baner for et variabelt antall punkttrekk. Trekkstengene bæres av fire stålwirer eller stålbånd. En stålkonstruksjon dedikert til scenemaskineriet vil bli installert av en annen entreprenør. De eksisterende HEA-bjelkene vil bli demontert. Åtte nye bjelker vil bli montert i hallens lengderetning, plassert slik at fire brukes til scenetrekk og fire til punkttrekk og/eller annet midlertidig utstyr. Maskineriet vil være plassert over balkongen på den ene siden av scenen. En skillevegg vil bli satt opp for å skape et maskinrom og skjerme for lyd mellom vinsjene og scenen. Hele systemet, inklusive trekkene og styringssystem med sikkerhetsfunksjoner, skal konstrueres i samsvar med normen NO-EN 17206 “Arrangementsteknologi, Maskineri for scener og andre produksjonsområder, Sikkerhetskrav og inspeksjoner”. Installasjonen skal oppfylle relevante EU-direktiver, inkludert direktivene for maskiner, lavspenning og EMC. Fullstendig beskrivelse av leveransen følger av bilag 1095-922 «Teknisk spesifikasjon».
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-05-18T07:30:07Z
    deadline:
    2026-05-29T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-05-18
    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:
65
hits:

10 results

  1. id:
    2026-114773
    buyer:

    1 results

    1. id:
      18631b19c6c78c4207be91b9fcf79413
      organization_id:
      970422528
      name:
      UiT Norges arktiske universitet
    heading:
    Water treatment unit
    description:
    UiT’s Department of Comparative Medicine invites tenders for the delivery, installation, commissioning and handover of a wastewater disinfection system for the treatment of effluent from the animal research facility. The scope of the procurement includes wastewater from zebrafish and medaka housing systems, associated laboratories, and wash cycles for tanks and related equipment. We refer to the tender documents for further information on the scope and content of the procurement.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-21T14:43:17Z
    deadline:
    2026-10-19T10:00:58Z
    sentToTed:
    yes
    publicationDate:
    2026-09-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-114507
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      Statsbygg
    heading:
    2026/4604 Rammeavtale for periodisk sikkerhetskontroll av heis og løfteinnretning for sikkerhetseiendommer i Oslo og Akershus
    description:
    Statsbygg ber om tilbud på rammeavtale for: Lovpålagt periodisk sikkerhetskontroll av heis og løfteinnretning.
    location_id:

    2 results

    1. NO084
    2. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    4000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-15T11:36:33Z
    deadline:
    2026-10-23T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-09-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-114460
    buyer:

    1 results

    1. id:
      fe5d3f592b69dd59a8509cd861c9eb1c
      organization_id:
      988983837
      name:
      NIBIO, Norsk institutt for bioøkonomi
    heading:
    26/02259 Anskaffelse av vannbehandlingsanlegg til NIBIO
    description:
    NIBIO har behov for å erstatte tre eksisterende vannbehandlingsanlegg for produksjon av laboratorievann.
    location_id:

    1 results

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

    4 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    3. PLANNING
    4. NOTICE_ON_BUYER_PROFILE
    status:
    not reported by source
    issueDate:
    2026-09-14T12:56:02Z
    deadline:
    2026-10-08T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-113881
    buyer:

    1 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    heading:
    Boligstiftelsen - utskifting og modernisering av heiser
    description:
    Oppdraget omfatter tre adresser med henholdsvis en heis pr adresse. To av heisene skaltotalutskiftes, og en skal moderniseres.Heisen som skal moderniseres er en eldre DEVE hydraulikk heis, og skal moderniseres medny styring og ny stoldør. Denne heisen er lokalisert i Rønningsvegen 13.Elgesetergate 34 skal heisen totalutskiftes. Eksisterende heis ble installert i 1986, og i 2008ble heisen modernisert med ny styring og nytt hydraulikkaggregat. Dørdrift ble ogsåmodernisert, og ettermontert ny innerdør på heisens bakside med utgang mothovedinngang.Heisens størrelse er liten og dette påvirker bruken av heisen som ofte fører til påkjørslerav dører og generell hard bruk. Det er derfor ønskelig å totalutskifte heisen til en moderneMRL heis, hvor sjakten kan utnyttes bedre og øke innvendig stolareal.Den tredje adressen er Saupstadringen 12, der skal også heisen totalutskiftes. Dette er eneldre wireheis, som godt moden for utskifting. Den har i tillegg maskinrom plassert påtaket, med en litt vanskelig tilkomst.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-01T13:28:13Z
    deadline:
    2026-09-29T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2026-113880
    buyer:

    1 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    heading:
    Boligstiftelsen - demontering av heiser og etablering av nye løfteplattformer
    description:
    I Klostergata 72 A-C står det i dag tre stk Access AHP 600 skrueheiser fra 90-tallet i hver sinoppgang. Disse løfteinnretningene har over tid vært utsatt for hard drift, og er modne forå skiftes ut.Ønsket er å erstatte dagens løsning med nye løfteplattformer.Målet er å kunne beholde eksiterende sjakt som vegg mot trappeløp, og at ny sandwich-sjakt monteres på innsiden av denne.Hele prosjektet er avhengig av godkjenning fra kommunen på endring av typeløfteinnretning i bygget.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    ACTIVE
    issueDate:
    2026-09-01T13:22:59Z
    deadline:
    2026-09-29T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-09-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2026-113704
    buyer:

    1 results

    1. id:
      0f5223b4541cca6e7a1cfe09866c2ef9
      organization_id:
      971278374
      name:
      Statsbygg
    heading:
    2026/3611 Rammeavtale med en leverandør om drift og vedlikehold av heisanlegg for sikkerhetseiendommer i Oslo
    description:
    Anskaffelsen gjelder periodisk drift og alle typer vedlikehold av heisanlegg ved sikkerhetseiendommer i Oslo.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-08-31T13:52:35Z
    deadline:
    2026-09-21T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-08-31
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      e7825a5048ae8133184207335c8622f9
      organization_id:
      923954791
      name:
      Oslo kommune v/ Renovasjons- og gjenvinningsetaten
    heading:
    Rammeavtale for service på heiser
    description:
    Avtale for å gjennomføre service på alle REG sine heiser samt ivareta fast alarm - og telefoniavtale. I tillegg til utbedring og vedlikehold av nyinnkjøpte heiser. Formålet er å ivareta sikkerhet samt drift på anlegget.
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-07-09T12:27:44Z
    deadline:
    2026-08-28T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-07-10
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

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

    1 results

    1. id:
      e307d137c659e228274e3d64f55bbab0
      organization_id:
      990269343
      name:
      Kode Kunstmuseer og Komponisthjem
    heading:
    Markesdialog - Løfteinnretning i villa
    description:
    Formålet med markedsdialogen er å informere om prosjektet og innhente innspill fra markedet før gjennomføring av anskaffelsen.KODE ønsker økt forståelse av tilgjengelige tekniske løsninger og de særlige utfordringene knyttet til løfteinnretninger tilpasset eksisterende bygninger med begrenset tilgjengelig plass, og muligheter for gode tilpasninger til historiske verneverdige bygninger. Konkurransen vil bli gjennomført ihht. anskaffelsesloven og anskaffelsesforskriften del I.Målsettingen er å oppnå en så stor og brukbar løfteinnretning som mulig innenfor bygningens gitte begrensninger. Vi ønsker tilbakemelding på hvordan vi kan utforme et hensiktsmessig konkurransegrunnlag for anskaffelsen, særlig krav til løsning og grensesnitt mot bygningsmessige arbeider.KODE håper gjennom markedsdialogen å nå eventuelle nye produkter og leverandører, i tillegg til de som allerede er etablerte i dette markedet.
    location_id:

    1 results

    1. NO0A2
    estimatedValue:
    currencyCode:
    NOK
    amount:
    800000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2026-06-15T08:27:37Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2026-06-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2026-109787
    buyer:

    1 results

    1. id:
      8ed6139700ffdea0b599bb7c0b3537b5
      organization_id:
      975950662
      name:
      Forsvarsbygg
    heading:
    Konkurranse - kjøp av løfteutstyr - Osmarka leir - 304338
    description:
    Anskaffelsen omfatter demontering og avfallshåndtering av dagens løfteutstyr samt levering og montering av nytt løfteutstyr i Osmarka leir i Evenes kommune. Det vil være nødvendig med befaring for leverandører.Tilbudsbefaring 22.05.2026 kl.10:00Oppmøtested er Osmarka leir.Påmelding til befaring sendes på e-post til sindre.jakobsen@forsvarsbygg.no innen onsdag 20.05.2026, kl.12:00Ett av løfteutstyret skal skiftes ifm. signering av kontrakt, mens øvrig løfteutstyr utgjør opsjoner som oppdragsgiver selv beslutter om skal utløses etter signering av kontrakt.Frist for levering av utstyr som uansett skal leveres er 02.10.2026. Utstyr som skal leveres etter utløsning av opsjon får en leveringsfrist på fem mnd.Eksisterende utstyr kan tidligst fjernes når nytt utstyr er klart til montering.
    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-06-01T13:03:30Z
    deadline:
    2026-06-22T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-06-01
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2026-108899
    buyer:

    1 results

    1. id:
      9f335afa0bfc90a9d8653ce98dfb29e7
      organization_id:
      986450564
      name:
      Dansens Hus AS
    heading:
    Scenemaskineri Studioscenen
    description:
    Anbudskonkurransen gjelder utskifting av det øvre scenemaskineriet på Studioscenen på Dansens hus i Oslo ifølge den Tekniske Spesifikasjonen. Det nåværende systemet nærmer seg slutten av sin levetid. I tillegg er systemet begrenset i funksjonalitet, mangler posisjonering og lastovervåking, og oppfyller ikke dagens sikkerhetskrav. Andre mål for oppgraderingen inkluderer: * Flere alternativer/punkter for oppheng. * Enklere endringer og kortere omstillingstid mellom produksjoner. * Bedre arbeidsmiljø. Det skal ikke være nødvendig å bruke lift for å flytte taljer eller opphengspunkter. * Muligheter for bevegelse under forestillinger. Prosjektet består av to deler: 1. Bygningsmessige arbeider bestående hovedsakelig av endringer til stålkonstruksjonen i taket samt flytting av bygningstekniske installasjoner. 2. Prosjektering, produksjon og installasjon av scenemaskineriet. Hver prosjektdel er en totalentreprise hvor totalentreprenøren har det fullstendige ansvaret for prosjektering, planlegging, produksjon, installasjon, test, trening og dokumentasjon. Denne konkurransen gjelder prosjektdel 2, levering av scenemaskineriet. Den planlagte løsningen baserer seg på et system med tradisjonelle scenetrekk med tillegg av punkttrekk. Det legges opp til 16 scenetrekk, 2 sidetrekk, og 4 baner for et variabelt antall punkttrekk. Trekkstengene bæres av fire stålwirer eller stålbånd. En stålkonstruksjon dedikert til scenemaskineriet vil bli installert av en annen entreprenør. De eksisterende HEA-bjelkene vil bli demontert. Åtte nye bjelker vil bli montert i hallens lengderetning, plassert slik at fire brukes til scenetrekk og fire til punkttrekk og/eller annet midlertidig utstyr. Maskineriet vil være plassert over balkongen på den ene siden av scenen. En skillevegg vil bli satt opp for å skape et maskinrom og skjerme for lyd mellom vinsjene og scenen. Hele systemet, inklusive trekkene og styringssystem med sikkerhetsfunksjoner, skal konstrueres i samsvar med normen NO-EN 17206 “Arrangementsteknologi, Maskineri for scener og andre produksjonsområder, Sikkerhetskrav og inspeksjoner”. Installasjonen skal oppfylle relevante EU-direktiver, inkludert direktivene for maskiner, lavspenning og EMC. Fullstendig beskrivelse av leveransen følger av bilag 1095-922 «Teknisk spesifikasjon».
    location_id:

    1 results

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

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-05-18T07:30:07Z
    deadline:
    2026-05-29T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-05-18
    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.