search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

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

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} with values. Remove unused optional parameters from the URL.

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.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter 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.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-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.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer 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.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy 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.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber 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.

Type: string. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). 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.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. 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.

Result

Source: Doffin and TED. Retrieved 2026-09-15T01:40:23Z in 0.202 seconds.

total_count:
13
hits:

10 results

  1. id:
    2026-102337
    buyer:

    1 results

    1. id:
      a9269d2d2ea4849f570a49abd41807d8
      organization_id:
      996922766
      name:
      Oslo Kommune Bymiljøetaten
    heading:
    Kjøp av drift og vedlikehold av trafikktekniske installasjoner
    description:
    En drifts- og vedlikeholdsavtale på trafikktekniske installasjoner langs vei som bidrar til en trygg og sikker by.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    120000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-02-02T07:53:52Z
    deadline:
    2030-05-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2024-112721
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971032081
      name:
      Statens vegvesen
    heading:
    Levering, montering, tilkobling og idriftsettelse av friteksttavler
    description:
    Statens vegvesen skal gjennom prosjektet «Forutsigbart fremkommelige fjelloverganger» (FFF) bruke teknologi til å gi både økt forutsigbarhet og økt framkommelighet. Statens vegvesen har ansvar for viktige fjelloverganger som påvirkes mye av vær- og vinterforhold. Dette omfatter 24 fjelloverganger på europa- og riksvegnettet, pluss et utvalg vegstrekninger med tilsvarende fjellproblematikk i lavlandet. Trafikanter og transportnæringen har behov for forutsigbar framkommelighet, noe som blant annet innebærer: • å få god informasjon om værforhold, stenging, prognoser for stengt periode • å få informasjon om omkjøring og vegvalg så tidlig som mulig. • å få informasjon som gjør at man velger når man skal reise. Prosjektet «Forutsigbart fremkommelige fjelloverganger» (FFF) er organisert i 4 arbeidspakker. Arbeidspakke 2 omfatter oppgaver med å instrumentere vegstrekninger, noe som blant annet inkluderer å utplassere fysiske friteksttavler langs vegen for å rute trafikk til andre alternative ruter, gi info om forventet fremkommelighet eller føringer om kjettingbruk og tilsvarende. Som en følge av forannevnte har vi behov for å anskaffe friteksttavler for trafikkstyring. De neste 4-5 årene anslår vi at vi har behov for å anskaffe ca. 100 fritteksttavler (fullgrafiske RGB LED-skilt). I første omgang har vi behov for å anskaffe 26 friteksttavler i 2024.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    80000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-09-05T14:32:43Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-09-09
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  3. id:
    2023-634536
    buyer:

    1 results

    1. id:
      8a9c276fa539c5b428889ccdcce5888e
      organization_id:
      921 693 230
      name:
      Viken fylkeskommune
    heading:
    30-2E02 Signalkontrakt Akershus 2023-2027
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver knyttet til elektriske anlegg, med funksjonsansvar for noen av oppgavene, på fylkesveier med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Viken fylkeskommune, område Akershus. Kontrakten omfatter Drift og vedlikehold av 34 trafikksignalanlegg i Akershus med tilhørende elektriske anlegg.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    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.

  4. id:
    2022-357884
    buyer:

    1 results

    1. id:
      d22ffef375dcb75997bd9726acec1281
      organization_id:
      not reported by source
      name:
      Oslo kommune v/Bymiljøetaten
    heading:
    Drift og vedlikehold av trafikktekniske installasjoner langs vei
    description:
    Formålet med anskaffelsen er å ha en drifts- og vedlikeholdsavtale på trafikktekniske installasjoner langs vei som bidrar til en trygg og sikker by. Oppdraget omfatter drift og vedlikehold av ca. 320 signalanlegg, 21 automatiske bommer, samt diverse elektrotekniske installasjoner langs kommunal vei i Oslo.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-03-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-03-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2022-376556
    buyer:

    1 results

    1. id:
      d22ffef375dcb75997bd9726acec1281
      organization_id:
      996 922 766
      name:
      Oslo kommune v/ Bymiljøetaten
    heading:
    69-BYM-2020 - Rammeavtale for styreapparater til signalanlegg
    description:
    Bymiljøetaten har ansvaret for Oslo kommunes 314 signalanlegg på det kommunale veinettet, herunder ivaretakelse av trafikksikkerhet og fremkommelighet. For å ivareta driftssikkerheten er det et jevnlig behov for utskifting av utstyr til de ulike signalanleggene samt installasjon av nye styreapparater. Behovet anses best ivaretatt gjennom en rammeavtale for kjøp av styringsapparater iht. konkurransens kravspesifikasjon.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-02-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-02-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2021-331928
    buyer:

    1 results

    1. id:
      ecda3e9e3f6a20fd5fc54552ed81823f
      organization_id:
      944183779
      name:
      Møre og Romsdal Fylkeskommune
    heading:
    2021-75 INT Bussprioritering Ålesund
    description:
    Møre og Romsdal Fylkeskommune ønsker å inngå kontrakt med Swarco Norge AS for integrasjon av bussprioriteringssystem i Møre og Romsdal fylkeskommune sine trafikksignalanlegg. Kontraktsinngåelse 15.10.21.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2021-10-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2019-348414
    buyer:

    1 results

    1. id:
      62ed7a4eab708b7b199f26477cadb7a5
      organization_id:
      817920632
      name:
      Trøndelag fylkeskommune
    heading:
    Driftsoppfølging - Signalregulering i Trøndelag
    description:
    Intensjonskunngjøringen omhandler et direktekjøp av driftsoppfølging fra Swarco for perioden 2020 til 2024. Den er basert på at man organiserer kjøp av tjenester i Trøndelag gjennom to drifts­kontrakter. Skillet settes mellom signalteknisk utstyr og tilhørende drift i del en (1) og fysisk utstyr og tilhørende drift i del to (2). Denne intensjonskunngjøringen beskriver del en (1) av driftsoppfølging for signalregulering i Trøndelag, som omfatter et direktekjøp av tjenester som teknisk overvåkning, kollektiv­prioritering og datadeling, programmering, feilretting og leveranse av signalapparater samt tilgjengelig kompetanse ved endringer i styringsform initiert av kontrakts­partnerne.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2019-10-18T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-10-18
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2018-346273
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Drifts- og vedlikeholdskontrakt for signalanlegg i Region øst 2018-2022
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver knyttet til signalanlegg på riks-og fylkesveger i Oslo og Akershus fylker. Oppdraget omfatter også noen drifts- og vedlikeholdsoppgaver knyttet til signalanlegg på riks- og fylkesveger i Østfold, Hedmark og Oppland fylker. Oppdraget omfatter også bygging/ombygging og leveranse av materialer knyttet til signalanlegg på riks- og fylkesveger i Oslo, Akershus, Hedmark, Oppland og Østfold fylker.
    location_id:

    1 results

    1. NO02
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-09-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2018-09-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2018-847533
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Kjøp av tjenester til revisjon, internkontroll og konfigurering av eksisterende styreapparater i trafikksignalanlegg i Region øst
    description:
    Statens vegvesen Region øst planlegger å foreta en direkteanskaffelse av Swarco Norge, jf. anskaffelsesforskriften § 21-5. Statens vegvesen Region øst drifter og vedlikeholder 155 statlige og fylkeskommunale signalanlegg i Region øst. Signalanleggene har i dag installert styreapparater levert av Swarco Norge som også eier rettighetene til programmeringsverktøyet til styreapparatene. For å sikre videre drift av de eksisterende styreapparatene er Vegvesenet avhengig av tilgang til programmeringsverktøy fra leverandør av disse styreapparatene. I og med at Swarco eier de nevnte rettighetene til programmeringsverktøyene, så er det oss bekjent kun de som kan levere dette til Vegvesenet.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-05-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2018-05-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2018-858076
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    RGB tavle E6 Solberg i Østfold
    description:
    Statens vegvesen Region øst ønsker med dette tilbud på levering, montering, tilkobling og idriftsettelse av RGB fritekst tavle inklusive portal med tilhørende fundamenter. Portalen skal gå over nordgående felt på E6 før Solbergtårnet i Østfold.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-05-08T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2018-05-08
    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:
