search_doffin
Search Norwegian public procurement notices on Doffin.
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
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.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here. |
types | optional | union | 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. |
statuses | optional | union | ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED. |
contract_nature | optional | union | WORKS, SERVICES and/or SUPPLIES. |
cpv_codes | optional | union | 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. |
locations | optional | union | NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes(). |
buyer | optional | union | 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. |
winner | optional | union | Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against. |
date_from | optional | union | Publication date lower bound, "YYYY-MM-DD". |
date_to | optional | union | Publication date upper bound, "YYYY-MM-DD". |
sort_by | optional | string | RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC. |
page | optional | integer | 1-based page number. |
hits_per_page | optional | integer | 1-50 (default 10). |
include_placeholders | optional | boolean | 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. |
limit | optional | integer | Gateway page size; default 25, maximum 100. |
offset | optional | integer | Number 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.
Result
- total_count:
- 23
- hits:
10 results
- id:
- 2018-373901
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Lilleby skole - ombygging 2.etasje - teknisk entreprise - tildeling av kontrakt
- description:
- Trondheim eiendom skal bygge om 2. etasje på Lilleby skole til lærerarbeidsplasser og administrasjon. Prosjektet omfatter komplett rehabilitering av rommene. Størstedelen av betongsaging og hulltaking er allerede utført. I bibliotek og to klasserom i 2. etasje skal kun ventilasjonen og himling bygges om. Disse rommene er i full drift og arbeidet her må utføres etter skoletid. Kontrakt tildelt Teknisk Ventilasjon AS
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2018-09-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2018-09-21
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-212730
- buyer:
1 results
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- not reported by source
- name:
- Vestby Kommune
- heading:
- NAV Vestby ombygging, elektroarbeider
- description:
- Bygningen rommer i dag kontorer for NAV Vestby og det planlegges ombygging av to hovedetasjer samt kjelleretasje. Denne beskrivelsen omfatter komplette elektroarbeider i tråd med vedlagt kravspesifikasjon utarbeidet av Bright AS.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-02-10T10:00:00Z
- deadline:
- 2017-03-06T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2017-02-10
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-360071
- buyer:
1 results
- id:
- ecda3e9e3f6a20fd5fc54552ed81823f
- organization_id:
- 944183779
- name:
- Møre og Romsdal Fylkeskommune
- heading:
- 2020-55 Prosjektledelse Opera, Museum og Kulturhus Kristiansund
- description:
- Oppdragsgiver for denne konkurransen er OMKK Eiendom AS. OMKK Eiendom AS er eid av Kristiansund kommune og Møre og Romsdal fylkeskommune og har som formål å bygge et nytt kulturhus som skal romme arealer for Operaen i Kristiansund, Stiftelsen Nordmøre Museum, samt bibliotek og kulturskole for Kristiansund kommune. Om Oppdraget Oppdragsgiver innbyr til anbudskonkurranse på utførelse av tjenester knyttet til prosjektledelse i forbindelse med prosjektet Opera, museum og kulturhus Kristiansund. Se konkurransegrunnlag og vedlegg.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-05-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-05-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-304893
- buyer:
1 results
- id:
- df291fc2ef06e5bf35eb40806db4b417
- organization_id:
- 990 209 081
- name:
- Valdresmusea AS
- heading:
- Innredning nye utstillinger - Valdres Folkemuseum
- description:
- Det inviteres hermed til å gi tilbud på innredning og monterkonstruksjon til nye basisutstillinger på Valdres Folkemuseum på Fagernes. Utstillingene skal romme statens draktsamling og Valdres Folkemuseum sine kulturhistoriske samlinger. Arbeidene går i hovedsak ut på å produsere, levere og montere monterkonstruksjoner og utstillingsinnredninger. Arkitektkontoret Snøhetta AS har utarbeidet tilbudstegninger for løsningene som gjelder som grunnlag for tilbudet sammen med denne beskrivelsen.
- location_id:
1 results
- NO020
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-10-02T10:00:00Z
- deadline:
- 2019-10-23T21:59:00Z
- sentToTed:
- no
- publicationDate:
- 2019-10-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-633820
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Steinkaret - Steinkjer kulturhus , interaktivt multimedierom
- description:
- Steinkjer kulturbygg AS bygger nytt kulturhus med planlagt åpning i august 2023. Nye Steinkjer kulturhus har et totalt bruttoareal på omtrent 9000 m2 Ett av rommene i det nye kulturhuset, Steinkaret, er planlagt som et interaktivt multimediarom. Her skal det projiseres multimedieshow på alle fire vegger samt på gulv med interaktivitet der publikum kan ha interaksjon med bilder, video og lyd ved hjelp av hender eller føtter.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-04-05T10:00:00Z
- deadline:
- 2023-05-08T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2023-04-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-303047
- buyer:
1 results
- heading:
- Opera, museum, kulturskole og bibliotek i Kristiansund - Totalentreprise med samspill
- description:
- Oppdragsgiver OMKK Eiendom AS innbyr til konkurranse om bygging av nytt kulturhus i Kristiansund som skal romme Opera, museum, kulturskole og bibliotek ("OMKK"). Prosjektet skal gjennomføres som samspillsentreprise med totalentreprenør. I samspill skal en utvikle skissekonsept og skisseprosjekt, som tar sikte på å gå videre til samspillsfase for utvikling av forprosjekt med tilhørende kontraktpris, og som igjen danner grunnlag for totalentreprisekostrakt for byggefasen. Fullstendig beskrivelse av leveransen følger konkurransegrunnlaget.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-02-23T10:00:00Z
- deadline:
- 2021-03-26T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-02-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-780188
- buyer:
1 results
- id:
- 898eb36c43ee41cc0e88bbece84d0384
- organization_id:
- 962 351 409
- name:
- Vestfold Vann IKS
- heading:
- Elektro UV desinfeksjonsbygg Seierstad
- description:
- Konkurransen gjelder entreprise elektro i nytt UV desinfeksjonsbygg ved Seierstad vannbehandlingsanlegg. UV bygget skal anlegges som en frittliggende bygning. Bygget har en grunnflate på ca 400 m2. Bygget skal romme 6 stk UV aggregat med diverse rørteknisk utstyr. Trafo i nytt traforom skal etableres av sideentreprenør Laugstol AS. Elektroentreprisen inneholder også el bil ladepunkt og utvendig belysning/parkarmatur.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-05-11T10:00:00Z
- deadline:
- 2017-06-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2017-05-11
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-335743
- buyer:
1 results
- id:
- 5703d0a665626f9ecf219e3acf455912
- organization_id:
- 938 626 367
- name:
- Hordaland fylkeskommune
- heading:
- AV utstyr - rammeavtale
- description:
- Rammeavtalen skal dekke Hordaland fylkeskommune, Bybanen AS, Voss kommune og Sogn- og fjordane fylkeskommune sitt behov for AV utstyr for bruk i digitale rom. Anskaffinga gjeld følgjande kategoriar av rom: Klasse rom Møterom / grupperom Auditorium Gymsaler Andre rom Det går fram av Vedlegg A korleis dei ulike standard romma skal vere utrusta og kva for opsjonar som ligge føre og er aktuelle for dei ulike kategoriar av rom.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2019-04-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-04-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-055561
- buyer:
1 results
- id:
- 5703d0a665626f9ecf219e3acf455912
- organization_id:
- 938 626 367
- name:
- Hordaland fylkeskommune
- heading:
- AV utstyr - rammeavtale
- description:
- Rammeavtalen skal dekke Hordaland fylkeskommune, Bybanen AS, Voss kommune og Sogn- og fjordane fylkeskommune sitt behov for AV utstyr for bruk i digitale rom. Anskaffinga gjeld følgjande kategoriar av rom: Klasse rom Møterom / grupperom Auditorium Gymsaler Andre rom Det går fram av Vedlegg A korleis dei ulike standard romma skal vere utrusta og kva for opsjonar som ligge føre og er aktuelle for dei ulike kategoriar av rom.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 60000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-07-18T10:00:00Z
- deadline:
- 2018-08-27T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-07-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-663197
- buyer:
1 results
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- Kristiansund kommune
- heading:
- KK - Entreprise - Ny barneskole Goma
- description:
- Kristiansund kommune planlegger å bygge ny barneskole på Goma, tomten er på adresse Røssyngveien 17. Ny barneskole har i det prosjekterte materialet 5.117 m2 (BRA). Skolen skal dimensjoneres for 400 elever fordelt på 1.-7. trinn. På tomten er det i dag en eksisterende bygningsmasse som rommer Røsslyngveien barnehage, Gomalandet barneskole med til hørende SFO. Alt av eksisterende bygningsmasse skal rives. Norconsult AS er Kristiansund kommunes rådgivergruppe og har jobbet frem kravspesifikasjonene for dette prosjektet. For mer informasjon, se vedlagte konkurransedokumenter.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-04-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-22
- 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:
- 23
- hits:
10 results
- id:
- 2018-373901
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Lilleby skole - ombygging 2.etasje - teknisk entreprise - tildeling av kontrakt
- description:
- Trondheim eiendom skal bygge om 2. etasje på Lilleby skole til lærerarbeidsplasser og administrasjon. Prosjektet omfatter komplett rehabilitering av rommene. Størstedelen av betongsaging og hulltaking er allerede utført. I bibliotek og to klasserom i 2. etasje skal kun ventilasjonen og himling bygges om. Disse rommene er i full drift og arbeidet her må utføres etter skoletid. Kontrakt tildelt Teknisk Ventilasjon AS
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2018-09-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2018-09-21
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-212730
- buyer:
1 results
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- not reported by source
- name:
- Vestby Kommune
- heading:
- NAV Vestby ombygging, elektroarbeider
- description:
- Bygningen rommer i dag kontorer for NAV Vestby og det planlegges ombygging av to hovedetasjer samt kjelleretasje. Denne beskrivelsen omfatter komplette elektroarbeider i tråd med vedlagt kravspesifikasjon utarbeidet av Bright AS.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-02-10T10:00:00Z
- deadline:
- 2017-03-06T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2017-02-10
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-360071
- buyer:
1 results
- id:
- ecda3e9e3f6a20fd5fc54552ed81823f
- organization_id:
- 944183779
- name:
- Møre og Romsdal Fylkeskommune
- heading:
- 2020-55 Prosjektledelse Opera, Museum og Kulturhus Kristiansund
- description:
- Oppdragsgiver for denne konkurransen er OMKK Eiendom AS. OMKK Eiendom AS er eid av Kristiansund kommune og Møre og Romsdal fylkeskommune og har som formål å bygge et nytt kulturhus som skal romme arealer for Operaen i Kristiansund, Stiftelsen Nordmøre Museum, samt bibliotek og kulturskole for Kristiansund kommune. Om Oppdraget Oppdragsgiver innbyr til anbudskonkurranse på utførelse av tjenester knyttet til prosjektledelse i forbindelse med prosjektet Opera, museum og kulturhus Kristiansund. Se konkurransegrunnlag og vedlegg.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-05-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-05-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-304893
- buyer:
1 results
- id:
- df291fc2ef06e5bf35eb40806db4b417
- organization_id:
- 990 209 081
- name:
- Valdresmusea AS
- heading:
- Innredning nye utstillinger - Valdres Folkemuseum
- description:
- Det inviteres hermed til å gi tilbud på innredning og monterkonstruksjon til nye basisutstillinger på Valdres Folkemuseum på Fagernes. Utstillingene skal romme statens draktsamling og Valdres Folkemuseum sine kulturhistoriske samlinger. Arbeidene går i hovedsak ut på å produsere, levere og montere monterkonstruksjoner og utstillingsinnredninger. Arkitektkontoret Snøhetta AS har utarbeidet tilbudstegninger for løsningene som gjelder som grunnlag for tilbudet sammen med denne beskrivelsen.
- location_id:
1 results
- NO020
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-10-02T10:00:00Z
- deadline:
- 2019-10-23T21:59:00Z
- sentToTed:
- no
- publicationDate:
- 2019-10-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-633820
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Steinkaret - Steinkjer kulturhus , interaktivt multimedierom
- description:
- Steinkjer kulturbygg AS bygger nytt kulturhus med planlagt åpning i august 2023. Nye Steinkjer kulturhus har et totalt bruttoareal på omtrent 9000 m2 Ett av rommene i det nye kulturhuset, Steinkaret, er planlagt som et interaktivt multimediarom. Her skal det projiseres multimedieshow på alle fire vegger samt på gulv med interaktivitet der publikum kan ha interaksjon med bilder, video og lyd ved hjelp av hender eller føtter.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-04-05T10:00:00Z
- deadline:
- 2023-05-08T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2023-04-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-303047
- buyer:
1 results
- heading:
- Opera, museum, kulturskole og bibliotek i Kristiansund - Totalentreprise med samspill
- description:
- Oppdragsgiver OMKK Eiendom AS innbyr til konkurranse om bygging av nytt kulturhus i Kristiansund som skal romme Opera, museum, kulturskole og bibliotek ("OMKK"). Prosjektet skal gjennomføres som samspillsentreprise med totalentreprenør. I samspill skal en utvikle skissekonsept og skisseprosjekt, som tar sikte på å gå videre til samspillsfase for utvikling av forprosjekt med tilhørende kontraktpris, og som igjen danner grunnlag for totalentreprisekostrakt for byggefasen. Fullstendig beskrivelse av leveransen følger konkurransegrunnlaget.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-02-23T10:00:00Z
- deadline:
- 2021-03-26T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-02-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-780188
- buyer:
1 results
- id:
- 898eb36c43ee41cc0e88bbece84d0384
- organization_id:
- 962 351 409
- name:
- Vestfold Vann IKS
- heading:
- Elektro UV desinfeksjonsbygg Seierstad
- description:
- Konkurransen gjelder entreprise elektro i nytt UV desinfeksjonsbygg ved Seierstad vannbehandlingsanlegg. UV bygget skal anlegges som en frittliggende bygning. Bygget har en grunnflate på ca 400 m2. Bygget skal romme 6 stk UV aggregat med diverse rørteknisk utstyr. Trafo i nytt traforom skal etableres av sideentreprenør Laugstol AS. Elektroentreprisen inneholder også el bil ladepunkt og utvendig belysning/parkarmatur.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-05-11T10:00:00Z
- deadline:
- 2017-06-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2017-05-11
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-335743
- buyer:
1 results
- id:
- 5703d0a665626f9ecf219e3acf455912
- organization_id:
- 938 626 367
- name:
- Hordaland fylkeskommune
- heading:
- AV utstyr - rammeavtale
- description:
- Rammeavtalen skal dekke Hordaland fylkeskommune, Bybanen AS, Voss kommune og Sogn- og fjordane fylkeskommune sitt behov for AV utstyr for bruk i digitale rom. Anskaffinga gjeld følgjande kategoriar av rom: Klasse rom Møterom / grupperom Auditorium Gymsaler Andre rom Det går fram av Vedlegg A korleis dei ulike standard romma skal vere utrusta og kva for opsjonar som ligge føre og er aktuelle for dei ulike kategoriar av rom.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2019-04-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-04-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-055561
- buyer:
1 results
- id:
- 5703d0a665626f9ecf219e3acf455912
- organization_id:
- 938 626 367
- name:
- Hordaland fylkeskommune
- heading:
- AV utstyr - rammeavtale
- description:
- Rammeavtalen skal dekke Hordaland fylkeskommune, Bybanen AS, Voss kommune og Sogn- og fjordane fylkeskommune sitt behov for AV utstyr for bruk i digitale rom. Anskaffinga gjeld følgjande kategoriar av rom: Klasse rom Møterom / grupperom Auditorium Gymsaler Andre rom Det går fram av Vedlegg A korleis dei ulike standard romma skal vere utrusta og kva for opsjonar som ligge føre og er aktuelle for dei ulike kategoriar av rom.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 60000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-07-18T10:00:00Z
- deadline:
- 2018-08-27T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-07-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-663197
- buyer:
1 results
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- Kristiansund kommune
- heading:
- KK - Entreprise - Ny barneskole Goma
- description:
- Kristiansund kommune planlegger å bygge ny barneskole på Goma, tomten er på adresse Røssyngveien 17. Ny barneskole har i det prosjekterte materialet 5.117 m2 (BRA). Skolen skal dimensjoneres for 400 elever fordelt på 1.-7. trinn. På tomten er det i dag en eksisterende bygningsmasse som rommer Røsslyngveien barnehage, Gomalandet barneskole med til hørende SFO. Alt av eksisterende bygningsmasse skal rives. Norconsult AS er Kristiansund kommunes rådgivergruppe og har jobbet frem kravspesifikasjonene for dette prosjektet. For mer informasjon, se vedlagte konkurransedokumenter.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-04-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-22
- 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?
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
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
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.
AI agent? Read the complete navigation and programming guide.