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:
- 2
- hits:
2 results
- id:
- 2018-061339
- buyer:
35 results
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- 840029212
- name:
- Steinkjer Kommune
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- Meråker kommune
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- Frosta kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937 697 767
- name:
- Holtålen kommune
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- Malvik kommune
- id:
- 6d38471f3e86ca468576cfbb86d5db28
- organization_id:
- 976985745
- name:
- Malvik kirkelige fellesråd
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- Selbu kommune
- id:
- 1ba4ca0eaeb3b70950fb6a597efe0fbe
- organization_id:
- 976 999 215
- name:
- Stjørdal kirkelige fellesråd
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- Stjørdal kommune
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- Tydal kommune
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- 938 58 7051
- name:
- Levanger kommune
- id:
- bfb3e3ec62279f3c35396d78335c8626
- organization_id:
- 996380378
- name:
- Trønderhallen KF
- id:
- 055f9014356c199fe8938e9e8ff08174
- organization_id:
- 943805806
- name:
- Levanger rådhus as
- id:
- cadc9cc68d92636e5ead1b2f8c708e87
- organization_id:
- 945472308
- name:
- Levanger Fritidspark as
- id:
- e10741536d7f45cbd806caef08430924
- organization_id:
- 976999002
- name:
- Tydal sokn
- id:
- ece214c24501066cfefbe017b322d729
- organization_id:
- 976998995
- name:
- Selbu Sokn
- id:
- 941939743ee66ad7df8e59e5d7403b1a
- organization_id:
- 911951339
- name:
- Sør-Innherad kirkelige fellesråd
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938 587 418
- name:
- Verdal kommune
- id:
- 5c93c3ee409082fbcbf8bcb075a16623
- organization_id:
- 982897351
- name:
- kinobygget as
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- 964982031
- name:
- Snåsa kommune
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- 976999517
- name:
- Snåsa Sokn
- id:
- 0de713f7600324a44356d185e034e204
- organization_id:
- 964 981 981
- name:
- Verran kommune
- id:
- 1a56b3d1addce4bc47ab4abf6d27fbd3
- organization_id:
- 976999428
- name:
- Verran sokn
- id:
- 0d00cbe2064149e68ba8df909596accc
- organization_id:
- 982957346
- name:
- Steinkjer skidrift
- id:
- bf68f666e994b73eff8c763f91bf73be
- organization_id:
- 959857822
- name:
- Dampsaga Bad og kulturbygg
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914310148
- name:
- Steinkjerbygg KF
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- 920618960
- name:
- Steinkjerbygg as
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- 930942529
- name:
- Steinkjer rådhus as
- id:
- af53fb3867b8940164b465de4f14464f
- organization_id:
- 943812934
- name:
- DH Eiendom as
- id:
- 95ade482092a784ce4733c584f1f8974
- organization_id:
- 971217391
- name:
- Innherred Renovasjon
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- 997391853
- name:
- Inderøy kommune
- id:
- 12e7008bbb0de9eea76e343b516cc019
- organization_id:
- 917576696
- name:
- Inderøy kulturhus as
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- 976999509
- name:
- Inderøy kirkelige fellesråd
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- 876999102
- name:
- Steinkjer kirkelige fellesråd
- id:
- 6215146a0e8e2bd0e8a2d43e8d750e7d
- organization_id:
- 979704127
- name:
- Inderøy Idrettslag
- heading:
- Kjøp elektrisk kraft
- description:
- Prekvalifisering til elektronisk auksjon, for kjøp av elektrisk kraft til kommunene i Midt-Trøndelag. Klikk her https://permalink.mercell.com/84687698.aspx
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-07-05T10:00:00Z
- deadline:
- 2018-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-07-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-317516
- buyer:
39 results
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- 840029212
- name:
- Steinkjer Kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- not reported by source
- name:
- Holtålen kommune
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- not reported by source
- name:
- Malvik kommune
- id:
- 6d38471f3e86ca468576cfbb86d5db28
- organization_id:
- not reported by source
- name:
- Malvik kirkelige fellesråd
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- not reported by source
- name:
- Selbu kommune
- id:
- ece214c24501066cfefbe017b322d729
- organization_id:
- not reported by source
- name:
- Selbu sokn
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- not reported by source
- name:
- Tydal kommune
- id:
- e10741536d7f45cbd806caef08430924
- organization_id:
- not reported by source
- name:
- Tydal sokn
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- not reported by source
- name:
- Meråker kommune
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- not reported by source
- name:
- Stjørdal kommune
- id:
- 1ba4ca0eaeb3b70950fb6a597efe0fbe
- organization_id:
- not reported by source
- name:
- Stjørdal kirkelige fellesråd
- id:
- a59a8e6484686fc1466c287572dce9b3
- organization_id:
- not reported by source
- name:
- Stjørdal kulturutvikling
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- not reported by source
- name:
- Frosta kommune
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- not reported by source
- name:
- Verdal kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- not reported by source
- name:
- Snåsa kommune
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- not reported by source
- name:
- Snåsa sokn
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- not reported by source
- name:
- Levanger kommune
- id:
- bfb3e3ec62279f3c35396d78335c8626
- organization_id:
- not reported by source
- name:
- Trønderhallen KF
- id:
- 055f9014356c199fe8938e9e8ff08174
- organization_id:
- not reported by source
- name:
- Levanger Rådhus
- id:
- cadc9cc68d92636e5ead1b2f8c708e87
- organization_id:
- not reported by source
- name:
- Levanger Fritidspark
- id:
- 0429a4db9b817f0e92aca38b310f9a6a
- organization_id:
- not reported by source
- name:
- Sør-Innherrad kirkelige fellesråd
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- not reported by source
- name:
- Steinkjer kommune
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- not reported by source
- name:
- Steinkjer kirkelige fellesråd
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- not reported by source
- name:
- Steinkjerbygg KF
- id:
- af53fb3867b8940164b465de4f14464f
- organization_id:
- not reported by source
- name:
- DH Eiendom
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- not reported by source
- name:
- Steinkjer Rådhus
- id:
- 0d00cbe2064149e68ba8df909596accc
- organization_id:
- not reported by source
- name:
- Steinkjer skidrift
- id:
- a6c0017e349b75bb7ed6aabb123cbbfb
- organization_id:
- not reported by source
- name:
- Samfunnshuset Steinkjer
- id:
- 7425910a24463794d85ab6e64bbbf1b0
- organization_id:
- not reported by source
- name:
- Kulturhuset Steinkjer
- id:
- 78283222179016dd37febbd00b1dc5a8
- organization_id:
- not reported by source
- name:
- Dampsaga bad
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- not reported by source
- name:
- Steinkjerbygg as
- id:
- 6f5004f15bdee5181a134fb02fe8a197
- organization_id:
- not reported by source
- name:
- STAS Steinkjer
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- not reported by source
- name:
- Inderøy kommune
- id:
- 12e7008bbb0de9eea76e343b516cc019
- organization_id:
- not reported by source
- name:
- Inderøy kulturhus as
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- not reported by source
- name:
- Inderøy kirkelige fellesråd
- id:
- 696db29c317450ec0292566d8e4b3e39
- organization_id:
- not reported by source
- name:
- Inderøy IL Skidrift
- id:
- 0de713f7600324a44356d185e034e204
- organization_id:
- not reported by source
- name:
- Verran kommune
- id:
- 0b95e90c576251cbecba8a7057535dad
- organization_id:
- not reported by source
- name:
- Verran kirkelige fellesråd
- id:
- 95ade482092a784ce4733c584f1f8974
- organization_id:
- not reported by source
- name:
- Innherred Renovasjon
- heading:
- KRAFTAVTALE
- description:
- Oppdragsgiver inviterer til konkurranse i forbindelse med inngåelse av rammeavtale på kjøp av elektrisk kraft. Avtalen skal omfatte alle anlegg som eies av oppdragsgiver. I tillegg omfattes særskilte kommunalt eide institusjoner, bedrifter og andreenheter som i hovedsak er finansiert av oppdragsgiver. Steinkjer kommune har en koordinerende oppgave for denne forespørselen. Oppdragsgiver benytter felles utlysing og har utarbeidet felleskonkurransegrunnlag.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-10-23T10:00:00Z
- deadline:
- 2018-11-09T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-10-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 2
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- total_count:
- 2
- hits:
2 results
- id:
- 2018-061339
- buyer:
35 results
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- 840029212
- name:
- Steinkjer Kommune
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- Meråker kommune
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- Frosta kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937 697 767
- name:
- Holtålen kommune
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- Malvik kommune
- id:
- 6d38471f3e86ca468576cfbb86d5db28
- organization_id:
- 976985745
- name:
- Malvik kirkelige fellesråd
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- Selbu kommune
- id:
- 1ba4ca0eaeb3b70950fb6a597efe0fbe
- organization_id:
- 976 999 215
- name:
- Stjørdal kirkelige fellesråd
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- Stjørdal kommune
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- Tydal kommune
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- 938 58 7051
- name:
- Levanger kommune
- id:
- bfb3e3ec62279f3c35396d78335c8626
- organization_id:
- 996380378
- name:
- Trønderhallen KF
- id:
- 055f9014356c199fe8938e9e8ff08174
- organization_id:
- 943805806
- name:
- Levanger rådhus as
- id:
- cadc9cc68d92636e5ead1b2f8c708e87
- organization_id:
- 945472308
- name:
- Levanger Fritidspark as
- id:
- e10741536d7f45cbd806caef08430924
- organization_id:
- 976999002
- name:
- Tydal sokn
- id:
- ece214c24501066cfefbe017b322d729
- organization_id:
- 976998995
- name:
- Selbu Sokn
- id:
- 941939743ee66ad7df8e59e5d7403b1a
- organization_id:
- 911951339
- name:
- Sør-Innherad kirkelige fellesråd
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938 587 418
- name:
- Verdal kommune
- id:
- 5c93c3ee409082fbcbf8bcb075a16623
- organization_id:
- 982897351
- name:
- kinobygget as
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- 964982031
- name:
- Snåsa kommune
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- 976999517
- name:
- Snåsa Sokn
- id:
- 0de713f7600324a44356d185e034e204
- organization_id:
- 964 981 981
- name:
- Verran kommune
- id:
- 1a56b3d1addce4bc47ab4abf6d27fbd3
- organization_id:
- 976999428
- name:
- Verran sokn
- id:
- 0d00cbe2064149e68ba8df909596accc
- organization_id:
- 982957346
- name:
- Steinkjer skidrift
- id:
- bf68f666e994b73eff8c763f91bf73be
- organization_id:
- 959857822
- name:
- Dampsaga Bad og kulturbygg
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- 914310148
- name:
- Steinkjerbygg KF
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- 920618960
- name:
- Steinkjerbygg as
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- 930942529
- name:
- Steinkjer rådhus as
- id:
- af53fb3867b8940164b465de4f14464f
- organization_id:
- 943812934
- name:
- DH Eiendom as
- id:
- 95ade482092a784ce4733c584f1f8974
- organization_id:
- 971217391
- name:
- Innherred Renovasjon
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- 997391853
- name:
- Inderøy kommune
- id:
- 12e7008bbb0de9eea76e343b516cc019
- organization_id:
- 917576696
- name:
- Inderøy kulturhus as
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- 976999509
- name:
- Inderøy kirkelige fellesråd
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- 876999102
- name:
- Steinkjer kirkelige fellesråd
- id:
- 6215146a0e8e2bd0e8a2d43e8d750e7d
- organization_id:
- 979704127
- name:
- Inderøy Idrettslag
- heading:
- Kjøp elektrisk kraft
- description:
- Prekvalifisering til elektronisk auksjon, for kjøp av elektrisk kraft til kommunene i Midt-Trøndelag. Klikk her https://permalink.mercell.com/84687698.aspx
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-07-05T10:00:00Z
- deadline:
- 2018-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-07-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-317516
- buyer:
39 results
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- 840029212
- name:
- Steinkjer Kommune
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- not reported by source
- name:
- Holtålen kommune
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- not reported by source
- name:
- Malvik kommune
- id:
- 6d38471f3e86ca468576cfbb86d5db28
- organization_id:
- not reported by source
- name:
- Malvik kirkelige fellesråd
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- not reported by source
- name:
- Selbu kommune
- id:
- ece214c24501066cfefbe017b322d729
- organization_id:
- not reported by source
- name:
- Selbu sokn
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- not reported by source
- name:
- Tydal kommune
- id:
- e10741536d7f45cbd806caef08430924
- organization_id:
- not reported by source
- name:
- Tydal sokn
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- not reported by source
- name:
- Meråker kommune
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- not reported by source
- name:
- Stjørdal kommune
- id:
- 1ba4ca0eaeb3b70950fb6a597efe0fbe
- organization_id:
- not reported by source
- name:
- Stjørdal kirkelige fellesråd
- id:
- a59a8e6484686fc1466c287572dce9b3
- organization_id:
- not reported by source
- name:
- Stjørdal kulturutvikling
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- not reported by source
- name:
- Frosta kommune
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- not reported by source
- name:
- Verdal kommune
- id:
- b8ef0d385bfe4ae8d9c0440c0a2f861c
- organization_id:
- not reported by source
- name:
- Snåsa kommune
- id:
- 6251d19a7894037066ff0f379d9758ef
- organization_id:
- not reported by source
- name:
- Snåsa sokn
- id:
- caad97f2232661edfd137adfee71fcf9
- organization_id:
- not reported by source
- name:
- Levanger kommune
- id:
- bfb3e3ec62279f3c35396d78335c8626
- organization_id:
- not reported by source
- name:
- Trønderhallen KF
- id:
- 055f9014356c199fe8938e9e8ff08174
- organization_id:
- not reported by source
- name:
- Levanger Rådhus
- id:
- cadc9cc68d92636e5ead1b2f8c708e87
- organization_id:
- not reported by source
- name:
- Levanger Fritidspark
- id:
- 0429a4db9b817f0e92aca38b310f9a6a
- organization_id:
- not reported by source
- name:
- Sør-Innherrad kirkelige fellesråd
- id:
- ef29ca1639538694f8b093951e6c3cf5
- organization_id:
- not reported by source
- name:
- Steinkjer kommune
- id:
- 7295834cd24aa1a14b904e793bc870fd
- organization_id:
- not reported by source
- name:
- Steinkjer kirkelige fellesråd
- id:
- 0ffc027391869f3b3a095af215cd65dc
- organization_id:
- not reported by source
- name:
- Steinkjerbygg KF
- id:
- af53fb3867b8940164b465de4f14464f
- organization_id:
- not reported by source
- name:
- DH Eiendom
- id:
- c8e05e48f72a852d2099c04123814bd5
- organization_id:
- not reported by source
- name:
- Steinkjer Rådhus
- id:
- 0d00cbe2064149e68ba8df909596accc
- organization_id:
- not reported by source
- name:
- Steinkjer skidrift
- id:
- a6c0017e349b75bb7ed6aabb123cbbfb
- organization_id:
- not reported by source
- name:
- Samfunnshuset Steinkjer
- id:
- 7425910a24463794d85ab6e64bbbf1b0
- organization_id:
- not reported by source
- name:
- Kulturhuset Steinkjer
- id:
- 78283222179016dd37febbd00b1dc5a8
- organization_id:
- not reported by source
- name:
- Dampsaga bad
- id:
- eab10d21efd1f569f71982d369e691f6
- organization_id:
- not reported by source
- name:
- Steinkjerbygg as
- id:
- 6f5004f15bdee5181a134fb02fe8a197
- organization_id:
- not reported by source
- name:
- STAS Steinkjer
- id:
- 2019fefe6b9c062f3455994c51501269
- organization_id:
- not reported by source
- name:
- Inderøy kommune
- id:
- 12e7008bbb0de9eea76e343b516cc019
- organization_id:
- not reported by source
- name:
- Inderøy kulturhus as
- id:
- 459e27ac1cb38034e8a44964c4c62c09
- organization_id:
- not reported by source
- name:
- Inderøy kirkelige fellesråd
- id:
- 696db29c317450ec0292566d8e4b3e39
- organization_id:
- not reported by source
- name:
- Inderøy IL Skidrift
- id:
- 0de713f7600324a44356d185e034e204
- organization_id:
- not reported by source
- name:
- Verran kommune
- id:
- 0b95e90c576251cbecba8a7057535dad
- organization_id:
- not reported by source
- name:
- Verran kirkelige fellesråd
- id:
- 95ade482092a784ce4733c584f1f8974
- organization_id:
- not reported by source
- name:
- Innherred Renovasjon
- heading:
- KRAFTAVTALE
- description:
- Oppdragsgiver inviterer til konkurranse i forbindelse med inngåelse av rammeavtale på kjøp av elektrisk kraft. Avtalen skal omfatte alle anlegg som eies av oppdragsgiver. I tillegg omfattes særskilte kommunalt eide institusjoner, bedrifter og andreenheter som i hovedsak er finansiert av oppdragsgiver. Steinkjer kommune har en koordinerende oppgave for denne forespørselen. Oppdragsgiver benytter felles utlysing og har utarbeidet felleskonkurransegrunnlag.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-10-23T10:00:00Z
- deadline:
- 2018-11-09T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-10-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 2
- has_more_results:
- no
- truncated:
- no
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.