Embed SSID on your site
Give your visitors instant device identification — vendor lookup with randomized-MAC detection— without building it yourself. One line, free, no signup. The widget runs in a cross-origin sandbox, so your page's scripts never touch anything typed into it.
MAC-lookup widget
Paste this where you want it to appear:
<div data-ssid-widget="mac-lookup" data-theme="dark"></div> <script src="https://ssid.ai/embed.js" async></script>
Attribution badge
<div data-ssid-widget="badge" data-theme="dark"></div> <script src="https://ssid.ai/embed.js" async></script>
Options
| Attribute | Values | Default |
|---|---|---|
| data-ssid-widget | mac-lookup · badge | — |
| data-theme | dark · light | dark |
No-script option
Prefer a plain iframe (no loader script)? This works too — set a min-heightsince it won't auto-resize:
<iframe src="https://ssid.ai/w/mac-lookup?theme=dark" style="width:100%;border:0;min-height:180px" title="MAC lookup by SSID"></iframe>
The free tier is branded (a small “Powered by SSID” link). Higher limits and a white-label / remove-branding tier are coming for accounts. See the API for programmatic access.