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:
- 37
- hits:
10 results
- id:
- 2026-114849
- buyer:
1 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar kommune
- heading:
- Innkjøpsbistand
- description:
- Oppdragsgiver har behov for ekstern bistand til planlegging og gjennomføring av offentlige anskaffelser på vegne av seg selv, IKT-samarbeidet og deltakerkommunene. Behovet er i dag dekket av rammeavtale med Inventura AS. Denne avtalen løper til 1. desember 2026.
- location_id:
1 results
- NO020
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 9000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-21T12:18:13Z
- deadline:
- 2026-10-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-23
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-908919
- buyer:
1 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar Kommune
- heading:
- Innkjøpsbistand
- description:
- Formålet med denne anskaffelsen er å inngå en avtale som i hovedsak bistår med å dekke oppdragsgivers behov for innkjøpsfaglig bistand. Det ønskes å inngå avtale med en leverandør som innehar dokumentert innkjøpsfaglig kompetanse og erfaring med offentlige anskaffelser i kommunal sektor og innenfor fagfeltet IKT- anskaffelser. Avtalen innebærer ingen kjøpsforpliktelse for kunden. Kunden er kun forpliktet til å benytte denne avtalen i de tilfeller eierkommunene ikke kan bistå kunden og der hvor kunden velger å kjøpe ekstern innkjøpsbistand/juridisk bistand.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-08-29T10:00:00Z
- deadline:
- 2022-09-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-08-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-399652
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Inngått kontrakt er en rammeavtale for innkjøpsbistand for kommunne i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-02-07T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-07
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-383942
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand for kommuner i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 14000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-11-17T10:00:00Z
- deadline:
- 2022-01-10T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-11-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-072837
- buyer:
11 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 7c974cc4e99a60c430903c101c60396a
- organization_id:
- 916 232 594
- name:
- Lier Eiendomsselskap Kf
- id:
- be8e0392ed0a1a89e8b5634088188f4c
- organization_id:
- 964 963 193
- name:
- Hurum kommune
- id:
- 1034b56ce83f1b4b4c02e9974bef50a7
- organization_id:
- 996 210 278
- name:
- Hurum Eiendom Kf
- id:
- 5946a8e33d8fca25e74c01c4d468faf6
- organization_id:
- 989 798 731
- name:
- Hurum Havner Kf
- id:
- 2d66793014260f8068665567f26a3b1e
- organization_id:
- 965 690 328
- name:
- Eiker Eiendomsutvikling
- id:
- e8c2b54ccb6acb3a215ad82c1100e447
- organization_id:
- 976 990 218
- name:
- Øvre Eiker kirkelige fellesråd
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995 969 653
- name:
- Kongsbergregionen
- id:
- 8f8746c07e9fb4d2530a2ceaa0f9f871
- organization_id:
- 938 709 866
- name:
- Røyken kommune
- id:
- b37ca2888342d43669067a24647dfd41
- organization_id:
- 841 088 832
- name:
- Nedre Eiker kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2018-03-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-03-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-743323
- buyer:
1 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand.
- 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:
- 2018-01-18T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-01-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-115394
- buyer:
1 results
- id:
- fe1f147ca46a5ef49a6603bbc0bc9194
- organization_id:
- 964951284
- name:
- Horten kommune
- heading:
- Rammeavtale - Innkjøpsbistand
- description:
- Oppdragsgiver skal gå til anskaffelse av innkjøpsfaglig bistand til gjennomføring av konkurranser og utlysninger. Tilbyder skal yte bistand innen varer-, tjenester og bygg- og anleggsanskaffelser. Dette innebærer både enkeltanskaffelser og rammeavtaler. Tilbyder må ha god kjennskap til entrepriser og NS-kontrakter.
- location_id:
1 results
- NO093
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-24T09:07:00Z
- deadline:
- 2025-11-12T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111707
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T12:25:04Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111564
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-08-07T13:27:52Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109829
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2025-06-20T12:03:28Z
- deadline:
- 2025-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- 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:
- 37
- hits:
10 results
- id:
- 2026-114849
- buyer:
1 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar kommune
- heading:
- Innkjøpsbistand
- description:
- Oppdragsgiver har behov for ekstern bistand til planlegging og gjennomføring av offentlige anskaffelser på vegne av seg selv, IKT-samarbeidet og deltakerkommunene. Behovet er i dag dekket av rammeavtale med Inventura AS. Denne avtalen løper til 1. desember 2026.
- location_id:
1 results
- NO020
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 9000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-21T12:18:13Z
- deadline:
- 2026-10-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-23
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-908919
- buyer:
1 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar Kommune
- heading:
- Innkjøpsbistand
- description:
- Formålet med denne anskaffelsen er å inngå en avtale som i hovedsak bistår med å dekke oppdragsgivers behov for innkjøpsfaglig bistand. Det ønskes å inngå avtale med en leverandør som innehar dokumentert innkjøpsfaglig kompetanse og erfaring med offentlige anskaffelser i kommunal sektor og innenfor fagfeltet IKT- anskaffelser. Avtalen innebærer ingen kjøpsforpliktelse for kunden. Kunden er kun forpliktet til å benytte denne avtalen i de tilfeller eierkommunene ikke kan bistå kunden og der hvor kunden velger å kjøpe ekstern innkjøpsbistand/juridisk bistand.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-08-29T10:00:00Z
- deadline:
- 2022-09-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-08-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-399652
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Inngått kontrakt er en rammeavtale for innkjøpsbistand for kommunne i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-02-07T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-07
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-383942
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand for kommuner i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 14000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-11-17T10:00:00Z
- deadline:
- 2022-01-10T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-11-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-072837
- buyer:
11 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 7c974cc4e99a60c430903c101c60396a
- organization_id:
- 916 232 594
- name:
- Lier Eiendomsselskap Kf
- id:
- be8e0392ed0a1a89e8b5634088188f4c
- organization_id:
- 964 963 193
- name:
- Hurum kommune
- id:
- 1034b56ce83f1b4b4c02e9974bef50a7
- organization_id:
- 996 210 278
- name:
- Hurum Eiendom Kf
- id:
- 5946a8e33d8fca25e74c01c4d468faf6
- organization_id:
- 989 798 731
- name:
- Hurum Havner Kf
- id:
- 2d66793014260f8068665567f26a3b1e
- organization_id:
- 965 690 328
- name:
- Eiker Eiendomsutvikling
- id:
- e8c2b54ccb6acb3a215ad82c1100e447
- organization_id:
- 976 990 218
- name:
- Øvre Eiker kirkelige fellesråd
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995 969 653
- name:
- Kongsbergregionen
- id:
- 8f8746c07e9fb4d2530a2ceaa0f9f871
- organization_id:
- 938 709 866
- name:
- Røyken kommune
- id:
- b37ca2888342d43669067a24647dfd41
- organization_id:
- 841 088 832
- name:
- Nedre Eiker kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2018-03-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-03-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-743323
- buyer:
1 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- heading:
- Innkjøpsbistand
- description:
- Anskaffelsen gjelder rammeavtale for innkjøpsbistand.
- 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:
- 2018-01-18T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-01-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-115394
- buyer:
1 results
- id:
- fe1f147ca46a5ef49a6603bbc0bc9194
- organization_id:
- 964951284
- name:
- Horten kommune
- heading:
- Rammeavtale - Innkjøpsbistand
- description:
- Oppdragsgiver skal gå til anskaffelse av innkjøpsfaglig bistand til gjennomføring av konkurranser og utlysninger. Tilbyder skal yte bistand innen varer-, tjenester og bygg- og anleggsanskaffelser. Dette innebærer både enkeltanskaffelser og rammeavtaler. Tilbyder må ha god kjennskap til entrepriser og NS-kontrakter.
- location_id:
1 results
- NO093
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-24T09:07:00Z
- deadline:
- 2025-11-12T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111707
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T12:25:04Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111564
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-08-07T13:27:52Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109829
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2025-06-20T12:03:28Z
- deadline:
- 2025-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- 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.