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:
- 24
- hits:
10 results
- id:
- 2023-643857
- buyer:
1 results
- id:
- 06c09571608be0667bffdd4fbd1f4afa
- organization_id:
- 920 123 899
- name:
- Indre Østfold kommune
- heading:
- Leker og formingsmateriell
- description:
- Oppdragsgiver har til hensikt å inngå rammeavtaler for levering av leker og formingsmateriell. Anskaffelsen omfatter levering av et bredt spekter med leker og formingsmateriell, primært til kommunenes barnehager, SFO og skoler. Andre kommunale enheter vil ved behov også kunne benytte seg av denne rammeavtalen.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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:
- 2023-04-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-112403
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933649768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Lekeplassutstyr
- description:
- Konkurransen gjelder rammeavtale for lekeplassutstyr og fallunderlag med montering, service og vedlikehold og nødvendig prosjektering.
- location_id:
1 results
- NO084
- 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-08-28T08:45:32Z
- deadline:
- 2027-08-31T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-108691
- buyer:
9 results
- id:
- 8bc26d6da5ea8c30dd53e895b702a20a
- organization_id:
- 972418013
- name:
- Bodø Kommune
- id:
- 4caaaf5f421e91968abff64112ad2290
- organization_id:
- 970542507
- name:
- Hamarøy kommune
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- Herøy kommune
- id:
- a2ba5b6b8bda63d7a5f0d4afa8054f11
- organization_id:
- 938712441
- name:
- Alstahaug kommune
- id:
- 8e05b2e0e8a957b0189aaf1e302add58
- organization_id:
- 970189866
- name:
- Meløy kommune
- id:
- e65311027f04744b5d2330351412f04e
- organization_id:
- 872418032
- name:
- Rana kommune
- id:
- 6e63dd53c7a15d4e2926f5ea89358365
- organization_id:
- 847737492
- name:
- Sortland kommune/Suorttá Soukhan
- id:
- 49271b35fac95f84d4baba4f05984159
- organization_id:
- 845152012
- name:
- Øksnes kommune
- id:
- 8f00a8c049512402f660682b7a6684a5
- organization_id:
- 942570619
- name:
- Vestvågøy kommune
- heading:
- 2025/306 - Anskaffelse av formingsmateriell og leker til skole og barnehage
- description:
- Bodø kommune med samarbeidende kommuner (heretter Bodø) har behov for å anskaffe en rammeavtale om kjøp av formingsmateriell og leker, primært for skoler, inkludert Skolefritidsordningen (heretter “SFO”) og barnehager. Ny rammeavtale skal dekke produktområder og -kategorier som bl.a.Formingsmateriell Skrive- tegne- og malesaker Isopor og vattprodukter Lerret og klistremerker Modelleire og sand Perler, smykker og tilbehør Papp, papir og kartong Lim og tape Sakser og blyantspissere Garn, tekstil og tilbehør Diverse formingsmateriell Leker og aktivitet Aktivitet og læring Leker Bygging Spill LekemiljøFor ytterligere informasjon om anskaffelsens omfang og innhold, se kontrakten inklusive kravspesifikasjon (jf. del 2 i konkurransegrunnlagets pkt. 2.2).
- location_id:
1 results
- NO071
- 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-06-02T10:31:22Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107681
- buyer:
8 results
- id:
- 3d9e1f4f78f0553cf662c55d4a2ec7c8
- organization_id:
- 971183675
- name:
- Oslo kommune v/ Utviklings- og kompetanseetaten
- id:
- 84aead3150c19cbbe1800ca2bccb239a
- organization_id:
- 922092648
- name:
- Nordre Follo kommune
- id:
- 096d22c44a9b1d45cce45d38477aa768
- organization_id:
- 842566142
- name:
- Lørenskog kommune
- id:
- 904c8da318355d0be5ea2c7fe61e488e
- organization_id:
- 921234554
- name:
- Drammen kommune
- id:
- f034d06ed2937b408802dc2ba3e006ce
- organization_id:
- 964948798
- name:
- Ås kommune
- id:
- f1f4ccf885d41c1074f85cec57a3f1f2
- organization_id:
- 963999089
- name:
- Frogn kommune
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- 943485437
- name:
- Vestby kommune
- id:
- a18ad2aeb7be4516ac74ac9ad6ca89e3
- organization_id:
- 944383565
- name:
- Nesodden kommune
- heading:
- 24/1905 - Rammeavtale for møbler og utstyr til barn
- description:
- Formålet med rammeavtalen er å sikre effektiv og enkel tilgang på møbler og større utstyr til barn. Bestillere på avtalen vil i hovedsak være barnehager, men også skole/AKS, helsestasjoner og andre institusjoner med behov for møbler og utstyr til barn er aktuelle bestillere. Med større utstyr til barn menes utstyr som ofte brukes i aktiviteter med barn, som eksempelvis vogner, lavvo og tarp. Rammeavtalen omfatter både nye og brukte møbler, inventar og større utstyr som naturlig hører innunder følgende kategorier: - Garderobe - Sitte - Spise og arbeide - Stelle - Hvile - Oppbevare - Leke og lære - Friluft
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136620000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-05-15T11:16:01Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2023-668942
- buyer:
1 results
- id:
- 24f5002b4816434bef14ce06b9b57b12
- organization_id:
- 940 101 808
- name:
- Tromsø kommune
- heading:
- Lekeplassutstyr rammeavtale
- description:
- Rammeavtale for lekeplassutstyr. Varene som skal anskaffes er utstyr til lekeplasser. Montering er ikke inkludert. Dette innebærer hovedsakelig utstyr til: • husker • huskestativ • rutsjebaner • lekehus • sandlek • andre gjenstander som har en naturlig tilknytning til lekeplasser.
- location_id:
3 results
- NO074
- NO073
- NO072
- 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:
- 2023-12-08T11:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-12-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-663249
- buyer:
7 results
- id:
- 3d9e1f4f78f0553cf662c55d4a2ec7c8
- organization_id:
- 971 183 675
- name:
- Oslo kommune v/ Utviklings- og kompetanseetaten
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- not reported by source
- name:
- Vestby kommune
- id:
- f034d06ed2937b408802dc2ba3e006ce
- organization_id:
- not reported by source
- name:
- Ås kommune
- id:
- f1f4ccf885d41c1074f85cec57a3f1f2
- organization_id:
- not reported by source
- name:
- Frogn kommune
- id:
- a18ad2aeb7be4516ac74ac9ad6ca89e3
- organization_id:
- not reported by source
- name:
- Nesodden kommune
- id:
- 096d22c44a9b1d45cce45d38477aa768
- organization_id:
- not reported by source
- name:
- Lørenskog kommune
- id:
- 84aead3150c19cbbe1800ca2bccb239a
- organization_id:
- not reported by source
- name:
- Nordre Follo kommune
- heading:
- Rammeavtale leker og formingsmateriell
- description:
- Oslo kommune skal inngå rammeavtale for kjøp av leker og formingsmateriell. Anskaffelsen gjennomføres på vegne av samarbeidende virksomheter i tillegg til Oslo kommune. Avtalen har en årlig estimert verdi på kr 35 MNOK for alle omfattede virksomheter. Estimatet er kun retningsgivende og innebærer ingen forpliktelser for Oppdragsgiver.
- location_id:
1 results
- NO08
- 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:
- 2023-07-06T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-07-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-637389
- buyer:
1 results
- id:
- 1bf518d8e51a072f24030741e9c46065
- organization_id:
- 991 799 710
- name:
- GKI Grenlandskommunenes Innkjøpsenhet
- heading:
- Formingsmateriell, leker og pedagogisk materiell
- description:
- Anskaffelsen omfatter kjøp av formingsmateriell, leker og pedagogisk materiell. Brukerne er i all hovedsak skoler, barnehager og skolefritidsordning (SFO). Alle kommunale virksomheter kan benytte avtalen.
- location_id:
3 results
- NO094
- NO093
- NO091
- 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:
- 2023-06-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-06-24
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-971460
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Leker
- description:
- Øvre Romerike Innkjøpssamarbeid (ØRIK) innbyr til åpen anbudskonkurranse for levering av Leker, både inne og ute for de 6 kommuner i Gardermoenregionen.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-02T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-329360
- buyer:
1 results
- id:
- 5c4396de673b2d87c397c289444341b0
- organization_id:
- 971 195 266
- name:
- Nittedal Kommune
- heading:
- Rammeavtale lekeplassutstyr
- description:
- Det er planlegges årlig til innkjøp og vedlikehold av lekeapparater til skolene og barnehagene som rulleres på der det er størst behov. I inneværende år er det planer om oppgradering av lekearealene på Rotnes skole. Fremover planlegges det med årlig oppgradering av lekearealer.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-06-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-325133
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Leker (inne og ute)
- description:
- ØRIK innbyr til åpen anbudskonkurranse for levering av leker (inne og ute) (omfatter også spill) til kommunene: Eidsvoll, Gjerdrum, Hurdal, Nannestad, Nes og Ullensaker. Formålet med anskaffelsen er å oppfylle kommunenes felles behov for kjøp av leker. Avtalen har en estimert årlig verdi på ca. kr. 900.000 kroner eks. mva.
- location_id:
1 results
- anyw
- 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-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-09-25
- 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:
- 24
- hits:
10 results
- id:
- 2023-643857
- buyer:
1 results
- id:
- 06c09571608be0667bffdd4fbd1f4afa
- organization_id:
- 920 123 899
- name:
- Indre Østfold kommune
- heading:
- Leker og formingsmateriell
- description:
- Oppdragsgiver har til hensikt å inngå rammeavtaler for levering av leker og formingsmateriell. Anskaffelsen omfatter levering av et bredt spekter med leker og formingsmateriell, primært til kommunenes barnehager, SFO og skoler. Andre kommunale enheter vil ved behov også kunne benytte seg av denne rammeavtalen.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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:
- 2023-04-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-04-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-112403
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933649768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Lekeplassutstyr
- description:
- Konkurransen gjelder rammeavtale for lekeplassutstyr og fallunderlag med montering, service og vedlikehold og nødvendig prosjektering.
- location_id:
1 results
- NO084
- 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-08-28T08:45:32Z
- deadline:
- 2027-08-31T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-108691
- buyer:
9 results
- id:
- 8bc26d6da5ea8c30dd53e895b702a20a
- organization_id:
- 972418013
- name:
- Bodø Kommune
- id:
- 4caaaf5f421e91968abff64112ad2290
- organization_id:
- 970542507
- name:
- Hamarøy kommune
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- Herøy kommune
- id:
- a2ba5b6b8bda63d7a5f0d4afa8054f11
- organization_id:
- 938712441
- name:
- Alstahaug kommune
- id:
- 8e05b2e0e8a957b0189aaf1e302add58
- organization_id:
- 970189866
- name:
- Meløy kommune
- id:
- e65311027f04744b5d2330351412f04e
- organization_id:
- 872418032
- name:
- Rana kommune
- id:
- 6e63dd53c7a15d4e2926f5ea89358365
- organization_id:
- 847737492
- name:
- Sortland kommune/Suorttá Soukhan
- id:
- 49271b35fac95f84d4baba4f05984159
- organization_id:
- 845152012
- name:
- Øksnes kommune
- id:
- 8f00a8c049512402f660682b7a6684a5
- organization_id:
- 942570619
- name:
- Vestvågøy kommune
- heading:
- 2025/306 - Anskaffelse av formingsmateriell og leker til skole og barnehage
- description:
- Bodø kommune med samarbeidende kommuner (heretter Bodø) har behov for å anskaffe en rammeavtale om kjøp av formingsmateriell og leker, primært for skoler, inkludert Skolefritidsordningen (heretter “SFO”) og barnehager. Ny rammeavtale skal dekke produktområder og -kategorier som bl.a.Formingsmateriell Skrive- tegne- og malesaker Isopor og vattprodukter Lerret og klistremerker Modelleire og sand Perler, smykker og tilbehør Papp, papir og kartong Lim og tape Sakser og blyantspissere Garn, tekstil og tilbehør Diverse formingsmateriell Leker og aktivitet Aktivitet og læring Leker Bygging Spill LekemiljøFor ytterligere informasjon om anskaffelsens omfang og innhold, se kontrakten inklusive kravspesifikasjon (jf. del 2 i konkurransegrunnlagets pkt. 2.2).
- location_id:
1 results
- NO071
- 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-06-02T10:31:22Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-06-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-107681
- buyer:
8 results
- id:
- 3d9e1f4f78f0553cf662c55d4a2ec7c8
- organization_id:
- 971183675
- name:
- Oslo kommune v/ Utviklings- og kompetanseetaten
- id:
- 84aead3150c19cbbe1800ca2bccb239a
- organization_id:
- 922092648
- name:
- Nordre Follo kommune
- id:
- 096d22c44a9b1d45cce45d38477aa768
- organization_id:
- 842566142
- name:
- Lørenskog kommune
- id:
- 904c8da318355d0be5ea2c7fe61e488e
- organization_id:
- 921234554
- name:
- Drammen kommune
- id:
- f034d06ed2937b408802dc2ba3e006ce
- organization_id:
- 964948798
- name:
- Ås kommune
- id:
- f1f4ccf885d41c1074f85cec57a3f1f2
- organization_id:
- 963999089
- name:
- Frogn kommune
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- 943485437
- name:
- Vestby kommune
- id:
- a18ad2aeb7be4516ac74ac9ad6ca89e3
- organization_id:
- 944383565
- name:
- Nesodden kommune
- heading:
- 24/1905 - Rammeavtale for møbler og utstyr til barn
- description:
- Formålet med rammeavtalen er å sikre effektiv og enkel tilgang på møbler og større utstyr til barn. Bestillere på avtalen vil i hovedsak være barnehager, men også skole/AKS, helsestasjoner og andre institusjoner med behov for møbler og utstyr til barn er aktuelle bestillere. Med større utstyr til barn menes utstyr som ofte brukes i aktiviteter med barn, som eksempelvis vogner, lavvo og tarp. Rammeavtalen omfatter både nye og brukte møbler, inventar og større utstyr som naturlig hører innunder følgende kategorier: - Garderobe - Sitte - Spise og arbeide - Stelle - Hvile - Oppbevare - Leke og lære - Friluft
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 136620000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-05-15T11:16:01Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-05-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2023-668942
- buyer:
1 results
- id:
- 24f5002b4816434bef14ce06b9b57b12
- organization_id:
- 940 101 808
- name:
- Tromsø kommune
- heading:
- Lekeplassutstyr rammeavtale
- description:
- Rammeavtale for lekeplassutstyr. Varene som skal anskaffes er utstyr til lekeplasser. Montering er ikke inkludert. Dette innebærer hovedsakelig utstyr til: • husker • huskestativ • rutsjebaner • lekehus • sandlek • andre gjenstander som har en naturlig tilknytning til lekeplasser.
- location_id:
3 results
- NO074
- NO073
- NO072
- 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:
- 2023-12-08T11:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-12-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-663249
- buyer:
7 results
- id:
- 3d9e1f4f78f0553cf662c55d4a2ec7c8
- organization_id:
- 971 183 675
- name:
- Oslo kommune v/ Utviklings- og kompetanseetaten
- id:
- 6df84e6a1730c3523fe6c6190fb30ae4
- organization_id:
- not reported by source
- name:
- Vestby kommune
- id:
- f034d06ed2937b408802dc2ba3e006ce
- organization_id:
- not reported by source
- name:
- Ås kommune
- id:
- f1f4ccf885d41c1074f85cec57a3f1f2
- organization_id:
- not reported by source
- name:
- Frogn kommune
- id:
- a18ad2aeb7be4516ac74ac9ad6ca89e3
- organization_id:
- not reported by source
- name:
- Nesodden kommune
- id:
- 096d22c44a9b1d45cce45d38477aa768
- organization_id:
- not reported by source
- name:
- Lørenskog kommune
- id:
- 84aead3150c19cbbe1800ca2bccb239a
- organization_id:
- not reported by source
- name:
- Nordre Follo kommune
- heading:
- Rammeavtale leker og formingsmateriell
- description:
- Oslo kommune skal inngå rammeavtale for kjøp av leker og formingsmateriell. Anskaffelsen gjennomføres på vegne av samarbeidende virksomheter i tillegg til Oslo kommune. Avtalen har en årlig estimert verdi på kr 35 MNOK for alle omfattede virksomheter. Estimatet er kun retningsgivende og innebærer ingen forpliktelser for Oppdragsgiver.
- location_id:
1 results
- NO08
- 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:
- 2023-07-06T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-07-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-637389
- buyer:
1 results
- id:
- 1bf518d8e51a072f24030741e9c46065
- organization_id:
- 991 799 710
- name:
- GKI Grenlandskommunenes Innkjøpsenhet
- heading:
- Formingsmateriell, leker og pedagogisk materiell
- description:
- Anskaffelsen omfatter kjøp av formingsmateriell, leker og pedagogisk materiell. Brukerne er i all hovedsak skoler, barnehager og skolefritidsordning (SFO). Alle kommunale virksomheter kan benytte avtalen.
- location_id:
3 results
- NO094
- NO093
- NO091
- 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:
- 2023-06-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-06-24
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-971460
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Leker
- description:
- Øvre Romerike Innkjøpssamarbeid (ØRIK) innbyr til åpen anbudskonkurranse for levering av Leker, både inne og ute for de 6 kommuner i Gardermoenregionen.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-02T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-11-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-329360
- buyer:
1 results
- id:
- 5c4396de673b2d87c397c289444341b0
- organization_id:
- 971 195 266
- name:
- Nittedal Kommune
- heading:
- Rammeavtale lekeplassutstyr
- description:
- Det er planlegges årlig til innkjøp og vedlikehold av lekeapparater til skolene og barnehagene som rulleres på der det er størst behov. I inneværende år er det planer om oppgradering av lekearealene på Rotnes skole. Fremover planlegges det med årlig oppgradering av lekearealer.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- 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-06-23T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2018-325133
- buyer:
1 results
- id:
- 4c4f51be27b9d9b28b1bc80b42eb4921
- organization_id:
- 933 649 768
- name:
- Øvre Romerike Innkjøpssamarbeid
- heading:
- Leker (inne og ute)
- description:
- ØRIK innbyr til åpen anbudskonkurranse for levering av leker (inne og ute) (omfatter også spill) til kommunene: Eidsvoll, Gjerdrum, Hurdal, Nannestad, Nes og Ullensaker. Formålet med anskaffelsen er å oppfylle kommunenes felles behov for kjøp av leker. Avtalen har en estimert årlig verdi på ca. kr. 900.000 kroner eks. mva.
- location_id:
1 results
- anyw
- 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-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-09-25
- 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.