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:
- 13
- hits:
10 results
- id:
- 2020-328699
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer Kulturbygg AS
- heading:
- Rådgiver scene, lyd, lys og bilde (SLLB) - Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse for anskaffelse av rådgiver for scene, lyd, lys og bilde (SLLB) ved bygging av nytt kulturhus i Steinkjer sentrum.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-09-25T10:00:00Z
- deadline:
- 2020-11-04T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-395933
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Byggherreombud Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse for anskaffelse av byggherreombud for oppfølging av totalentreprise E4 Kulturhuset. Dette omfatter detaljprosjektering og bygging av nytt kulturhus i Steinkjer sentrum. Kulturhuset blir ca. 9000 m2, hvorav 1300 m2 omfatter renovering av eksisterende bygg. Kulturhuset vil blant annet inneholde bibliotek, kino, storsal, lille sal, digitalt visningsrom, museum, galleri, restaurant og fellesområde/vestibyle.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-09-16T10:00:00Z
- deadline:
- 2020-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-09-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-337499
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Totalentreprise Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til konkurranse om bygging av nytt kulturhus i Steinkjer sentrum. Entreprisen omfatter bygging av nytt kulturhus samt riving av ca. 3000 m2 eksisterende bygg på byggetomt. Eksisterende bygg i Strandvegen 4 skal renoveres og inngå i nytt kulturhus.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-09-01T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-09-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-362201
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer Kulturbygg AS
- heading:
- Taktekking Strandvegen 4
- description:
- Steinkjer kulturbygg AS inviterer til åpen tilbudskonkurranse for tekking av tak på Strandvegen 4. Bygging av nytt kulturhus i Steinkjer sentrum medfører at Telenor må flytte sine installasjoner fra dagens plassering til nye arealer i Strandvegen 4.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-06-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-354450
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Renovering av arealer i Strandvegen 4
- description:
- Bygging av nytt kulturhus i Steinkjer sentrum medfører at Telenor må flytte sine installasjoner fra dagens plassering i Jakob Weidemanns gate og Strandvegen 4 til nye arealer i Strandvegen 4.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-04-03T10:00:00Z
- deadline:
- 2020-04-27T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2020-04-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-380686
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Rehabilitering av Steinkjer samfunnshus
- description:
- Oppdragsgiver innbyr med dette til konkurranse om rehabilitering av Steinkjer samfunnshus i Steinkjer sentrum. Samfunnshuset er et av de viktigste gjenreisningsbyggene i Steinkjer, med en tidstypisk og karakteristisk arkitektur. Denne skal bevares slik reguleringsplanen krever, fasadeendringer og tilbygg skal underordne seg den eksisterende bygningen. Samfunnshuset med sine 4350 m2, skal revitaliseres og tilbygges ca 200 m2 og tas i bruk i et helt nytt omfang. Hele huset blir rehabilitert, og nye brukere skal inn sammen med eksisterende brukere av huset.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-346697
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Bygg for Telenor
- description:
- Oppdragsgiver innbyr til konkurranse av nytt bygg for Telenor. Prosjektet er en del av prosjekt Jakob som er Steinkjer kommunes kultursatsing i sentrum.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-08-08T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-08-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-322508
- buyer:
17 results
- id:
- 4ab075c0d691e77439e6db78afd10732
- organization_id:
- 997 391 853
- name:
- Innherred Innkjøp
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- not reported by source
- name:
- Inderøy kommune
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- not reported by source
- name:
- Steinkjer kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- not reported by source
- name:
- Snåsa kommune
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- not reported by source
- name:
- Steinkjerbygg KF
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- not reported by source
- name:
- Steinkjer Kirkelige Fellesråd
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- not reported by source
- name:
- Inderøy Kirkelige Fellesråd
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- not reported by source
- name:
- Snåsa Sokn
- id:
- 9b47d1f6e9f7ace46d0800153c64e505
- organization_id:
- not reported by source
- name:
- Brannvesenet Midt IKS
- id:
- 7f607ccab231eab015390fcc2e253d15
- organization_id:
- not reported by source
- name:
- Steinkjer kommuneskoger KF
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- not reported by source
- name:
- Steinkjerbygg AS
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- not reported by source
- name:
- Steinkjer Rådhus AS
- id:
- e299015af6a139baf848f73ec5e575b5
- organization_id:
- not reported by source
- name:
- Innocamp AS
- id:
- b0204b00d33b0f12275067a230d7703e
- organization_id:
- not reported by source
- name:
- Steinkjer Tomteselskap as
- id:
- d75aa595d4e3a2848a843c61b88cb644
- organization_id:
- not reported by source
- name:
- Steinkjerhus as
- id:
- 1d297c63872878369b56b72ff1c605ca
- organization_id:
- not reported by source
- name:
- Dampsaga kulturbygg as
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- not reported by source
- name:
- Steinkjer kulturbygg as
- heading:
- Bankavtale
- description:
- Steinkjer kommune, Inderøy kommune og Snåsa kommune skal inngå kontrakt om: Banktjenester – hovedbankavtale for en perioden 01.01.2022 – 31.12.2024, med ensidig opsjon (for Oppdragsgiver) for forlengelse i perioden 01.01.2025 – 31.12.2025. Avtalen har opsjoner til kommunalt eide aksjeselskaper, interkommunale selskap (hvor en av kommunene Steinkjer, Inderøy eller Snåsa er vertskommuner) og kirkelig fellesråd. Kommunale foretak skal inngå avtale på samme vilkår som oppdragsgiver.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-08-20T10:00:00Z
- deadline:
- 2021-09-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-08-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-655360
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Spesialdesign - Steinkjer kulturhus
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse om levering og montering av spesialdesign til Steinkjer kulturhus i Steinkjer kommune.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-02-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-02-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-654342
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Møbler og inventar (løs møblering) - Steinkjer kulturhus
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse om levering og montering av løst inventar til Steinkjer kulturhus i Steinkjer kommune.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-02-14T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-02-14
- 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:
- 13
- hits:
10 results
- id:
- 2020-328699
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer Kulturbygg AS
- heading:
- Rådgiver scene, lyd, lys og bilde (SLLB) - Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse for anskaffelse av rådgiver for scene, lyd, lys og bilde (SLLB) ved bygging av nytt kulturhus i Steinkjer sentrum.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-09-25T10:00:00Z
- deadline:
- 2020-11-04T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-395933
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Byggherreombud Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse for anskaffelse av byggherreombud for oppfølging av totalentreprise E4 Kulturhuset. Dette omfatter detaljprosjektering og bygging av nytt kulturhus i Steinkjer sentrum. Kulturhuset blir ca. 9000 m2, hvorav 1300 m2 omfatter renovering av eksisterende bygg. Kulturhuset vil blant annet inneholde bibliotek, kino, storsal, lille sal, digitalt visningsrom, museum, galleri, restaurant og fellesområde/vestibyle.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-09-16T10:00:00Z
- deadline:
- 2020-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-09-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-337499
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Totalentreprise Kulturhuset
- description:
- Steinkjer kulturbygg AS inviterer til konkurranse om bygging av nytt kulturhus i Steinkjer sentrum. Entreprisen omfatter bygging av nytt kulturhus samt riving av ca. 3000 m2 eksisterende bygg på byggetomt. Eksisterende bygg i Strandvegen 4 skal renoveres og inngå i nytt kulturhus.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-09-01T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-09-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-362201
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer Kulturbygg AS
- heading:
- Taktekking Strandvegen 4
- description:
- Steinkjer kulturbygg AS inviterer til åpen tilbudskonkurranse for tekking av tak på Strandvegen 4. Bygging av nytt kulturhus i Steinkjer sentrum medfører at Telenor må flytte sine installasjoner fra dagens plassering til nye arealer i Strandvegen 4.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2020-06-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-354450
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Renovering av arealer i Strandvegen 4
- description:
- Bygging av nytt kulturhus i Steinkjer sentrum medfører at Telenor må flytte sine installasjoner fra dagens plassering i Jakob Weidemanns gate og Strandvegen 4 til nye arealer i Strandvegen 4.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-04-03T10:00:00Z
- deadline:
- 2020-04-27T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2020-04-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-380686
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Rehabilitering av Steinkjer samfunnshus
- description:
- Oppdragsgiver innbyr med dette til konkurranse om rehabilitering av Steinkjer samfunnshus i Steinkjer sentrum. Samfunnshuset er et av de viktigste gjenreisningsbyggene i Steinkjer, med en tidstypisk og karakteristisk arkitektur. Denne skal bevares slik reguleringsplanen krever, fasadeendringer og tilbygg skal underordne seg den eksisterende bygningen. Samfunnshuset med sine 4350 m2, skal revitaliseres og tilbygges ca 200 m2 og tas i bruk i et helt nytt omfang. Hele huset blir rehabilitert, og nye brukere skal inn sammen med eksisterende brukere av huset.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-346697
- buyer:
1 results
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- 819480192
- name:
- Steinkjer kulturbygg AS
- heading:
- Bygg for Telenor
- description:
- Oppdragsgiver innbyr til konkurranse av nytt bygg for Telenor. Prosjektet er en del av prosjekt Jakob som er Steinkjer kommunes kultursatsing i sentrum.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2019-08-08T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-08-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-322508
- buyer:
17 results
- id:
- 4ab075c0d691e77439e6db78afd10732
- organization_id:
- 997 391 853
- name:
- Innherred Innkjøp
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- not reported by source
- name:
- Inderøy kommune
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- not reported by source
- name:
- Steinkjer kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- not reported by source
- name:
- Snåsa kommune
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- not reported by source
- name:
- Steinkjerbygg KF
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- not reported by source
- name:
- Steinkjer Kirkelige Fellesråd
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- not reported by source
- name:
- Inderøy Kirkelige Fellesråd
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- not reported by source
- name:
- Snåsa Sokn
- id:
- 9b47d1f6e9f7ace46d0800153c64e505
- organization_id:
- not reported by source
- name:
- Brannvesenet Midt IKS
- id:
- 7f607ccab231eab015390fcc2e253d15
- organization_id:
- not reported by source
- name:
- Steinkjer kommuneskoger KF
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- not reported by source
- name:
- Steinkjerbygg AS
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- not reported by source
- name:
- Steinkjer Rådhus AS
- id:
- e299015af6a139baf848f73ec5e575b5
- organization_id:
- not reported by source
- name:
- Innocamp AS
- id:
- b0204b00d33b0f12275067a230d7703e
- organization_id:
- not reported by source
- name:
- Steinkjer Tomteselskap as
- id:
- d75aa595d4e3a2848a843c61b88cb644
- organization_id:
- not reported by source
- name:
- Steinkjerhus as
- id:
- 1d297c63872878369b56b72ff1c605ca
- organization_id:
- not reported by source
- name:
- Dampsaga kulturbygg as
- id:
- dd6ad4b5567bf0e865293951dfc1bb35
- organization_id:
- not reported by source
- name:
- Steinkjer kulturbygg as
- heading:
- Bankavtale
- description:
- Steinkjer kommune, Inderøy kommune og Snåsa kommune skal inngå kontrakt om: Banktjenester – hovedbankavtale for en perioden 01.01.2022 – 31.12.2024, med ensidig opsjon (for Oppdragsgiver) for forlengelse i perioden 01.01.2025 – 31.12.2025. Avtalen har opsjoner til kommunalt eide aksjeselskaper, interkommunale selskap (hvor en av kommunene Steinkjer, Inderøy eller Snåsa er vertskommuner) og kirkelig fellesråd. Kommunale foretak skal inngå avtale på samme vilkår som oppdragsgiver.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-08-20T10:00:00Z
- deadline:
- 2021-09-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-08-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-655360
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Spesialdesign - Steinkjer kulturhus
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse om levering og montering av spesialdesign til Steinkjer kulturhus i Steinkjer kommune.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-02-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-02-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-654342
- buyer:
1 results
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914 310 148
- name:
- Steinkjerbygg KF
- heading:
- Møbler og inventar (løs møblering) - Steinkjer kulturhus
- description:
- Steinkjer kulturbygg AS inviterer til åpen anbudskonkurranse om levering og montering av løst inventar til Steinkjer kulturhus i Steinkjer kommune.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- not reported by source
- issueDate:
- 2023-02-14T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-02-14
- 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.