13
hits:

10 results

  1. id:
    2026-102337
    buyer:

    1 results

    1. id:
      a9269d2d2ea4849f570a49abd41807d8
      organization_id:
      996922766
      name:
      Oslo Kommune Bymiljøetaten
    heading:
    Kjøp av drift og vedlikehold av trafikktekniske installasjoner
    description:
    En drifts- og vedlikeholdsavtale på trafikktekniske installasjoner langs vei som bidrar til en trygg og sikker by.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    120000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-02-02T07:53:52Z
    deadline:
    2030-05-31T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2024-112721
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971032081
      name:
      Statens vegvesen
    heading:
    Levering, montering, tilkobling og idriftsettelse av friteksttavler
    description:
    Statens vegvesen skal gjennom prosjektet «Forutsigbart fremkommelige fjelloverganger» (FFF) bruke teknologi til å gi både økt forutsigbarhet og økt framkommelighet. Statens vegvesen har ansvar for viktige fjelloverganger som påvirkes mye av vær- og vinterforhold. Dette omfatter 24 fjelloverganger på europa- og riksvegnettet, pluss et utvalg vegstrekninger med tilsvarende fjellproblematikk i lavlandet. Trafikanter og transportnæringen har behov for forutsigbar framkommelighet, noe som blant annet innebærer: • å få god informasjon om værforhold, stenging, prognoser for stengt periode • å få informasjon om omkjøring og vegvalg så tidlig som mulig. • å få informasjon som gjør at man velger når man skal reise. Prosjektet «Forutsigbart fremkommelige fjelloverganger» (FFF) er organisert i 4 arbeidspakker. Arbeidspakke 2 omfatter oppgaver med å instrumentere vegstrekninger, noe som blant annet inkluderer å utplassere fysiske friteksttavler langs vegen for å rute trafikk til andre alternative ruter, gi info om forventet fremkommelighet eller føringer om kjettingbruk og tilsvarende. Som en følge av forannevnte har vi behov for å anskaffe friteksttavler for trafikkstyring. De neste 4-5 årene anslår vi at vi har behov for å anskaffe ca. 100 fritteksttavler (fullgrafiske RGB LED-skilt). I første omgang har vi behov for å anskaffe 26 friteksttavler i 2024.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    80000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2024-09-05T14:32:43Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-09-09
    placeOfPerformance:
    procurementStrategicLabels:

    1 results

    1. ENVIRONMENT_PROCUREMENT
  3. id:
    2023-634536
    buyer:

    1 results

    1. id:
      8a9c276fa539c5b428889ccdcce5888e
      organization_id:
      921 693 230
      name:
      Viken fylkeskommune
    heading:
    30-2E02 Signalkontrakt Akershus 2023-2027
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver knyttet til elektriske anlegg, med funksjonsansvar for noen av oppgavene, på fylkesveier med tilhørende sideanlegg, sideområder, utstyr og installasjoner i Viken fylkeskommune, område Akershus. Kontrakten omfatter Drift og vedlikehold av 34 trafikksignalanlegg i Akershus med tilhørende elektriske anlegg.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    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.

  4. id:
    2022-357884
    buyer:

    1 results

    1. id:
      d22ffef375dcb75997bd9726acec1281
      organization_id:
      not reported by source
      name:
      Oslo kommune v/Bymiljøetaten
    heading:
    Drift og vedlikehold av trafikktekniske installasjoner langs vei
    description:
    Formålet med anskaffelsen er å ha en drifts- og vedlikeholdsavtale på trafikktekniske installasjoner langs vei som bidrar til en trygg og sikker by. Oppdraget omfatter drift og vedlikehold av ca. 320 signalanlegg, 21 automatiske bommer, samt diverse elektrotekniske installasjoner langs kommunal vei i Oslo.
    location_id:

    1 results

    1. NO081
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-03-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-03-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  5. id:
    2022-376556
    buyer:

    1 results

    1. id:
      d22ffef375dcb75997bd9726acec1281
      organization_id:
      996 922 766
      name:
      Oslo kommune v/ Bymiljøetaten
    heading:
    69-BYM-2020 - Rammeavtale for styreapparater til signalanlegg
    description:
    Bymiljøetaten har ansvaret for Oslo kommunes 314 signalanlegg på det kommunale veinettet, herunder ivaretakelse av trafikksikkerhet og fremkommelighet. For å ivareta driftssikkerheten er det et jevnlig behov for utskifting av utstyr til de ulike signalanleggene samt installasjon av nye styreapparater. Behovet anses best ivaretatt gjennom en rammeavtale for kjøp av styringsapparater iht. konkurransens kravspesifikasjon.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2022-02-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-02-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2021-331928
    buyer:

    1 results

    1. id:
      ecda3e9e3f6a20fd5fc54552ed81823f
      organization_id:
      944183779
      name:
      Møre og Romsdal Fylkeskommune
    heading:
    2021-75 INT Bussprioritering Ålesund
    description:
    Møre og Romsdal Fylkeskommune ønsker å inngå kontrakt med Swarco Norge AS for integrasjon av bussprioriteringssystem i Møre og Romsdal fylkeskommune sine trafikksignalanlegg. Kontraktsinngåelse 15.10.21.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2021-10-05T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-05
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2019-348414
    buyer:

    1 results

    1. id:
      62ed7a4eab708b7b199f26477cadb7a5
      organization_id:
      817920632
      name:
      Trøndelag fylkeskommune
    heading:
    Driftsoppfølging - Signalregulering i Trøndelag
    description:
    Intensjonskunngjøringen omhandler et direktekjøp av driftsoppfølging fra Swarco for perioden 2020 til 2024. Den er basert på at man organiserer kjøp av tjenester i Trøndelag gjennom to drifts­kontrakter. Skillet settes mellom signalteknisk utstyr og tilhørende drift i del en (1) og fysisk utstyr og tilhørende drift i del to (2). Denne intensjonskunngjøringen beskriver del en (1) av driftsoppfølging for signalregulering i Trøndelag, som omfatter et direktekjøp av tjenester som teknisk overvåkning, kollektiv­prioritering og datadeling, programmering, feilretting og leveranse av signalapparater samt tilgjengelig kompetanse ved endringer i styringsform initiert av kontrakts­partnerne.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2019-10-18T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2019-10-18
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2018-346273
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Drifts- og vedlikeholdskontrakt for signalanlegg i Region øst 2018-2022
    description:
    Oppdraget omfatter drifts- og vedlikeholdsoppgaver knyttet til signalanlegg på riks-og fylkesveger i Oslo og Akershus fylker. Oppdraget omfatter også noen drifts- og vedlikeholdsoppgaver knyttet til signalanlegg på riks- og fylkesveger i Østfold, Hedmark og Oppland fylker. Oppdraget omfatter også bygging/ombygging og leveranse av materialer knyttet til signalanlegg på riks- og fylkesveger i Oslo, Akershus, Hedmark, Oppland og Østfold fylker.
    location_id:

    1 results

    1. NO02
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-09-11T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2018-09-11
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2018-847533
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    Kjøp av tjenester til revisjon, internkontroll og konfigurering av eksisterende styreapparater i trafikksignalanlegg i Region øst
    description:
    Statens vegvesen Region øst planlegger å foreta en direkteanskaffelse av Swarco Norge, jf. anskaffelsesforskriften § 21-5. Statens vegvesen Region øst drifter og vedlikeholder 155 statlige og fylkeskommunale signalanlegg i Region øst. Signalanleggene har i dag installert styreapparater levert av Swarco Norge som også eier rettighetene til programmeringsverktøyet til styreapparatene. For å sikre videre drift av de eksisterende styreapparatene er Vegvesenet avhengig av tilgang til programmeringsverktøy fra leverandør av disse styreapparatene. I og med at Swarco eier de nevnte rettighetene til programmeringsverktøyene, så er det oss bekjent kun de som kan levere dette til Vegvesenet.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_INTENT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-05-15T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2018-05-15
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  10. id:
    2018-858076
    buyer:

    1 results

    1. id:
      2d20aebe07a30c63c7054478dd4c8496
      organization_id:
      971 032 081
      name:
      Statens vegvesen
    heading:
    RGB tavle E6 Solberg i Østfold
    description:
    Statens vegvesen Region øst ønsker med dette tilbud på levering, montering, tilkobling og idriftsettelse av RGB fritekst tavle inklusive portal med tilhørende fundamenter. Portalen skal gå over nordgående felt på E6 før Solbergtårnet i Østfold.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2018-05-08T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2018-05-08
    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?

Open the same result as JSON

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

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. 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

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.