JP / EN

jpcite Embed Widget — Demo

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.

Light theme (default, English UI)

Tokyo / restaurant / equipment investment Example output includes source URLs, fetched timestamps, deadline candidates, and prescreen questions.

This page does not call the live API. On your site, results render only when an issued key and registered site URL match.

Dark theme (English UI)

Manufacturing / energy-saving investment Dark theme uses the same evidence-linked candidate-card structure.

Prefecture filter only (compact)

Prefecture-only filter Compact example for small consultation pages.

Japanese UI (language=ja)

Japanese UI Japanese labels with source-linked program cards.

Programmatic (JS API)

Programmatic mount point example. Paste the code below into your own registered site URL.
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); }
});

Embed snippet (two lines)

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