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:
- 434
- hits:
10 results
- id:
- 2026-114087
- buyer:
1 results
- id:
- a916efabd39033c78b8002b322247566
- organization_id:
- 938801363
- name:
- Sarpsborg kommune
- heading:
- Vaskemaskiner til Sarpsborg brannvesen
- description:
- Formålet med konkurransen er å inngå avtale om levering av barrierevaskemaskiner for henholdsvis vask av branntøy, underbekledning og vask av utstyr, samt slangevasker til brann- og redningstjenesten.
- location_id:
1 results
- NO083
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-07T12:33:55Z
- deadline:
- 2026-10-08T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-114050
- buyer:
1 results
- id:
- 61d8d35467c71442f93ef5bd1a5669dd
- organization_id:
- 821311632
- name:
- Vestland fylkeskommune
- heading:
- Anskaffing av ny rammeavtale for handverktøy
- description:
- Vestland fylkeskommune har behov for ein ny rammeavtale for handverktøy. Rammeavtalen vil gjelda heile organisasjonen.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-07T13:43:14Z
- deadline:
- 2026-09-17T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-07
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113846
- buyer:
1 results
- heading:
- Rammeavtale for verneklede og arbeidstøy
- description:
- NGIR-konsernet har behov for ein rammeavtale på innkjøp av verneklede, verneutstyr og andre klede med logo. Kleda og verneutstyret skal verte nytta av renovatørar i og utanfor køyretøy, på gjenvinningsstasjonar, ved handtering av farleg avfall og på det resterande anlegget til NGIR.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 5000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-09-01T13:42:28Z
- deadline:
- 2028-09-06T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113875
- buyer:
1 results
- heading:
- 2026/1168 Rammeavtale for kontroll, service og vedlikehold av brannalarm-, nødlys og talevarslingsanlegg fra systemleverandør Autronica ved eiendommer i Oslo og omegn
- description:
- Rammeavtale for kontroll, service og vedlikehold av brannalarm-, nødlys og talevarslingsanlegg fra systemleverandør Autronica ved eiendommer i Oslo og omegn
- location_id:
2 results
- NO084
- NO081
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-09-02T10:35:12Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-09-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113654
- buyer:
1 results
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- heading:
- Automatisk slokkeanlegg
- description:
- Bygningskomplekset Andorsengården ble oppført i utmurt bindingsverk og kledd med liggende panel. Komplekset ble reist i perioden 1801-1805 og består av et hovedbygg, et økonomibygg og et mellombygg/portrom. Hele komplekset ble fredet i 1923. I 1953 ble det gitt i testamentarisk gave til Mandal kommune. Store deler av bygningsmassen brukes i dag av Vest-Agder-museet, Mandal museum. Andorsengården har behov for ytterliggere brannsikring av inventar og bygningsmasse. Det er startet et arbeid med å installere slokkeanlegg i bygget. I første del prosjekt er røranlegget for hovedbygget kommet på plass. I denne runden ønsker å vi å få på plass pumpe for slokkeanlegget. Det er utført en prosjektering av tørt vanntåkeanlegg med sprinklerventil i underetasjen på hovedbygget. Dette er planlagt koblet til eksisterende 110 mm vanninntak for bygget. Det må bygges et isolert rom rundt sprinklerventilen. Dispensasjon fra fylkeskonseservator er gitt. I denne runden vil det være å få på plass komplett installer pumpe for anlegget som er ferdig klar til å koble til røranlegget. Ønsket oppstart fra Lindesnes kommune er høsten 2026 med ferdigstillelse til nyttår 2026/27.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T13:40:11Z
- deadline:
- 2026-09-28T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113657
- buyer:
1 results
- id:
- c5454cd7a7344c02b20e773603b75cbe
- organization_id:
- 974760983
- name:
- Direktoratet for samfunnssikkerhet og beredskap (DSB)
- heading:
- Kjemikaliedykkerdrakter til undervisningsbruk ved Brann- og redningsskolen
- description:
- Brann- og redningsskolen har behov for 30 kjemikaliedykkerdrakter til bruk i undervisningen ved skolen. For nærmere beskrivelse, se vedlagte anskaffelsesdokumenter
- location_id:
1 results
- NO072
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T14:10:11Z
- deadline:
- 2026-09-18T10:00:58Z
- sentToTed:
- no
- publicationDate:
- 2026-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113358
- buyer:
1 results
- id:
- 24e52888de5ebd856f43ef5bf9d0acb1
- organization_id:
- 934076613
- name:
- Sunnhordland Lufthavn AS
- heading:
- Flyplassbrannbil, Sunnhordland lufthamn
- description:
- Multiconsult lyser ut på vegne av Sunnhordland Lufthavn AS anbodskonkurranse på ny flyplassbrannbil.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-21T13:15:07Z
- deadline:
- 2026-09-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113347
- buyer:
1 results
- id:
- e8c8366634f133c9369135bb3fe9eac1
- organization_id:
- 939991034
- name:
- Porsgrunn kommune
- heading:
- Brannbåt GBR 2026
- description:
- Anskaffelsen gjelder 1 stk. båt, som skal brukes som brannbåt. Se for øvrig nærmere krav og beskrivelse i kap. 2 og 3, samt i kravspesifikasjonen. Anskaffelsens verdi anslås til omkring EØS terskelverdi eller over, og derfor kunngjøres denne som en del III anskaffelse.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-21T12:04:42Z
- deadline:
- 2026-09-28T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-24
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112985
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Rammeavtale - tekniske sikringstjenester
- description:
- Trondheim kommune ved Trondheim eiendom ønsker å etablere en rammeavtale for automatisk adgangskontroll (AAK) og innbruddsalarmanlegg (AIA) i kommunens formålsbygg. Formålet med avtalen er å sikre at kommunens eiendommer til enhver tid er teknisk sikret på en forsvarlig og forskriftsmessig måte.Rammeavtalen omfatter service, reparasjon, vedlikehold og utvidelser av eksisterende anlegg, samt komplette nyinstallasjoner i eksisterende og nye formålsbygg.
- location_id:
1 results
- NO060
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 100000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-13T10:56:40Z
- deadline:
- 2026-09-18T07:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112888
- buyer:
1 results
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- heading:
- 2026/0012 Rammeavtale kontroll av sprinkleranlegg
- description:
- Anskaffelsen gjelder inngåelse av rammeavtale for levering av kontroll, vedlikehold og reparasjon av sprinkleranlegg på Alver kommune sine eiendommer.Anskaffelsen skal dekke oppdragsgivers behov for lovpålagt kontroll/FG-kontroll, uavhengig kontroll/3- parts kontroll, service, vedlikehold, reparasjon, utvidelse og oppgradering av sprinkleranlegg på alle bygg med sprinkleranlegg.I tillegg vil det være aktuelt å gjennomføre uavhengig kontroll ved nybygg/installasjoner.Avtalen er ment å dekke bygningseiers plikter med hensyn til brannvern etter de til enhver tid gjeldende bygge- og brannforskrifter med tilhørende veiledninger. Eventuelle fremtidige endringer til disse skal legges til grunn for avtalen.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-11T06:50:29Z
- deadline:
- 2026-09-18T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-12
- 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:
- 434
- hits:
10 results
- id:
- 2026-114087
- buyer:
1 results
- id:
- a916efabd39033c78b8002b322247566
- organization_id:
- 938801363
- name:
- Sarpsborg kommune
- heading:
- Vaskemaskiner til Sarpsborg brannvesen
- description:
- Formålet med konkurransen er å inngå avtale om levering av barrierevaskemaskiner for henholdsvis vask av branntøy, underbekledning og vask av utstyr, samt slangevasker til brann- og redningstjenesten.
- location_id:
1 results
- NO083
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-07T12:33:55Z
- deadline:
- 2026-10-08T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-114050
- buyer:
1 results
- id:
- 61d8d35467c71442f93ef5bd1a5669dd
- organization_id:
- 821311632
- name:
- Vestland fylkeskommune
- heading:
- Anskaffing av ny rammeavtale for handverktøy
- description:
- Vestland fylkeskommune har behov for ein ny rammeavtale for handverktøy. Rammeavtalen vil gjelda heile organisasjonen.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-09-07T13:43:14Z
- deadline:
- 2026-09-17T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-07
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113846
- buyer:
1 results
- heading:
- Rammeavtale for verneklede og arbeidstøy
- description:
- NGIR-konsernet har behov for ein rammeavtale på innkjøp av verneklede, verneutstyr og andre klede med logo. Kleda og verneutstyret skal verte nytta av renovatørar i og utanfor køyretøy, på gjenvinningsstasjonar, ved handtering av farleg avfall og på det resterande anlegget til NGIR.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 5000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-09-01T13:42:28Z
- deadline:
- 2028-09-06T00:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-09-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113875
- buyer:
1 results
- heading:
- 2026/1168 Rammeavtale for kontroll, service og vedlikehold av brannalarm-, nødlys og talevarslingsanlegg fra systemleverandør Autronica ved eiendommer i Oslo og omegn
- description:
- Rammeavtale for kontroll, service og vedlikehold av brannalarm-, nødlys og talevarslingsanlegg fra systemleverandør Autronica ved eiendommer i Oslo og omegn
- location_id:
2 results
- NO084
- NO081
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-09-02T10:35:12Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-09-03
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113654
- buyer:
1 results
- id:
- 33f3c9713d6cfab7345b37fbfdb94d0a
- organization_id:
- 921060440
- name:
- Lindesnes kommune
- heading:
- Automatisk slokkeanlegg
- description:
- Bygningskomplekset Andorsengården ble oppført i utmurt bindingsverk og kledd med liggende panel. Komplekset ble reist i perioden 1801-1805 og består av et hovedbygg, et økonomibygg og et mellombygg/portrom. Hele komplekset ble fredet i 1923. I 1953 ble det gitt i testamentarisk gave til Mandal kommune. Store deler av bygningsmassen brukes i dag av Vest-Agder-museet, Mandal museum. Andorsengården har behov for ytterliggere brannsikring av inventar og bygningsmasse. Det er startet et arbeid med å installere slokkeanlegg i bygget. I første del prosjekt er røranlegget for hovedbygget kommet på plass. I denne runden ønsker å vi å få på plass pumpe for slokkeanlegget. Det er utført en prosjektering av tørt vanntåkeanlegg med sprinklerventil i underetasjen på hovedbygget. Dette er planlagt koblet til eksisterende 110 mm vanninntak for bygget. Det må bygges et isolert rom rundt sprinklerventilen. Dispensasjon fra fylkeskonseservator er gitt. I denne runden vil det være å få på plass komplett installer pumpe for anlegget som er ferdig klar til å koble til røranlegget. Ønsket oppstart fra Lindesnes kommune er høsten 2026 med ferdigstillelse til nyttår 2026/27.
- location_id:
1 results
- NO092
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 2000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T13:40:11Z
- deadline:
- 2026-09-28T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113657
- buyer:
1 results
- id:
- c5454cd7a7344c02b20e773603b75cbe
- organization_id:
- 974760983
- name:
- Direktoratet for samfunnssikkerhet og beredskap (DSB)
- heading:
- Kjemikaliedykkerdrakter til undervisningsbruk ved Brann- og redningsskolen
- description:
- Brann- og redningsskolen har behov for 30 kjemikaliedykkerdrakter til bruk i undervisningen ved skolen. For nærmere beskrivelse, se vedlagte anskaffelsesdokumenter
- location_id:
1 results
- NO072
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-28T14:10:11Z
- deadline:
- 2026-09-18T10:00:58Z
- sentToTed:
- no
- publicationDate:
- 2026-08-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113358
- buyer:
1 results
- id:
- 24e52888de5ebd856f43ef5bf9d0acb1
- organization_id:
- 934076613
- name:
- Sunnhordland Lufthavn AS
- heading:
- Flyplassbrannbil, Sunnhordland lufthamn
- description:
- Multiconsult lyser ut på vegne av Sunnhordland Lufthavn AS anbodskonkurranse på ny flyplassbrannbil.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-21T13:15:07Z
- deadline:
- 2026-09-21T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-25
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-113347
- buyer:
1 results
- id:
- e8c8366634f133c9369135bb3fe9eac1
- organization_id:
- 939991034
- name:
- Porsgrunn kommune
- heading:
- Brannbåt GBR 2026
- description:
- Anskaffelsen gjelder 1 stk. båt, som skal brukes som brannbåt. Se for øvrig nærmere krav og beskrivelse i kap. 2 og 3, samt i kravspesifikasjonen. Anskaffelsens verdi anslås til omkring EØS terskelverdi eller over, og derfor kunngjøres denne som en del III anskaffelse.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-21T12:04:42Z
- deadline:
- 2026-09-28T10:00:58Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-24
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112985
- buyer:
1 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- heading:
- Rammeavtale - tekniske sikringstjenester
- description:
- Trondheim kommune ved Trondheim eiendom ønsker å etablere en rammeavtale for automatisk adgangskontroll (AAK) og innbruddsalarmanlegg (AIA) i kommunens formålsbygg. Formålet med avtalen er å sikre at kommunens eiendommer til enhver tid er teknisk sikret på en forsvarlig og forskriftsmessig måte.Rammeavtalen omfatter service, reparasjon, vedlikehold og utvidelser av eksisterende anlegg, samt komplette nyinstallasjoner i eksisterende og nye formålsbygg.
- location_id:
1 results
- NO060
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 100000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-13T10:56:40Z
- deadline:
- 2026-09-18T07:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-112888
- buyer:
1 results
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- heading:
- 2026/0012 Rammeavtale kontroll av sprinkleranlegg
- description:
- Anskaffelsen gjelder inngåelse av rammeavtale for levering av kontroll, vedlikehold og reparasjon av sprinkleranlegg på Alver kommune sine eiendommer.Anskaffelsen skal dekke oppdragsgivers behov for lovpålagt kontroll/FG-kontroll, uavhengig kontroll/3- parts kontroll, service, vedlikehold, reparasjon, utvidelse og oppgradering av sprinkleranlegg på alle bygg med sprinkleranlegg.I tillegg vil det være aktuelt å gjennomføre uavhengig kontroll ved nybygg/installasjoner.Avtalen er ment å dekke bygningseiers plikter med hensyn til brannvern etter de til enhver tid gjeldende bygge- og brannforskrifter med tilhørende veiledninger. Eventuelle fremtidige endringer til disse skal legges til grunn for avtalen.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- ACTIVE
- issueDate:
- 2026-08-11T06:50:29Z
- deadline:
- 2026-09-18T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2026-08-12
- 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.