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:
- 28
- hits:
10 results
- id:
- 2020-361351
- buyer:
1 results
- id:
- 61d8d35467c71442f93ef5bd1a5669dd
- organization_id:
- 821 311 632
- name:
- Vestland fylkeskommune
- heading:
- Skilt til Vestland fylkeskommune
- description:
- Skiltproduksjon til Vestland fylkeskommune
- location_id:
1 results
- NO0A
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2020-07-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-07-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-213197
- buyer:
1 results
- id:
- 1b001353273a04f5a44de001e1976cd3
- organization_id:
- 915 705 243
- name:
- Oslo kommune v/ Kultur- og idrettsbygg Oslo KF
- heading:
- Rammeavtale med skiltleverandør
- description:
- Formålet med anskaffelsen er å realisere foretakets nye skiltprogram. Det nye skiltprogrammet vil bidra til en enhetlig skilting av anleggene, tydeliggjøre eierskap og avsender i Oslo kommune v/Kultur- og idrettsbygg Oslo KF, og vil bli et verktøy for å ivareta god kommunikasjon og øke servicegraden opp mot bruker og publikum. Skiltprogrammet er basert på Kultur- og idrettsbygg visuelle identitet, og skal brukes i alle foretakets bygg der bygget selv ikke har en identitet. I noen tilfeller skal det brukes sammen med byggets egen identitet, for å markere at det er et bygg Oslo kommune står bak. Anskaffelsen omfatter bistand til utarbeidelse av skiltplan for anleggene, produksjon og vedlikehold av skilt. Opsjon på montering for skiltkategori II, som kan innløses ved behov, se prisskjema Anskaffelsen omfatter ca. 35 kultur- og idrettsanlegg og avtalen anslås å ha en verdi på ca. 3.000.000 ekskl. MVA.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2017-06-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-06-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-117217
- buyer:
30 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 49c99e0774abe91759efcadbe4e7b3e6
- organization_id:
- 935478715
- name:
- Bærum kommune
- id:
- 38df5908f3ad71d8f422c5a9daad1605
- organization_id:
- 920125298
- name:
- Asker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857566122
- name:
- Lier kommune
- id:
- 6066eba2771e5051a5adf5be8930bab8
- organization_id:
- 864950582
- name:
- Ringsaker kommune
- id:
- e1d7ff9d9b0feea79c4bdd4ba0ec397f
- organization_id:
- 952857991
- name:
- Elverum kommune
- id:
- e1ac5159b68940714dd05bf2de17e08c
- organization_id:
- 970169717
- name:
- Stange kommune
- id:
- 6bd79645265b76d845c7d24348157e44
- organization_id:
- 964950679
- name:
- Løten kommune
- id:
- b748001f2d309f113917ce67f45b18df
- organization_id:
- 940155223
- name:
- Gjøvik kommune
- id:
- 4609ff7a6760c82f052fe65a29335fc7
- organization_id:
- 964949859
- name:
- Østre Toten kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- b3a58589f339697d994f8a827e0573a5
- organization_id:
- 971028300
- name:
- Vestre Toten kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- id:
- 97d347f1b2eaf94acf9872bf1219a191
- organization_id:
- 861381722
- name:
- Nordre Land kommune
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- ca7b6f130b5b103039f1f98297ef74f5
- organization_id:
- 961381630
- name:
- Søndre Land kommune
- id:
- 4de87079dda352a488a4cd959816c5d0
- organization_id:
- 961381908
- name:
- Nord-Aurdal kommune
- id:
- faad75170a86ca158e280aab45c1c3d1
- organization_id:
- 961382068
- name:
- Øystre Slidre kommune
- id:
- 08f2560ec2cdb1147824ead9d7bf5618
- organization_id:
- 961381819
- name:
- Sør-Aurdal kommune
- id:
- 5ef9c52cf483ef86f2e5a1573e7ac606
- organization_id:
- 961382157
- name:
- Vestre Slidre kommune
- id:
- 117fba53c176fa088da03104f2945cc7
- organization_id:
- 961382246
- name:
- Vang kommune
- id:
- 8e8fcc0a4ac84542bf9fce9ff420eea5
- organization_id:
- 933038173
- name:
- Etnedal kommune
- id:
- 57be93ce5f2388c08938376af96b115e
- organization_id:
- 930283487
- name:
- Indigo IKT IKS
- heading:
- Kontraktstildeling. Gruppeliv, rammeavtale sak nr 25/9398
- description:
- Avtalen omfatter rammeavtale for finansielle produkter; forsikringer samt servicetjenester i sammenheng med produktene.Det er inngått rammeavtale med en leverandør.Oppdragsgiver for rammeavtalen er Kommunalt Forsikringsfellesskap – KFF.
- location_id:
5 results
- NO020
- NO085
- NO084
- anyw
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-11-17T08:48:29Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-11-18
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-117333
- buyer:
1 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- heading:
- IK-EØS 041-2024 Gruppelivsforsikring, Bergen kommune
- description:
- Gruppelivsforsikring til ansatte i Bergen kommune.Forsikringen skal dekke kommunens ansvar i forhold til Hovedtariffavtalen kapittel 1, § 10. Oppdragsgiver skal for øvrig forholde seg til forsikringslovgivningen (lov og forskrifter).Uavhengig om rett til forsikringsdekning etter tariffavtalen er oppfylt eller ikke, skal følgende grupper også omfattes av forsikringen:Byråder, Ordfører og Politiske rådgivereFolkevalgte (bystyret) med verv som har vervet som hovedbeskjeftigelse, jfr. kom. lov. § 8-9Til sammen utgjør dette ca.39 personer og er inkorporert i tallmaterialeSamlet er det 22095 personer som omfattes av forsikringsordningen. Disse er fordelt på 17863,52 årsverk (se vedlegg 1).
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-12-02T08:29:57Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-12-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-632701
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- Auto/2022/KFF Rammeavtale for autoforsikring
- description:
- Kommunalt Forsikringsfellesskap (KFF) skal anskaffe rammeavtale for forsikring av kjøretøy og arbeidsmaskiner.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-11-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-671811
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- Eiendom/2022/KFF Rammeavtale for eiendomsforsikring
- description:
- Kommunalt Forsikringsfellesskap (KFF) anskaffer rammeavtale for eiendomsforsikring.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-11-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-319986
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- AN2021/KFF Rammeavtale Ansvarsforsikring
- description:
- Rammeavtale Ansvarsforsikring.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2021-11-27T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-11-27
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-381358
- buyer:
1 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- heading:
- EØS 007-2021 Gruppelivsforsikring til Bergen kommune
- description:
- Bergen kommune har behov for gruppelivsforsikring til kommunens ansatte. Forsikringen skal dekke kommunens ansvar i forhold til Hovedtariffavtalen kapittel 1, § 10. Oppdragsgiver skal for øvrig forholde seg til forsikringslovgivningen (lov og forskrifter)
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2021-06-30T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-06-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-382984
- buyer:
1 results
- id:
- 43729ad79fb25ddba84e8dd320b9f678
- organization_id:
- 950 683 686
- name:
- Østfold Forsikringsmegling AS
- heading:
- Personforsikringer for Aremark, Hattfjelldal, Hvaler og Skiptvet kommuner.
- description:
- Tilbud på personforsikringer (unntatt pensjon) for Aremark, Hattfjelldal, Hvaler og Skiptvet kommuner.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2018-12-04T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-12-04
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-581934
- buyer:
1 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- heading:
- EØS 049-2017 Yrkesskadeforsikring til Bergen kommune
- description:
- Anskaffelsen gjelder rammeavtale for kjøp av yrkesskadeforsikring til Bergen kommune. Forsikringen skal dekke kommunens ansvar i forhold til den til enhver tid gjeldende lov om yrkesskadeforsikring med tilhørende forskrifter, samt Hovedtariffavtalen kapittel 1, § 11.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2017-12-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-12-21
- 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:
- 28
- hits:
10 results
- id:
- 2020-361351
- buyer:
1 results
- id:
- 61d8d35467c71442f93ef5bd1a5669dd
- organization_id:
- 821 311 632
- name:
- Vestland fylkeskommune
- heading:
- Skilt til Vestland fylkeskommune
- description:
- Skiltproduksjon til Vestland fylkeskommune
- location_id:
1 results
- NO0A
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2020-07-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-07-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-213197
- buyer:
1 results
- id:
- 1b001353273a04f5a44de001e1976cd3
- organization_id:
- 915 705 243
- name:
- Oslo kommune v/ Kultur- og idrettsbygg Oslo KF
- heading:
- Rammeavtale med skiltleverandør
- description:
- Formålet med anskaffelsen er å realisere foretakets nye skiltprogram. Det nye skiltprogrammet vil bidra til en enhetlig skilting av anleggene, tydeliggjøre eierskap og avsender i Oslo kommune v/Kultur- og idrettsbygg Oslo KF, og vil bli et verktøy for å ivareta god kommunikasjon og øke servicegraden opp mot bruker og publikum. Skiltprogrammet er basert på Kultur- og idrettsbygg visuelle identitet, og skal brukes i alle foretakets bygg der bygget selv ikke har en identitet. I noen tilfeller skal det brukes sammen med byggets egen identitet, for å markere at det er et bygg Oslo kommune står bak. Anskaffelsen omfatter bistand til utarbeidelse av skiltplan for anleggene, produksjon og vedlikehold av skilt. Opsjon på montering for skiltkategori II, som kan innløses ved behov, se prisskjema Anskaffelsen omfatter ca. 35 kultur- og idrettsanlegg og avtalen anslås å ha en verdi på ca. 3.000.000 ekskl. MVA.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2017-06-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-06-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-117217
- buyer:
30 results
- id:
- 995a7acd8d886629ccb520cc00599c0c
- organization_id:
- 970540008
- name:
- Hamar kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 49c99e0774abe91759efcadbe4e7b3e6
- organization_id:
- 935478715
- name:
- Bærum kommune
- id:
- 38df5908f3ad71d8f422c5a9daad1605
- organization_id:
- 920125298
- name:
- Asker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857566122
- name:
- Lier kommune
- id:
- 6066eba2771e5051a5adf5be8930bab8
- organization_id:
- 864950582
- name:
- Ringsaker kommune
- id:
- e1d7ff9d9b0feea79c4bdd4ba0ec397f
- organization_id:
- 952857991
- name:
- Elverum kommune
- id:
- e1ac5159b68940714dd05bf2de17e08c
- organization_id:
- 970169717
- name:
- Stange kommune
- id:
- 6bd79645265b76d845c7d24348157e44
- organization_id:
- 964950679
- name:
- Løten kommune
- id:
- b748001f2d309f113917ce67f45b18df
- organization_id:
- 940155223
- name:
- Gjøvik kommune
- id:
- 4609ff7a6760c82f052fe65a29335fc7
- organization_id:
- 964949859
- name:
- Østre Toten kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- b3a58589f339697d994f8a827e0573a5
- organization_id:
- 971028300
- name:
- Vestre Toten kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- id:
- 97d347f1b2eaf94acf9872bf1219a191
- organization_id:
- 861381722
- name:
- Nordre Land kommune
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- ca7b6f130b5b103039f1f98297ef74f5
- organization_id:
- 961381630
- name:
- Søndre Land kommune
- id:
- 4de87079dda352a488a4cd959816c5d0
- organization_id:
- 961381908
- name:
- Nord-Aurdal kommune
- id:
- faad75170a86ca158e280aab45c1c3d1
- organization_id:
- 961382068
- name:
- Øystre Slidre kommune
- id:
- 08f2560ec2cdb1147824ead9d7bf5618
- organization_id:
- 961381819
- name:
- Sør-Aurdal kommune
- id:
- 5ef9c52cf483ef86f2e5a1573e7ac606
- organization_id:
- 961382157
- name:
- Vestre Slidre kommune
- id:
- 117fba53c176fa088da03104f2945cc7
- organization_id:
- 961382246
- name:
- Vang kommune
- id:
- 8e8fcc0a4ac84542bf9fce9ff420eea5
- organization_id:
- 933038173
- name:
- Etnedal kommune
- id:
- 57be93ce5f2388c08938376af96b115e
- organization_id:
- 930283487
- name:
- Indigo IKT IKS
- heading:
- Kontraktstildeling. Gruppeliv, rammeavtale sak nr 25/9398
- description:
- Avtalen omfatter rammeavtale for finansielle produkter; forsikringer samt servicetjenester i sammenheng med produktene.Det er inngått rammeavtale med en leverandør.Oppdragsgiver for rammeavtalen er Kommunalt Forsikringsfellesskap – KFF.
- location_id:
5 results
- NO020
- NO085
- NO084
- anyw
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-11-17T08:48:29Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-11-18
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-117333
- buyer:
1 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- heading:
- IK-EØS 041-2024 Gruppelivsforsikring, Bergen kommune
- description:
- Gruppelivsforsikring til ansatte i Bergen kommune.Forsikringen skal dekke kommunens ansvar i forhold til Hovedtariffavtalen kapittel 1, § 10. Oppdragsgiver skal for øvrig forholde seg til forsikringslovgivningen (lov og forskrifter).Uavhengig om rett til forsikringsdekning etter tariffavtalen er oppfylt eller ikke, skal følgende grupper også omfattes av forsikringen:Byråder, Ordfører og Politiske rådgivereFolkevalgte (bystyret) med verv som har vervet som hovedbeskjeftigelse, jfr. kom. lov. § 8-9Til sammen utgjør dette ca.39 personer og er inkorporert i tallmaterialeSamlet er det 22095 personer som omfattes av forsikringsordningen. Disse er fordelt på 17863,52 årsverk (se vedlegg 1).
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-12-02T08:29:57Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-12-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2022-632701
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- Auto/2022/KFF Rammeavtale for autoforsikring
- description:
- Kommunalt Forsikringsfellesskap (KFF) skal anskaffe rammeavtale for forsikring av kjøretøy og arbeidsmaskiner.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-11-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-671811
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- Eiendom/2022/KFF Rammeavtale for eiendomsforsikring
- description:
- Kommunalt Forsikringsfellesskap (KFF) anskaffer rammeavtale for eiendomsforsikring.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-11-26T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-319986
- buyer:
1 results
- id:
- c18d5aa6a24ad7e5c4e910022e13b0c8
- organization_id:
- 913152190
- name:
- Kommunalt Forsikringsfellesskap - KFF
- heading:
- AN2021/KFF Rammeavtale Ansvarsforsikring
- description:
- Rammeavtale Ansvarsforsikring.
- location_id:
1 results
- NO0
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2021-11-27T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-11-27
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-381358
- buyer:
1 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- heading:
- EØS 007-2021 Gruppelivsforsikring til Bergen kommune
- description:
- Bergen kommune har behov for gruppelivsforsikring til kommunens ansatte. Forsikringen skal dekke kommunens ansvar i forhold til Hovedtariffavtalen kapittel 1, § 10. Oppdragsgiver skal for øvrig forholde seg til forsikringslovgivningen (lov og forskrifter)
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2021-06-30T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2021-06-30
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-382984
- buyer:
1 results
- id:
- 43729ad79fb25ddba84e8dd320b9f678
- organization_id:
- 950 683 686
- name:
- Østfold Forsikringsmegling AS
- heading:
- Personforsikringer for Aremark, Hattfjelldal, Hvaler og Skiptvet kommuner.
- description:
- Tilbud på personforsikringer (unntatt pensjon) for Aremark, Hattfjelldal, Hvaler og Skiptvet kommuner.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2018-12-04T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-12-04
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2017-581934
- buyer:
1 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- heading:
- EØS 049-2017 Yrkesskadeforsikring til Bergen kommune
- description:
- Anskaffelsen gjelder rammeavtale for kjøp av yrkesskadeforsikring til Bergen kommune. Forsikringen skal dekke kommunens ansvar i forhold til den til enhver tid gjeldende lov om yrkesskadeforsikring med tilhørende forskrifter, samt Hovedtariffavtalen kapittel 1, § 11.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2017-12-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-12-21
- 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.