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-11T08:07:57Z in 0.152 seconds.

total_count:
16
hits:

10 results

  1. id:
    2025-111383
    buyer:

    1 results

    1. id:
      297dd5d932e5ea9b601b7794d9ecd5ad
      organization_id:
      874789542
      name:
      UNIVERSITETET I BERGEN
    heading:
    ANSK-25-0465 ESS (European Social Survey) runde 12
    description:
    Universitetet i Bergen ønsker bistand med gjennomføring av European Social Survey (ESS). ESS er en flernasjonal spørreundersøkelse som fra runde 1 til 11 har blitt gjennomført ved ansikt-til-ansikt-intervjuer. Runde 12 vil ha en blandet tilnærming med både intervjuer og selvutfylling. I Norge skal min. 2050 personer inviteres til intervjuer, og 3500 personer skal motta selvutfyllingsskjemaer. Feltperioden starter 9.9.2025, og data skal leveres innen 15.5.2026. Se mer informasjon i konkurransegrunnlaget.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-08-03T05:12:24Z
    deadline:
    2026-05-15T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-08-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2024-117555
    buyer:

    1 results

    1. id:
      e91a13ad3c7ad9d5c0ea85a6fc3fe03e
      organization_id:
      988597627
      name:
      Norges Sjømatråd
    heading:
    Innsiktsundersøkelser B2C (forbruker og kampanjeevaluering)
    description:
    Sjømatrådet ønsker å inngå et samarbeid med en leverandør som skal dekke vårt behov innen to hovedområder: (1a) forbrukerinnsikt; (1b) tilfredshetsundersøkelse og (2) målingen av effekten av reklamer og kampanjeaktiviteter (posttester B2C), samt en opsjon på pretester ved behov. Sjømatrådet er også spesielt interessert i hvordan implementeringen av ny teknologi slik som KI kan øke kvaliteten på løsningen/tjenesten vi ønsker å inngå en avtale på.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-12-05T11:37:51Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-12-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2024-117323
    buyer:

    1 results

    1. id:
      1436d2346c894244fcf8b172f46d749c
      organization_id:
      937884117
      name:
      NORGES BANK
    heading:
    Markedsundersøkelse - Kontraktstildeling
    description:
    Kjøp av markedsundersøkelse
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-12-02T06:40:25Z
    deadline:
    2027-01-01T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-12-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2024-114370
    buyer:

    1 results

    1. id:
      f621ec1b98ce5020ccf2f34d0d4d4eec
      organization_id:
      971527412
      name:
      Kulturdirektoratet
    heading:
    Tildeling Bruker- og bruksundersøkelse av museer
    description:
    I 2024–2026 gjennomføres en ny bruker- og bruksundersøkelse blant museer i Norge. Kulturdirektoratet er på oppdrag fra Kultur- og likestillingsdepartementet ansvarlig for undersøkelsen. Målet med undersøkelsen er å frembringe oppdatert kunnskap om brukerne ved norske museer, som på den ene siden gir museene et grunnlag for sitt publikumsarbeid, og som på den andre siden gir myndighetene grunnlag for å vurdere brukertall- og atferd over tid.
    location_id:

    2 results

    1. anyw
    2. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1950000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-10-07T15:23:20Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-10-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2023-622726
    buyer:

    1 results

    1. id:
      c38d12c6c90924a1efb50d16884a2179
      organization_id:
      986399445
      name:
      INNOVASJON NORGE
    heading:
    Rammeavtale for kjøp av segmenteringsundersøkelser
    description:
    Formålet med konkurransen er å inngå en rammeavtale med én leverandør som kan utføre nye og oppdaterte segmenteringsundersøkelser for markedsføring av Norge som feriemål. Overordnet har Innovasjon Norge behov for oppdatert innsikt i motivsegmentene, holdninger til å reise på utenlandsferie og barrierer for å reise samt forbrukernes holdninger til bærekraft og andre forbrukertrender. Videre skal leverandøren gi oppdatert innsikt i Merkevaren Norges posisjon og konkurransesituasjon.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2022-334765
    buyer:

    1 results

    1. id:
      227d6c7975e65d587bc07db554fb627d
      organization_id:
      991 609 407
      name:
      Ruter As
    heading:
    Pre- og posttest undersøkelser
    description:
    Ruter ønsker å inngå en rammeavtale med en leverandør, som kan dekke Ruters totale behov for pre- og posttesting. Ruter gjennomfører en rekke større og mindre kampanjer i løpet av året. Kampanjene har både eksisterende og potensielle kunder som målgrupper avhengig av tema og budskap. De fleste kampanjer av et visst omfang posttestes, og vi estimerer at årlig antall posttester vil ligge mellom 6 og 10. Pretesting har vi foreløpig ikke mye erfaring med.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2020-383471
    buyer:

    1 results

    1. id:
      96cb799bb165e1d92d281e9eaa206c0a
      organization_id:
      986304096
      name:
      NASJONALT KUNNSKAPSSENTER OM VOLD OG TRAUMATISK STRESS AS
    heading:
    Omfangsundersøkelse for NKVTS
    description:
    NKVTS vil i 2020 gjennomføre en omfangsundersøkelse om vold og overgrep i den norske befolkning. Basert på et uttrekk fra Folkeregisteret vil vi ha behov for å få gjennomført telefonintervjuer med 6000 personer i alderen 18-74. Vi estimerer at intervjuene vil ta gjennomsnittlig 20 minutter, med kortere tid for de som ikke har hatt voldsopplevelser, og noe lengre tid for de som har, grunnet oppfølgingsspørsmål om hendelsene. Intervjuet vil ha et CATI-format. Omfanget av leveransen er estimert til å utgjøre 4,5 - 4,8 millioner kroner, med forbehold om finansiering. Beregnet kontraktsverdi er uforpliktende estimater basert på erfaringstall. Faktisk uttak vil kunne bli både større og mindre enn estimatet.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2020-380770
    buyer:

    1 results

    1. id:
      1436d2346c894244fcf8b172f46d749c
      organization_id:
      937884117
      name:
      NORGES BANK
    heading:
    Kjøp av markedsundersøkelser - Kontraktstildeling
    description:
    Norges Bank har inngått avtale for kjøp av markedsundersøkelser
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2024-105963
    buyer:

    3 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    2. id:
      786a9a0ba4d366fcd9b36bb8da2755d4
      organization_id:
      916810962
      name:
      916810962
    3. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    heading:
    Rammeavtale for markeds- og kundeundersøkelser
    description:
    Formålet med anskaffelsen er at Jernbanedirektoratet skal ha avtale med inntil fem (5) leverandører som kan bistå oss når vi har behov for å gjennomføre en markeds- eller kundeundersøkelse. I forbindelse med ulike oppdrag og utredninger har vi fra tid til annen behov for å undersøke hva markedet og eller togets kunder har behov for, ønsker seg, opplever eller er misfornøyde med når det gjelder togtilbudet eller fremtidige togtilbud.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-04-23T12:58:11Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-04-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2021-340604
    buyer:

    1 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916 810 962
      name:
      Jernbanedirektoratet
    heading:
    Rammeavtaler på Analysetjenester
    description:
    Jernbanedirektoratet har til hensikt å inngå parallelle rammeavtaler med inntil fem leverandører (i hver kategori) av analysetjenester som kan dekke Jernbanedirektoratet sitt behov for markedsanalysetjenester knyttet til: 1. Kvantitative undersøkelser 2. Kvalitative undersøkelser og 3. Dataanalyse og prosjektbistand. For mer informasjon om rammeavtalene se Bilag 1 i konkurransen.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-04-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-04-27
    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:
16
hits:

10 results

  1. id:
    2025-111383
    buyer:

    1 results

    1. id:
      297dd5d932e5ea9b601b7794d9ecd5ad
      organization_id:
      874789542
      name:
      UNIVERSITETET I BERGEN
    heading:
    ANSK-25-0465 ESS (European Social Survey) runde 12
    description:
    Universitetet i Bergen ønsker bistand med gjennomføring av European Social Survey (ESS). ESS er en flernasjonal spørreundersøkelse som fra runde 1 til 11 har blitt gjennomført ved ansikt-til-ansikt-intervjuer. Runde 12 vil ha en blandet tilnærming med både intervjuer og selvutfylling. I Norge skal min. 2050 personer inviteres til intervjuer, og 3500 personer skal motta selvutfyllingsskjemaer. Feltperioden starter 9.9.2025, og data skal leveres innen 15.5.2026. Se mer informasjon i konkurransegrunnlaget.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-08-03T05:12:24Z
    deadline:
    2026-05-15T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-08-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2024-117555
    buyer:

    1 results

    1. id:
      e91a13ad3c7ad9d5c0ea85a6fc3fe03e
      organization_id:
      988597627
      name:
      Norges Sjømatråd
    heading:
    Innsiktsundersøkelser B2C (forbruker og kampanjeevaluering)
    description:
    Sjømatrådet ønsker å inngå et samarbeid med en leverandør som skal dekke vårt behov innen to hovedområder: (1a) forbrukerinnsikt; (1b) tilfredshetsundersøkelse og (2) målingen av effekten av reklamer og kampanjeaktiviteter (posttester B2C), samt en opsjon på pretester ved behov. Sjømatrådet er også spesielt interessert i hvordan implementeringen av ny teknologi slik som KI kan øke kvaliteten på løsningen/tjenesten vi ønsker å inngå en avtale på.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-12-05T11:37:51Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-12-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2024-117323
    buyer:

    1 results

    1. id:
      1436d2346c894244fcf8b172f46d749c
      organization_id:
      937884117
      name:
      NORGES BANK
    heading:
    Markedsundersøkelse - Kontraktstildeling
    description:
    Kjøp av markedsundersøkelse
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-12-02T06:40:25Z
    deadline:
    2027-01-01T00:00:00Z
    sentToTed:
    yes
    publicationDate:
    2024-12-03
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2024-114370
    buyer:

    1 results

    1. id:
      f621ec1b98ce5020ccf2f34d0d4d4eec
      organization_id:
      971527412
      name:
      Kulturdirektoratet
    heading:
    Tildeling Bruker- og bruksundersøkelse av museer
    description:
    I 2024–2026 gjennomføres en ny bruker- og bruksundersøkelse blant museer i Norge. Kulturdirektoratet er på oppdrag fra Kultur- og likestillingsdepartementet ansvarlig for undersøkelsen. Målet med undersøkelsen er å frembringe oppdatert kunnskap om brukerne ved norske museer, som på den ene siden gir museene et grunnlag for sitt publikumsarbeid, og som på den andre siden gir myndighetene grunnlag for å vurdere brukertall- og atferd over tid.
    location_id:

    2 results

    1. anyw
    2. NO081
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1950000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-10-07T15:23:20Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-10-09
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2023-622726
    buyer:

    1 results

    1. id:
      c38d12c6c90924a1efb50d16884a2179
      organization_id:
      986399445
      name:
      INNOVASJON NORGE
    heading:
    Rammeavtale for kjøp av segmenteringsundersøkelser
    description:
    Formålet med konkurransen er å inngå en rammeavtale med én leverandør som kan utføre nye og oppdaterte segmenteringsundersøkelser for markedsføring av Norge som feriemål. Overordnet har Innovasjon Norge behov for oppdatert innsikt i motivsegmentene, holdninger til å reise på utenlandsferie og barrierer for å reise samt forbrukernes holdninger til bærekraft og andre forbrukertrender. Videre skal leverandøren gi oppdatert innsikt i Merkevaren Norges posisjon og konkurransesituasjon.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  6. id:
    2022-334765
    buyer:

    1 results

    1. id:
      227d6c7975e65d587bc07db554fb627d
      organization_id:
      991 609 407
      name:
      Ruter As
    heading:
    Pre- og posttest undersøkelser
    description:
    Ruter ønsker å inngå en rammeavtale med en leverandør, som kan dekke Ruters totale behov for pre- og posttesting. Ruter gjennomfører en rekke større og mindre kampanjer i løpet av året. Kampanjene har både eksisterende og potensielle kunder som målgrupper avhengig av tema og budskap. De fleste kampanjer av et visst omfang posttestes, og vi estimerer at årlig antall posttester vil ligge mellom 6 og 10. Pretesting har vi foreløpig ikke mye erfaring med.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  7. id:
    2020-383471
    buyer:

    1 results

    1. id:
      96cb799bb165e1d92d281e9eaa206c0a
      organization_id:
      986304096
      name:
      NASJONALT KUNNSKAPSSENTER OM VOLD OG TRAUMATISK STRESS AS
    heading:
    Omfangsundersøkelse for NKVTS
    description:
    NKVTS vil i 2020 gjennomføre en omfangsundersøkelse om vold og overgrep i den norske befolkning. Basert på et uttrekk fra Folkeregisteret vil vi ha behov for å få gjennomført telefonintervjuer med 6000 personer i alderen 18-74. Vi estimerer at intervjuene vil ta gjennomsnittlig 20 minutter, med kortere tid for de som ikke har hatt voldsopplevelser, og noe lengre tid for de som har, grunnet oppfølgingsspørsmål om hendelsene. Intervjuet vil ha et CATI-format. Omfanget av leveransen er estimert til å utgjøre 4,5 - 4,8 millioner kroner, med forbehold om finansiering. Beregnet kontraktsverdi er uforpliktende estimater basert på erfaringstall. Faktisk uttak vil kunne bli både større og mindre enn estimatet.
    location_id:

    1 results

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

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2020-380770
    buyer:

    1 results

    1. id:
      1436d2346c894244fcf8b172f46d749c
      organization_id:
      937884117
      name:
      NORGES BANK
    heading:
    Kjøp av markedsundersøkelser - Kontraktstildeling
    description:
    Norges Bank har inngått avtale for kjøp av markedsundersøkelser
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

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

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2024-105963
    buyer:

    3 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    2. id:
      786a9a0ba4d366fcd9b36bb8da2755d4
      organization_id:
      916810962
      name:
      916810962
    3. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916810962
      name:
      Jernbanedirektoratet
    heading:
    Rammeavtale for markeds- og kundeundersøkelser
    description:
    Formålet med anskaffelsen er at Jernbanedirektoratet skal ha avtale med inntil fem (5) leverandører som kan bistå oss når vi har behov for å gjennomføre en markeds- eller kundeundersøkelse. I forbindelse med ulike oppdrag og utredninger har vi fra tid til annen behov for å undersøke hva markedet og eller togets kunder har behov for, ønsker seg, opplever eller er misfornøyde med når det gjelder togtilbudet eller fremtidige togtilbud.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-04-23T12:58:11Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-04-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2021-340604
    buyer:

    1 results

    1. id:
      e23eb713f8f22c8109320ca2cbcebd7d
      organization_id:
      916 810 962
      name:
      Jernbanedirektoratet
    heading:
    Rammeavtaler på Analysetjenester
    description:
    Jernbanedirektoratet har til hensikt å inngå parallelle rammeavtaler med inntil fem leverandører (i hver kategori) av analysetjenester som kan dekke Jernbanedirektoratet sitt behov for markedsanalysetjenester knyttet til: 1. Kvantitative undersøkelser 2. Kvalitative undersøkelser og 3. Dataanalyse og prosjektbistand. For mer informasjon om rammeavtalene se Bilag 1 i konkurransen.
    location_id:

    1 results

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

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2021-04-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-04-27
    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.