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:
- 11
- hits:
10 results
- id:
- 2017-740682
- buyer:
1 results
- id:
- 7bad4053e224ac5a318410477b4b9346
- organization_id:
- 971 032 081
- name:
- Statens vegvesen Region nord
- heading:
- 2014 Kautokeino 2017-2022
- description:
- Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på riksveger, riks-g/s-veger og fylkesveger med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Kautokeino.
- 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:
- 2017-04-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-04-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-110868
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945475056
- name:
- Kautokeino kommune
- heading:
- Veivedlikehold for Kautokeino 2026
- description:
- Kautokeino kommune ønsker tilbud på komplett vinter og sommerveg vedlikehold av de rodene som inngår i anbudet. En nærmere kart beskrivelse av rodene finnes som vedlegg i delleveransen.Fastpris på vinterveivedlikehold og sommerveivedlikehold.Timepris vinterveivedlikehold og sommerveivedlikehold.Kommunen ønsker også tilbud på å innleie maskiner med fører på timebasis til diverse ekstraarbeid. Omfanget for det vil være på inntil 100 timer pr. sesong med den aktuelle maskinparken som tilbys.Det er mulig å levere tilbud på en eller flere roder. Det skal i tillegg til fastpris oppgis timepris for hver enkelt rode.Følgende roder inngår i konkurransen:Sone 1. Kautokeino sentrum – NordSone 2. Gang og sykkelveierSone 3. Kautokeino sentrum – ParkeringsplasserSone 4. Biedjovággi-vegenSone 5. ÁvžiSone 6. E45Sone 7. RV-92Sone 8. MázeSone 9. Levering og oppsett av brøytestikker Sone 10. Vegetasjonsrydding
- location_id:
1 results
- NO073
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-18T07:51:29Z
- deadline:
- 2026-07-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103174
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945475056
- name:
- Kautokeino kommune
- heading:
- Elektrikertjenester inkl. materiell for Kautokeino kommune 2026 - 2029
- description:
- Oppdragsgiver i denne anskaffelsen er Kautokeino kommune, kommunenr. 5612
- location_id:
1 results
- NO073
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-13T13:03:57Z
- deadline:
- 2026-03-20T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109542
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- heading:
- Leasingbiler bygningsdrift Kautokeino kommune 2025
- description:
- Oppdragsgiver i dette anbudet er:5430 KautokeinoKautokeino kommune skal gå til anskaffelse av 4 biler til bygningsdrift.Bilene som skal anskaffes er elektriske varebiler.Tre stk varebiler av mindre type 2m-3,7m3 lastekapasitet og en stk av større type med lastekapasitet 3,8-6m3.
- location_id:
1 results
- NO073
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-06-18T13:20:23Z
- deadline:
- 2025-08-08T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-06-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-116157
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- heading:
- Telefoni Kautokeino kommune 2024-2028
- description:
- Oppdragsgiver i denne konkurransen er:5612 Kautokeino kommune/Guovdageainnu suohkan
- location_id:
3 results
- NO074
- NO073
- NO072
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1400000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-11-11T14:08:34Z
- deadline:
- 2024-11-18T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-11-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111660
- buyer:
2 results
- id:
- 77733cc353acbf51e532009826ea8fb9
- organization_id:
- 881894742
- name:
- WSP NORGE AS (Oppdragsgiver)
- id:
- c24a4a3b091355a3f564d3447b45e1f0
- organization_id:
- 945475056
- name:
- GUOVDAGEAINNU SUOHKAN / KAUTOKEINO KOMMUNE
- heading:
- Arkitekt til samisk barnehage og omsorgsboliger i Kautokeino
- description:
- Det skal anskaffes arkitektfaglig kompetanse i form av tre arkitektressurser for utvikling av et skisseprosjekt. Skisseprosjektet skal danne grunnlag for videre utvikling av prosjektet til de senere faser. Oppdraget vil også kunne videreføres på tilsvarende betingelser eller betingelser partene blir enige om, til forprosjekt og gjennomføringsfase. Tilbydere bes ta høyde for tilleggskapasitet hos tilbudte ressurser til kommende faser etter skisseprosjektfasen. Det er programmert et veiledende samlet areal for barnehage og omsorgsboliger på ca. 1500 m2 BTA.
- location_id:
2 results
- NO073
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T09:42:05Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-103439
- buyer:
5 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963 376 030
- name:
- Karasjok kommune
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- heading:
- Reisebyråtjenester 2024 - 2026: Fire kommuner i Nord-Norge
- description:
- Fire kommuner i Nord-Norge ønsker å inngå en rammeavtale på kjøp av reisebyråtjenester. De fire kommunene er:5430 Kautokeino kommune5437 Karasjok kommune5405 Vadsø kommune1828 Nesna kommune
- location_id:
5 results
- NO074
- NO073
- NO072
- anyw
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 18500000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-03-07T10:10:23Z
- deadline:
- 2024-03-15T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-07
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2017-772928
- buyer:
13 results
- id:
- 63793aa8b14a60ae773978cfa4e2c58a
- organization_id:
- not reported by source
- name:
- Finnut Consult AS
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- not reported by source
- name:
- Lavangen kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- not reported by source
- name:
- Salangen kommune
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- not reported by source
- name:
- Vadsø kommune
- id:
- c24a4a3b091355a3f564d3447b45e1f0
- organization_id:
- not reported by source
- name:
- Guovdageainnu suohkan/Kautokeino kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- not reported by source
- name:
- Loppa kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- not reported by source
- name:
- Nordkapp kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- not reported by source
- name:
- Porsanger kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- not reported by source
- name:
- Karasjok kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- not reported by source
- name:
- Gamvik kommune
- id:
- 5cbaf0505627836cf2dbae53ea8f0d3a
- organization_id:
- not reported by source
- name:
- Deanu gielda/Tana kommune
- id:
- 7ff1264777ee892cd42b7c0ecfaad70a
- organization_id:
- not reported by source
- name:
- Unjárgga Gielda/Nesseby kommune
- id:
- 0e13c65ffb6ae2e06d7b26eddc9bde3b
- organization_id:
- not reported by source
- name:
- Sør-Varanger kommune
- heading:
- Rammeavtale kontorrekvisita - 12 kommuner i Finnmark og Troms
- description:
- Leveranse av kontorrekvisita. Rammeavtalenes varighet er 3 år og estimert årlig totalverdi er NOK 4 000 000. Oppdragsgivere i denne konkurransen er: 1920 Lavangen kommune 1923 Salangen kommune 2003 Vadsø kommune 2011 Guovdageainnu/Kautokeino kommune 2014 Loppa kommune 2019 Nordkapp kommune 2020 Porsanger kommune 2021 Kárásjoga gielda/Karasjok kommune 2023 Gamvik kommune 2025 Deanu gielda/Tana kommune 2027 Unjargga gielda/Nesseby kommune 2030 Sør-Varanger kommune
- location_id:
3 results
- NO074
- NO073
- NO072
- 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:
- 2017-10-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-10-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-115078
- buyer:
19 results
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- 959 469 881
- name:
- Lavangen kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- 961416388
- name:
- Salangen kommune
- id:
- 7ed5fcdc66b09f49f395eaa52843b411
- organization_id:
- 972418005
- name:
- Målselv kommune
- id:
- 5e51f67c80012858485adc7d07fc5144
- organization_id:
- 940 755 603
- name:
- Sørreisa kommune
- id:
- 2236467a59cdc3b729e99104259db9b4
- organization_id:
- 940208580
- name:
- Balsfjord kommune
- id:
- fb9f6e5891aef14cffce292cfc699280
- organization_id:
- 942110286
- name:
- Sør-Varanger
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963376030
- name:
- Karasjok kommune
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- 963 063 237
- name:
- Loppa kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- 938 469 415
- name:
- Nordkapp kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- 934266811
- name:
- Gamvik kommune
- id:
- 726c8a7e38620b9f013039e0c5a2e0ed
- organization_id:
- 943505527
- name:
- Tana kommune
- id:
- 2e3f22bcf20f21ee4693d1bb08ed0ed2
- organization_id:
- 962388108
- name:
- Berlevåg kommune
- id:
- 14334ab349cd8691e2b83e4103b6f0d7
- organization_id:
- 938795592
- name:
- Båtsfjord kommune
- id:
- a02f982665aca24a2d795b1c40801532
- organization_id:
- 839953062
- name:
- Nesseby kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- 959411735
- name:
- Porsanger kommune
- heading:
- Kontorrekvisita for kommuner i Nord-Norge
- description:
- Anskaffelsen gjennomføres på vegne av en gruppe kommuner i samarbeid kalt Innkjøpssirkelen.Alle deltakere i konkurransen er oppdragsgiver og kontraktspart hver for seg. Deltakerne er:1828 Nesna kommune5518 Lavangen kommune5522 Salangen kommune5524 Målselv kommune5526 Sørreisa kommune5532 Balsfjord kommune5605 Sør-Varanger kommune5607 Vadsø kommune5610 Karasjok kommune5612 Kautokeino kommune5614 Loppa kommune5620 Nordkapp kommune5626 Gamvik kommune5628 Tana kommune5630 Berlevåg kommune5632 Båtsfjord kommune5636 Nesseby kommune5622 Porsanger kommune
- location_id:
3 results
- NO073
- NO072
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 17800000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-20T13:12:31Z
- deadline:
- 2025-10-30T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-103392
- buyer:
23 results
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 6d679ff01aeed365249c2fd6b837f8aa
- organization_id:
- 972 418 048
- name:
- Vardø kommune
- id:
- 14334ab349cd8691e2b83e4103b6f0d7
- organization_id:
- 938 795 592
- name:
- Båtsfjord kommune
- id:
- 2e3f22bcf20f21ee4693d1bb08ed0ed2
- organization_id:
- 962 388 108
- name:
- Berlevåg kommune
- id:
- 0e13c65ffb6ae2e06d7b26eddc9bde3b
- organization_id:
- 942 110 286
- name:
- Sør-Varanger kommune
- id:
- a02f982665aca24a2d795b1c40801532
- organization_id:
- 839 953 062
- name:
- Nesseby kommune
- id:
- 726c8a7e38620b9f013039e0c5a2e0ed
- organization_id:
- 943 505 527
- name:
- Tana kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963 376 030
- name:
- Karasjok kommune
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- 959 411 735
- name:
- Porsanger kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- 938 469 415
- name:
- Nordkapp kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- 934 266 811
- name:
- Gamvik kommune
- id:
- 5254bba09d784d50ef4b060eb1c46020
- organization_id:
- 921 770 669
- name:
- Hammerfest kommune
- id:
- f4e3037d13014fb675de512c702ccef1
- organization_id:
- 941 087 957
- name:
- Måsøy kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- 963 063 237
- name:
- Loppa kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- 961 416 388
- name:
- Salangen kommune
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- 959 469 881
- name:
- Lavangen kommune
- id:
- 7ed5fcdc66b09f49f395eaa52843b411
- organization_id:
- 972 418 005
- name:
- Målselv kommune
- id:
- 5e51f67c80012858485adc7d07fc5144
- organization_id:
- 940 755 603
- name:
- Sørreisa kommune
- id:
- 2236467a59cdc3b729e99104259db9b4
- organization_id:
- 940 208 580
- name:
- Balsfjord kommune
- id:
- 21d964afb237a5f54d5d2a80fff766e2
- organization_id:
- 945 717 173
- name:
- Rødøy kommune
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- heading:
- Medisinsk forbruksmateriell, medisinteknisk utstyr og laboratorieteknisk utstyr: 22 kommuner i Nord-Norge
- description:
- Kommuner i Finnmark, Troms og Nordland skal inngå en rammeavtale på kjøp av:Medisinsk forbruksmateriellMedisinteknisk utstyr m/tilhørende forbruksmateriellLaboratorieteknisk utstyr m/tilhørende forbruksmateriellFølgende kommuner deltar:Vardø kommune, 5643Sør-Varanger kommune, 5605 (slutter seg til avtalen 1. oktober 2024)Vadsø kommune, 5607Båtsfjord kommune, 5632Berlevåg kommune, 5630 (slutter seg til avtalen 1. oktober 2024)Nesseby kommune, 5636Tana kommune, 5628Gamvik kommune, 5626Porsanger kommune, 5622Nordkapp kommune, 5620 (slutter seg til avtalen 1. oktober 2024)Måsøy kommune, 5618Hammerfest kommune, 5603Loppa kommune, 5614Karasjok kommune, 5610Kautokeino kommune, 5612Salangen kommune, 5522Lavangen kommune, 5518Målselv kommune, 5524Sørreisa kommune, 5526 (slutter seg til avtalen 1. oktober 2024)Balsfjord kommune, 5532Rødøy kommune, 1836Nesna kommune, 1828
- location_id:
5 results
- NO074
- NO073
- NO072
- anyw
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 90800000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-03-07T08:18:57Z
- deadline:
- 2024-03-15T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-07
- 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:
- 11
- hits:
10 results
- id:
- 2017-740682
- buyer:
1 results
- id:
- 7bad4053e224ac5a318410477b4b9346
- organization_id:
- 971 032 081
- name:
- Statens vegvesen Region nord
- heading:
- 2014 Kautokeino 2017-2022
- description:
- Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på riksveger, riks-g/s-veger og fylkesveger med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Kautokeino.
- 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:
- 2017-04-22T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-04-22
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-110868
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945475056
- name:
- Kautokeino kommune
- heading:
- Veivedlikehold for Kautokeino 2026
- description:
- Kautokeino kommune ønsker tilbud på komplett vinter og sommerveg vedlikehold av de rodene som inngår i anbudet. En nærmere kart beskrivelse av rodene finnes som vedlegg i delleveransen.Fastpris på vinterveivedlikehold og sommerveivedlikehold.Timepris vinterveivedlikehold og sommerveivedlikehold.Kommunen ønsker også tilbud på å innleie maskiner med fører på timebasis til diverse ekstraarbeid. Omfanget for det vil være på inntil 100 timer pr. sesong med den aktuelle maskinparken som tilbys.Det er mulig å levere tilbud på en eller flere roder. Det skal i tillegg til fastpris oppgis timepris for hver enkelt rode.Følgende roder inngår i konkurransen:Sone 1. Kautokeino sentrum – NordSone 2. Gang og sykkelveierSone 3. Kautokeino sentrum – ParkeringsplasserSone 4. Biedjovággi-vegenSone 5. ÁvžiSone 6. E45Sone 7. RV-92Sone 8. MázeSone 9. Levering og oppsett av brøytestikker Sone 10. Vegetasjonsrydding
- location_id:
1 results
- NO073
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-18T07:51:29Z
- deadline:
- 2026-07-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103174
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945475056
- name:
- Kautokeino kommune
- heading:
- Elektrikertjenester inkl. materiell for Kautokeino kommune 2026 - 2029
- description:
- Oppdragsgiver i denne anskaffelsen er Kautokeino kommune, kommunenr. 5612
- location_id:
1 results
- NO073
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 6000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-02-13T13:03:57Z
- deadline:
- 2026-03-20T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-109542
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- heading:
- Leasingbiler bygningsdrift Kautokeino kommune 2025
- description:
- Oppdragsgiver i dette anbudet er:5430 KautokeinoKautokeino kommune skal gå til anskaffelse av 4 biler til bygningsdrift.Bilene som skal anskaffes er elektriske varebiler.Tre stk varebiler av mindre type 2m-3,7m3 lastekapasitet og en stk av større type med lastekapasitet 3,8-6m3.
- location_id:
1 results
- NO073
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-06-18T13:20:23Z
- deadline:
- 2025-08-08T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2025-06-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-116157
- buyer:
2 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- heading:
- Telefoni Kautokeino kommune 2024-2028
- description:
- Oppdragsgiver i denne konkurransen er:5612 Kautokeino kommune/Guovdageainnu suohkan
- location_id:
3 results
- NO074
- NO073
- NO072
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1400000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-11-11T14:08:34Z
- deadline:
- 2024-11-18T11:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-11-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-111660
- buyer:
2 results
- id:
- 77733cc353acbf51e532009826ea8fb9
- organization_id:
- 881894742
- name:
- WSP NORGE AS (Oppdragsgiver)
- id:
- c24a4a3b091355a3f564d3447b45e1f0
- organization_id:
- 945475056
- name:
- GUOVDAGEAINNU SUOHKAN / KAUTOKEINO KOMMUNE
- heading:
- Arkitekt til samisk barnehage og omsorgsboliger i Kautokeino
- description:
- Det skal anskaffes arkitektfaglig kompetanse i form av tre arkitektressurser for utvikling av et skisseprosjekt. Skisseprosjektet skal danne grunnlag for videre utvikling av prosjektet til de senere faser. Oppdraget vil også kunne videreføres på tilsvarende betingelser eller betingelser partene blir enige om, til forprosjekt og gjennomføringsfase. Tilbydere bes ta høyde for tilleggskapasitet hos tilbudte ressurser til kommende faser etter skisseprosjektfasen. Det er programmert et veiledende samlet areal for barnehage og omsorgsboliger på ca. 1500 m2 BTA.
- location_id:
2 results
- NO073
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-08-12T09:42:05Z
- deadline:
- 2025-09-12T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-08-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-103439
- buyer:
5 results
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963 376 030
- name:
- Karasjok kommune
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- heading:
- Reisebyråtjenester 2024 - 2026: Fire kommuner i Nord-Norge
- description:
- Fire kommuner i Nord-Norge ønsker å inngå en rammeavtale på kjøp av reisebyråtjenester. De fire kommunene er:5430 Kautokeino kommune5437 Karasjok kommune5405 Vadsø kommune1828 Nesna kommune
- location_id:
5 results
- NO074
- NO073
- NO072
- anyw
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 18500000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-03-07T10:10:23Z
- deadline:
- 2024-03-15T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-07
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2017-772928
- buyer:
13 results
- id:
- 63793aa8b14a60ae773978cfa4e2c58a
- organization_id:
- not reported by source
- name:
- Finnut Consult AS
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- not reported by source
- name:
- Lavangen kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- not reported by source
- name:
- Salangen kommune
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- not reported by source
- name:
- Vadsø kommune
- id:
- c24a4a3b091355a3f564d3447b45e1f0
- organization_id:
- not reported by source
- name:
- Guovdageainnu suohkan/Kautokeino kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- not reported by source
- name:
- Loppa kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- not reported by source
- name:
- Nordkapp kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- not reported by source
- name:
- Porsanger kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- not reported by source
- name:
- Karasjok kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- not reported by source
- name:
- Gamvik kommune
- id:
- 5cbaf0505627836cf2dbae53ea8f0d3a
- organization_id:
- not reported by source
- name:
- Deanu gielda/Tana kommune
- id:
- 7ff1264777ee892cd42b7c0ecfaad70a
- organization_id:
- not reported by source
- name:
- Unjárgga Gielda/Nesseby kommune
- id:
- 0e13c65ffb6ae2e06d7b26eddc9bde3b
- organization_id:
- not reported by source
- name:
- Sør-Varanger kommune
- heading:
- Rammeavtale kontorrekvisita - 12 kommuner i Finnmark og Troms
- description:
- Leveranse av kontorrekvisita. Rammeavtalenes varighet er 3 år og estimert årlig totalverdi er NOK 4 000 000. Oppdragsgivere i denne konkurransen er: 1920 Lavangen kommune 1923 Salangen kommune 2003 Vadsø kommune 2011 Guovdageainnu/Kautokeino kommune 2014 Loppa kommune 2019 Nordkapp kommune 2020 Porsanger kommune 2021 Kárásjoga gielda/Karasjok kommune 2023 Gamvik kommune 2025 Deanu gielda/Tana kommune 2027 Unjargga gielda/Nesseby kommune 2030 Sør-Varanger kommune
- location_id:
3 results
- NO074
- NO073
- NO072
- 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:
- 2017-10-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2017-10-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2025-115078
- buyer:
19 results
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- 959 469 881
- name:
- Lavangen kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- 961416388
- name:
- Salangen kommune
- id:
- 7ed5fcdc66b09f49f395eaa52843b411
- organization_id:
- 972418005
- name:
- Målselv kommune
- id:
- 5e51f67c80012858485adc7d07fc5144
- organization_id:
- 940 755 603
- name:
- Sørreisa kommune
- id:
- 2236467a59cdc3b729e99104259db9b4
- organization_id:
- 940208580
- name:
- Balsfjord kommune
- id:
- fb9f6e5891aef14cffce292cfc699280
- organization_id:
- 942110286
- name:
- Sør-Varanger
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963376030
- name:
- Karasjok kommune
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- 963 063 237
- name:
- Loppa kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- 938 469 415
- name:
- Nordkapp kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- 934266811
- name:
- Gamvik kommune
- id:
- 726c8a7e38620b9f013039e0c5a2e0ed
- organization_id:
- 943505527
- name:
- Tana kommune
- id:
- 2e3f22bcf20f21ee4693d1bb08ed0ed2
- organization_id:
- 962388108
- name:
- Berlevåg kommune
- id:
- 14334ab349cd8691e2b83e4103b6f0d7
- organization_id:
- 938795592
- name:
- Båtsfjord kommune
- id:
- a02f982665aca24a2d795b1c40801532
- organization_id:
- 839953062
- name:
- Nesseby kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- 959411735
- name:
- Porsanger kommune
- heading:
- Kontorrekvisita for kommuner i Nord-Norge
- description:
- Anskaffelsen gjennomføres på vegne av en gruppe kommuner i samarbeid kalt Innkjøpssirkelen.Alle deltakere i konkurransen er oppdragsgiver og kontraktspart hver for seg. Deltakerne er:1828 Nesna kommune5518 Lavangen kommune5522 Salangen kommune5524 Målselv kommune5526 Sørreisa kommune5532 Balsfjord kommune5605 Sør-Varanger kommune5607 Vadsø kommune5610 Karasjok kommune5612 Kautokeino kommune5614 Loppa kommune5620 Nordkapp kommune5626 Gamvik kommune5628 Tana kommune5630 Berlevåg kommune5632 Båtsfjord kommune5636 Nesseby kommune5622 Porsanger kommune
- location_id:
3 results
- NO073
- NO072
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 17800000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-20T13:12:31Z
- deadline:
- 2025-10-30T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-103392
- buyer:
23 results
- id:
- ca16d7bf30f13739ff5276bed9b45486
- organization_id:
- 964 993 602
- name:
- Vadsø kommune
- id:
- 6d679ff01aeed365249c2fd6b837f8aa
- organization_id:
- 972 418 048
- name:
- Vardø kommune
- id:
- 14334ab349cd8691e2b83e4103b6f0d7
- organization_id:
- 938 795 592
- name:
- Båtsfjord kommune
- id:
- 2e3f22bcf20f21ee4693d1bb08ed0ed2
- organization_id:
- 962 388 108
- name:
- Berlevåg kommune
- id:
- 0e13c65ffb6ae2e06d7b26eddc9bde3b
- organization_id:
- 942 110 286
- name:
- Sør-Varanger kommune
- id:
- a02f982665aca24a2d795b1c40801532
- organization_id:
- 839 953 062
- name:
- Nesseby kommune
- id:
- 726c8a7e38620b9f013039e0c5a2e0ed
- organization_id:
- 943 505 527
- name:
- Tana kommune
- id:
- 272c9699baa52c2f7590aa839d5ebe1b
- organization_id:
- 963 376 030
- name:
- Karasjok kommune
- id:
- 337a27b23ae39dbc898b80eb79276402
- organization_id:
- 945 475 056
- name:
- Kautokeino kommune
- id:
- ae33f38b3d6a2724ac59a7edc0d838c7
- organization_id:
- 959 411 735
- name:
- Porsanger kommune
- id:
- 2498f25371ccbac91518d681000aae01
- organization_id:
- 938 469 415
- name:
- Nordkapp kommune
- id:
- 0720ea7cb35c6d8e6e34105d16f21271
- organization_id:
- 934 266 811
- name:
- Gamvik kommune
- id:
- 5254bba09d784d50ef4b060eb1c46020
- organization_id:
- 921 770 669
- name:
- Hammerfest kommune
- id:
- f4e3037d13014fb675de512c702ccef1
- organization_id:
- 941 087 957
- name:
- Måsøy kommune
- id:
- 297aa32feff370313961874ad85b582a
- organization_id:
- 963 063 237
- name:
- Loppa kommune
- id:
- 31ea65822b96343ef2334dc37fe9540e
- organization_id:
- 961 416 388
- name:
- Salangen kommune
- id:
- 159c6d023325008b66415b1ce114c1bc
- organization_id:
- 959 469 881
- name:
- Lavangen kommune
- id:
- 7ed5fcdc66b09f49f395eaa52843b411
- organization_id:
- 972 418 005
- name:
- Målselv kommune
- id:
- 5e51f67c80012858485adc7d07fc5144
- organization_id:
- 940 755 603
- name:
- Sørreisa kommune
- id:
- 2236467a59cdc3b729e99104259db9b4
- organization_id:
- 940 208 580
- name:
- Balsfjord kommune
- id:
- 21d964afb237a5f54d5d2a80fff766e2
- organization_id:
- 945 717 173
- name:
- Rødøy kommune
- id:
- 3360c0f8e694a19d8affbc05b452c058
- organization_id:
- 939 600 515
- name:
- Nesna kommune
- heading:
- Medisinsk forbruksmateriell, medisinteknisk utstyr og laboratorieteknisk utstyr: 22 kommuner i Nord-Norge
- description:
- Kommuner i Finnmark, Troms og Nordland skal inngå en rammeavtale på kjøp av:Medisinsk forbruksmateriellMedisinteknisk utstyr m/tilhørende forbruksmateriellLaboratorieteknisk utstyr m/tilhørende forbruksmateriellFølgende kommuner deltar:Vardø kommune, 5643Sør-Varanger kommune, 5605 (slutter seg til avtalen 1. oktober 2024)Vadsø kommune, 5607Båtsfjord kommune, 5632Berlevåg kommune, 5630 (slutter seg til avtalen 1. oktober 2024)Nesseby kommune, 5636Tana kommune, 5628Gamvik kommune, 5626Porsanger kommune, 5622Nordkapp kommune, 5620 (slutter seg til avtalen 1. oktober 2024)Måsøy kommune, 5618Hammerfest kommune, 5603Loppa kommune, 5614Karasjok kommune, 5610Kautokeino kommune, 5612Salangen kommune, 5522Lavangen kommune, 5518Målselv kommune, 5524Sørreisa kommune, 5526 (slutter seg til avtalen 1. oktober 2024)Balsfjord kommune, 5532Rødøy kommune, 1836Nesna kommune, 1828
- location_id:
5 results
- NO074
- NO073
- NO072
- anyw
- NO071
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 90800000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-03-07T08:18:57Z
- deadline:
- 2024-03-15T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-03-07
- 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.