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:
- 10
- hits:
10 results
- id:
- 2026-112244
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Intensjonskunngjøring - 2026 Anskaffelse av elektrisk beltegravemaskin 8-10 tonn
- description:
- Anskaffelse av én (1) elektrisk beltegravemaskin for å sikre oppdragsgiver egen kapasitet og gjennomføringsevne til varierte graveoppdrag, samt bidra til å overholde kommunens overordnede miljømål.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-07-13T09:00:58Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-116505
- buyer:
2 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- id:
- bf4ea40917b3366072527fc7e62f0ad5
- organization_id:
- 987916346
- name:
- Mjøsanlegget AS
- heading:
- Anskaffelse av hjullaster til Mjøsanlegget AS
- description:
- Oppdragsgiver for denne anskaffelsen er Mjøsanlegget AS – org.nr 987 916 346.Mjøsanlegget AS er et anlegg hvor matavfall gjøres om til våtgjødsel, kompost og biogass. Matavfallet kommer fra 246 000 innbyggere i de 18 kommunene som eier anlegget via interkommunale avfallsselskap, i tillegg til matavfall og biprodukter fra næringslivet som storhusholdninger, dagligvareforretninger, restauranter og hoteller.Oppdragsgiver ønsker å anskaffe en hjullaster som på en kvalitativ og miljømessig god måte dekker behovet for masseforflytning. I tillegg skal det være opsjoner på finansiering, serviceavtale samt rotator med pallegafler og feiebørste.
- location_id:
1 results
- NO020
- 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:
- 2024-11-15T08:18:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-11-18
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2023-622797
- buyer:
1 results
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938 587 418
- name:
- Verdal Kommune
- heading:
- Hjulgravemaskin Verdal kommune
- description:
- Verdal kommune skal gå til anskaffelse av ny hjulgravemaskin og ønsker tilbud på 1 stk hjulgravemaskin på 16-18 tonn iht. vedlagte spesifikasjoner + 5 års serviceavtale. Budsjettert totalkostnad NOK 2.500.000,- eks. mva.
- location_id:
1 results
- NO060
- 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:
- 2023-04-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-946494
- buyer:
1 results
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- Eigersund Kommune
- heading:
- Anskaffelse av hjul-gravemaskin
- description:
- Eigersund kommune innbyr til åpen anbudskonkurranse for kjøp av hjul-gravemaskin (hjulgraver).
- location_id:
1 results
- NO0A1
- 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-11-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-371488
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Hjullaster til Ullensaker kommune
- description:
- Anskaffelse av ny hjullaster til Ullensaker kommune.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-06-01T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2022-06-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-316888
- buyer:
1 results
- id:
- 470751ee79e115adc12da66ae1f467e8
- organization_id:
- 921 707 134
- name:
- Landslinjeskolene med anleggsfag.
- heading:
- Kjøp av 6 rammestyrte dumpere, i vektklasse rundt 20 tonn.
- description:
- Landslinjeskolene med opplæringstilbud for anleggsteknikk og anleggsmaskinmekaniker planlegger å gå til anskaffelse av 6 stk. rammestyrte dumpere i vektklassen beskrevet ovenfor. Dumperne skal benyttes til opplæring av både maskinførere og anleggsmaskinmekanikere. Tilgang til digitalt diagnoseprogram og mulighet for uttak av brukerinformasjon må være til stede. Miljøprofil på maskinene er viktig for oss som opplæringsinstitusjoner. Utlysningen gjøres felles for alle skolene, men den enkelte skole står ansvarlig for økonomisk oppgjør for sin maskin. Slik at det må utarbeides individuelle kontrakter for den enkelte skole. Skolene dette gjelder er: Fauske videregående skole – 8205 Fauske Kirkenes videregående skole – 9910 Bjørnevatn Os vidaregåande skule – 5210 Os Øksnevad vidaregåande skole – 4352 Kleppe Sam Eyde videre gående skole – 4848 Arendal Solør videregående skole – 2435 Braskereidfoss
- 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-05-19T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-05-19
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-361754
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Anskaffelse av to spesialmaskiner, langgravere til NVE
- description:
- I samband med rasulykken på Gjerdrum og videre arbeid og fremdrift der, så har NVE besluttet å gå til anskaffelse av 2 spesialmaskiner, langgravere/langemann. Hver maskin estimeres til å gå 1 000 timer i året. Maskinene ønskes leases alternativt leies. NVE er en beredskapsorganisasjon. Leverte maskiner vil være en del av beredskapen. Driftssikkerhet og oppetid er en vesentlig faktor. NVE vil derfor forbeholde seg retten til å bli prioritert ved driftsstans på maskiner med serviceavtale. Verdien av anskaffelsen dvs. leie/lease 2 langgravere i 5 år (dvs. kontraktstid pluss opsjon) estimerer vi til mellom 5 000 000 og 7 000 000 kroner ekskl. mva. Fullstendig beskrivelse av leveransen følger av Bilag 1 Kravspesifikasjon.
- location_id:
5 results
- NO085
- NO084
- NO083
- NO082
- NO0
- 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-09T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-377371
- buyer:
1 results
- id:
- 1542aaef4761a42df5c4fdb90836b3c3
- organization_id:
- 976 820 088
- name:
- Oslo kommune v/ Renovasjonsetaten
- heading:
- Anskaffelse av store hjullastere og tilleggsutstyr.
- description:
- Anskaffelse av store hjullastere, tilleggsutstyr samt serviceavtaler.
- 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:
- 2020-11-20T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-11-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-339720
- buyer:
1 results
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- 964 965 137
- name:
- Sandnes Kommune.
- heading:
- 14-tonns hjulgraver
- description:
- Oppdragsgiver har behov for å inngå en kjøpsavtale på levering av en 14-tonns hjulgraver.
- location_id:
1 results
- anyw
- 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:
- 2019-05-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-05-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-384372
- buyer:
1 results
- id:
- 0cd55042ef7e87b7a3a6b51ce4f08742
- organization_id:
- 960 895 827
- name:
- OFA - Konkurranseportal
- heading:
- Anleggsmaskiner til Byremo VGS
- description:
- Byremo videregående skole skal fra skoleåret 2019-2020 starte opp nytt undervisningstilbud med VG2 Anleggsteknikk. Gravemaskinene skal også benyttes i forbindelse med utdanning av anleggsmaskinmekanikere. Tilgang til, og opplæring på digitale system for feilsøking/diagnostisering, samt avlesing av brukerdata er derfor av betydning. I tillegg ønskes tilgang til relevante komponenter/modeller til elevøvinger. Konkurransen består av følgende deler: • Del 1 – 2 stk. beltegående gravemaskiner i klasse 14-16 tonn • Del 2 – 1 stk i klasse 8 tonn • Del 3 – 1 stk minigraver
- location_id:
1 results
- anyw
- 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:
- 2019-05-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-05-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- total_count:
- 10
- hits:
10 results
- id:
- 2026-112244
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Intensjonskunngjøring - 2026 Anskaffelse av elektrisk beltegravemaskin 8-10 tonn
- description:
- Anskaffelse av én (1) elektrisk beltegravemaskin for å sikre oppdragsgiver egen kapasitet og gjennomføringsevne til varierte graveoppdrag, samt bidra til å overholde kommunens overordnede miljømål.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-07-13T09:00:58Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-116505
- buyer:
2 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- id:
- bf4ea40917b3366072527fc7e62f0ad5
- organization_id:
- 987916346
- name:
- Mjøsanlegget AS
- heading:
- Anskaffelse av hjullaster til Mjøsanlegget AS
- description:
- Oppdragsgiver for denne anskaffelsen er Mjøsanlegget AS – org.nr 987 916 346.Mjøsanlegget AS er et anlegg hvor matavfall gjøres om til våtgjødsel, kompost og biogass. Matavfallet kommer fra 246 000 innbyggere i de 18 kommunene som eier anlegget via interkommunale avfallsselskap, i tillegg til matavfall og biprodukter fra næringslivet som storhusholdninger, dagligvareforretninger, restauranter og hoteller.Oppdragsgiver ønsker å anskaffe en hjullaster som på en kvalitativ og miljømessig god måte dekker behovet for masseforflytning. I tillegg skal det være opsjoner på finansiering, serviceavtale samt rotator med pallegafler og feiebørste.
- location_id:
1 results
- NO020
- 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:
- 2024-11-15T08:18:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-11-18
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2023-622797
- buyer:
1 results
- id:
- d69f365d99055e159c30013c12df0b80
- organization_id:
- 938 587 418
- name:
- Verdal Kommune
- heading:
- Hjulgravemaskin Verdal kommune
- description:
- Verdal kommune skal gå til anskaffelse av ny hjulgravemaskin og ønsker tilbud på 1 stk hjulgravemaskin på 16-18 tonn iht. vedlagte spesifikasjoner + 5 års serviceavtale. Budsjettert totalkostnad NOK 2.500.000,- eks. mva.
- location_id:
1 results
- NO060
- 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:
- 2023-04-13T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-946494
- buyer:
1 results
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- Eigersund Kommune
- heading:
- Anskaffelse av hjul-gravemaskin
- description:
- Eigersund kommune innbyr til åpen anbudskonkurranse for kjøp av hjul-gravemaskin (hjulgraver).
- location_id:
1 results
- NO0A1
- 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-11-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-371488
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Hjullaster til Ullensaker kommune
- description:
- Anskaffelse av ny hjullaster til Ullensaker kommune.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-06-01T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2022-06-01
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-316888
- buyer:
1 results
- id:
- 470751ee79e115adc12da66ae1f467e8
- organization_id:
- 921 707 134
- name:
- Landslinjeskolene med anleggsfag.
- heading:
- Kjøp av 6 rammestyrte dumpere, i vektklasse rundt 20 tonn.
- description:
- Landslinjeskolene med opplæringstilbud for anleggsteknikk og anleggsmaskinmekaniker planlegger å gå til anskaffelse av 6 stk. rammestyrte dumpere i vektklassen beskrevet ovenfor. Dumperne skal benyttes til opplæring av både maskinførere og anleggsmaskinmekanikere. Tilgang til digitalt diagnoseprogram og mulighet for uttak av brukerinformasjon må være til stede. Miljøprofil på maskinene er viktig for oss som opplæringsinstitusjoner. Utlysningen gjøres felles for alle skolene, men den enkelte skole står ansvarlig for økonomisk oppgjør for sin maskin. Slik at det må utarbeides individuelle kontrakter for den enkelte skole. Skolene dette gjelder er: Fauske videregående skole – 8205 Fauske Kirkenes videregående skole – 9910 Bjørnevatn Os vidaregåande skule – 5210 Os Øksnevad vidaregåande skole – 4352 Kleppe Sam Eyde videre gående skole – 4848 Arendal Solør videregående skole – 2435 Braskereidfoss
- 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-05-19T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-05-19
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-361754
- buyer:
1 results
- id:
- 1dfbba9d0a2f4b584b4027bb5b20e452
- organization_id:
- 970205039
- name:
- Norges vassdrags- og energidirektorat (NVE)
- heading:
- Anskaffelse av to spesialmaskiner, langgravere til NVE
- description:
- I samband med rasulykken på Gjerdrum og videre arbeid og fremdrift der, så har NVE besluttet å gå til anskaffelse av 2 spesialmaskiner, langgravere/langemann. Hver maskin estimeres til å gå 1 000 timer i året. Maskinene ønskes leases alternativt leies. NVE er en beredskapsorganisasjon. Leverte maskiner vil være en del av beredskapen. Driftssikkerhet og oppetid er en vesentlig faktor. NVE vil derfor forbeholde seg retten til å bli prioritert ved driftsstans på maskiner med serviceavtale. Verdien av anskaffelsen dvs. leie/lease 2 langgravere i 5 år (dvs. kontraktstid pluss opsjon) estimerer vi til mellom 5 000 000 og 7 000 000 kroner ekskl. mva. Fullstendig beskrivelse av leveransen følger av Bilag 1 Kravspesifikasjon.
- location_id:
5 results
- NO085
- NO084
- NO083
- NO082
- NO0
- 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-09T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-377371
- buyer:
1 results
- id:
- 1542aaef4761a42df5c4fdb90836b3c3
- organization_id:
- 976 820 088
- name:
- Oslo kommune v/ Renovasjonsetaten
- heading:
- Anskaffelse av store hjullastere og tilleggsutstyr.
- description:
- Anskaffelse av store hjullastere, tilleggsutstyr samt serviceavtaler.
- 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:
- 2020-11-20T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-11-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-339720
- buyer:
1 results
- id:
- 60806d385e03f47fee77aea6847d64b8
- organization_id:
- 964 965 137
- name:
- Sandnes Kommune.
- heading:
- 14-tonns hjulgraver
- description:
- Oppdragsgiver har behov for å inngå en kjøpsavtale på levering av en 14-tonns hjulgraver.
- location_id:
1 results
- anyw
- 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:
- 2019-05-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-05-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-384372
- buyer:
1 results
- id:
- 0cd55042ef7e87b7a3a6b51ce4f08742
- organization_id:
- 960 895 827
- name:
- OFA - Konkurranseportal
- heading:
- Anleggsmaskiner til Byremo VGS
- description:
- Byremo videregående skole skal fra skoleåret 2019-2020 starte opp nytt undervisningstilbud med VG2 Anleggsteknikk. Gravemaskinene skal også benyttes i forbindelse med utdanning av anleggsmaskinmekanikere. Tilgang til, og opplæring på digitale system for feilsøking/diagnostisering, samt avlesing av brukerdata er derfor av betydning. I tillegg ønskes tilgang til relevante komponenter/modeller til elevøvinger. Konkurransen består av følgende deler: • Del 1 – 2 stk. beltegående gravemaskiner i klasse 14-16 tonn • Del 2 – 1 stk i klasse 8 tonn • Del 3 – 1 stk minigraver
- location_id:
1 results
- anyw
- 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:
- 2019-05-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-05-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- 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.