— Nordic Data Forms · v1.0

Auto-fill Norwegian signup forms in one tag.

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.

Live demo

Start typing a Norwegian company name (try "Equinor" or "Telenor" or paste an orgnr). The fields below auto-fill.

— Integration

Install in 60 seconds.

One <script> tag. No API key required. No build step. Works with any form library, any framework, any host page.

1. Add the script tag

<script src="https://nordicdata.cloud/widget.js" defer></script>

2. Mark your form fields

<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>

3. Optional: hook into the fill event

<script>
window.nordicDataFilled = function(snapshot) {
  // Fires after auto-fill completes. Full snapshot available.
  console.log('Selected:', snapshot.identity.name);
};
</script>
— Supported fields

What gets filled.

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 keyTypeSourceExample
company-namestringBrønnøysundEQUINOR ASA
orgnrstring (9 digits)Brønnøysund923609016
addressstringBrønnøysundForusbeen 50, 4035 STAVANGER
streetstringBrønnøysundForusbeen 50
citystringBrønnøysundSTAVANGER
postal-codestringBrønnøysund4035
employeesnumberBrønnøysund22000
foundedstring (year)Brønnøysund1972
nace-codestringBrønnøysund06.100
industrystringBrønnøysundUtvinning av råolje
websitestring (URL)Brønnøysund / enrichmenthttps://www.equinor.com
emailstringWeb crawl + 1881 + LLMirpost@equinor.com
phonestring (E.164)Web crawl + 1881+47 519 90 000
is-vat-registered"Ja" / "Nei"MVA-registeretJa
status"Aktiv" / "Konkurs"BrønnøysundAktiv
— Use cases

Built for Norwegian B2B onboarding.

SaaS signup forms

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.

KYB / KYC flows

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.

Insurance underwriting

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.

Invoice / billing forms

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.

— Pricing

Free forever on the public tier.

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.

Need higher throughput?

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.

One tag. Zero friction.

Copy the script tag, mark your inputs, ship it tonight.

Copy script tag