Embed

Embed NACEBridge on your site

Drop any NACEBridge tool into a client portal, knowledge base or blog post with a single <iframe>. No API key, no build step. Each embed carries a quiet attribution footer that links back to us and to Eurostat's source, so you stay compliant with the EU NACE reuse policy.

  • · Sandbox-safe: nothing reads your page.
  • · Rate-limited like the public web UI.
  • · Optional URL params pre-fill the form.
  • · noindex,follow so backlinks count without competing.

decode

Local Code Decoder

Decode any national activity code (CAE, NAF, WZ, SBI…) back to its EU NACE parent tree.

HTML snippet
<iframe
  src="https://nacebridge.eu/embed/decode?country=DE&code=6201"
  title="NACEBridge — Local Code Decoder"
  loading="lazy"
  style="width:100%;height:540px;border:0;border-radius:12px;background:#fff"
  referrerpolicy="no-referrer-when-downgrade"
  allow="clipboard-write"
></iframe>

Optional params for this widget: ?country=DE&code=6201

convert

Cross-border Converter

Map an activity code from one EU country to its equivalent in another.

HTML snippet
<iframe
  src="https://nacebridge.eu/embed/convert?from=DE&to=FR&code=6201"
  title="NACEBridge — Cross-border Converter"
  loading="lazy"
  style="width:100%;height:320px;border:0;border-radius:12px;background:#fff"
  referrerpolicy="no-referrer-when-downgrade"
  allow="clipboard-write"
></iframe>

Optional params for this widget: ?from=DE&to=FR&code=6201

cousins

Cousin Reference Matrix

From a single national code, see the local equivalents across every other EU country.

HTML snippet
<iframe
  src="https://nacebridge.eu/embed/cousins?country=NL&code=6201"
  title="NACEBridge — Cousin Reference Matrix"
  loading="lazy"
  style="width:100%;height:620px;border:0;border-radius:12px;background:#fff"
  referrerpolicy="no-referrer-when-downgrade"
  allow="clipboard-write"
></iframe>

Optional params for this widget: ?country=NL&code=6201

search

Keyword Search

Search NACE Rev. 2.1 classes and national subclasses in one query.

HTML snippet
<iframe
  src="https://nacebridge.eu/embed/search?q=software"
  title="NACEBridge — Keyword Search"
  loading="lazy"
  style="width:100%;height:620px;border:0;border-radius:12px;background:#fff"
  referrerpolicy="no-referrer-when-downgrade"
  allow="clipboard-write"
></iframe>

Optional params for this widget: ?q=software

Terms & attribution

Free to embed on any public or internal website. Please keep the attribution footer intact — it credits TΣKSOMΛ Technologies (who build NACEBridge), TΣKSOMΛ Market Intelligence (who supply the taxonomy data), and Eurostat (who own the NACE Rev. 2.1 metadata under the European Commission's reuse policy). Need to whitelabel or customise? Contact us.