Drop a single script tag, mark your inputs, and any Norwegian company can be selected and enriched in 200 ms. Brønnøysund-backed identity, address, employee count, NACE industry, website, and contact info — all free, no API key needed.
Start typing a Norwegian company name (try "Equinor" or "Telenor" or paste an orgnr). The fields below auto-fill.
One <script> tag. No API key required. No build step. Works with any form library, any framework, any host page.
<script src="https://nordicdata.cloud/widget.js" defer></script>
<form> <!-- Trigger input: type to search --> <input data-nordic="company" placeholder="Søk selskap..."> <!-- Auto-fill targets --> <input data-nordic-fill="company-name"> <input data-nordic-fill="orgnr"> <input data-nordic-fill="address"> <input data-nordic-fill="employees"> <input data-nordic-fill="industry"> <input data-nordic-fill="website"> </form>
<script> window.nordicDataFilled = function(snapshot) { // Fires after auto-fill completes. Full snapshot available. console.log('Selected:', snapshot.identity.name); }; </script>
Every value comes from Brønnøysund's authoritative registry. Add a data-nordic-fill attribute matching the key — Nordic Data takes care of the rest.
| Field key | Type | Source | Example |
|---|---|---|---|
company-name | string | Brønnøysund | EQUINOR ASA |
orgnr | string (9 digits) | Brønnøysund | 923609016 |
address | string | Brønnøysund | Forusbeen 50, 4035 STAVANGER |
street | string | Brønnøysund | Forusbeen 50 |
city | string | Brønnøysund | STAVANGER |
postal-code | string | Brønnøysund | 4035 |
employees | number | Brønnøysund | 22000 |
founded | string (year) | Brønnøysund | 1972 |
nace-code | string | Brønnøysund | 06.100 |
industry | string | Brønnøysund | Utvinning av råolje |
website | string (URL) | Brønnøysund / enrichment | https://www.equinor.com |
email | string | Web crawl + 1881 + LLM | irpost@equinor.com |
phone | string (E.164) | Web crawl + 1881 | +47 519 90 000 |
is-vat-registered | "Ja" / "Nei" | MVA-registeret | Ja |
status | "Aktiv" / "Konkurs" | Brønnøysund | Aktiv |
User types their company name; you instantly get their orgnr, address, employee count, and NACE for segmentation, pricing tier assignment, and lead scoring. Conversion typically improves 30–50% on shorter forms.
Pre-validate a corporate counterparty before the rest of your AML stack runs. Free for low volume, scales via the full /companies/:orgnr/contact endpoint (sanctions screening, beneficial owners, named officers, LEI) when you upgrade.
Quote a Norwegian business in seconds: pull industry code, employee band, address, founding year, and active status straight from Brønnøysund into your rating engine.
Customer types their name → orgnr, billing address, and MVA status auto-fill. Eliminates typos, eliminates manual lookups, eliminates the "we couldn't find your company" support ticket.
No API key required. Public lookups are rate-limited per visitor IP (4 distinct companies per 24 hours) — enough for typical organic signup traffic without abuse risk.
For high-volume widgets (1,000+ lookups/day) we recommend mounting via the full /_/look endpoint with an API key on a server-side proxy. Free tier API keys still get 5,000 calls/month. Get a free key if you expect more than ~100 lookups/day.
Copy the script tag, mark your inputs, ship it tonight.
Copy script tag