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-11T15:04:07Z in 0.124 seconds.

total_count:
11
hits:

10 results

  1. id:
    2023-609854
    buyer:

    1 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    heading:
    Aktivitetsanlegg Lauvsnes Skole og Vangan Barnehage - Fase 2
    description:
    Flatanger Kommune v. Blom Arkitekter AS ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med bygging av nytt leke- og aktivitetsanlegg til Lauvsnes Skole og Vangan Barnehage - Fase 2.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-05-30T10:00:00Z
    deadline:
    2023-06-16T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2023-05-30
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2017-314500
    buyer:

    1 results

    1. id:
      312da10b8bd2147313c3b6279e67a994
      organization_id:
      980 047 873
      name:
      ARKITEKTKONTORET BLOM AS
    heading:
    Utleiebygg Namsskogan kommune
    description:
    Alle leilighetene er prosjektert innenfor tilgjengelighetskravet til bolig, og det er viktig at også uteområder tilrettelegges for tilgjengelighet. Materialvalg og arkitektur er bevisst valgt med tanke på miljø og varighet. Gjennomføring av bygging vil kunne skje kontinuerlig og riggforholdene anses som gode. Det er vesentlig at utomhusområder fremstår ferdiggjort (med unntak av tilkomstvei), og det legges stor vekt på å beholde mest mulig av naturtomt og vegetasjon. Entreprenører må derfor avklare riggområde og sikring av viktig vegetasjon i samråd med byggherre og arkitekt før byggestart. Totalentreprisen gjelder ferdigstilling tomt, komplette bygg, ryddet tomt/riggområdet, overlevert bygningsmasse rengjort/klargjort for innflytting. Byggherren har ansvar for tilkomstvei og opparbeidelse av disse iht. avgrensninger på utomhusplanen. Det henvises for øvrig til beskrivelser for respektive fagområder.
    location_id:

    No results.

    estimatedValue:
    currencyCode:
    NOK
    amount:
    6250000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2017-09-28T10:00:00Z
    deadline:
    2017-11-07T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2017-09-28
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2026-102550
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    heading:
    Ombygging - Namsskogan Kommunehus
    description:
    Namsskogan Kommune v. Blom Arkitekter AS ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med ombygging av Namsskogan Kommunehus. Namsskogan Kommunehus samler hovedsakelig kommunal administrasjon, med kontorlokaler for ansatte, garderober og møterom. Bygningen består av tre etasjer, kjeller, 1. og 2. etasje. Det totale bruksarealet (BTA) er ca.1523 m2.Bygningen er bygd i to ulike perioder. Den eldste delen (akser 1-7) ble bygd rundt 1965, mens den nyeste delen ble oppført i 1980-tallet. De to delene er bygd og fungerer som en samlet enhet. Kjelleren benyttes hovedsakelig til tekniske anlegg, lager, støttefunksjoner og møterom.1. og 2. etasjer inneholder hovedsakelig kontorer, møterom og forsamlingsrom i varierende størrelser.Planlagt ombygging vil tilrettelegge for forbedret inneklima, energieffektivitet, samt arealtilpassede rom/løsninger. Eksisterende varmesystem skal erstattes med et væske/vann varmepumpesystem med tilhørende brønnpark.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-04T12:46:58Z
    deadline:
    2026-03-13T14:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-105639
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    heading:
    Namsskogan Skole - Utomhus- og nærmiljøanlegg
    description:
    Namsskogan kommune planlegger å bygge et nytt leke- og aktivitetsanlegg tilknyttet Namsskogan Skole. Anlegget lokaliseres rundt skolebyggene og mellom idrettsanlegg, og utgjør et areal ca.15000 m2 for tiltaksområder 1 til 16.Byggherre har fokus på estetikk, miljømessige og bærekraftige løsninger som bidrar til et godt brukermiljø. I tillegg skal området utformes med tanke på trivsel og sikkerhet for barn og voksne.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-04-08T16:16:07Z
    deadline:
    2025-05-02T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-04-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-109959
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      8fe614a62291e0a0541294c06f393da2
      organization_id:
      964982120
      name:
      Røyrvik Kommune
    heading:
    Utvidelse Røyrvik Kirkegård
    description:
    Røyrvik kommune ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med utvidelse av Røyrvik kirkegård.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-06-27T16:48:00Z
    deadline:
    2024-08-09T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2023-102065
    buyer:

    2 results

    1. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    2. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    heading:
    Namsskogan Skole
    description:
    Anskaffelsen kunngjøres som en totalentreprise for utvidelse av Namsskogan Skole.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-12-11T11:29:58Z
    deadline:
    2024-01-15T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2023-12-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-363164
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      920 415 288
      name:
      Ålesund kommune
    heading:
    Anskaffelse- Skråfoto kartdata, 2021
    description:
    Formålet med denne anskaffelsen er å inngå avtale med en leverandør som kan tilby flybasert skråfoto av Ålesund og Sula kommune. Oppdraget skal utføres fra 1.mai-1.september 2021.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-04-01T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-04-01
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2019-328826
    buyer:

    1 results

    1. id:
      f1f4ccf885d41c1074f85cec57a3f1f2
      organization_id:
      963 999 089
      name:
      Frogn kommune
    heading:
    Anskaffelse av skråfoto og innsynsløsning
    description:
    Anskaffelsen gjelder flybasert skråfotografering og forenklet ortofoto av områder i de 7 Follo-kommunene i 2019. I tillegg til fotografering skal tilbudet inneholde løsning for innsyn i bildene
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-04-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2019-04-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2017-837085
    buyer:

    1 results

    1. id:
      3732d72ca2449f7c4efddb2974cf9d4d
      organization_id:
      971 040 238
      name:
      Statens kartverk
    heading:
    Hallingdal, Nore og Uvdal og Krødsherad FKB-B 2016
    description:
    FKB-B kartleggingsprosjekt for kommunene i Hallingdal (utenom Hol), Nore og Uvdal kommune og Krødsherad kommune. Flyfotografering GSD10, aerotriangulering og produksjon av ortofoto.
    location_id:

    1 results

    1. NO0
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2017-07-03T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-07-03
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2017-258874
    buyer:

    1 results

    1. id:
      4516d47a8e9435672bfba0dee7047e1b
      organization_id:
      971040238
      name:
      Statens kartverk Oslo
    heading:
    Kartleggingsprosjekt Hol 2014, LACHBU43
    description:
    Flyfotografering GSD10, rektifiserte bilder og nykartlegging i deler av Hol kommune, hvorav FKB-B områdene er på 279,5 km2 og eventuelt arbeid på FKB-C områder (opsjon) fra omløpsfotografering er på 176 km2.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2017-06-20T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-06-20
    placeOfPerformance:

    No results.

    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:
