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:
- 25
- hits:
10 results
- id:
- 2025-115394
- buyer:
1 results
- id:
- fe1f147ca46a5ef49a6603bbc0bc9194
- organization_id:
- 964951284
- name:
- Horten kommune
- heading:
- Rammeavtale - Innkjøpsbistand
- description:
- Oppdragsgiver skal gå til anskaffelse av innkjøpsfaglig bistand til gjennomføring av konkurranser og utlysninger. Tilbyder skal yte bistand innen varer-, tjenester og bygg- og anleggsanskaffelser. Dette innebærer både enkeltanskaffelser og rammeavtaler. Tilbyder må ha god kjennskap til entrepriser og NS-kontrakter.
- location_id:
1 results
- NO093
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-24T09:07:00Z
- deadline:
- 2025-11-12T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111707
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T12:25:04Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111564
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-08-07T13:27:52Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109829
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2025-06-20T12:03:28Z
- deadline:
- 2025-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-370063
- buyer:
1 results
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- 959 412 340
- name:
- Tysnes Kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Gjennom denne førespurnaden ønskjer oppdragsgjevar å inngå rammeavtale med ein leverandør for å dekka oppdragsgjevar sin trong for bistand i gjennomføring m.m.av innkjøp til kommunen.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2300000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-06-16T10:00:00Z
- deadline:
- 2021-08-10T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-06-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-361278
- buyer:
1 results
- id:
- 1a715a5dd3f0e0c9cdeb99922bdc1210
- organization_id:
- 917 445 060
- name:
- Norske tog AS
- heading:
- Rammeavtale- operativ innkjøpsbistand
- description:
- Rammeavtale for innleie av operativ innkjøpsbistand.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 15000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-11-19T10:00:00Z
- deadline:
- 2020-12-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-11-19
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-112612
- buyer:
1 results
- heading:
- 2024/2033 - Rammeavtale for innkjøpsbistand og rådgivning
- description:
- Statsbygg ber om tilbud på Rammeavtale for innkjøpsbistand og rådgivning. Statsbygg vil inngå kontrakt med inntil 2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-09-03T14:38:28Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-09-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-107453
- buyer:
1 results
- heading:
- 2024/2033 - Rammeavtale for innkjøpsbistand og rådgivning
- description:
- Statsbygg ber om tilbud på Rammeavtale for innkjøpsbistand og rådgivning. Statsbygg vil inngå kontrakt med inntil 2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-05-16T14:14:00Z
- deadline:
- 2024-06-19T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-05-21
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-334047
- buyer:
1 results
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996 922 766
- name:
- Oslo kommune v/ Bymiljøetaten
- heading:
- 155-BYM-2021 - Rammeavtale for operativ innkjøpsbistand til Oslo kommune v/ Bymiljøetaten
- description:
- Bymiljøetaten gjennomfører omtrent 80 anskaffelser årlig som kunngjøres. I tillegg kommer ca. 100 anskaffelser i form av avrop på rammeavtaler/samkjøpsavtaler og anskaffelser under nasjonal terskelverdi. Det er innkjøpsrådgiverne i Bymiljøetaten som operativt gjennomfører anskaffelsene i samarbeid med behovshaverne. Avtalen vil i hovedsak dreie seg om utførelse av operativt innkjøp. Dette innebærer utarbeidelse av dokumenter, evaluering av tilbud, administrering/oppfølging av leverandører under anskaffelsesprosessen, samt generell anskaffelsesfaglig rådgivning.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-12-08T10:00:00Z
- deadline:
- 2022-01-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-12-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-399652
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Inngått kontrakt er en rammeavtale for innkjøpsbistand for kommunne i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-02-07T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-07
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Show all fields in HTML
- total_count:
- 25
- hits:
10 results
- id:
- 2025-115394
- buyer:
1 results
- id:
- fe1f147ca46a5ef49a6603bbc0bc9194
- organization_id:
- 964951284
- name:
- Horten kommune
- heading:
- Rammeavtale - Innkjøpsbistand
- description:
- Oppdragsgiver skal gå til anskaffelse av innkjøpsfaglig bistand til gjennomføring av konkurranser og utlysninger. Tilbyder skal yte bistand innen varer-, tjenester og bygg- og anleggsanskaffelser. Dette innebærer både enkeltanskaffelser og rammeavtaler. Tilbyder må ha god kjennskap til entrepriser og NS-kontrakter.
- location_id:
1 results
- NO093
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-24T09:07:00Z
- deadline:
- 2025-11-12T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-10-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111707
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T12:25:04Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111564
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-08-07T13:27:52Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109829
- buyer:
1 results
- id:
- ee0c27bed50d2c77613a64584a3662e7
- organization_id:
- 964979367
- name:
- Sauda kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Anskaffelsens formål er å inngå rammeavtale med en leverandør som kan dekke kundens behov for innkjøpsbistand. Sauda kommune har siden sommeren 2023 ikke hatt egne personer på innkjøp, og det er heller ikke planlagt å tilsette en person som innehar denne kompetansen. Hovedformålet av anskaffelsen er at ansatte i Sauda kommune skal minimere egne ressurser og tid på anskaffelser, og kunne overlate anskaffelsesprosessen til leverandør.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- CANCELLED
- issueDate:
- 2025-06-20T12:03:28Z
- deadline:
- 2025-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-06-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-370063
- buyer:
1 results
- id:
- 7db91cd0ab35a518b2575843868bbc27
- organization_id:
- 959 412 340
- name:
- Tysnes Kommune
- heading:
- Rammeavtale på innkjøpsbistand
- description:
- Gjennom denne førespurnaden ønskjer oppdragsgjevar å inngå rammeavtale med ein leverandør for å dekka oppdragsgjevar sin trong for bistand i gjennomføring m.m.av innkjøp til kommunen.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2300000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-06-16T10:00:00Z
- deadline:
- 2021-08-10T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-06-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-361278
- buyer:
1 results
- id:
- 1a715a5dd3f0e0c9cdeb99922bdc1210
- organization_id:
- 917 445 060
- name:
- Norske tog AS
- heading:
- Rammeavtale- operativ innkjøpsbistand
- description:
- Rammeavtale for innleie av operativ innkjøpsbistand.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 15000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-11-19T10:00:00Z
- deadline:
- 2020-12-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-11-19
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-112612
- buyer:
1 results
- heading:
- 2024/2033 - Rammeavtale for innkjøpsbistand og rådgivning
- description:
- Statsbygg ber om tilbud på Rammeavtale for innkjøpsbistand og rådgivning. Statsbygg vil inngå kontrakt med inntil 2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2024-09-03T14:38:28Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-09-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-107453
- buyer:
1 results
- heading:
- 2024/2033 - Rammeavtale for innkjøpsbistand og rådgivning
- description:
- Statsbygg ber om tilbud på Rammeavtale for innkjøpsbistand og rådgivning. Statsbygg vil inngå kontrakt med inntil 2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2024-05-16T14:14:00Z
- deadline:
- 2024-06-19T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-05-21
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2021-334047
- buyer:
1 results
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996 922 766
- name:
- Oslo kommune v/ Bymiljøetaten
- heading:
- 155-BYM-2021 - Rammeavtale for operativ innkjøpsbistand til Oslo kommune v/ Bymiljøetaten
- description:
- Bymiljøetaten gjennomfører omtrent 80 anskaffelser årlig som kunngjøres. I tillegg kommer ca. 100 anskaffelser i form av avrop på rammeavtaler/samkjøpsavtaler og anskaffelser under nasjonal terskelverdi. Det er innkjøpsrådgiverne i Bymiljøetaten som operativt gjennomfører anskaffelsene i samarbeid med behovshaverne. Avtalen vil i hovedsak dreie seg om utførelse av operativt innkjøp. Dette innebærer utarbeidelse av dokumenter, evaluering av tilbud, administrering/oppfølging av leverandører under anskaffelsesprosessen, samt generell anskaffelsesfaglig rådgivning.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-12-08T10:00:00Z
- deadline:
- 2022-01-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-12-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-399652
- buyer:
27 results
- id:
- d8742fe2c00cfeb7f66da66efb514609
- organization_id:
- 954597482
- name:
- Øvre Eiker kommune
- id:
- 5271e594ea574e71b49aac3a5352473d
- organization_id:
- 857 566 122
- name:
- Lier kommune
- id:
- 32e0b91f0d3937c39b79809fa21a3376
- organization_id:
- not reported by source
- name:
- Lier kirkelige fellesråd
- id:
- 4703864f6d8d79983c696ddd39975c91
- organization_id:
- 964962855
- name:
- Krødsherad kommune
- id:
- b8e9baeef4dec0ccca5c91b026aad646
- organization_id:
- 964952701
- name:
- Hemsedal kommune
- id:
- 4c45babfa0449d12843fc8be527f0b9a
- organization_id:
- 964951462
- name:
- Flå kommune
- id:
- 75e349f281e8bec888f85f67230f418d
- organization_id:
- 964951640
- name:
- Nesbyen kommune
- id:
- 7c8c6c3d95f9b036eee958ae1dba0c4e
- organization_id:
- 964952612
- name:
- Gol kommune
- id:
- 6cf831c65ea129645d355e869cfe3b50
- organization_id:
- 961381541
- name:
- Gran kommune
- id:
- d723ea522799933de658dbe396adc628
- organization_id:
- 951608629
- name:
- Hallingdal Renovasjon IKS AS
- id:
- 0bfb9fcfdee358106ae4127ca395bfac
- organization_id:
- 864952992
- name:
- Ål kommune
- id:
- 63e91493966abb50080836abb4fa794e
- organization_id:
- 944889116
- name:
- Hol kommune
- id:
- 5c80fa1aa798135d1a4e3441a10f5d64
- organization_id:
- 960010833
- name:
- Hole kommune
- id:
- ae19345083fede17dab8de1e56eac3f1
- organization_id:
- 995969653
- name:
- Kongsbergregionen
- id:
- f07edf0504f72e0e8e8a38688db1f782
- organization_id:
- 970491589
- name:
- Modum kommune
- id:
- 3b72c6f21b59b3b79d655c2ded9b09e1
- organization_id:
- 940100925
- name:
- Ringerike kommune
- id:
- e3d483de730e86d356099c588ce57e99
- organization_id:
- 980611086
- name:
- Hallingdal brann- og redningstjeneste IKS
- id:
- 137417dad38984fda353089d8b10ec4e
- organization_id:
- 964950946
- name:
- Nore og Uvdal kommune
- id:
- 1685528e64b82e78578f834a18b35939
- organization_id:
- 964963282
- name:
- Rollag kommune
- id:
- 9e5764f745343ab54958ebf0185875eb
- organization_id:
- 942402465
- name:
- Kongsberg kommune
- id:
- c82e16599856b1991be7cc2806369dbf
- organization_id:
- 938583986
- name:
- Notodden kommune
- id:
- d42762bbb878e866297169796ffd4bc8
- organization_id:
- 964963649
- name:
- Hjartdal kommune
- id:
- 7c1ce8a52e672c8773a89975c892de88
- organization_id:
- 940898862
- name:
- Flesberg kommune
- id:
- 8cbb071d9d7399fd9ca6c6a32e0084a1
- organization_id:
- 964962766
- name:
- Sigdal kommune
- id:
- b8fe480e0e83f54292eb94f1575d8a37
- organization_id:
- 935803713
- name:
- Norefjell Vann og Avløpsselskap AS
- id:
- 3e50ff42e918e9d8aae64dddb5f9b91f
- organization_id:
- 961381363
- name:
- Jevnaker kommune
- id:
- 2edc0fc852717b327b36611920447a9e
- organization_id:
- 961381452
- name:
- Lunner kommune
- heading:
- Innkjøpsbistand
- description:
- Inngått kontrakt er en rammeavtale for innkjøpsbistand for kommunne i Viken Vest og for Viken Vest Innkjøpssamarbeid (VVI).
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2022-02-07T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-02-07
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- 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.