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:
- 61
- hits:
10 results
- id:
- 2025-113599
- buyer:
1 results
- heading:
- Stavanger lufthavn - T-192632 - Vinterdrift
- description:
- Anskaffelsen omfatter innleie personell for betjening av Avinors materiell og kjøretøy/maskiner med førere (landside) for vinterdrift ved Stavanger lufthavn.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19500000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-09-22T10:36:31Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-09-23
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108691
- buyer:
1 results
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- heading:
- Endringsordre på Fv. 3804 Ose bru - intensjonskunngjøring
- description:
- Agder fylkeskommune har besluttet å endre bruløsning for Fv. 3804 Ose bru fra 3 spenns til 2 spenns spennarmert betongbru som følge av videre prosjektering og samhandling i prosjektets tidlige fase. Endringen gir en mer gjennomførbar løsning ved at arbeid i elv kan utføres i én sammenhengende operasjon, reduserer inngrep i elvebunnen og gir forbedrede forhold for miljø og SHA. Fjerning av én pilargruppe i elven reduserer islasteksponeringen. Bruas funksjon, kapasitet, dimensjoner og materialvalg er for øvrig uendret. Den anskaffelsesrettslige vurderingen er foretatt av Advokatfirma Haavind AS på oppdrag fra Agder fylkeskommune. Endringen gjennomføres med hjemmel i kontraktens endringsklausul formaliseres gjennom endringsordre med vederlagsjustering, jf. NS 8407 punkt 31.1, jf. punkt 34 flg, jf. anskaffelsesforskriften § 28 1 første ledd bokstav a. Endringen endrer ikke kontraktens overordnede karakter.
- location_id:
1 results
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2026-05-12T11:31:02Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-100057
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971045698
- name:
- Rogaland fylkeskommune
- heading:
- Konkurranse Bypakken Haugesund - Fastlands-Karmøy, Haugalandspakken-Grunnarbeid for etablering og riving av bomstasjoner
- description:
- Rogaland fylkeskommune har behov for å få gjennomført tiltak knyttet til bomstasjoner for Bypakken Haugesund - Fastlands- Karmøy, Haugalandspakken. Prosjektet gjelder grunnarbeid for etablering av nye bomstasjoner, og riving av gamle bomstasjoner.
- location_id:
1 results
- NO0A1
- 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:
- 2026-01-04T21:40:04Z
- deadline:
- 2025-12-31T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-01-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-103171
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 334 Prestegårdsvegen - Utskifting kulvert
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjekt Fv. 334 Prestegårdvegen - Utskifting av kulvert. Prosjektområdet er lokalisert på Austrått, sør for Sandnes sentrum. Fv. 344 Prestegårdsveien/Gamle Ålgårdsveien går i eksisterende situasjon over en gang- sykkel krysning som ligger i kulvert. Kulverten har konstruksjonsmessige skader og skal rives, og erstattes med en platebru.
- location_id:
1 results
- NO0A1
- 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-03-01T14:46:41Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2025-03-02
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2025-103172
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 505 Frøyland bru - ny bru, rundkjøring og fortau/gs veg
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjektet Fv.505 Frøyland bru - ny bru, rundkjøring og fortau/gs veg. Arbeidet omfatter i hovedsak etablering av ny Frøyland bru, ny rundkjøring nord for Frøyland bru med gang- og sykkelveg, og fortau langs fv. 505 og fv. 4424. Bru og mur: Ny bru skal være en to-felts bjelkebru med gang- og sykkelveg i nordgående retning og fortau i sørgåenderetning.
- location_id:
1 results
- NO0A1
- 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-03-01T15:12:26Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2025-03-02
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2024-114576
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv.450 Skredsikring langs Nedre Bergsvatnet
- description:
- Rogaland fylkeskommune har behov for å gjennomføre prosjektet Fv. 450 Skredsikring langs Nedre Bergsvatnet. Arbeidet omfatter skredsikring av strekningen langs Nedre Bergsvatnet og utvidelse av veg. Strekningen er ca. 1,6 kilometer lang, og går fra Berge i sørvest til Lomeland i nordøst. Hovedgrep er å legge vegen på fylling i Nedre Bergsvatnet og etablere fangvoll på dagens vegbane. Hensikten med prosjektet er å sikre strekningen langs Bergsura mot skred i vegbanen.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 82000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-11T08:24:30Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-10-14
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-114508
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 4328 Hølland bru rehabilitering og forsterkning
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjekt: Fv. 4328 Hølland bru - rehabilitering og forsterkning. Prosjektet består av å forsterke og rehabilitere eksisterende Hølland bru, inkl. nødvendige tilpasninger til det tilhørende veganlegget og sidearealer. Hølland bru er en steinhvelvsbru som ligger på fylkesveg 4328 i Hå kommune.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-11T09:41:33Z
- deadline:
- 2025-01-30T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-10-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-114358
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv.4794 Frakkagjerd-Dragavika
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjektet Fv.4794 Frakkagjerd – Dragavika G/S og VA som er et samarbeidsprosjekt mellom Rogaland Fylkeskommune og Tysvær kommune, hvor Rogaland har det formelle byggherreansvaret. Prosjektet består i å oppgradere Høievegen fra Frakkagjerd skole til Dragavika. Vegen skal breddeutvides og det skal etableres langsgående GS-veg på samme strekningen. Tysvær kommune vil oppgradere / fornye sitt VA-anlegg på samme strekningen.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 40000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-08T12:59:29Z
- deadline:
- 2025-02-21T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-10-09
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-107852
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Driftskontrakt fylkesvegnett 1107 Haugalandet 2024-2029
- description:
- Rogaland fylkeskommune lyser ut konkurranse for Driftskontrakt 1107 Haugalandet 2024-2029. Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på fylkesveger og fylkes-g/s-veger med tilhørende sideanlegg, sideområder, utstyr og installasjoner, i Haugesund, Karmøy, Tysvær, Bokn og Utsira kommune i henhold til vegliste gitt i kap. D2-V1 og D2-S20.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-05-24T11:25:17Z
- deadline:
- 2029-08-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-05-27
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2023-675413
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland Fylkeskommune
- heading:
- Driftskontrakt fylkesvegnett 1101 Dalane 2023-2027
- description:
- Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på fylkesveger og fylkes-g/s-veger med tilhørende sideanlegg, sideområder, utstyr og installasjoner, i Sokndal, Lund, Eigersund, Bjerkreim, Hå, Time, Gjesdal og Flekkefjord kommuner i henhold til vegliste gitt i kap. D2-V1 og D2-S20. Arbeidet gjøres opp med rundsum for rundsumprosesser, iht. mengder og enhetspriser for øvrige prosesser og som regningsarbeid iht. timepriser for mannskap og maskiner.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2023-06-29T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-06-29
- 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:
- 61
- hits:
10 results
- id:
- 2025-113599
- buyer:
1 results
- heading:
- Stavanger lufthavn - T-192632 - Vinterdrift
- description:
- Anskaffelsen omfatter innleie personell for betjening av Avinors materiell og kjøretøy/maskiner med førere (landside) for vinterdrift ved Stavanger lufthavn.
- location_id:
1 results
- NO0A1
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 19500000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2025-09-22T10:36:31Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-09-23
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108691
- buyer:
1 results
- id:
- b4d07b65979ff1c7968dc28b60d375d4
- organization_id:
- 921707134
- name:
- Agder fylkeskommune
- heading:
- Endringsordre på Fv. 3804 Ose bru - intensjonskunngjøring
- description:
- Agder fylkeskommune har besluttet å endre bruløsning for Fv. 3804 Ose bru fra 3 spenns til 2 spenns spennarmert betongbru som følge av videre prosjektering og samhandling i prosjektets tidlige fase. Endringen gir en mer gjennomførbar løsning ved at arbeid i elv kan utføres i én sammenhengende operasjon, reduserer inngrep i elvebunnen og gir forbedrede forhold for miljø og SHA. Fjerning av én pilargruppe i elven reduserer islasteksponeringen. Bruas funksjon, kapasitet, dimensjoner og materialvalg er for øvrig uendret. Den anskaffelsesrettslige vurderingen er foretatt av Advokatfirma Haavind AS på oppdrag fra Agder fylkeskommune. Endringen gjennomføres med hjemmel i kontraktens endringsklausul formaliseres gjennom endringsordre med vederlagsjustering, jf. NS 8407 punkt 31.1, jf. punkt 34 flg, jf. anskaffelsesforskriften § 28 1 første ledd bokstav a. Endringen endrer ikke kontraktens overordnede karakter.
- location_id:
1 results
- NO092
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2026-05-12T11:31:02Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-100057
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971045698
- name:
- Rogaland fylkeskommune
- heading:
- Konkurranse Bypakken Haugesund - Fastlands-Karmøy, Haugalandspakken-Grunnarbeid for etablering og riving av bomstasjoner
- description:
- Rogaland fylkeskommune har behov for å få gjennomført tiltak knyttet til bomstasjoner for Bypakken Haugesund - Fastlands- Karmøy, Haugalandspakken. Prosjektet gjelder grunnarbeid for etablering av nye bomstasjoner, og riving av gamle bomstasjoner.
- location_id:
1 results
- NO0A1
- 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:
- 2026-01-04T21:40:04Z
- deadline:
- 2025-12-31T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-01-05
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-103171
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 334 Prestegårdsvegen - Utskifting kulvert
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjekt Fv. 334 Prestegårdvegen - Utskifting av kulvert. Prosjektområdet er lokalisert på Austrått, sør for Sandnes sentrum. Fv. 344 Prestegårdsveien/Gamle Ålgårdsveien går i eksisterende situasjon over en gang- sykkel krysning som ligger i kulvert. Kulverten har konstruksjonsmessige skader og skal rives, og erstattes med en platebru.
- location_id:
1 results
- NO0A1
- 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-03-01T14:46:41Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2025-03-02
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2025-103172
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 505 Frøyland bru - ny bru, rundkjøring og fortau/gs veg
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjektet Fv.505 Frøyland bru - ny bru, rundkjøring og fortau/gs veg. Arbeidet omfatter i hovedsak etablering av ny Frøyland bru, ny rundkjøring nord for Frøyland bru med gang- og sykkelveg, og fortau langs fv. 505 og fv. 4424. Bru og mur: Ny bru skal være en to-felts bjelkebru med gang- og sykkelveg i nordgående retning og fortau i sørgåenderetning.
- location_id:
1 results
- NO0A1
- 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-03-01T15:12:26Z
- deadline:
- not reported by source
- sentToTed:
- no
- publicationDate:
- 2025-03-02
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2024-114576
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv.450 Skredsikring langs Nedre Bergsvatnet
- description:
- Rogaland fylkeskommune har behov for å gjennomføre prosjektet Fv. 450 Skredsikring langs Nedre Bergsvatnet. Arbeidet omfatter skredsikring av strekningen langs Nedre Bergsvatnet og utvidelse av veg. Strekningen er ca. 1,6 kilometer lang, og går fra Berge i sørvest til Lomeland i nordøst. Hovedgrep er å legge vegen på fylling i Nedre Bergsvatnet og etablere fangvoll på dagens vegbane. Hensikten med prosjektet er å sikre strekningen langs Bergsura mot skred i vegbanen.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 82000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-11T08:24:30Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-10-14
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2024-114508
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv. 4328 Hølland bru rehabilitering og forsterkning
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjekt: Fv. 4328 Hølland bru - rehabilitering og forsterkning. Prosjektet består av å forsterke og rehabilitere eksisterende Hølland bru, inkl. nødvendige tilpasninger til det tilhørende veganlegget og sidearealer. Hølland bru er en steinhvelvsbru som ligger på fylkesveg 4328 i Hå kommune.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-11T09:41:33Z
- deadline:
- 2025-01-30T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-10-12
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-114358
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Fv.4794 Frakkagjerd-Dragavika
- description:
- Rogaland fylkeskommune har behov for å få gjennomført prosjektet Fv.4794 Frakkagjerd – Dragavika G/S og VA som er et samarbeidsprosjekt mellom Rogaland Fylkeskommune og Tysvær kommune, hvor Rogaland har det formelle byggherreansvaret. Prosjektet består i å oppgradere Høievegen fra Frakkagjerd skole til Dragavika. Vegen skal breddeutvides og det skal etableres langsgående GS-veg på samme strekningen. Tysvær kommune vil oppgradere / fornye sitt VA-anlegg på samme strekningen.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 40000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-10-08T12:59:29Z
- deadline:
- 2025-02-21T00:00:00Z
- sentToTed:
- no
- publicationDate:
- 2024-10-09
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-107852
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland fylkeskommune
- heading:
- Driftskontrakt fylkesvegnett 1107 Haugalandet 2024-2029
- description:
- Rogaland fylkeskommune lyser ut konkurranse for Driftskontrakt 1107 Haugalandet 2024-2029. Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på fylkesveger og fylkes-g/s-veger med tilhørende sideanlegg, sideområder, utstyr og installasjoner, i Haugesund, Karmøy, Tysvær, Bokn og Utsira kommune i henhold til vegliste gitt i kap. D2-V1 og D2-S20.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2024-05-24T11:25:17Z
- deadline:
- 2029-08-30T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-05-27
- placeOfPerformance:
- procurementStrategicLabels:
1 results
- ENVIRONMENT_PROCUREMENT
- id:
- 2023-675413
- buyer:
1 results
- id:
- 4298c73e49748a1f13589320dd94e2b6
- organization_id:
- 971 045 698
- name:
- Rogaland Fylkeskommune
- heading:
- Driftskontrakt fylkesvegnett 1101 Dalane 2023-2027
- description:
- Oppdraget omfatter drifts- og vedlikeholdsoppgaver, med funksjonsansvar for noen av oppgavene, på fylkesveger og fylkes-g/s-veger med tilhørende sideanlegg, sideområder, utstyr og installasjoner, i Sokndal, Lund, Eigersund, Bjerkreim, Hå, Time, Gjesdal og Flekkefjord kommuner i henhold til vegliste gitt i kap. D2-V1 og D2-S20. Arbeidet gjøres opp med rundsum for rundsumprosesser, iht. mengder og enhetspriser for øvrige prosesser og som regningsarbeid iht. timepriser for mannskap og maskiner.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2023-06-29T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-06-29
- 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.