11
hits:

10 results

  1. id:
    2023-609854
    buyer:

    1 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    heading:
    Aktivitetsanlegg Lauvsnes Skole og Vangan Barnehage - Fase 2
    description:
    Flatanger Kommune v. Blom Arkitekter AS ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med bygging av nytt leke- og aktivitetsanlegg til Lauvsnes Skole og Vangan Barnehage - Fase 2.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-05-30T10:00:00Z
    deadline:
    2023-06-16T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2023-05-30
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2017-314500
    buyer:

    1 results

    1. id:
      312da10b8bd2147313c3b6279e67a994
      organization_id:
      980 047 873
      name:
      ARKITEKTKONTORET BLOM AS
    heading:
    Utleiebygg Namsskogan kommune
    description:
    Alle leilighetene er prosjektert innenfor tilgjengelighetskravet til bolig, og det er viktig at også uteområder tilrettelegges for tilgjengelighet. Materialvalg og arkitektur er bevisst valgt med tanke på miljø og varighet. Gjennomføring av bygging vil kunne skje kontinuerlig og riggforholdene anses som gode. Det er vesentlig at utomhusområder fremstår ferdiggjort (med unntak av tilkomstvei), og det legges stor vekt på å beholde mest mulig av naturtomt og vegetasjon. Entreprenører må derfor avklare riggområde og sikring av viktig vegetasjon i samråd med byggherre og arkitekt før byggestart. Totalentreprisen gjelder ferdigstilling tomt, komplette bygg, ryddet tomt/riggområdet, overlevert bygningsmasse rengjort/klargjort for innflytting. Byggherren har ansvar for tilkomstvei og opparbeidelse av disse iht. avgrensninger på utomhusplanen. Det henvises for øvrig til beskrivelser for respektive fagområder.
    location_id:

    No results.

    estimatedValue:
    currencyCode:
    NOK
    amount:
    6250000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2017-09-28T10:00:00Z
    deadline:
    2017-11-07T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2017-09-28
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  3. id:
    2026-102550
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    heading:
    Ombygging - Namsskogan Kommunehus
    description:
    Namsskogan Kommune v. Blom Arkitekter AS ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med ombygging av Namsskogan Kommunehus. Namsskogan Kommunehus samler hovedsakelig kommunal administrasjon, med kontorlokaler for ansatte, garderober og møterom. Bygningen består av tre etasjer, kjeller, 1. og 2. etasje. Det totale bruksarealet (BTA) er ca.1523 m2.Bygningen er bygd i to ulike perioder. Den eldste delen (akser 1-7) ble bygd rundt 1965, mens den nyeste delen ble oppført i 1980-tallet. De to delene er bygd og fungerer som en samlet enhet. Kjelleren benyttes hovedsakelig til tekniske anlegg, lager, støttefunksjoner og møterom.1. og 2. etasjer inneholder hovedsakelig kontorer, møterom og forsamlingsrom i varierende størrelser.Planlagt ombygging vil tilrettelegge for forbedret inneklima, energieffektivitet, samt arealtilpassede rom/løsninger. Eksisterende varmesystem skal erstattes med et væske/vann varmepumpesystem med tilhørende brønnpark.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-02-04T12:46:58Z
    deadline:
    2026-03-13T14:00:00Z
    sentToTed:
    no
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2025-105639
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    heading:
    Namsskogan Skole - Utomhus- og nærmiljøanlegg
    description:
    Namsskogan kommune planlegger å bygge et nytt leke- og aktivitetsanlegg tilknyttet Namsskogan Skole. Anlegget lokaliseres rundt skolebyggene og mellom idrettsanlegg, og utgjør et areal ca.15000 m2 for tiltaksområder 1 til 16.Byggherre har fokus på estetikk, miljømessige og bærekraftige løsninger som bidrar til et godt brukermiljø. I tillegg skal området utformes med tanke på trivsel og sikkerhet for barn og voksne.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-04-08T16:16:07Z
    deadline:
    2025-05-02T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-04-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-109959
    buyer:

    2 results

    1. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    2. id:
      8fe614a62291e0a0541294c06f393da2
      organization_id:
      964982120
      name:
      Røyrvik Kommune
    heading:
    Utvidelse Røyrvik Kirkegård
    description:
    Røyrvik kommune ønsker med dette å invitere entreprenører til å gi tilbud på totalentreprise i forbindelse med utvidelse av Røyrvik kirkegård.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-06-27T16:48:00Z
    deadline:
    2024-08-09T10:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2023-102065
    buyer:

    2 results

    1. id:
      7caeed09f8de6371652331c298b0b5b5
      organization_id:
      864982212
      name:
      Namsskogan Kommune
    2. id:
      59749c0dc70604857176590f974129fb
      organization_id:
      928635880
      name:
      BLOM ARKITEKTER AS
    heading:
    Namsskogan Skole
    description:
    Anskaffelsen kunngjøres som en totalentreprise for utvidelse av Namsskogan Skole.
    location_id:

    1 results

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2023-12-11T11:29:58Z
    deadline:
    2024-01-15T11:00:00Z
    sentToTed:
    no
    publicationDate:
    2023-12-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-363164
    buyer:

    1 results

    1. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      920 415 288
      name:
      Ålesund kommune
    heading:
    Anskaffelse- Skråfoto kartdata, 2021
    description:
    Formålet med denne anskaffelsen er å inngå avtale med en leverandør som kan tilby flybasert skråfoto av Ålesund og Sula kommune. Oppdraget skal utføres fra 1.mai-1.september 2021.
    location_id:

    1 results

    1. NO0A3
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-04-01T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-04-01
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2019-328826
    buyer:

    1 results

    1. id:
      f1f4ccf885d41c1074f85cec57a3f1f2
      organization_id:
      963 999 089
      name:
      Frogn kommune
    heading:
    Anskaffelse av skråfoto og innsynsløsning
    description:
    Anskaffelsen gjelder flybasert skråfotografering og forenklet ortofoto av områder i de 7 Follo-kommunene i 2019. I tillegg til fotografering skal tilbudet inneholde løsning for innsyn i bildene
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2019-04-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2019-04-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2017-837085
    buyer:

    1 results

    1. id:
      3732d72ca2449f7c4efddb2974cf9d4d
      organization_id:
      971 040 238
      name:
      Statens kartverk
    heading:
    Hallingdal, Nore og Uvdal og Krødsherad FKB-B 2016
    description:
    FKB-B kartleggingsprosjekt for kommunene i Hallingdal (utenom Hol), Nore og Uvdal kommune og Krødsherad kommune. Flyfotografering GSD10, aerotriangulering og produksjon av ortofoto.
    location_id:

    1 results

    1. NO0
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2017-07-03T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-07-03
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2017-258874
    buyer:

    1 results

    1. id:
      4516d47a8e9435672bfba0dee7047e1b
      organization_id:
      971040238
      name:
      Statens kartverk Oslo
    heading:
    Kartleggingsprosjekt Hol 2014, LACHBU43
    description:
    Flyfotografering GSD10, rektifiserte bilder og nykartlegging i deler av Hol kommune, hvorav FKB-B områdene er på 279,5 km2 og eventuelt arbeid på FKB-C områder (opsjon) fra omløpsfotografering er på 176 km2.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2017-06-20T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2017-06-20
    placeOfPerformance:

    No results.

    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.