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:
- 453
- hits:
10 results
- id:
- 2019-375858
- buyer:
1 results
- id:
- cd8f8c9fed3a81cb70f1ebd77971bb2a
- organization_id:
- 941 987 516
- name:
- Per Mulvik AS
- heading:
- Grodås aust - teknisk anlegg
- description:
- Prosjektet gjelder opparbeiding av nytt Teknisk anlegg, Grodås aust i Hornindal kommune. Det skal byggast om lag 400 m med køyreveg, 150 m med fortau og gravast grøfter og leggast om lag 500 m med hovudleidning (vatn, overvatn og spillvatn), samt framføring av stikkleidningar til dei enkelte husstandane med tilhøyrande fiberutbygging og framføring av straum, samt eit luftspenn som skal leggast i ny grøft
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-11-18T10:00:00Z
- deadline:
- 2019-12-09T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2019-11-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-110979
- buyer:
1 results
- heading:
- Kvalifisering forsikring Lofotkraft og Vesterålskraft 2025
- description:
- Lofotkraft AS og Vesterålskraft AS med tilhørende datterselskaper ber om felles tilbud på selskapenes skadeforsikringer.Detaljert oversikt over forsikringsobjekter per selskap foreligger som egne dokument.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-07-10T09:03:25Z
- deadline:
- 2025-07-14T21:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-07-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-325175
- buyer:
1 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- heading:
- Laboratorie forbruksvarer: Fish-prober til Helse Bergen HF
- description:
- Helse Bergen HF har intensjon om å inngå avtaler med Abbot Norge AS, Agilent DGG Norge, AH diagnostics AS, BioNordika AS og Ortomedic AS på rammeavtaler av forbruksmateriellet; FISH-prober inkludert hybridiseringsbuffer. Det vil bli inngått en rammeavtale per leverandør basert på deres sortiment av FISH-prober. Disse avtalene vil kun gjelde for Helse Bergen HF og Laboratorieklinikken; Avdeling for medisinsk genetikk og Seksjon for kreftgenomikk.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-08-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-08-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-314959
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Kurs muligheter Apache Kafka
- description:
- Ruter AS leter etter noen som kan levere kurs i Apache Kafka. To kurs er vurdert: et for operasjonelle team og et for utviklings teamet. Kursene skal holdes i Ruters lokaler i Oslo. Tilbudet skal inneholde alle utgifter og skal være priset per deltager. Ta utgangspunkt i maks 15 deltagere per kurs.
- 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-09-20T10:00:00Z
- deadline:
- 2018-10-01T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-09-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-113417
- buyer:
1 results
- id:
- 642a476bade47e57ec4e9d131cd484eb
- organization_id:
- 817209882
- name:
- Aktieselskapet Vinmonopolet
- heading:
- 24-032 Plastposer til Vinmonopolets butikker
- description:
- AS Vinmonopolet skal ha ny totalleverandør av plastposer. Oppdraget er estimert til leveranse av ca. 12 millioner plastposer per år, i en størrelse, og direkte levering til Vinmonopolets butikker i hele Norge.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 40000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-09-19T08:01:00Z
- deadline:
- 2024-11-11T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-09-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2019-339580
- buyer:
1 results
- id:
- 3a894e137dc10dee7af1b4a0f7672c28
- organization_id:
- 986 187 960
- name:
- S&P Garde AS
- heading:
- Innskuddspensjon for Trondheim Spektrum AS
- description:
- Anskaffelsen omfatter innkjøp av innskuddspensjon inkludert uførepensjon for Trondheim Spektrum AS. Virksomheten har per i dag 7 ansatte som er medlem i ordningen og et pensjonsgrunnlag på ca. kr. 4.500.000,-. Øvrige opplysninger er angitt i konkurransegrunnlaget.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-09-17T10:00:00Z
- deadline:
- 2019-10-31T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-09-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-110361
- buyer:
1 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- heading:
- (24/68) Skilt og refoliering av skilt, rammeavtale
- description:
- Konkurransen gjelder levering av skilt og refoliering av skilt til oppdragsgiver. Oppdragsgiver er Sirkula IKS, Horisont Miljøpark IKS, Hadeland og Ringerike Avfallsselskap AS (HRA AS), GLØR IKS. Disse fire selskapene inngår i avfallssamarbeidet INNSIKT Anslått verdi per år og maksimalverdi for hele avtaleperioden per gruppe, inkludert eventuelle opsjoner og forventet prisstigning er oppgitt i punkt 1.1.4. 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.
- location_id:
5 results
- NO020
- 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:
- 2024-07-03T06:40:12Z
- deadline:
- 2026-06-26T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-07-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-106182
- buyer:
1 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- heading:
- (24/68) Skilt og refoliering av skilt, rammeavtale
- description:
- Konkurransen gjelder levering av skilt og refoliering av skilt til oppdragsgiver. Oppdragsgiver er Sirkula IKS, Horisont Miljøpark IKS, Hadeland og Ringerike Avfallsselskap AS (HRA AS), GLØR IKS. Disse fire selskapene inngår i avfallssamarbeidet INNSIKT Anslått verdi per år og maksimalverdi for hele avtaleperioden per gruppe, inkludert eventuelle opsjoner og forventet prisstigning er oppgitt i punkt 1.1.4. 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.
- location_id:
5 results
- NO020
- NO085
- NO084
- NO083
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-04-26T07:41:19Z
- deadline:
- 2024-06-04T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2024-04-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-114193
- buyer:
10 results
- id:
- 15b3db6a60ab081d1acaeb17f11fa20b
- organization_id:
- 924367148
- name:
- Vann Vest as
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- 985 228 825
- name:
- Bømlo Vatn og avløpsselskap AS
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- 985 228 825
- name:
- Eidfjord kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- 964 969 124
- name:
- Gloppen kommune
- id:
- 19421cf85952539d6c6195f483d5920a
- organization_id:
- 820 956 532
- name:
- Kinn kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 37113f95e605fa5d263a6a5392e70e66
- organization_id:
- 921244207
- name:
- Sunnfjord kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- Voss herad
- heading:
- FELLESINNKJØP AV LABORATORIETJENESTER FOR ANALYSE AVLØPSPRØVER
- description:
- På vegne av kommunene Alver, Askøy, Bømlo vatn og avløp AS, Eidfjord, Gloppen, Kinn, Kvam, Sunnfjord og Voss innbyr Vann Vest AS til konkurranse for leveranse av laboratorietjenester analyse avløpsvann for perioden 2027-2031 med opsjoner på forlengelse til 2034.Vann Vest AS er et kommunalt eid aksjeselskap, eid av kommuner og kommunale VA selskap.Det skal inngås én selvstendig kontrakt for laboratorietjenester per kommune («oppdragsgiver»).
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-08T11:43:28Z
- deadline:
- 2026-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-208114
- buyer:
1 results
- id:
- 24f5002b4816434bef14ce06b9b57b12
- organization_id:
- 940101808
- name:
- Tromsø Kommune
- heading:
- Breivika Utvikling AS støpning betonggulv
- description:
- Breivika Utvikling AS er et underselskap av Tromsø Havn KF. Selskapet eier et bygg i Breivika i Tromsø med adresse Terminalgata 84, 86, 88, 90, 100 og 110. Lokaler i bygningen disponeres av forretninger som Vianor, Tess, EASmith, Cramo og Blikkenslager Sørensen. Lokalene oppdraget omhandler disponeres per dags dato av Vianor AS.
- location_id:
3 results
- NO074
- NO073
- NO072
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-03-06T10:00:00Z
- deadline:
- 2018-03-23T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2018-03-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Show all fields in HTML
- total_count:
- 453
- hits:
10 results
- id:
- 2019-375858
- buyer:
1 results
- id:
- cd8f8c9fed3a81cb70f1ebd77971bb2a
- organization_id:
- 941 987 516
- name:
- Per Mulvik AS
- heading:
- Grodås aust - teknisk anlegg
- description:
- Prosjektet gjelder opparbeiding av nytt Teknisk anlegg, Grodås aust i Hornindal kommune. Det skal byggast om lag 400 m med køyreveg, 150 m med fortau og gravast grøfter og leggast om lag 500 m med hovudleidning (vatn, overvatn og spillvatn), samt framføring av stikkleidningar til dei enkelte husstandane med tilhøyrande fiberutbygging og framføring av straum, samt eit luftspenn som skal leggast i ny grøft
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-11-18T10:00:00Z
- deadline:
- 2019-12-09T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2019-11-18
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-110979
- buyer:
1 results
- heading:
- Kvalifisering forsikring Lofotkraft og Vesterålskraft 2025
- description:
- Lofotkraft AS og Vesterålskraft AS med tilhørende datterselskaper ber om felles tilbud på selskapenes skadeforsikringer.Detaljert oversikt over forsikringsobjekter per selskap foreligger som egne dokument.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-07-10T09:03:25Z
- deadline:
- 2025-07-14T21:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-07-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-325175
- buyer:
1 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- heading:
- Laboratorie forbruksvarer: Fish-prober til Helse Bergen HF
- description:
- Helse Bergen HF har intensjon om å inngå avtaler med Abbot Norge AS, Agilent DGG Norge, AH diagnostics AS, BioNordika AS og Ortomedic AS på rammeavtaler av forbruksmateriellet; FISH-prober inkludert hybridiseringsbuffer. Det vil bli inngått en rammeavtale per leverandør basert på deres sortiment av FISH-prober. Disse avtalene vil kun gjelde for Helse Bergen HF og Laboratorieklinikken; Avdeling for medisinsk genetikk og Seksjon for kreftgenomikk.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-08-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-08-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-314959
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Kurs muligheter Apache Kafka
- description:
- Ruter AS leter etter noen som kan levere kurs i Apache Kafka. To kurs er vurdert: et for operasjonelle team og et for utviklings teamet. Kursene skal holdes i Ruters lokaler i Oslo. Tilbudet skal inneholde alle utgifter og skal være priset per deltager. Ta utgangspunkt i maks 15 deltagere per kurs.
- 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-09-20T10:00:00Z
- deadline:
- 2018-10-01T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2018-09-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-113417
- buyer:
1 results
- id:
- 642a476bade47e57ec4e9d131cd484eb
- organization_id:
- 817209882
- name:
- Aktieselskapet Vinmonopolet
- heading:
- 24-032 Plastposer til Vinmonopolets butikker
- description:
- AS Vinmonopolet skal ha ny totalleverandør av plastposer. Oppdraget er estimert til leveranse av ca. 12 millioner plastposer per år, i en størrelse, og direkte levering til Vinmonopolets butikker i hele Norge.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 40000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-09-19T08:01:00Z
- deadline:
- 2024-11-11T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-09-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2019-339580
- buyer:
1 results
- id:
- 3a894e137dc10dee7af1b4a0f7672c28
- organization_id:
- 986 187 960
- name:
- S&P Garde AS
- heading:
- Innskuddspensjon for Trondheim Spektrum AS
- description:
- Anskaffelsen omfatter innkjøp av innskuddspensjon inkludert uførepensjon for Trondheim Spektrum AS. Virksomheten har per i dag 7 ansatte som er medlem i ordningen og et pensjonsgrunnlag på ca. kr. 4.500.000,-. Øvrige opplysninger er angitt i konkurransegrunnlaget.
- location_id:
1 results
- NO060
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-09-17T10:00:00Z
- deadline:
- 2019-10-31T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-09-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-110361
- buyer:
1 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- heading:
- (24/68) Skilt og refoliering av skilt, rammeavtale
- description:
- Konkurransen gjelder levering av skilt og refoliering av skilt til oppdragsgiver. Oppdragsgiver er Sirkula IKS, Horisont Miljøpark IKS, Hadeland og Ringerike Avfallsselskap AS (HRA AS), GLØR IKS. Disse fire selskapene inngår i avfallssamarbeidet INNSIKT Anslått verdi per år og maksimalverdi for hele avtaleperioden per gruppe, inkludert eventuelle opsjoner og forventet prisstigning er oppgitt i punkt 1.1.4. 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.
- location_id:
5 results
- NO020
- 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:
- 2024-07-03T06:40:12Z
- deadline:
- 2026-06-26T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-07-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-106182
- buyer:
1 results
- id:
- ca05e6088c1d0c4278297a8f6cff28cf
- organization_id:
- 916923082
- name:
- Sirkula IKS
- heading:
- (24/68) Skilt og refoliering av skilt, rammeavtale
- description:
- Konkurransen gjelder levering av skilt og refoliering av skilt til oppdragsgiver. Oppdragsgiver er Sirkula IKS, Horisont Miljøpark IKS, Hadeland og Ringerike Avfallsselskap AS (HRA AS), GLØR IKS. Disse fire selskapene inngår i avfallssamarbeidet INNSIKT Anslått verdi per år og maksimalverdi for hele avtaleperioden per gruppe, inkludert eventuelle opsjoner og forventet prisstigning er oppgitt i punkt 1.1.4. 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.
- location_id:
5 results
- NO020
- NO085
- NO084
- NO083
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-04-26T07:41:19Z
- deadline:
- 2024-06-04T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2024-04-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-114193
- buyer:
10 results
- id:
- 15b3db6a60ab081d1acaeb17f11fa20b
- organization_id:
- 924367148
- name:
- Vann Vest as
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 88a49d681de880f90357543f26a9afca
- organization_id:
- 985 228 825
- name:
- Bømlo Vatn og avløpsselskap AS
- id:
- bf215fddae2908dbc830d6d2e4ed583b
- organization_id:
- 985 228 825
- name:
- Eidfjord kommune
- id:
- 3900f46e117312514aa8ddf471c9e50c
- organization_id:
- 964 969 124
- name:
- Gloppen kommune
- id:
- 19421cf85952539d6c6195f483d5920a
- organization_id:
- 820 956 532
- name:
- Kinn kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 37113f95e605fa5d263a6a5392e70e66
- organization_id:
- 921244207
- name:
- Sunnfjord kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- Voss herad
- heading:
- FELLESINNKJØP AV LABORATORIETJENESTER FOR ANALYSE AVLØPSPRØVER
- description:
- På vegne av kommunene Alver, Askøy, Bømlo vatn og avløp AS, Eidfjord, Gloppen, Kinn, Kvam, Sunnfjord og Voss innbyr Vann Vest AS til konkurranse for leveranse av laboratorietjenester analyse avløpsvann for perioden 2027-2031 med opsjoner på forlengelse til 2034.Vann Vest AS er et kommunalt eid aksjeselskap, eid av kommuner og kommunale VA selskap.Det skal inngås én selvstendig kontrakt for laboratorietjenester per kommune («oppdragsgiver»).
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-08T11:43:28Z
- deadline:
- 2026-10-19T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-10
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-208114
- buyer:
1 results
- id:
- 24f5002b4816434bef14ce06b9b57b12
- organization_id:
- 940101808
- name:
- Tromsø Kommune
- heading:
- Breivika Utvikling AS støpning betonggulv
- description:
- Breivika Utvikling AS er et underselskap av Tromsø Havn KF. Selskapet eier et bygg i Breivika i Tromsø med adresse Terminalgata 84, 86, 88, 90, 100 og 110. Lokaler i bygningen disponeres av forretninger som Vianor, Tess, EASmith, Cramo og Blikkenslager Sørensen. Lokalene oppdraget omhandler disponeres per dags dato av Vianor AS.
- location_id:
3 results
- NO074
- NO073
- NO072
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2018-03-06T10:00:00Z
- deadline:
- 2018-03-23T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2018-03-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the search_doffin lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.