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:
- 17
- hits:
10 results
- id:
- 2022-304572
- buyer:
1 results
- id:
- 8a9c276fa539c5b428889ccdcce5888e
- organization_id:
- 921 693 230
- name:
- Viken fylkeskommune
- heading:
- Rammeavtale på drivstoff for Viken fylkeskommune
- description:
- Anskaffelse av rammeavtale på drivstoff for Viken fylkeskommune, Viken kollektivterminaler og 14 kommuner: Asker kommune, Frogn kommune, Halden kommune, Indre Østfold kommune, Moss kommune, Nesodden kommune, Nordre Follo kommune, Rakkestad kommune, Råde kommune, Sarpsborg kommune, Vestby kommune, Ås kommune, Drammen kommune og Bærum kommune.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-01-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-01-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-105338
- buyer:
1 results
- id:
- 3ec1c7bdf77b0602b65119394eeda8ab
- organization_id:
- 948164256
- name:
- Aurskog-Høland kommune
- heading:
- Drivstoff
- description:
- Aurskog-Høland kommune har behov for drivstoff til ca. 50 kjøretøy og maskiner. Det ønskes inngått rammeavtaler for levering av drivstoff, inkludert diesel, bensin og eventuelt biodrivstoff. Avtalen skal dekke hele kommunen og deles opp i delkontrakter for å sikre lokal tilgjengelighet og konkurranse.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-03-17T14:16:13Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-112358
- buyer:
1 results
- heading:
- Intensjonskunngjøring: 10-års service på thrusterne til FF Gunnerus
- description:
- Thrusterne til FF Gunnerus er av typen Rim-Drive Azimuth Thrusters, RDAZ1900. De skal ha 10-års service i henhold til leverandørens spesifikasjoner. Demontering av thrusterne gjøres ved Fiskerstrand Verft, som NTNU har rammeavtale med. Etter demontering blir thrusterne fraktet til Kongsberg Maretime AS for gjennomføring av servicen, før de blir sendt tilbake til Fiskerstrand Verft for remontering.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2025-08-27T12:23:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-301487
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- 187690 - Car Park Revenue Management
- description:
- Avinor intends to sign a contract with IDeaS regarding revenue management system (RMS) as Software as a Service, for parking business at Oslo Airport. Based on all parking transactions, RMS will help to set the right prices for the right products at the right time. Refers to data-driven tactics and strategies that optimize product availability and price to achieve the highest possible revenue growth.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2018-06-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-06-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-320066
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Minibuss- og personbiltjenester Follo 2022
- description:
- The competition consists of 6 sub-assignments distributed on different types of vehicles of minibuses and passenger cars. Ruter As (“Client”) need minibuses and cars to drive special school buses, service lines and other transport in the Follo municipalities; Nordre Follo, Ås, Frogn, Nesodden, Vestby and the southern part of Enebakk. The operator is responsible for delivering transport services to customers in accordance with the Client's specifications. The largest customer group in this assignment is school students. In the Follo municipalities, there are currently approx. 1,000 school pupils with a special ride to and from school. The wagons can be commissioned throughout Ruter's area of operation, ie Oslo and the parts of Viken that previously constituted Akershus county as well as to nearby municipalities in the former Østfold county. This also applies to transport assignments where Østfold Public Transport (ØKT) is the client.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 552000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-01-26T10:00:00Z
- deadline:
- 2021-03-01T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-01-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-660469
- buyer:
1 results
- id:
- 09787bb9749aaf88112fe3b3f6d1c42c
- organization_id:
- 914 459 265
- name:
- Tilsynsrådet for advokatvirksomhet
- heading:
- Anskaffelse av fagsystem basert på standard skytjenester
- description:
- Vi ønsker å erstatte fagsystemet som benyttes for bruk og oppdatering av register over personer i Norge som kan drive advokat- eller rettshjelpvirksomhet, samt advokatfullmektiger. Vi ønsker å anskaffe en fremtidsrettet og sikker løsning som ikke bare ivaretar Tilsynsrådets behov, men også legger til rette for at andre offentlige virksomheter kan ha tilgang til opplysninger i registeret. Vi ønsker å modernisere måten vi tilnærmer oss eksisterende prosesser. Vi ønsker også å knytte oss opp mot andre autoritative register og hente nødvendige opplysninger fra disse automatisk. Tilsynsrådet ønsker å erstatte dagens løsning med et fagsystem / standardisert CRM-løsning for registrering av opplysninger om advokater, advokatfullmektiger, rettshjelpere og andre hjemmelshavere under vårt tilsynsområde. Fagsystemet skal være basert på standard Software-as-a-service “SaaS” skytjeneste(r). For nærmere beskrivelse av leveransen, se vedlagte bilag til SSA-lille sky, herunder særlig bilag 1.
- 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-01-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-01-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-395776
- buyer:
1 results
- id:
- 09787bb9749aaf88112fe3b3f6d1c42c
- organization_id:
- 914 459 265
- name:
- Tilsynsrådet for advokatvirksomhet
- heading:
- Anskaffelse av fagsystem basert på standard skytjenester
- description:
- Vi ønsker å erstatte fagsystemet som benyttes for bruk og oppdatering av register over personer i Norge som kan drive advokat- eller rettshjelpvirksomhet, samt advokatfullmektiger. Vi ønsker å anskaffe en fremtidsrettet og sikker løsning som ikke bare ivaretar Tilsynsrådets behov, men også legger til rette for at andre offentlige virksomheter kan ha tilgang til opplysninger i registeret. Vi ønsker å modernisere måten vi tilnærmer oss eksisterende prosesser. Vi ønsker også å knytte oss opp mot andre autoritative register og hente nødvendige opplysninger fra disse automatisk. Tilsynsrådet ønsker å erstatte dagens løsning med et fagsystem / standardisert CRM-løsning for registrering av opplysninger om advokater, advokatfullmektiger, rettshjelpere og andre hjemmelshavere under vårt tilsynsområde. Fagsystemet skal være basert på standard Software-as-a-service “SaaS” skytjeneste(r). For nærmere beskrivelse av leveransen, se vedlagte bilag til SSA-lille sky, herunder særlig bilag 1.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-06-23T10:00:00Z
- deadline:
- 2022-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-345751
- buyer:
1 results
- id:
- 005c08df92422ac655431a4df78c5cac
- organization_id:
- 941856543
- name:
- Fjellinjen AS
- heading:
- 2021-13 Anskaffelse av Konsulenttjenester innkreving
- description:
- Fjellinjen har behov for kapasitet knyttet til sin innkrevingsfunksjon.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-05-06T10:00:00Z
- deadline:
- 2021-05-21T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-05-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-112457
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-07-27T08:06:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120849
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:30:15Z
- deadline:
- 2026-01-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- 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:
- 17
- hits:
10 results
- id:
- 2022-304572
- buyer:
1 results
- id:
- 8a9c276fa539c5b428889ccdcce5888e
- organization_id:
- 921 693 230
- name:
- Viken fylkeskommune
- heading:
- Rammeavtale på drivstoff for Viken fylkeskommune
- description:
- Anskaffelse av rammeavtale på drivstoff for Viken fylkeskommune, Viken kollektivterminaler og 14 kommuner: Asker kommune, Frogn kommune, Halden kommune, Indre Østfold kommune, Moss kommune, Nesodden kommune, Nordre Follo kommune, Rakkestad kommune, Råde kommune, Sarpsborg kommune, Vestby kommune, Ås kommune, Drammen kommune og Bærum kommune.
- location_id:
4 results
- NO085
- NO084
- NO083
- NO082
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2022-01-15T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-01-15
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-105338
- buyer:
1 results
- id:
- 3ec1c7bdf77b0602b65119394eeda8ab
- organization_id:
- 948164256
- name:
- Aurskog-Høland kommune
- heading:
- Drivstoff
- description:
- Aurskog-Høland kommune har behov for drivstoff til ca. 50 kjøretøy og maskiner. Det ønskes inngått rammeavtaler for levering av drivstoff, inkludert diesel, bensin og eventuelt biodrivstoff. Avtalen skal dekke hele kommunen og deles opp i delkontrakter for å sikre lokal tilgjengelighet og konkurranse.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 8000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-03-17T14:16:13Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-112358
- buyer:
1 results
- heading:
- Intensjonskunngjøring: 10-års service på thrusterne til FF Gunnerus
- description:
- Thrusterne til FF Gunnerus er av typen Rim-Drive Azimuth Thrusters, RDAZ1900. De skal ha 10-års service i henhold til leverandørens spesifikasjoner. Demontering av thrusterne gjøres ved Fiskerstrand Verft, som NTNU har rammeavtale med. Etter demontering blir thrusterne fraktet til Kongsberg Maretime AS for gjennomføring av servicen, før de blir sendt tilbake til Fiskerstrand Verft for remontering.
- location_id:
1 results
- NO0A3
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2025-08-27T12:23:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-08-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2018-301487
- buyer:
1 results
- id:
- 1172c118d3c0d86c04061c211258f772
- organization_id:
- 985 198 292
- name:
- Avinor AS
- heading:
- 187690 - Car Park Revenue Management
- description:
- Avinor intends to sign a contract with IDeaS regarding revenue management system (RMS) as Software as a Service, for parking business at Oslo Airport. Based on all parking transactions, RMS will help to set the right prices for the right products at the right time. Refers to data-driven tactics and strategies that optimize product availability and price to achieve the highest possible revenue growth.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2018-06-05T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2018-06-05
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-320066
- buyer:
1 results
- id:
- 227d6c7975e65d587bc07db554fb627d
- organization_id:
- 991 609 407
- name:
- Ruter As
- heading:
- Minibuss- og personbiltjenester Follo 2022
- description:
- The competition consists of 6 sub-assignments distributed on different types of vehicles of minibuses and passenger cars. Ruter As (“Client”) need minibuses and cars to drive special school buses, service lines and other transport in the Follo municipalities; Nordre Follo, Ås, Frogn, Nesodden, Vestby and the southern part of Enebakk. The operator is responsible for delivering transport services to customers in accordance with the Client's specifications. The largest customer group in this assignment is school students. In the Follo municipalities, there are currently approx. 1,000 school pupils with a special ride to and from school. The wagons can be commissioned throughout Ruter's area of operation, ie Oslo and the parts of Viken that previously constituted Akershus county as well as to nearby municipalities in the former Østfold county. This also applies to transport assignments where Østfold Public Transport (ØKT) is the client.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 552000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-01-26T10:00:00Z
- deadline:
- 2021-03-01T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2021-01-26
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-660469
- buyer:
1 results
- id:
- 09787bb9749aaf88112fe3b3f6d1c42c
- organization_id:
- 914 459 265
- name:
- Tilsynsrådet for advokatvirksomhet
- heading:
- Anskaffelse av fagsystem basert på standard skytjenester
- description:
- Vi ønsker å erstatte fagsystemet som benyttes for bruk og oppdatering av register over personer i Norge som kan drive advokat- eller rettshjelpvirksomhet, samt advokatfullmektiger. Vi ønsker å anskaffe en fremtidsrettet og sikker løsning som ikke bare ivaretar Tilsynsrådets behov, men også legger til rette for at andre offentlige virksomheter kan ha tilgang til opplysninger i registeret. Vi ønsker å modernisere måten vi tilnærmer oss eksisterende prosesser. Vi ønsker også å knytte oss opp mot andre autoritative register og hente nødvendige opplysninger fra disse automatisk. Tilsynsrådet ønsker å erstatte dagens løsning med et fagsystem / standardisert CRM-løsning for registrering av opplysninger om advokater, advokatfullmektiger, rettshjelpere og andre hjemmelshavere under vårt tilsynsområde. Fagsystemet skal være basert på standard Software-as-a-service “SaaS” skytjeneste(r). For nærmere beskrivelse av leveransen, se vedlagte bilag til SSA-lille sky, herunder særlig bilag 1.
- 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-01-03T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2023-01-03
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-395776
- buyer:
1 results
- id:
- 09787bb9749aaf88112fe3b3f6d1c42c
- organization_id:
- 914 459 265
- name:
- Tilsynsrådet for advokatvirksomhet
- heading:
- Anskaffelse av fagsystem basert på standard skytjenester
- description:
- Vi ønsker å erstatte fagsystemet som benyttes for bruk og oppdatering av register over personer i Norge som kan drive advokat- eller rettshjelpvirksomhet, samt advokatfullmektiger. Vi ønsker å anskaffe en fremtidsrettet og sikker løsning som ikke bare ivaretar Tilsynsrådets behov, men også legger til rette for at andre offentlige virksomheter kan ha tilgang til opplysninger i registeret. Vi ønsker å modernisere måten vi tilnærmer oss eksisterende prosesser. Vi ønsker også å knytte oss opp mot andre autoritative register og hente nødvendige opplysninger fra disse automatisk. Tilsynsrådet ønsker å erstatte dagens løsning med et fagsystem / standardisert CRM-løsning for registrering av opplysninger om advokater, advokatfullmektiger, rettshjelpere og andre hjemmelshavere under vårt tilsynsområde. Fagsystemet skal være basert på standard Software-as-a-service “SaaS” skytjeneste(r). For nærmere beskrivelse av leveransen, se vedlagte bilag til SSA-lille sky, herunder særlig bilag 1.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-06-23T10:00:00Z
- deadline:
- 2022-08-22T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2022-06-23
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-345751
- buyer:
1 results
- id:
- 005c08df92422ac655431a4df78c5cac
- organization_id:
- 941856543
- name:
- Fjellinjen AS
- heading:
- 2021-13 Anskaffelse av Konsulenttjenester innkreving
- description:
- Fjellinjen har behov for kapasitet knyttet til sin innkrevingsfunksjon.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-05-06T10:00:00Z
- deadline:
- 2021-05-21T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-05-06
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2026-112457
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2026-07-27T08:06:54Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-07-28
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-120849
- buyer:
2 results
- id:
- ba604041997d8cf4073f2172ff7182fd
- organization_id:
- 987592567
- name:
- Oslo kommune v/ Oslo Havn KF
- id:
- d22ffef375dcb75997bd9726acec1281
- organization_id:
- 996922766
- name:
- Oslo Kommune v/ Bymiljøetaten
- heading:
- 45HAV24 - Framework Agreement for Quay Mapping and Scanning Services
- description:
- PURPOSE AND SCOPE OF THE PROCUREMENT Oslo Municipality, represented by Oslo Havn KF (Port of Oslo) and Bymiljøetaten (Agency for Urban Environment) (collectively referred to as the Purchaser), invites tenderers to participate in a negotiated procedure with prior call for competition for the procurement of the framework agreement for Quay Mapping and Scanning Services. The Purchaser intends to procure modern mapping technologies and analysis tools to improve the condition assessment of quay structures, enable early identification of damage, and support better planning for maintenance and rehabilitation. This procurement forms part of a broader effort to modernize port operations, reduce lifecycle costs, and ensure sustainable management of maritime infrastructure. The purpose is to establish a unified, data-driven foundation for condition monitoring, maintenance planning, and investment decisions across Oslo Havn’s 8800 meters of quay infrastructure. Further details on the scope, requirements, and content of the procurement are provided in the Main Tender Document, the customer requirement specification and in the relevant SSA-R appendices.
- location_id:
1 results
- NO081
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 28000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- AWARDED
- issueDate:
- 2025-12-18T12:30:15Z
- deadline:
- 2026-01-27T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-12-19
- 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.