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:
- 9
- hits:
9 results
- id:
- 2019-341880
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935 803 713
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- Norehammeren Etappe 3-5
- description:
- Konkurransen gjelder kontrakt om etablering av VA-anlegg for eksisterende hyttefelt på Norehammeren og forberedelse for fortetting. Arbeidet skal utføres i etappe 3, 4 og 5 (opsjon) og tilsammen vil det omfatte ca 2600 m med hoved VA-grøfter.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-01-30T10:00:00Z
- deadline:
- 2019-02-20T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-01-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-308419
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- Norehammeren hyttefelt VA etappe 3-5
- description:
- Etablering av nytt hovedledningsanlegg for eksisterende hyttefelt ved Norefjell.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-11-23T10:00:00Z
- deadline:
- 2018-12-13T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-11-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-722282
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 964 962 855
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- VA-anlegg Fossliseteråsen - Leineseter
- description:
- Legging av ca 1070 m vannledning 160 mm PE100 SDR9 med 3 stk vannkummer og ca 117 m trykksatt spillvannsledning hhv 125 og 160 mm PE100 SDR11. Legging av ca 930 m Spillvannsledning med selvfall 200 mm PVC SN8. Bygging av 7 m betongkanal for kryssing av bekk.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4500000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-05-23T10:00:00Z
- deadline:
- 2017-06-23T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2017-05-23
- 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-406042
- buyer:
1 results
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964 962 855
- name:
- Krødsherad kommune
- heading:
- Utskiftning og montering av vannmålere
- description:
- Anskaffelsens formål og omfang Konkurransen gjelder avtale om levering av tjenester for utskiftning og montering av nye vannmålere. For Krødsherad kommune omfatter dette ca. 800 abonnenter og for Norefjell Vann og Avløpsselskap AS ca. 1200 abonnenter. Anskaffelsens verdi anslåes til: NOK 2.500.000,- eks mva for hele avtaleperioden. Volumet er et estimat og er ikke bindende. Oppdragsgiver er i ferd med å anskaffe vannmålere. Denne avtalen forutsetter at oppdragsgiver lykkes med anskaffelsen, og oppstart er derfor satt til november/desember 2018. Oppdragsgiver tar forbehold om at forsinkelser i vannmåleranskaffelsen og at det foreligger budsjettmessig dekning kan påvirke oppstart av denne kontrakten. For nærmere informasjon viser vi til del 2, kravspesifikasjon. Deltilbud og alternative tilbud Det er ikke adgang til å gi tilbud på deler av oppdraget, og ei heller alternative tilbud.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-05-29T10:00:00Z
- deadline:
- 2018-06-14T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-05-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-103903
- buyer:
1 results
- id:
- a021038e6aa4291fcafef18599c5e845
- organization_id:
- 954 597 482
- name:
- Viken Vest Innkjøpssamarbeid (VVI)
- heading:
- (2025-7968) VA-materiell, rammeavtale
- description:
- Konkurransen gjelder rammeavtale for levering av VA-materiell, betong- og gategodsprodukter og VVS-teknisk-materiell. Deltagere i anskaffelsen:- Gran kommune - Hemsedal kommune - Hol kommune - Hole kommune - Jevnaker kommune - Krødsherad kommune - Lier kommune - Modum kommune - Nesbyen kommune - Ringerike kommune - Sigdal kommune - Øvre Eiker kommune - Ål kommune - Hallingdal Renovasjon IKS - Hallingdal brann- og redningstjeneste IKS - Norefjell Vann- og Avløpsselskap AS. Anskaffelsens verdi anslås til: NOK 17.000.000,- eks. mva per år. Maksimalverdi for hele avtaleperioden, inkludert eventuelle opsjoner og forventet prisstigning: NOK 136.000.000,- eks mva. Behovet er usikkert. Volumet kan variere både opp og ned, og vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer. For nærmere informasjon viser vi til anskaffelsesdokumentene. Oppdragsgiver har vurdert anskaffelsen opp mot lærlingeforskriften, jf. anskaffelseslovens §7, og konkludert med at det ikke stilles krav til lærlinger i denne anskaffelsen da anskaffelsen er en vareanskaffelse, jf lærlingeforskriftens §4.
- location_id:
1 results
- NO085
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-02-25T08:51:43Z
- deadline:
- 2028-02-24T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119873
- buyer:
1 results
- id:
- a021038e6aa4291fcafef18599c5e845
- organization_id:
- 954 597 482
- name:
- Viken Vest Innkjøpssamarbeid (VVI)
- heading:
- (2025-7968) VA-materiell, rammeavtale
- description:
- Konkurransen gjelder rammeavtale for levering av VA-materiell, betong- og gategodsprodukter og VVS-teknisk-materiell. Deltagere i anskaffelsen:- Gran kommune - Hemsedal kommune - Hol kommune - Hole kommune - Jevnaker kommune - Krødsherad kommune - Lier kommune - Modum kommune - Nesbyen kommune - Ringerike kommune - Sigdal kommune - Øvre Eiker kommune - Ål kommune - Hallingdal Renovasjon IKS - Hallingdal brann- og redningstjeneste IKS - Norefjell Vann- og Avløpsselskap AS. Anskaffelsens verdi anslås til: NOK 17.000.000,- eks. mva per år. Maksimalverdi for hele avtaleperioden, inkludert eventuelle opsjoner og forventet prisstigning: NOK 136.000.000,- eks mva. Behovet er usikkert. Volumet kan variere både opp og ned, og vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer. For nærmere informasjon viser vi til anskaffelsesdokumentene. Oppdragsgiver har vurdert anskaffelsen opp mot lærlingeforskriften, jf. anskaffelseslovens §7, og konkludert med at det ikke stilles krav til lærlinger i denne anskaffelsen da anskaffelsen er en vareanskaffelse, jf lærlingeforskriftens §4.
- location_id:
1 results
- NO085
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-10T14:31:00Z
- deadline:
- 2026-01-21T11:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-343772
- buyer:
1 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954 597 482
- name:
- Øvre Eiker kommune
- heading:
- Biladministrasjon ved leasing og kjøp av biler, rammeavtale
- description:
- Anskaffelsens formål og omfang Konkurransen gjelder levering av biladministrasjon, flåtestyringssystem og leasing av biler med opsjon for kjøp av biler. Oppdragsgiver har en ensidig rett til å benytte leasingsselskapets drivstoffavtale. For en beskrivelse av deltagere i anskaffelsen, se punkt 1.1.1. Anskaffelsen er estimert til å være OVER EØS-terskelverdi. Estimatet er ikke bindende for oppdragsgiver. Volumet vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer.
- 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:
- 2021-09-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-09-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 9
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- total_count:
- 9
- hits:
9 results
- id:
- 2019-341880
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935 803 713
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- Norehammeren Etappe 3-5
- description:
- Konkurransen gjelder kontrakt om etablering av VA-anlegg for eksisterende hyttefelt på Norehammeren og forberedelse for fortetting. Arbeidet skal utføres i etappe 3, 4 og 5 (opsjon) og tilsammen vil det omfatte ca 2600 m med hoved VA-grøfter.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-01-30T10:00:00Z
- deadline:
- 2019-02-20T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-01-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-308419
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- Norehammeren hyttefelt VA etappe 3-5
- description:
- Etablering av nytt hovedledningsanlegg for eksisterende hyttefelt ved Norefjell.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-11-23T10:00:00Z
- deadline:
- 2018-12-13T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-11-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-722282
- buyer:
1 results
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 964 962 855
- name:
- Norefjell Vann- og Avløpsselskap AS
- heading:
- VA-anlegg Fossliseteråsen - Leineseter
- description:
- Legging av ca 1070 m vannledning 160 mm PE100 SDR9 med 3 stk vannkummer og ca 117 m trykksatt spillvannsledning hhv 125 og 160 mm PE100 SDR11. Legging av ca 930 m Spillvannsledning med selvfall 200 mm PVC SN8. Bygging av 7 m betongkanal for kryssing av bekk.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4500000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2017-05-23T10:00:00Z
- deadline:
- 2017-06-23T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2017-05-23
- 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-406042
- buyer:
1 results
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964 962 855
- name:
- Krødsherad kommune
- heading:
- Utskiftning og montering av vannmålere
- description:
- Anskaffelsens formål og omfang Konkurransen gjelder avtale om levering av tjenester for utskiftning og montering av nye vannmålere. For Krødsherad kommune omfatter dette ca. 800 abonnenter og for Norefjell Vann og Avløpsselskap AS ca. 1200 abonnenter. Anskaffelsens verdi anslåes til: NOK 2.500.000,- eks mva for hele avtaleperioden. Volumet er et estimat og er ikke bindende. Oppdragsgiver er i ferd med å anskaffe vannmålere. Denne avtalen forutsetter at oppdragsgiver lykkes med anskaffelsen, og oppstart er derfor satt til november/desember 2018. Oppdragsgiver tar forbehold om at forsinkelser i vannmåleranskaffelsen og at det foreligger budsjettmessig dekning kan påvirke oppstart av denne kontrakten. For nærmere informasjon viser vi til del 2, kravspesifikasjon. Deltilbud og alternative tilbud Det er ikke adgang til å gi tilbud på deler av oppdraget, og ei heller alternative tilbud.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-05-29T10:00:00Z
- deadline:
- 2018-06-14T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-05-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-103903
- buyer:
1 results
- id:
- a021038e6aa4291fcafef18599c5e845
- organization_id:
- 954 597 482
- name:
- Viken Vest Innkjøpssamarbeid (VVI)
- heading:
- (2025-7968) VA-materiell, rammeavtale
- description:
- Konkurransen gjelder rammeavtale for levering av VA-materiell, betong- og gategodsprodukter og VVS-teknisk-materiell. Deltagere i anskaffelsen:- Gran kommune - Hemsedal kommune - Hol kommune - Hole kommune - Jevnaker kommune - Krødsherad kommune - Lier kommune - Modum kommune - Nesbyen kommune - Ringerike kommune - Sigdal kommune - Øvre Eiker kommune - Ål kommune - Hallingdal Renovasjon IKS - Hallingdal brann- og redningstjeneste IKS - Norefjell Vann- og Avløpsselskap AS. Anskaffelsens verdi anslås til: NOK 17.000.000,- eks. mva per år. Maksimalverdi for hele avtaleperioden, inkludert eventuelle opsjoner og forventet prisstigning: NOK 136.000.000,- eks mva. Behovet er usikkert. Volumet kan variere både opp og ned, og vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer. For nærmere informasjon viser vi til anskaffelsesdokumentene. Oppdragsgiver har vurdert anskaffelsen opp mot lærlingeforskriften, jf. anskaffelseslovens §7, og konkludert med at det ikke stilles krav til lærlinger i denne anskaffelsen da anskaffelsen er en vareanskaffelse, jf lærlingeforskriftens §4.
- location_id:
1 results
- NO085
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-02-25T08:51:43Z
- deadline:
- 2028-02-24T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119873
- buyer:
1 results
- id:
- a021038e6aa4291fcafef18599c5e845
- organization_id:
- 954 597 482
- name:
- Viken Vest Innkjøpssamarbeid (VVI)
- heading:
- (2025-7968) VA-materiell, rammeavtale
- description:
- Konkurransen gjelder rammeavtale for levering av VA-materiell, betong- og gategodsprodukter og VVS-teknisk-materiell. Deltagere i anskaffelsen:- Gran kommune - Hemsedal kommune - Hol kommune - Hole kommune - Jevnaker kommune - Krødsherad kommune - Lier kommune - Modum kommune - Nesbyen kommune - Ringerike kommune - Sigdal kommune - Øvre Eiker kommune - Ål kommune - Hallingdal Renovasjon IKS - Hallingdal brann- og redningstjeneste IKS - Norefjell Vann- og Avløpsselskap AS. Anskaffelsens verdi anslås til: NOK 17.000.000,- eks. mva per år. Maksimalverdi for hele avtaleperioden, inkludert eventuelle opsjoner og forventet prisstigning: NOK 136.000.000,- eks mva. Behovet er usikkert. Volumet kan variere både opp og ned, og vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer. For nærmere informasjon viser vi til anskaffelsesdokumentene. Oppdragsgiver har vurdert anskaffelsen opp mot lærlingeforskriften, jf. anskaffelseslovens §7, og konkludert med at det ikke stilles krav til lærlinger i denne anskaffelsen da anskaffelsen er en vareanskaffelse, jf lærlingeforskriftens §4.
- location_id:
1 results
- NO085
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-10T14:31:00Z
- deadline:
- 2026-01-21T11:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-343772
- buyer:
1 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954 597 482
- name:
- Øvre Eiker kommune
- heading:
- Biladministrasjon ved leasing og kjøp av biler, rammeavtale
- description:
- Anskaffelsens formål og omfang Konkurransen gjelder levering av biladministrasjon, flåtestyringssystem og leasing av biler med opsjon for kjøp av biler. Oppdragsgiver har en ensidig rett til å benytte leasingsselskapets drivstoffavtale. For en beskrivelse av deltagere i anskaffelsen, se punkt 1.1.1. Anskaffelsen er estimert til å være OVER EØS-terskelverdi. Estimatet er ikke bindende for oppdragsgiver. Volumet vil i avtaleperioden være avhengig av blant annet oppdragsgivers behov, aktiviteter, budsjettsituasjon og andre rammefaktorer.
- 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:
- 2021-09-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-09-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 9
- 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.