This page shows static widget examples across themes and configurations. To use it in production, sign up on the Widget product page and embed your issued widget key on your registered site URL.
This page does not call the live API. On your site, results render only when an issued key and registered site URL match.
new Jpcite.Widget({
container: '#programmatic-target',
key: 'issued-widget-key',
filters: ['industry', 'prefecture'],
theme: 'light',
language: 'en',
limit: 5,
onResult: function (p) { console.log('matched:', p.unified_id); }
});
<script src="https://jpcite.com/widget/jpcite.js"></script>
<div data-jpcite-widget data-key="issued-widget-key"></div>
A single snippet produces the search UI, results list, primary-source links, and (on the Business plan) the "powered by jpcite" footer. See the Widget product page for plans and pricing. Operated by Bookyou Inc. · [email protected].