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:
- 21
- hits:
10 results
- id:
- 2026-113629
- buyer:
33 results
- id:
- 930c467a74f0e21826ac32c8e2e4cc07
- organization_id:
- 991776524
- name:
- Agder kollektivtransport AS (AKT)
- id:
- c91c028302b6911025f42d375858e8cc
- organization_id:
- 986471839
- name:
- Kilden Teater og konserthus AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 14bb3a3b70fe91da3c924b9be21d7662
- organization_id:
- 989072048
- name:
- Vest-Agder museet IKS
- id:
- 3004e0a8955608e740544732c20edada
- organization_id:
- 986488111
- name:
- Lister Kompetanse AS
- id:
- a5f79dbb3bd0faa4842a43d5157aa51b
- organization_id:
- 987183918
- name:
- Agder Kommunerevisjon IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- Kristiansand Kommune
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- id:
- 7853094408bbdaa9c8d9423aae5775e7
- organization_id:
- 940493021
- name:
- Arendal kommune
- id:
- f01f7956884d022acbd0a2b2538f9157
- organization_id:
- 964966109
- name:
- Evje og Hornnes kommune
- id:
- cfb01f6f3078f12ebd8e7287e5433a4f
- organization_id:
- 964965404
- name:
- Lillesand kommune
- id:
- e5f543ee2efbc362636147fda3c2630e
- organization_id:
- 964966397
- name:
- Bygland kommune
- id:
- d676fa887472f5b9b0bba00013e96797
- organization_id:
- 964083266
- name:
- Farsund kommune
- id:
- 6bb9ce3c3e2772e855f787b878c6cc14
- organization_id:
- 946439045
- name:
- Froland kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 6357715d90f538d51dee6cacc6f0d75d
- organization_id:
- 964964076
- name:
- Kvinesdal kommune
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 85a378918f7c90436242d6e1a12fd14c
- organization_id:
- 936846777
- name:
- Vennesla kommune
- id:
- 4254d45a39b6212dd718abb4c2114d38
- organization_id:
- 964966842
- name:
- Åseral kommune
- id:
- a7ddbed8e12b55ace5d40b3828ef2652
- organization_id:
- 958814968
- name:
- Bykle kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- 31e4faa4ea5c9fee62aa58b87f198299
- organization_id:
- 964967369
- name:
- Flekkefjord kommune
- id:
- 9fe8ba3a8982af1e58781d1c4eb5d177
- organization_id:
- 964963916
- name:
- Hægebostad kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 45df69f050e0f6dd3f877fa1b4818d69
- organization_id:
- 964964165
- name:
- Sirdal kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- d5b8153bda08796cfa9b1176f4a5c331
- organization_id:
- 964965870
- name:
- Birkenes kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- 451c252d0f4fe7730b55b7007c0bee31
- organization_id:
- 922421498
- name:
- Lyngdal kommune
- id:
- f2bf30e31d445161c9d854b8e215a412
- organization_id:
- 964966575
- name:
- Valle kommune
- heading:
- Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
- description:
- Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 54000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T12:20:25Z
- deadline:
- 2026-09-28T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-28
- placeOfPerformance:
- procurementStrategicLabels:
3 results
- ENVIRONMENT_PROCUREMENT
- SOCIAL_PROCUREMENT
- INNOVATIVE_PROCUREMENT
- id:
- 2026-113244
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-19T13:09:26Z
- deadline:
- 2026-10-02T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-21
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111268
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-06-25T10:44:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109871
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2026-06-01T13:28:38Z
- deadline:
- 2026-07-03T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-100645
- buyer:
1 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Kontraktstildeling - Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
- description:
- Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
- location_id:
1 results
- NO092
- 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:
- 2026-01-09T11:55:53Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-01-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-115503
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Kontraktstildeling - Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- 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:
- 2025-10-27T11:46:44Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-10-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-115472
- buyer:
1 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
- description:
- Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 3000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-10-24T11:33:44Z
- deadline:
- 2025-12-01T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-108775
- buyer:
2 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 820852982
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- heading:
- Kontraktstildeling - 8 biler til Kristiansandsregionen brann og redning IKS
- description:
- Kristiansandsregionen brann og redning IKS skal anskaffe 8 elektriske kjøretøy under 3,5 tonn (førerkort klasse B), med ombygging av lasterom som angitt i kravspesifikasjonen.Bilene er til boligavdeling (tidligere feieavdelingen).
- location_id:
1 results
- NO092
- 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:
- 2025-06-03T12:29:40Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107659
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Kunngjøring av resultat - Rammeavtale - Coaching, veiledning og konflikthåndtering
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-05-14T13:22:44Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107665
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-05-14T19:52:51Z
- deadline:
- 2025-06-16T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Show all fields in HTML
- total_count:
- 21
- hits:
10 results
- id:
- 2026-113629
- buyer:
33 results
- id:
- 930c467a74f0e21826ac32c8e2e4cc07
- organization_id:
- 991776524
- name:
- Agder kollektivtransport AS (AKT)
- id:
- c91c028302b6911025f42d375858e8cc
- organization_id:
- 986471839
- name:
- Kilden Teater og konserthus AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 14bb3a3b70fe91da3c924b9be21d7662
- organization_id:
- 989072048
- name:
- Vest-Agder museet IKS
- id:
- 3004e0a8955608e740544732c20edada
- organization_id:
- 986488111
- name:
- Lister Kompetanse AS
- id:
- a5f79dbb3bd0faa4842a43d5157aa51b
- organization_id:
- 987183918
- name:
- Agder Kommunerevisjon IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- Kristiansand Kommune
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- id:
- 7853094408bbdaa9c8d9423aae5775e7
- organization_id:
- 940493021
- name:
- Arendal kommune
- id:
- f01f7956884d022acbd0a2b2538f9157
- organization_id:
- 964966109
- name:
- Evje og Hornnes kommune
- id:
- cfb01f6f3078f12ebd8e7287e5433a4f
- organization_id:
- 964965404
- name:
- Lillesand kommune
- id:
- e5f543ee2efbc362636147fda3c2630e
- organization_id:
- 964966397
- name:
- Bygland kommune
- id:
- d676fa887472f5b9b0bba00013e96797
- organization_id:
- 964083266
- name:
- Farsund kommune
- id:
- 6bb9ce3c3e2772e855f787b878c6cc14
- organization_id:
- 946439045
- name:
- Froland kommune
- id:
- 377e39a08ba51158923c98eee87da5d6
- organization_id:
- 864964702
- name:
- Grimstad kommune
- id:
- 6357715d90f538d51dee6cacc6f0d75d
- organization_id:
- 964964076
- name:
- Kvinesdal kommune
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- id:
- 3332bad8a1e75d796f616f576b6bcb2a
- organization_id:
- 964977402
- name:
- Risør kommune
- id:
- 85a378918f7c90436242d6e1a12fd14c
- organization_id:
- 936846777
- name:
- Vennesla kommune
- id:
- 4254d45a39b6212dd718abb4c2114d38
- organization_id:
- 964966842
- name:
- Åseral kommune
- id:
- a7ddbed8e12b55ace5d40b3828ef2652
- organization_id:
- 958814968
- name:
- Bykle kommune
- id:
- 855cc5445044f32a8ee2860a2e15437c
- organization_id:
- 864965962
- name:
- Åmli kommune
- id:
- 31e4faa4ea5c9fee62aa58b87f198299
- organization_id:
- 964967369
- name:
- Flekkefjord kommune
- id:
- 9fe8ba3a8982af1e58781d1c4eb5d177
- organization_id:
- 964963916
- name:
- Hægebostad kommune
- id:
- ce714e4562d04da1b7104c9b58e52cbe
- organization_id:
- 864966012
- name:
- Iveland kommune
- id:
- 45df69f050e0f6dd3f877fa1b4818d69
- organization_id:
- 964964165
- name:
- Sirdal kommune
- id:
- 590855bb1d294b565aeaa6c9ff994df7
- organization_id:
- 964965781
- name:
- Tvedestrand kommune
- id:
- d23212580dfe9697f86020aa83b3a573
- organization_id:
- 964965048
- name:
- Vegårshei kommune
- id:
- d5b8153bda08796cfa9b1176f4a5c331
- organization_id:
- 964965870
- name:
- Birkenes kommune
- id:
- c182a026084c3f9a312c08fca4455a5c
- organization_id:
- 964964998
- name:
- Gjerstad kommune
- id:
- 451c252d0f4fe7730b55b7007c0bee31
- organization_id:
- 922421498
- name:
- Lyngdal kommune
- id:
- f2bf30e31d445161c9d854b8e215a412
- organization_id:
- 964966575
- name:
- Valle kommune
- heading:
- Rammeavtale renholdsprodukter med opsjon for renholdsmaskiner og -roboter
- description:
- Anskaffelsens formål og innhold Oppdragsgiver skal inngå en ny rammeavtale for renholdsprodukter, ettersom eksisterende rammeavtale utløper 31.01.2027. Formålet med anskaffelsen er å sikre en stabil, effektiv og fremtidsrettet forsyning av renholdsprodukter til oppdragsgivers lokasjoner, herunder sykehjem, skoler, barnehager, kontorbygg samt øvrige kommunale og fylkeskommunale enheter. Rammeavtalen skal dekke oppdragsgivers behov for et bredt spekter av egnede og kvalitetsmessig gode renholdsprodukter. Oppdragsgiver ønsker å inngå kontrakt med en seriøs og kompetent leverandør som kan tilby varer, service- og produktrelaterte tjenester, kurs, opplæring, rådgivning og øvrig nødvendig bistand knyttet til leveransen. Oppdragsgiver ønsker en samarbeidspartner som kan bidra til å videreutvikle OFA som kunde, herunder bistå med innovative og hensiktsmessige løsninger. Det er blant annet ønskelig at leverandøren kan tilby robotisert renhold som en opsjon per maskin, inkludert tilhørende produkter, opplæring og support. Oppdragsgiver legger vekt på at de tilbudte produktene holder god kvalitet, er egnet for formålet og bidrar til god totaløkonomi i avtaleperioden. Det er videre ønskelig med produkter som understøtter et skånsomt og miljøvennlig renhold, herunder produkter med redusert behov for kjemikalier og uten sterk eller sjenerende lukt.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 54000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T12:20:25Z
- deadline:
- 2026-09-28T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-28
- placeOfPerformance:
- procurementStrategicLabels:
3 results
- ENVIRONMENT_PROCUREMENT
- SOCIAL_PROCUREMENT
- INNOVATIVE_PROCUREMENT
- id:
- 2026-113244
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-19T13:09:26Z
- deadline:
- 2026-10-02T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-21
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111268
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-06-25T10:44:45Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-109871
- buyer:
2 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Hvitevarer, brunevarer og småelektriske artikler
- description:
- Kristiansand kommune, heretter kalt Oppdragsgiver, inviterer til åpen anbudskonkurranse for inngåelse av rammeavtale for kjøp og levering av hvitevarer, brunevarer og småelektriske artikler.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 25000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2026-06-01T13:28:38Z
- deadline:
- 2026-07-03T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-100645
- buyer:
1 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Kontraktstildeling - Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
- description:
- Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
- location_id:
1 results
- NO092
- 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:
- 2026-01-09T11:55:53Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-01-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-115503
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Kontraktstildeling - Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- 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:
- 2025-10-27T11:46:44Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-10-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-115472
- buyer:
1 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993470244
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- heading:
- Rammeavtale - Uniformer og tjenesteantrekk for Kristiansandsregionen brann og redning IKS (KBR)
- description:
- Kristiansandsregionen brann og redning IKS (KBR )ønsker å etablere en rammeavtale for anskaffelse av uniformer og tjenesteantrekk
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 3000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-10-24T11:33:44Z
- deadline:
- 2025-12-01T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-108775
- buyer:
2 results
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 820852982
- name:
- KRISTIANSANDSREGIONEN BRANN OG REDNING IKS
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- heading:
- Kontraktstildeling - 8 biler til Kristiansandsregionen brann og redning IKS
- description:
- Kristiansandsregionen brann og redning IKS skal anskaffe 8 elektriske kjøretøy under 3,5 tonn (førerkort klasse B), med ombygging av lasterom som angitt i kravspesifikasjonen.Bilene er til boligavdeling (tidligere feieavdelingen).
- location_id:
1 results
- NO092
- 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:
- 2025-06-03T12:29:40Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-04
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107659
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Kunngjøring av resultat - Rammeavtale - Coaching, veiledning og konflikthåndtering
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-05-14T13:22:44Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107665
- buyer:
6 results
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 49f85334175a4a5c2aba5d4743c65c8f
- organization_id:
- 995 646 137
- name:
- Avfall Sør AS
- id:
- 606691a4d85f4a9962c66b9872c6726b
- organization_id:
- 986 296 042
- name:
- Avfall Sør Holding AS
- id:
- 948dc3108c10f2f9add93467bea8f05e
- organization_id:
- 993 470 244
- name:
- Kristiansandsregionen Brann og Redning IKS
- id:
- 0cb67b00fa7dea5e89932c32dc5aa2f9
- organization_id:
- 926 180 711
- name:
- Kristiansand Havn IKS
- id:
- 2add7b801fc12b64deaca66e55078608
- organization_id:
- 876 992 612
- name:
- Kristiansand Kirkelig Fellesråd
- heading:
- Rammeavtale - Coaching, veiledning og konflikthåndtering (Ny utlysning)
- description:
- Konkurransen gjelder bistand innen coaching, veiledning og konflikthåndtering.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 7100000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-05-14T19:52:51Z
- deadline:
- 2025-06-16T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the search_doffin lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.