JP / EN

AutonoMath Embed Widget — Demo

This page renders the widget across themes and configurations. To use it in production, sign up on the Widget product page and embed the wgt_live_... key on your origin-allowlisted site.

Light theme (default, English UI)

The widget above runs against a demo key. Real API requests are rejected by the origin allowlist. With a production key on an allowlisted origin, live results render.

Dark theme (English UI)

Prefecture filter only (compact)

Japanese UI (language=ja)

Programmatic (JS API)

new Autonomath.Widget({
 container: '#programmatic-target',
 key: 'wgt_live_00000000000000000000000000000000',
 filters: ['industry', 'prefecture'],
 theme: 'light',
 language: 'en',
 limit: 5,
 onResult: function (p) { console.log('matched:', p.unified_id); }
});

Embed snippet (two lines)

<script src="https://jpcite.com/widget/autonomath.js"></script>
<div data-autonomath-widget data-key="wgt_live_YOUR_KEY"></div>

A single snippet produces the search UI, results list, primary-source links, and (on the Business plan) the "powered by AutonoMath" footer. See the Widget product page for plans and pricing. Operated by Bookyou Inc. · [email protected].