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:
- 557
- hits:
10 results
- id:
- 2022-312696
- buyer:
1 results
- id:
- 6437f5157d861ad4fc614e59266eac35
- organization_id:
- 980335224
- name:
- Lyse Energi AS
- heading:
- AC and/or DC EVSE (EV-charger) for private and public markets - Request for Information (RFI)
- description:
- Lyse Energi AS is considering purchase of EVSE (electrical vehicle supply equipment) for AC and/or DC-EVSE chargers for public and private markets. As part of the preparations for a possible procurement Lyse now seeks to acquire information on available products and prices by issuing this Request for Information.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-06-02T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-375149
- buyer:
1 results
- id:
- 6437f5157d861ad4fc614e59266eac35
- organization_id:
- 980335224
- name:
- Lyse Energi AS
- heading:
- AC and DC EVSE (EV-charger) for private and public markets
- description:
- Lyse Energi AS is considering purchase of EVSE (electrical vehicle supply equipment) for both AC and DC-EVSE chargers for public and private markets. As part of the preparations for a possible procurement Company now seeks to acquire information on available products and prices by issuing this Request for Information.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-05-09T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-05-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-608522
- buyer:
1 results
- id:
- 1c8763c422c49b7516e40cb6032a33d1
- organization_id:
- 876795442
- name:
- Tussa Energi AS
- heading:
- Tilkomstveg til Ørsta Eldhus
- description:
- NB! Same prosjekt som var lyst ut som kunngjøring tidlegare. Endra til konkurranse no for at tilbydarar skal få levere inn tilbod i KGV. Tussa Energi skal bygge ny tilkomstveg med mellom anna fortau og veglys til Ørsta Eldhus i samsvar med reguleringsplan Detaljregulering for fleirbrukshall i Ørsta sentrum, Plan ID: 1520_2016002 med vedteken planendring Eldhuset gbnr 18_473 vedteken 28.05.2019. For dette arbeidet ønskjer ein pristilbod som totalentreprise. Aspna Viak har laga vegmodell for ny tilkomstveg som kan nyttast av tilbydarar for vidare detaljprosjektering.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-05-09T10:00:00Z
- deadline:
- 2023-05-10T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2023-05-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-647033
- buyer:
1 results
- id:
- 1c8763c422c49b7516e40cb6032a33d1
- organization_id:
- 876795442
- name:
- Tussa Energi AS
- heading:
- Tilkomstveg til Ørsta Eldhus
- description:
- Tussa Energi AS skal byggje ny tilkomstveg med mellom anna fortau og veglys til Ørsta Eldhus i samsvar med reguleringsplan Detaljregulering for fleirbrukshall i Ørsta sentrum, Plan ID: 1520_2016002, med vedteken planendring Eldhuset gbnr 18_473, vedteke 28.05.2019. For dette arbeidet ønskjer ein pristilbod som totalentreprise. Asplan Viak har laga vegmodell for ny tilkomstveg som kan nyttast av tilbydar for vidare detaljprosjektering.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-03-29T10:00:00Z
- deadline:
- 2023-05-09T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2023-03-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-387912
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977106184
- name:
- Meløy Energi AS
- heading:
- Innkjøp LED Gatelysarmaturer
- description:
- Meløy Energi AS skal kjøpe inn 1800 stk LED gatelysarmaturer.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-04-29T10:00:00Z
- deadline:
- 2022-05-20T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2022-04-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-362138
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977106184
- name:
- Meløy Energi AS
- heading:
- Graveentreprise Fiberutbygging Meløy
- description:
- Det skal bygges fibernett i Meløy på følgende områder: Bjærangsfjord. I tillegg vil det være opsjon på områdene: Enga, Vassdal, Meløya, Bolga, Grønøy og Åmøy. Utdypende info i vedlegg Alle tilbud skal leveres elektronisk via Mercell-portalen, www.mercell.no, innen tilbudsfristen. Husk å levere tilbud på alle de delleveransene dere ønsker å delta på i denne konkurransen. Har du noen spørsmål vedrørende dette anbudet, må disse stilles i kommunikasjonsmodulen på konkurransen i Mercell. Dette for at all kommunikasjon skal loggføres. Er du ikke bruker hos Mercell, eller har du spørsmål knyttet til hvordan du skal laste opp tilbudet ditt, eller hvordan du skal gi tilbud, ta kontakt med Mercell Support:Tlf: + 47 21 01 88 60 eller support@mercell.com.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-07-16T10:00:00Z
- deadline:
- 2021-09-01T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-07-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-385166
- buyer:
1 results
- id:
- 7981f27eb50aa7c931c17d23f5a1f496
- organization_id:
- 981 952 324
- name:
- Agder Energi AS
- heading:
- Medlemskap Innkjøpssamarbeid
- description:
- Agder Energi ønsker deltakelse i innkjøpssamarbeid for å spare interne ressurser og for å oppnå konkurransedyktige kommersielle betingelser der vi ikke har resurser til å oppnå dette på egenhånd. Agder Energi Nett AS og Agder Energi Varme AS er underlagt lov om offentlige anskaffelser og tilhørende forskrift om innkjøpsregler i forsyningssektoren. Innkjøpssamarbeidet må derfor foreta anskaffelser iht dette regelverket. Agder Energi har krav om at all kommunikasjon skal skje på Norsk. Agder Energi har krav om at det er et innkjøpssamarbeid med store aktører og et samarbeide mellom flere store aktører, slik at krav til leverandører, og betingelser i innkjøpssamarbeidet er tilpasset bedrifter med tilsvarende behov. Agder Energi har gjennomgått grundige markedsundersøkeler og kan ikke se at det er andre aktører på markedet som tilfredsstiller våre krav.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2020-10-20T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-10-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-329074
- buyer:
1 results
- id:
- e0b9cc3d703375dfbf67d913bd546bac
- organization_id:
- 930 187 240
- name:
- Hydro Energi AS
- heading:
- Transformer T9 - Fortun
- description:
- The Work includes, but is not limited to: • Project management and administration. • Design and engineering of the Contract object: • Transformer new T9 • Alternative 2: 30 MVA (including 24 kV switchgear indoor) • 145 kV instrument transformers in switchyard, and kWh metering system • 170 kV cable system • 145 kV and 24 kV surge arresters in the new transformer bay • 24 kV cable system • 24 kV switch-disconnectors for arc-suppression reactor • 24 kV switchgear indoor (Alt. 2) • Relocation of arc-suppression reactor in the new transformer bay • 400 V low voltage power supply to new transformer bay • Level measurement in new transformer bay • De-blocking button in new transformer bay • Relocation of voltage regulating relay • Earthing system Removal and destruction of existing equipment that are taken out of operation including: • Existing transformer T9 – optional (Option )
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2020-09-28T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-09-28
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-335748
- buyer:
1 results
- id:
- 7981f27eb50aa7c931c17d23f5a1f496
- organization_id:
- 981 952 324
- name:
- Agder Energi AS
- heading:
- Markedsundersøkelse (RFI) for anskaffelse av Styringssystem for HMS og Kontinuerlig forbedring
- description:
- Agder Energi har behov for et enkelt og selvforklarende verktøy som motiverer og gir fart til arbeidet med HMS, Kontinuerlig Forbedring og Fornying. Det betyr et verktøy som er brukervennlig, enkelt å melde inn, prioritere, følge opp og analysere. Verktøyet gir mulighet for, men kan også tilgangsstyre, å dele erfaringer på tvers av team, prosjekter, avdelinger, selskap og konsern for å sikre kontinuerlig læring.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2020-02-14T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-02-14
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-370954
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977 106 184
- name:
- Meløy Energi AS
- heading:
- Lysvatn kraftstasjon - nytt kontrollanlegg.
- description:
- Nytt kontroll og apparatanlegg med Trykkoljeanlegg. Ønskes levert og installert innen august 2020.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2019-09-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-24
- 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:
- 557
- hits:
10 results
- id:
- 2022-312696
- buyer:
1 results
- id:
- 6437f5157d861ad4fc614e59266eac35
- organization_id:
- 980335224
- name:
- Lyse Energi AS
- heading:
- AC and/or DC EVSE (EV-charger) for private and public markets - Request for Information (RFI)
- description:
- Lyse Energi AS is considering purchase of EVSE (electrical vehicle supply equipment) for AC and/or DC-EVSE chargers for public and private markets. As part of the preparations for a possible procurement Lyse now seeks to acquire information on available products and prices by issuing this Request for Information.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-06-02T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-02
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-375149
- buyer:
1 results
- id:
- 6437f5157d861ad4fc614e59266eac35
- organization_id:
- 980335224
- name:
- Lyse Energi AS
- heading:
- AC and DC EVSE (EV-charger) for private and public markets
- description:
- Lyse Energi AS is considering purchase of EVSE (electrical vehicle supply equipment) for both AC and DC-EVSE chargers for public and private markets. As part of the preparations for a possible procurement Company now seeks to acquire information on available products and prices by issuing this Request for Information.
- location_id:
1 results
- NO0A1
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2022-05-09T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-05-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-608522
- buyer:
1 results
- id:
- 1c8763c422c49b7516e40cb6032a33d1
- organization_id:
- 876795442
- name:
- Tussa Energi AS
- heading:
- Tilkomstveg til Ørsta Eldhus
- description:
- NB! Same prosjekt som var lyst ut som kunngjøring tidlegare. Endra til konkurranse no for at tilbydarar skal få levere inn tilbod i KGV. Tussa Energi skal bygge ny tilkomstveg med mellom anna fortau og veglys til Ørsta Eldhus i samsvar med reguleringsplan Detaljregulering for fleirbrukshall i Ørsta sentrum, Plan ID: 1520_2016002 med vedteken planendring Eldhuset gbnr 18_473 vedteken 28.05.2019. For dette arbeidet ønskjer ein pristilbod som totalentreprise. Aspna Viak har laga vegmodell for ny tilkomstveg som kan nyttast av tilbydarar for vidare detaljprosjektering.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-05-09T10:00:00Z
- deadline:
- 2023-05-10T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2023-05-09
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2023-647033
- buyer:
1 results
- id:
- 1c8763c422c49b7516e40cb6032a33d1
- organization_id:
- 876795442
- name:
- Tussa Energi AS
- heading:
- Tilkomstveg til Ørsta Eldhus
- description:
- Tussa Energi AS skal byggje ny tilkomstveg med mellom anna fortau og veglys til Ørsta Eldhus i samsvar med reguleringsplan Detaljregulering for fleirbrukshall i Ørsta sentrum, Plan ID: 1520_2016002, med vedteken planendring Eldhuset gbnr 18_473, vedteke 28.05.2019. For dette arbeidet ønskjer ein pristilbod som totalentreprise. Asplan Viak har laga vegmodell for ny tilkomstveg som kan nyttast av tilbydar for vidare detaljprosjektering.
- location_id:
No results.
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 4000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2023-03-29T10:00:00Z
- deadline:
- 2023-05-09T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2023-03-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-387912
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977106184
- name:
- Meløy Energi AS
- heading:
- Innkjøp LED Gatelysarmaturer
- description:
- Meløy Energi AS skal kjøpe inn 1800 stk LED gatelysarmaturer.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2022-04-29T10:00:00Z
- deadline:
- 2022-05-20T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2022-04-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2021-362138
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977106184
- name:
- Meløy Energi AS
- heading:
- Graveentreprise Fiberutbygging Meløy
- description:
- Det skal bygges fibernett i Meløy på følgende områder: Bjærangsfjord. I tillegg vil det være opsjon på områdene: Enga, Vassdal, Meløya, Bolga, Grønøy og Åmøy. Utdypende info i vedlegg Alle tilbud skal leveres elektronisk via Mercell-portalen, www.mercell.no, innen tilbudsfristen. Husk å levere tilbud på alle de delleveransene dere ønsker å delta på i denne konkurransen. Har du noen spørsmål vedrørende dette anbudet, må disse stilles i kommunikasjonsmodulen på konkurransen i Mercell. Dette for at all kommunikasjon skal loggføres. Er du ikke bruker hos Mercell, eller har du spørsmål knyttet til hvordan du skal laste opp tilbudet ditt, eller hvordan du skal gi tilbud, ta kontakt med Mercell Support:Tlf: + 47 21 01 88 60 eller support@mercell.com.
- location_id:
1 results
- NO071
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2021-07-16T10:00:00Z
- deadline:
- 2021-09-01T10:00:00Z
- sentToTed:
- no
- publicationDate:
- 2021-07-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-385166
- buyer:
1 results
- id:
- 7981f27eb50aa7c931c17d23f5a1f496
- organization_id:
- 981 952 324
- name:
- Agder Energi AS
- heading:
- Medlemskap Innkjøpssamarbeid
- description:
- Agder Energi ønsker deltakelse i innkjøpssamarbeid for å spare interne ressurser og for å oppnå konkurransedyktige kommersielle betingelser der vi ikke har resurser til å oppnå dette på egenhånd. Agder Energi Nett AS og Agder Energi Varme AS er underlagt lov om offentlige anskaffelser og tilhørende forskrift om innkjøpsregler i forsyningssektoren. Innkjøpssamarbeidet må derfor foreta anskaffelser iht dette regelverket. Agder Energi har krav om at all kommunikasjon skal skje på Norsk. Agder Energi har krav om at det er et innkjøpssamarbeid med store aktører og et samarbeide mellom flere store aktører, slik at krav til leverandører, og betingelser i innkjøpssamarbeidet er tilpasset bedrifter med tilsvarende behov. Agder Energi har gjennomgått grundige markedsundersøkeler og kan ikke se at det er andre aktører på markedet som tilfredsstiller våre krav.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- status:
- not reported by source
- issueDate:
- 2020-10-20T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-10-20
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-329074
- buyer:
1 results
- id:
- e0b9cc3d703375dfbf67d913bd546bac
- organization_id:
- 930 187 240
- name:
- Hydro Energi AS
- heading:
- Transformer T9 - Fortun
- description:
- The Work includes, but is not limited to: • Project management and administration. • Design and engineering of the Contract object: • Transformer new T9 • Alternative 2: 30 MVA (including 24 kV switchgear indoor) • 145 kV instrument transformers in switchyard, and kWh metering system • 170 kV cable system • 145 kV and 24 kV surge arresters in the new transformer bay • 24 kV cable system • 24 kV switch-disconnectors for arc-suppression reactor • 24 kV switchgear indoor (Alt. 2) • Relocation of arc-suppression reactor in the new transformer bay • 400 V low voltage power supply to new transformer bay • Level measurement in new transformer bay • De-blocking button in new transformer bay • Relocation of voltage regulating relay • Earthing system Removal and destruction of existing equipment that are taken out of operation including: • Existing transformer T9 – optional (Option )
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2020-09-28T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-09-28
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-335748
- buyer:
1 results
- id:
- 7981f27eb50aa7c931c17d23f5a1f496
- organization_id:
- 981 952 324
- name:
- Agder Energi AS
- heading:
- Markedsundersøkelse (RFI) for anskaffelse av Styringssystem for HMS og Kontinuerlig forbedring
- description:
- Agder Energi har behov for et enkelt og selvforklarende verktøy som motiverer og gir fart til arbeidet med HMS, Kontinuerlig Forbedring og Fornying. Det betyr et verktøy som er brukervennlig, enkelt å melde inn, prioritere, følge opp og analysere. Verktøyet gir mulighet for, men kan også tilgangsstyre, å dele erfaringer på tvers av team, prosjekter, avdelinger, selskap og konsern for å sikre kontinuerlig læring.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2020-02-14T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-02-14
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-370954
- buyer:
1 results
- id:
- e9dc5aa028b4eb83d921e9efee8b0262
- organization_id:
- 977 106 184
- name:
- Meløy Energi AS
- heading:
- Lysvatn kraftstasjon - nytt kontrollanlegg.
- description:
- Nytt kontroll og apparatanlegg med Trykkoljeanlegg. Ønskes levert og installert innen august 2020.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2019-09-24T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-24
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- limit:
- 25
- offset:
- 0
- returned:
- 10
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 10
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the search_doffin lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.